@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imag/fnd.jpg);
	background-repeat: repeat-x;
	background-color: #BDD5F1;
	text-align: center;
}
.next {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #175390;
	text-align: right;
}
.next a {
	color: #2179D1;
	text-decoration: none;
}
.next a:hover {
	color: #121353;
	text-decoration: none;
}

.fnd-foot {
	background-image: url(../imag/fnd-foot.jpg);
	background-repeat: repeat-x;
	text-align: left;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.txtnum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #121353;
	text-decoration: none;
}

.txtcentral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0054A8;
}

.txttitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #232585;
	text-align: justify;
}
.txtcont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	line-height: 20px;
	text-align: justify;
	list-style-type: disc;
}
.linea {
	border: 1px solid #175390;
}

/*
	Menu Vertical
*/
#menuv {
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#menuv ul, li {
	list-style-type: none;
	background-image: url(../imag/fndmenu2.jpg);
	background-repeat: repeat-x;
}


#menuv ul {
	margin: 0;
	padding: 0;
}

#menuv a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: 210px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#menuv a:hover {
	width: 210px;
	color: #ffffff;
	background-color: #000;
	font-weight: normal;
	background-image: url(../imag/fndmenu.jpg);
	background-repeat: repeat-x;
}



#menuv ul .active{
	background-color: #111353;
	color: #ffffff;
	width: 220px;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../imag/fndmenu.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
