* { margin: 0px;
padding: 0px; 
}

	
body { font-family:signikaregular; color:#1a1a1a;  background-color:#efefef;   }

a:hover { color:#f56b15; } 

a { text-decoration: none; color:#1a1a1a;}

#sombra_izq { position:absolute; width:32px; height:100%; left:-32px; top:0px; background-image:url('imagenes/sombra_izq.png'); background-repeat:repeat-y; }
	
#sombra_der { position:absolute; width:32px; height:100%; right:-31px; top:0px; background-image:url('imagenes/sombra_der.png'); background-repeat:repeat-y; }

#header { position:relative;  z-index:1; background-color:#e6e6e6;
			width:987px;  margin:0px auto; padding-bottom:15px;
}



	#logo  { position:relative; z-index:2; margin:0px auto; width:160px; padding-top:30px;				
	}

	#menu { position:relative;  z-index:3; font-family:signikaregular;
			width:700px;  margin:0px auto; padding-top:40px;
	}
	
	#menu li{ list-style-type:none;  display:inline-block; padding:25px; padding-top:15px; padding-bottom:15px; margin-right:10px; }
	
	#menu a{ color:#267cad; font-size:18px;
	-webkit-transition: all 0.3s linear;
	  -moz-transition: all 0.3s linear;
	  -o-transition: all 0.3s linear;
	  transition: all 0.3s linear;
	}
	
	#menu a:hover { color:#000; 
	}
	

#contenedor { position:relative;  z-index:1; width:987px; margin:0px auto; background-color:#e6e6e6; }

	#slider_index { position:absolute; width:987px; padding-top:15px;  }

	#cuadro_nosotros { position:relative; width:638px; height:231px;  margin:0px auto; padding-top:290px;}
	
	#ultimo_proyecto { position:relative; width:638px;   margin:0px auto; padding-top:30px;}


#cont_footer { position:relative;  z-index:1; width:987px; margin:0px auto; background-color:#e6e6e6; padding-top:20px; padding-bottom:25px;
			  
}

#footer { position:relative;  z-index:1; width:987px; height:50px; margin:0px auto; background-color:#1a1a1a; padding-top:20px;
			  
}

	
	/*CONTACTO*/
	
	#cuadro_contacto { position:relative; width:700px; height:437px;  margin:0px auto; padding-top:290px;}
	
	#mapa { position:absolute; right:20px; margin-top:-370px; }
	
	/* FIN CONTACTO */
	
	/*CLIENTES*/
	
	#cuadro_clientes { position:relative; width:720px;   margin:0px auto; padding-top:290px;}
	
	#cuadro_clientes li { list-style-type:none; display:inline-block; margin-right:25px; margin-bottom:65px; width:208px; }
	
	#cuadro_clientes li img { width:180px; padding:15px; position:relative; z-index:2; padding-top:35px; }
	
	#bg_logo { position:absolute; z-index:0; width:208px; height:143px; background-image:url('imagenes/bg_logo.png'); }
	
	
	/* FIN CLIENTES */
	
	
	/*TRABAJOS*/
	
	#cuadro_trabajos { position:relative; width:800px; margin:0px auto; padding-top:290px;}
	
	#trabajo { position:relative; width:100%; padding-bottom:50px; }
	
		#cuadro_negro { position:absolute; left:0px; width:300px; height:250px; background-color:#000; color:#FFF; font-size:14px; }
		
		#cont_fotos { position:relative; margin-left:320px; min-height:300px; }
		
		#cont_fotos li { list-style-type:none; display:inline-block; margin-right:15px; margin-bottom:15px; }
	
	
	/* FIN TRABAJOS */
	
	
	#mensaje {
	position:absolute;
	overflow:hidden;
	z-index:4;
	left: 500px;
	top: 400px; 
	background-color: #5385c2;
	 color: #000 ;
	 height: 150px;
	width: 300px;
	text-align: center;
 	font-size: 14px
}

.cerrar {  color: #ffffff ; font-weight:bold;  }