@charset "utf-8";

html {
	height: 100%;
	overflow: auto;  /*hidden*/
}
body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #f7f3e7;
	color: #92764B;
}
#contenedor {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#contenedor #izq{
	float: left;
	width: 60px;
	height: 380px;
	display: block;
}
#contenedor #der{
	width: 60px;
	height: 380px;
	clear: right;
	float: left;
	display: block;
}#contenedor #cabeza{
	height: 140px;
	width: 950px;
}
#contenedor #contenido{
	float: left;
	height: 380px;
	width: 830px;
	background-color: #FFFFFF;
	margin: 0px;
}

#contenedor #pie {
	background-image: url(/media/imgs/interfaz/pie.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	float: left;
	width: 950px;
	padding-top: 30px;
}
#contenedor #pie h2 {
	font-size: 24px;
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#contenedor #pie p {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#contenedor #pie .promocion {
	background-color: #930;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	line-height: 20px;
	padding: 10px;
	color: #FFF;
}
