

/* CSS Documento--------FCNdipro--Menu Lateral PRV PRODUCTOS VARIOS----------------------------- */


#menuhVPRV {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	height: auto;
}

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

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

#menuhVPRV li {
	float: left;
}

#menuhVPRV a {
	text-decoration: none;
    background: #FFFFFF;
	color: #FFFFFF;
	display: block;
	padding: 20px 0px 21px 10px;
	text-align: left;
	vertical-align: middle;
	width: 129px;
    border-bottom: 0px solid #DD0000;
    border-right: 0px solid #999999;
	border-left: 0px solid #333333;
}


#menuhVPRV a#info {
	background-image: url(productos_varios/PRV-info.jpg);
	background-repeat: no-repeat;
	background-position: center center;
    border-top-width: 0px;
	border-top: 0px solid #cccccc;
}
#menuhVPRV a#info:hover {
	background-image: url(productos_varios/PRV-info-f2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #F0F0F0;
}
#menuhVPRV a#infofondo {
	background-image: url(productos_varios/PRV-info-f2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #F0F0F0;
}





#menuhVPRV a#catalogo {
	background-image: url(productos_varios/PRV-catalogo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#menuhVPRV a#catalogo:hover {
	background-image: url(productos_varios/PRV-catalogo-f2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #F0F0F0;
}



#menuhVPRV a#pdf {
	background-image: url(productos_varios/PRV-LogoPDF.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#menuhVPRV a#pdf:hover {
	background-image: url(productos_varios/PRV-LogoPDF-f2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #F0F0F0;
}



#menuhVPRV a#anterior {
	background-image: url(productos_varios/PRV-Atras.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#menuhVPRV a#anterior:hover {
	background-image: url(productos_varios/PRV-Atras-f2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #F0F0F0;
	color: #F0F0F0;
}



#menuhVPRV a#siguiente {
	border-bottom: 0px solid #333333;
	background-image: url(productos_varios/PRV-Siguiente.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#menuhVPRV a#siguiente:hover {
	border-bottom: 0px solid #333333;
	background-image: url(productos_varios/PRV-Siguiente-f2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #F0F0F0;
}




#menuhVPRV a:hover {
	background: #f0f0f0;
	color: #FFFFFF;
	padding: 20px 0px 21px 10px;
}