ul.MenuLateral a{
    font:11px Arial !important;
}

.menuCabecera_Construcciones{
	background-image:url(../imgs/arriba_botonera.jpg); 
    background-repeat:no-repeat;  
}

.menuTitulo_ConstruccionesEspecialidades{
	background-image:url(../imgs/titulo_tabla.jpg); 
    background-repeat:no-repeat;  
    font-weight: bold;
    color: #515151;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 3px; 
	font-family:tahoma;
	font-size:11px;
}

.menuTitulo_ConstruccionesZonas{
	background-color:#ECECEC;
    font-weight: bold;
    color: #515151;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 3px; 
	font-family:tahoma;
	font-size:11px;
}

.menuItem_Construcciones A{
    margin:0px;
    padding:0px;
    background-image: url(../imgs/flecha.png);
    background-repeat: no-repeat;
    background-position: 5px 55%;
    padding-left:15px;
    display:block;
    width:145px;
    height:17px;    
    padding-top:3px;    
    text-decoration:none;
	vertical-align:middle;
	font-family:tahoma;
	font-size:11px;
	color: #6e6e6e;
	background-color:#F8F8F8;
    border-bottom: dotted 2px #D3D3D3; 
}

.menuItem_Construcciones A:hover{
    color:#292929;    
    background-color: #ffffff;
}


