body
{
	margin: 0px;
	width: auto;
	height: 100%;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #231F20;
	background: #ffffff;
}

img
{
	border:0px;
}

.clear
{
	clear: both;
}

.centra_980
{
	width: 980px;
	margin: auto;
}

#cabecera
{
	background: #fff;
	width: 100%;
	padding: 15px 0px 20px 0px;
}

#logo
{
	width: 200px;
	float: left;
	padding-left: 30px;
}

#contiene_menu
{
	width: 650px;
	float: right;
	text-align: right;
	padding: 35px 30px 0px 0px;
}

#efecto_secciones
{
	display: none;
}

/* MENU DESPLEGABLE */
ul.menu 
{
	float:right;
	display:block;
	list-style-type:none;
	position: relative;
	z-index: 999;
}

.menu li 
{
	position:relative;
	float:left;
}

.menu li a
 {
	text-transform:uppercase;
	text-decoration:none;
	text-decoration: none;
	color: #231F20;
	font-weight: 500;
	font-size: 14px;
	margin-left: 110px;
}

.menu li a:hover 
{
	border-bottom: 2px solid #C33A29;
}

.menu li ul 
{
	display:none;
	position:absolute;
	z-index: 999;
	top: 15px;
	width: 160px;
	background: url('../imagenes/fondo_menu.png');
	padding:0;
	list-style-type:none;
	margin-left: 110px;
}

.menu li ul li 
{
	width: 150px;
	border-bottom: 1px solid #ffffff;
	border-top:none;
	padding: 10px 0px 10px 10px;
	text-align: left;
}

.menu li ul li:first-child {
}

.menu li ul li a 
{
	width: 240px;
	margin: 0;
	padding:0;
	color: #ffffff;
	font-size: 12px;
}
.subitem_menu:hover
{
	color: #ccc;
}
/* MENU */

/* FOOTER */
#footer
{
	width: 100%;
	position: fixed;
	bottom: 0px;
	padding: 15px 0px;
	background: url('../imagenes/fondo_footer.png');
	color: #fff;
	z-index: 999;
}

#izquierda_footer
{
	width: 500px;
	float: left;
	padding-left: 30px;
}

#derecha_footer
{
	text-align: right;
	width: 200px;
	float: right;
	padding-right: 30px;
}

#derecha_footer a
{
	text-decoration: none;
	color: #fff;
}

#derecha_footer a:hover
{
	color: #ccc;
}
/* FIN FOOTER */

.full_width
{
	width: 100%;
	max-width: 100%;
}

.titulos_cabecera
{
	font-size: 34px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
}

/* EMPRESA */
#contenido_empresa
{
	margin: -150px 0px 0px 10%;
	position: relative;
	z-index: 999;
}

#bloque_empresa
{
	width: 338px;
	background: #000;
	color: #fff;
	line-height: 20px;
}

#titulo_empresa
{
	font-size: 21px;
	margin-bottom: 10px;
}

#texto_empresa
{
	padding: 10px 20px 20px 20px;
	font-size: 13px;
}
/* FIN EMPRESA */

/* CONTACTO */
#contiene_contacto
{
	width: 312px;
	height: 240px;
	background: #000;
	position: absolute;
	z-index: 999;
	top: 50%;
	margin-top: -130px;
	left: 50%;
	margin-left: -160px;
}

#texto_contacto
{
	text-align: center;
	color: #fff;
	font-size: 17px;
	margin: 15px 0px 20px 0px;
	line-height: 26px;
}

#texto_contacto a
{
	color: #fff;
	text-decoration: none;
	font-weight: 500;
}
#texto_contacto a:hover
{
	color: #ccc;
}
/* FIN CONTACTO */

/* OBRAS */
#menu_industriales
{
	width: 980px;
	margin: -34px auto 0px auto;
	position: relative;
	z-index: 999;
}

#menu_industriales div
{
	width: 110px;
	float: left;
	margin: 0px 40px 0px 40px;
	padding: 10px 0px;
	background: #F1584D;
	text-align: center;
}

#menu_industriales div a
{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

#menu_industriales div a:hover
{
	color: #ccc;
}

#menu_arquitectura
{
	width: 980px;
	margin: -34px auto 0px auto;
	position: relative;
	z-index: 999;
}

#menu_arquitectura div
{
	width: 250px;
	float: left;
	margin: 0px 40px 0px 40px;
	padding: 10px 0px;
	background: #F1584D;
	text-align: center;
}

#menu_arquitectura div a
{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

#menu_arquitectura div a:hover
{
	color: #ccc;
}

#menu_imagen
{
	width: 980px;
	margin: -34px auto 0px auto;
	position: relative;
	z-index: 999;
}

#menu_imagen div
{
	width: 110px;
	float: left;
	margin: 0px 15px 0px 15px;
	padding: 10px 0px;
	background: #F1584D;
	text-align: center;
}

#menu_imagen div a
{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

#menu_imagen div a:hover
{
	color: #ccc;
}

.centra_obras
{
	width: 860px;
	margin: auto;
	padding: 50px 0px 0px 0px;
	display: none;
}

.contiene_obra
{
	width: 425px;
	height: 142px;
	float: left;
	margin-bottom: 30px;
}

.foto_obra
{
	width: 220px;
	float: left;
}

.texto_obra
{
	width: 190px;
	float: left;
}

.titulo_detalle_obra
{
	font-weight: bold;
	color: #231F20;
	font-size: 14px;
	margin: 7px 0px 14px 0px;
}

.texto_detalle_obra
{
	font-size: 12px;
	color: #231F20;
	font-weight: 500;
}
/* FIN OBRAS */