

/* CSS Documento--------FCNdipro--Menu Lateral LEM----------------------------- */


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

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

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

#menuhLEM li {
	float: left;
}

#menuhLEM a {
	text-decoration: none;
	color: #666666;
	display: block;
	padding: 15px 0px 15px 10px;
	text-align: left;
	vertical-align: middle;
	width: 160px;
    border-bottom: 0px solid #DD0000;
    border-right: 1px solid #DD0000;
	border-left: 1px solid #DD0000;
}

#menuhLEM a#varios {
	border-top: 0px solid #DD0000;
    border-bottom: 1px solid #DD0000;
}

#menuhLEM a#fondo {
    color: #333333;
	background: #F0F0F0;
	border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#menuhLEM a#catalogo {
	border-top: 1px solid #DD0000;	
	background-image: url(empresa/empresa-catalogo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#menuhLEM a#catalogo:hover {
	border-top: 1px solid #DD0000;
    background-image: url(empresa/empresa-catalogo-f2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#menuhLEM a#catalogoE {
    border-bottom: 1px solid #DD0000;
    border-top: 1px solid #DD0000;	
	background-image: url(empresa/empresa-catalogo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#menuhLEM a#catalogoE:hover {
	border-top: 1px solid #DD0000;
    background-image: url(empresa/empresa-catalogo-f2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#menuhLEM a#pdf {
    border-bottom: 1px solid #DD0000;
	background-image: url(empresa/empresa-LogoPDF.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#menuhLEM a#pdf:hover {
	background-image: url(empresa/empresa-LogoPDF-f2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}



#menuhLEM a:hover {
	background: #3E5369;
	color: #FFFFFF;
	padding: 15px 0px 15px 10px;
}
