body,html{
	background: #232d52;
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
	font-family:"Century Gothic";
}

.title_index{
	font-size: 40px;
	color: #313030;
	font-weight: bold;
}

.text_bod{
	color: #313030;
	text-align: justify;
	font-size: 14px;
}

/* --------------------------------------------------- menu --------------------------------------------------- */
.tbl_menu{
	border-bottom: solid 2px white;
	margin-bottom: 25px;
	color: #94a8e5;
	text-transform: uppercase;
	font-size: 14px;
}

.td_menu:hover {
    background: white !important;
    font-weight: bold;
}

.td_menu a {
    text-decoration: none;
    color: #94a8e5;
}

.td_menu a:hover {
    text-decoration: none;
    color: #273353;
    font-weight: bold;
}

.td_active{
    background: white !important;
    color: #273353;
    font-weight: bold;
    text-decoration: none;
}

.td_active a{
    text-decoration: none;
    color: #273353;
    font-weight: bold;
}