body {
	font-size: 16px;
	font-family: "Arial narrow", "MS Trebuchet", sans-serif;
	background: #EAF0F4 url(../images/fons.gif) repeat-x;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #666666;
}

h2 {
	color: #CD7070;
	font-size: 18px;
}

a {
	color: #333;
	text-decoration: underline;
}

a img {
	border:none;
}
.clear {
	clear:both;
}

#contenedor {
	width: 760px;
	padding:0;
	margin:auto;
	background:#fff url('../images/fons_esquerra.gif') left repeat-y;
}

#header {
	width: 532px;
	float:left;
}

.logotipo {
	float:left;
	width:201px;
	height:115px;
	border-bottom: #477498 17px solid;
	background: #fff;
	
}

.informacion {
	float:left;
	width: 331px;
	height:90px;
	text-align:right;
	border-bottom: #477498 17px solid;
	background: url(../images/fons_dalt1.jpg) repeat-y;
	font-size:10px;
	padding-top:25px;
	color: #477498;
}

.logodreta {
	float:right;
	width:228px;
	height:183px;
	background: url('../images/foto_portada_promo.jpg') right no-repeat;
}

#sidebar {
	background: url('../images/fons_esquerra.gif') repeat-y;
	width:191px;
	float:left;
	margin-top:-50px;
	*margin-top:0px;
	padding: 20px 0 0 0;
	text-align: left;
	margin-bottom:20px;
}


#sidebar ul li {
	list-style-image: url(../images/indicador.gif);
}

#sidebar a {
	text-decoration: none;
	color: #333;
}

#sidebar a:hover {
	background: #ccc;
	color:#fff;
}
#content {
	float:right;
	text-align:left;
	width:534px;
	min-height: 400px;
	padding-left:20px;
	margin-top:-50px;
	color: #666666;
	margin-bottom:20px;
	*margin-top:0;
}

.item_result {
	background: #EAEFF3;
	margin:5px;
	padding:5px;
}
.item_result img {
	width:50px;
	height:50px;
	float:left;
	padding:10px;
}

.precio {
	float:right;
	font-size:22px;
	padding-top:15px;
}
.num_pag_actual {
	text-align:center;
	width: 20px;
	height: 20px;
	border: #ccc 1px solid;
	background: #ccc;
	color: #fff;
	float: left;
	margin:5px;
}

a .num_pag {
	text-align:center;
	width: 20px;
	height: 20px;

	border: #ccc 1px solid;
	background: #fff;
	color: #333;
	float:left;
	margin:5px;
}

.masimagenes {
	text-align:center;
}
.masimagenes a img {
	border: 1px #bbb solid;
	padding:5px;
	background: #ccc;
	margin:5px;
}

.promocion {
	width: 170px;
	text-align:center;
	margin:20px 3px 0 3px;
	float:left;	
}



.promocion .texto {
	padding:5px;
	text-align:center;
	font-size:14px;
	
	background:#DDE7EF;
}

.promocion a {
	text-decoration:none;
}

.promocion a:hover {
	text-decoration:underline;
}

#footer {
	background: #477498;
	height:100px;
}