/* Color 
  **************************************************** 
background-color:#fff;
  rojo:#e23828
  
*/ 
@import url(css/promociones.css);
body{
	font-family:  "Trebuchet MS", Tahoma, Arial,Helvetica,sans-serif;
	font-size: 62.5%; /*this body font-size fixes an IE bug and maintains x-browser uniformity */
	margin: 0;
	padding: 0px;
	background:#eeeeee;
}
#contenedor{
		width:800px;
		margin: 0px auto;
		padding-top:0px;
		background-color:#fff;
		
	}
p, h1, h2, h3{
	margin:0px;
	padding:0px;
}
h2{
	/* background-image:url(img/img_visuales/fondo_puntos_2.jpg); */
	border-bottom:dotted 1px #e23828;
	border-top:dotted 1px #e23828;
	font-size:1.5em;
	padding:3px;
}
a{
	text-decoration:none;
	padding:3px;
	letter-spacing:0.1em;
}
a:link{
	color:#e23828;
	}
a:visited {
	color:#000;
}	
a:hover{
	color:#000;
	text-decoration:underline;
}
#contenido{
	padding-top:40px;
	width:97%;
	margin:auto;
	/*background-image:url(/img/img_visuales/fondo_body_2.jpg);*/
}
/*cestas en diferentes paginas */
#compra_tit{
	text-decoration:underline;
	color:#e23828;
}


/* *******************************************************************Promociones */
.promociones h1{
	border-bottom:dotted 3px #e23828;
	border-top:dotted 3px #e23828;
	font-size:1.5em;
	padding:0px 3px 3px 3px;
	text-align: center;
}

.antes{
	text-decoration: line-through;
}	

/* Principal 
  **************************************************** */
.cont_izq, .cont_derch{
	width:40%;
}
.cont_izq{
	float:left;
	padding:20px;
}
.cont_derch{
	float:right;
	padding:20px 0px 20px 20px;
}
/* lista productos 
  **************************************************** */
.productos{
	margin-top:20px;
}
.conte_tabla a:link{
	color:#000;
	}
	

.conte_tabla a:visited {
background-color:#ddd;
color:#000;
}	
.conte_tabla a:hover{
	color:#fff;
	background-color:#e23828;
	}
	
	
.leyenda{
	float:right;
	color: #e23828;
	font-size: 9px;
	padding: 0;
	font-weight: bold;
}	
/* cesta 
  **************************************************** */
.conte_tabla{
	width:80%;
	background-color:#fff;
	padding:20px 20px 20px 25px; 
	margin:15px auto;
	border-bottom:1px dotted #e23828;
	border-right:1px dotted #e23828;
}
.tabla_productos td{
border:0px;
margin:0px;
padding:10px;
border-bottom: 1px dotted #e23828;
border-collapse:collapse;
border-spacing:0px;
text-align:center;
}
.conte_tabla table{
margin-top:30px;
}


/* noticias y novedades
  **************************************************** */
.noticias{
	width:500px;
	background-color:#fff;
	padding:20px 0px 20px 5px; 
	margin:15px auto;
	border:0px #f00 dotted;
}
.noticias img{
	padding:15px 0px;
}
.noticias p{
	margin-bottom:1em;
	font-size:1.2em;
	color:#555;
}
.noticias h3{
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:1em;

}
.noticias h4{
	font-size:1.3em;
	font-weight:bold;
padding:0px;
margin:0px;
}
p.img_noticias{text-align:center;

}
.noticias table{
	margin: 10px auto;
	padding:1px;
}
.clear{
	clear:both;	
}
.anio{
	text-align: right;
	margin: 0 5px 0 15px;
	border: 0px solid #000;
	display:block;
	width:100px;
	float:right;
}  
img.integrada_dere{
	display:block;	
	float:right;
	padding:2px;
}
img.integrada_izq{
	display:block;	
	float:left;
	margin-right:5px;
}

/* Pie 
  **************************************************** */
#pie{
	border-top: 1px dotted #e23828;
	color: #333;
	line-height:20px;
	font-size:1em;
	text-align:center;
	clear:both;
	bottom:0px;
	background-color:#fff;
}
/* Texto legal
 ************************************************************** */
.text_legal{
 	font-style: italic;
	font-size: 9px;
	padding-top: 10px;
	clear:both;
}
 
/* Busqueda
************************************************* */
#busqueda table{
	text-align:right;
	
	width:200px;
	/*clear:both;*/
}
#busqueda td{
	border:0px;
	}
#busqueda tr{
	border:0px;
	}