	body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}
a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.fondoIzquierda {
	background-color: #000;
	position: absolute;
	height: 100%;
	width: 50%;
	left: 0px;
	top: 0px;
}

.contenedor {
	background-image: url(../img/principal/fondo.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 986px;
	margin-left: -493px;
	position: absolute;
	left: 50%;
	top: 0px;
}
.contenedor .contenido {
	position: absolute;
	height: 545px;
	left: 0px;
	top: 50%;
	width: 100%;
	margin-top: -273px;
}
.contenedor .fondo {
	background-image: url(../img/principal/fondoContenido.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 40px;
	height: 493px;
	width: 504px;
}
.contenedor .menuComercial {
	position: absolute;
	width: 935px;
	left: 110px;
	bottom: 10px;
}
.contenedor .menuComercial a {
	height:65px;
	width: 173px;
	position: absolute;
	bottom: 0px;
	display: inline-block;
	text-decoration: none;
	cursor:pointer;
}
.contenedor .menuComercial a.desplegado {
	height:96px;
}



.contenedor .menuComercial .superior {	
	position: absolute;
	height: 31px;
	width: 100%;
	left: 0px;
	top: 0px;
}
.contenedor .menuComercial .inferior {
	position: absolute;
	/* height: 34px; */
	width: 100%;
	left: 0px;
	bottom: 0px;
	top:31px;
	
}

.contenedor .menuComercial a span{
	position: absolute;
	width: 100%;
	bottom: 15px;
	font-size: 30px;
	color: #000;
	text-align: center;
	left: 0px;
}

.contenedor .menuComercial .mcMenu {
	position: absolute;
	height: 62px;
	width: 144px;
	bottom: 59px;
	display:none;
	left: 15px;
}


.contenedor .menuComercial a#comercial { }
.contenedor .menuComercial #comercial .superior { background-image: url(../img/principal/superiorComercial.png); }
.contenedor .menuComercial #comercial .inferior { background-image: url(../img/principal/fondoComercial.gif); }

.contenedor .menuComercial #mcComercial { background-image: url(../img/principal/mcComercial.png);	}

.contenedor .menuComercial a#industrial { left:193px; }
.contenedor .menuComercial #industrial .superior { background-image: url(../img/principal/superiorIndustrial.png); }
.contenedor .menuComercial #industrial .inferior { background-image: url(../img/principal/fondoIndustrial.gif); }

.contenedor .menuComercial #mcIndustrial {	background-image: url(../img/principal/mcIndustrial.png);}

.contenedor .menuComercial a#decoracion {
	left:387px;
	width: 172px;
}
.contenedor .menuComercial #decoracion .superior { background-image: url(../img/principal/superiorDecoracion.png); }
.contenedor .menuComercial #decoracion .inferior { background-image: url(../img/principal/fondoDecoracion.gif); }

.contenedor .menuComercial #mcDecoracion {	background-image: url(../img/principal/mcDecoracion.png); }


.contenedor .menuComercial a#oficinas { left:582px; }
.contenedor .menuComercial #oficinas .superior { background-image: url(../img/principal/superiorOficinas.png); }
.contenedor .menuComercial #oficinas .inferior { background-image: url(../img/principal/fondoOficinas.gif); }

.contenedor .menuComercial #mcOficinas { background-image: url(../img/principal/mcOficinas.png); }

/*
.contenedor .lineaInferior {
	position: absolute;
	width: 936px;
	left: 0px;
	background-color: #C81A23;
	height: 8px;
	border: 1px solid #000;
	bottom: 0px;
}
*/

.lineaInferior {
	position: absolute;
	left: 0px;
	background-color: #C81A23;
	height: 8px;
	border: 1px solid #000;
	right: 50%;
	margin-right: -445px;
	top:50%;
	margin-top:262px;
}

.lineaSuperior {
	position: absolute;
	left: 0px;
	background-color: #C81A23;
	height: 8px;
	border: 1px solid #000;
	right: 50%;
	margin-right: -445px;
	top:50%;
	margin-top:-273px;
}


.contenedor .texto {
	position: absolute;
	color: #C7BDBD;
	text-align: center;
	left: 305px;
	top: 15px;
	right: 50px;
	bottom: 10px;
	padding-right: 70px;
	font-size: 15px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contenedor .texto p {
	margin-bottom: 15px;
	margin-right: 100px;
	margin-left: 100px;
}
.contenedor .texto h2 {
	font-size: 28px;
	color: #FFF;
	margin-bottom: 15px;
}
.contenedor .texto em {
	font-size: 14px;
	color: #5B5757;
}
.contenedor .texto address {
	border: 3px solid #666;
	background-color: #333;
	text-align: left;
	padding-left: 100px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contenedor #textoComercial h2 {
	margin-top: 40px;	
	margin-bottom: 40px;
}
.contenedor #textoComercial address {
	margin-top:50px;
}

.contenedor .texto blockquote {
	position: absolute;
	bottom: 135px;
	color: #FFF;	
}
.contenedor .texto#textoIndustrial { background-image: url(../img/principal/textoIndustrial.jpg); }
.contenedor .texto#textoIndustrial blockquote {	left: 0px;	}

.contenedor .texto#textoDecoracion { background-image: url(../img/principal/textoDecoracion.jpg); }
.contenedor .texto#textoDecoracion blockquote {
	left: 210px;
}

.contenedor .texto#textoOficinas { background-image: url(../img/principal/textoOficinas.jpg); }
.contenedor .texto#textoOficinas blockquote {
	left: 410px;
}
.contenedor .menuLateral {
	position: absolute;
	top: 0px;
	right: 7px;
	display: block;
	height: 544px;
	width: 41px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-image: url(../img/principal/menuLateral.jpg);
	background-repeat: repeat-y;
	background-position: -1px 0px;
}
.contenedor .menuLateral a {
	text-indent: -9000px;
	height: 25%;
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}
.contenedor .menuLateral a#mnuEmpresa { background-image: url(../img/principal/mnuEmpresa.jpg); }
.contenedor .menuLateral a#mnuContactar { background-image: url(../img/principal/mnuContactar.jpg); }
.contenedor .menuLateral a#mnuServicios { background-image: url(../img/principal/mnuServicios.jpg); }
.contenedor .menuLateral a#mnuProductos { background-image: url(../img/principal/mnuProductos.jpg); }

.contenedor .menuLateral a#mnuEmpresa:hover { background-image: url(../img/principal/mnuEmpresa_sobre.jpg); }
.contenedor .menuLateral a#mnuContactar:hover { background-image: url(../img/principal/mnuContactar_sobre.jpg); }
.contenedor .menuLateral a#mnuServicios:hover { background-image: url(../img/principal/mnuServicios_sobre.jpg); }
.contenedor .menuLateral a#mnuProductos:hover { background-image: url(../img/principal/mnuProductos_sobre.jpg); }

