@charset "UTF-8";
/* CSS Document */

.clearer { clear:both; }

body {
	margin-left: 0px;
	margin-top: 0px;
}

#wrapper {
	width:1024px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}

/* header de la pagina */
#header {
	height:284px;
}

#header #col1 {
	float:left;
	position:relative; 		/*posicion relativa de los elementos entre si */	
	display:inline;			/*posicion en linea */
	width:445px;
}

#header #col2 {
	float:left;
	position:relative; 			
	display:inline;			
	width:579px;
	height:284px;
}

#lineaTop {
	background-color:#b04731;
	height:9px;
	margin:5px 0 2px 0;
}

#header #menu {
	height:51px;
}

#cuerpo {
}

#cuerpo #promociones {
	float:left;
	position:relative; 			
	display:inline;			
	padding: 50px 0 0 15px;
	width:530px;
}

#cuerpo #promocionesTest {
	float:left;
	position:relative; 			
	display:inline;			
	margin: 10px 0 10px 20px;
	width:960px;
}

#cuerpo #texto {
	float:left;
	position:relative; 			
	display:inline;			
	width:372px;
	padding: 40px 0 0 40px;
}

#redesSociales {
	width:100px;
	float:left;
	margin:95px 0 0 20px;
}

#pie {
	height: 113px;
}

#pie #intranet {
	width:300px;
	padding:10px 0 10px 10px;
	text-align:left;
}

/*fuentes */
.fontGuinda {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#970430;
	text-align:center;
}

.fontGrisTenue {
	font-size:13px;
	line-height:15px;
	color:#a59e9e;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
}

.fontGris {
	font-size:14px;
	line-height:18px;
	color:#6c6868;
	text-align:right;
	padding-left:20px;
	padding-right:20px;
}

.fontTextoOfertas {
	font-size:12px;
	line-height:18px;
	color:#6c6868;
}

#gallery { position: relative; width:500px; height:340px; margin:0; padding:0; }
#gallery li { display: block; }
