
/* CSS DocumentO--------FCNDIPRO--Menu ABAJO---------------------------- */


#menuhAB {
	margin-top: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
}

#menuhAB ul, li {
	list-style-type: none;
}

#menuhAB ul {
	margin: 0;
	padding: 0;
}

#menuhAB li {
	float: left;
}

#menuhAB a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	text-align: center;
	padding: 1px 17px;
	text-align: center;
	border-top: 0px solid #222222;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #222222;
	border-left: 1px dotted #666666;
	padding-top: 7px;
	padding-bottom: 7px;
}

#menuhAB a#primeroinicioAB {
	border-left: 1px dotted #666666;
}
#menuhAB a#ultimoinicioAB {
	border-right: 1px dotted #666666;
}

#menuhAB a:hover {
	color: #999999;
	padding-top: 9px;
	padding-bottom: 5px;
	background-color: #222222;
}