
/* CSS DocumentO--------FCNdipro--Menu CENTRO---------------------------- */


#menuh2 {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 1px;
}

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

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

#menuh2 li {
	float: left;
}

#menuh2 a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 1px 20px;
	text-align: center;
	border-top: 0px solid #ACCFE8;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #ACCFE8;
	border-left: 1px solid #cccccc;
	padding-bottom: 10px;
	padding-top: 10px;
}

#menuh2 a#primero {
	border-left: 0px solid #cccccc;
}
#menuh2 a#primero:hover {
	border-left: 0px solid #cccccc;
}
#menuh2 a#fondo {
	padding-bottom: 4px;
	padding-top: 16px;
	color: #3e5369;
	background-image: url(../Botones/Boton_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menuh2 a#fondo:hover {
	background: url(../Botones/Boton_hover-f2.jpg) no-repeat left center;
	padding-bottom: 7px;
	padding-top: 10px;
	color: #ffffff;
}
#menuh2 a#contactar {
	border-right: 0px solid #cccccc;
	background: url(../Botones/01-Tlf-Contactar.gif) no-repeat left center;
	padding-right: 15px;
	padding-left: 33px;
}
#menuh2 a#contactar:hover {
	background-image: url(../Botones/01-Tlf-f2-Contactar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menuh2 a#contactarBoton {
	border-right: 1px solid #999999;
	background: url(../Botones/01-Tlf-f2-Contactar_hover.jpg) no-repeat left bottom;
	padding-right: 15px;
	padding-left: 33px;
	padding-bottom: 4px;
	padding-top: 16px;
	color: #3e5369;
}
#menuh2 a#contactarBoton:hover {
	background: url(../Botones/01-Tlf-f2-Contactar_hover-f2.jpg) no-repeat left center;
	padding-bottom: 7px;
	padding-top: 10px;
	color: #ffffff;
}
#menuh2 a:hover {
	background: url(../Botones/Boton.jpg) no-repeat left top;
	color: #cccccc;
	padding-bottom: 7px;
	padding-top: 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #cccccc;
}

