@charset "utf-8";
/* General */
body {
	margin:0px;
	background-color:#FFFFFF;
	}
#fondo {
	width:100%;
	height:600px;
	background-image:url(img/fondo.gif);
	background-repeat:repeat-x;
	margin:0px;
	}	
#contenedor {
	width:800px;
	height:600px;
	background-image:url(img/rectangulo.gif);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	}
#banner {
	width:796px;
	height:148px;
	margin-left:2px;
	}
#menu {
	width:792px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:#666666 1px solid;
	}
#cont_izq {
	width:180px;
	height:365px;
	margin-top:10px;
	float:left;
	font-size:10px;
	}
#txt_cont_izq {
	width:165px;
	padding-left:15px;
	margin-top: 10px;
	height: 190px;
	}
#carrito {
	width:178px;
	margin-left:2px;
	height:75px;
	border-right:#024b1f 1px solid;
	border-top:#024b1f 1px solid;
	}
.num_compras {
	font-size:16px;
	font-weight:bold;
	}
#cont_dx {
	width:503px;
	height:365px;
	float:right;
	margin-right:3px;
	margin-top:10px;
	font-size:10px;
	}
.enf{
	font-weight:bold;
	}
#pie{
	width:790px;
	height:10px;
	margin-top:10px;
	text-align:center;
	font-size:9px;
	color:#999999;
	float:left;
	}
a:link {
	color:#024b1f;
	}
a:visited {
	color:#024b1f;
	}
.sep_tabla {
	border-bottom:#666666 1px solid;
	font-weight:bold;
	}

/* Index */
#contenedor_index {
	width:800px;
	height:610px;
	background-image:url(img/rectangulo_index.gif);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	}
#cont_dx_index {
	width:507px;
	height:365px;
	float:right;
	margin-top:10px;
	margin-right:5px;
	font-size:10px;
	}
#oferton {
	width:507px;
	height:315px;
	margin-top:10px;
	overflow:auto;
	float:left;
	}
#oferton img {
	cursor:pointer;
	}	
#glu {
	width:800px;
	height:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;	
	color:#024b1f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:8px;
	}	
/* Colchones */
#colchones {
	width:503px;
	height:315px;
	margin-top:10px;
	overflow:auto;
	}
#colchones img {
	cursor:pointer;
	}	
/* Carrito, Resumen */
#cont_dx_compra {
	width:503px;
	height:365px;
	float:right;
	margin-right:3px;
	margin-top:10px;
	font-size:10px;
	overflow:auto;
	}

/* Enlaces */
#enlaces {
	width:503px;
	height:265px;
	overflow:auto;
	}
#enlaces a:link{
	text-decoration:none;
	}
#enlaces a:visited{
	text-decoration:none;
	color:#666666;
	}

