/* - - - - - - - - - - - - - - - - - - - - -

Título : HOUSE CENTER
Autor : kravier.com

Descripción : housecenter.css

Creado : 23 de mayo, 2009

- - - - - - - - - - - - - - - - - - - - - */


/***********************/
/* ATRIBUTOS DE PAGINA */
/***********************/
body,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
   line-height: 18px;
	color: #985631;
	background-color: #8b221c;	
	
}
body {
	margin: 0px;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #985631;
}

a:hover {
	color: #f8c301;
}
h1 {
	margin-top: 0px;
	font-size: 16px;
	color: #c80505;
}

h2 {
	margin: 0px;
	font-size: 14px;
	color: #502409;
}

p {
	margin: 0px;
}

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

li {
	margin: 0px;
	padding: 0px;
	color: #f8c301;
}


/****** TOP ******/

#top {
	height: 344px;
	background-image: url(../gfx/fondos/f_top.gif);
	background-repeat: repeat-x;
}

#cabecera {
	width: 920px;
	height: 344px;
	margin-left: auto;
	margin-right: auto;
}

#uno {
	width: 289px;
	height: 344px;
	float: left;
}


#dos {
	width: 631px;
	height: 344px;
	float: left;
}

#botonera {
	width: 100%;
	height: 30px;
	padding: 10px;

}

#botonera li {
	list-style: none;
	float: left;
	padding: 10px;
}

#random {
	width: 631px;
	height: 294px;
	background-color: #fff;
	clear: both;
}

/****** CONTENIDO ******/

#contenedor {
	background-color: #fbf4e1;
	height: 100%;
}

#contenido {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

/****** COLUMNA 1 ******/

#columna_01 {
	width: 680px;
	float: left;
}

#columna_01 h3 {
	margin-top: 0px;
	font-size: 18px;
	color: #c80505;
	float: left;
	padding-top: 8px;
}

div.producto {
	width: 200px;
	float: left;
	padding: 5px;
	background-color: #fff;
}

div.separador {
	width: 680px;
	height: 25px;
	clear: both;
}

#descripcion {
	width: 445px;
	float: left;
}

#precio {
	width: 190px;
	float: left;
	padding: 10px;
	background-color: #cc0000;
}

#precio h1 {
	font-size: 18px;
	color: #fff;
	margin: 0px;
}

#precio h2 {
	color: #f8c301;
}

#foto_productos {
	width: 680px;
	background-color: #fff;
	background-image: url(../gfx/fondos/f_productos.gif);
	background-repeat: repeat-y;
	background-position: right; 
}



/****** COLUMNA 2 ******/

#columna_02 {
	width: 210px;
	float: left;
}

div.listado {
	width: 200px;
	height: 21px;
	background-color: #f7eaca;
	padding: 5px;
	color: #a38769;
	margin-bottom: 1px;
}

div.separador_chico {
	width: 210px;
	height: 15px;
	clear: both;
}

div.separador_precio {
	width: 190px;
	height: 25px;
	clear: both;
}

div.boton {
	width: 210px;
	float: left;
}

/****** BOTTOM ******/

#bottom {
	height: 69px;
	background-color: #8b221c;
	/*background-image: url(../gfx/fondos/f_footer.gif);*/
	background-repeat: repeat-x;
	clear: both;
}

#footer {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	color: #f3e1b3;
	font-size: 11px;
	padding: 20px 0px 0px 0px;
	color: #ae6561;
}

#footer a {
	color: #ae6561;
}

#footer a:hover {
	color: #f8c301;
}





