@charset "utf-8";
/* CSS Document */
img.marco_imagen { float:right; margin:25px 0pt 0pt;}
#menu-lateral h2 { background:url(/imagenes/nortena/tit-nortena.png) no-repeat ;}
p { margin-bottom:12px;}

/*titulos de las secciones */
#empresa p{margin-left:10px}
	#empresa h2 {background:url(/imagenes/nortena/tit-la-empresa.png) no-repeat 0 100%; border-color:#af0000; height:12px;}
	#proyectos_actuales h2 {background:url(/imagenes/nortena/tit-proyectos-actuales.png) no-repeat 0 100%; border-color:#af0000; height:12px;}
	#obras_realizadas h2 {background:url(/imagenes/nortena/tit-obras-realizadas.png) no-repeat 0 100%; border-color:#af0000; height:12px;}
	
#empresa ,#proyectos_actuales, #obras_realizadas{ float:left;  width:367px; margin-right:2%; margin-top:15px;}

/* PROYECTOS ACTUALES */
	#proyectos_actuales ul , #obras_realizadas ul {list-style-image:url(/imagenes/comunes/iconos/doble-flecha-der.png); vertical-align:top;margin-left:20px}
	#proyectos_actuales ul li , #obras_realizadas ul li{margin-bottom:10px;}
	
/* OBRAS REALIZADAS */
	#obras_realizadas h3 { margin-bottom:10px; padding:2px 0 2px 30px; cursor:pointer; background:#f0f0f0 url(/imagenes/comunes/iconos/mas-mostrar.png) no-repeat 5px 2px;  font-weight:bold; font-size:1.1em; color:#af0000;}
	#obras_realizadas ul { margin-left:20px; display:none;}
	#obras_realizadas h3.ocultar_obras { background:#f0f0f0 url(/imagenes/comunes/iconos/menos-ocultar.png) no-repeat 5px 2px;}
	
.negro{color:#000000;}