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


#menuh2 {
	font: 90% 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 15px;
	text-align: center;
	border-top: 0px solid #ACCFE8;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #ACCFE8;
	border-left: 1px solid #333333;
	padding-top: 6px;
	padding-bottom: 6px;
}

#menuh2 a#primero {
	border-left: 0px solid #000000;
}
#menuh2 a#fondo {
	color: #000000;
	padding-top: 11px;
	padding-bottom: 1px;
	background-image: url(../Botones/Boton-f3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#menuh2 a#fondo:hover {
	background: url(../Botones/Boton-f4.jpg) no-repeat left bottom;
	color: #ffffff;
	padding-top: 6px;
	padding-bottom: 6px;
}


#menuh2 a#contactar {
	border-left: 1px solid #000000;
	padding: 1px 15px 1px 33px;
	border-right: 0px solid #000000;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(inicio/Cesta.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menuh2 a#contactar:hover {
	padding-top: 11px;
	padding-bottom: 1px;
	background-image: url(inicio/Cesta-f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menuh2 a#fondocontactar {
	color: #000000;
    border-left: 1px solid #000000;
	padding: 1px 15px 1px 33px;
	border-right: 0px solid #000000;
	padding-top: 11px;
	padding-bottom: 1px;
	background-image: url(inicio/Cesta-f3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menuh2 a#fondocontactar:hover {
    color: #ffffff;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(inicio/Cesta-f4.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#menuh2 a:hover {
	background: url(../Botones/Boton-f2.jpg) no-repeat left top;
	color: #066;
	padding-top: 11px;
	padding-bottom: 1px;
}

