/* ESTILOS GENERALES*/
body {
	margin:0px;
	padding:0px;
	border:0px;
	background-color:#f4efec;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.clear{
	clear:both;
	}
	
img{
	border:0px;
	}
	
.space {
	height:23px;
	}	
.space_top {
	height:40px;
	}	
a {
	color: #666;
	text-decoration:none;
	}
a:hover{
	color: #F00;
	text-decoration:none;
	} 


	
/* estilos generales texto*/
	
.titular_rojo{
	display:block;
	color:#990000;
	font-size:17px;
	font-weight:700;
	margin-bottom: 10px;
	}
	
.titular_gris{
	display:block;
	color:#666666;
	font-size:15px;
	font-weight:600;
	margin-top: 30px;
	}
	
.texto_general{
	display:block;
	color:#666666;
	font-size:12px;
	}
.texto_gris_16{
	font-size:16px;
	color:#666666;
	}

.texto_gris_14{
	font-size:14px;
	color:#666666;
	}
.texto_rojo_13{
	font-size:13px;
	color: #990000;
	}
.texto_gris_9{
	font-size:9px;
	color:#333333;
	}

.boton{
	color: #666;
	text-decoration:none;
	font-size:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
.boton:hover{
		color: #F00;
	text-decoration:none;
	font-size:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	} 



/* CONTENEDORES GENERALES*/
#contenedor_general{
	position:relative;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	background-repeat:repeat-y;
	background-image:url(../img/fondo_contenido.jpg);
	
	}
	
#relativo {
	padding-right: 45px;
	padding-left: 45px;
	}
	
#contenedor_left{
	float:left;
	width:400px;
	height: 700px;
	}
	
#contenedor_right{
	float:right;
	width:500px;
	padding-top: 50px;
	padding-right:10px;
	
	}
#relativo_contenido {
	padding-left: 45px;
	background-image: url(../img/fondo_servilleta.jpg);
	padding-right: 45px;
	background-repeat:no-repeat;
	width:90%;
	}
#pageflip{
	height:383px;
	background-image:url(../img/fondo_pageflip.jpg);
	background-repeat: no-repeat;
	}
.contenedor_txt_principal{
	margin-bottom:50px;
	}
	
/* botonera*/	
.botonera{
	height:40px;
	background-color:#eae1da;
	padding-top:20px;
	color:#969494;
	font-size:14px;
	text-align: center;
	}
/* oferta*/	
#cont_oferta{
	height:440px;
	padding-left: 55px;
	padding-right: 80px;
	text-align: center;
	padding-bottom: 60px;
	}

/* cajas de destacados */	
	
.destacado_contenedor{
	background-image:url(../img/fondo_destacado.jpg) !important;
	background-repeat:no-repeat;
	background-position: bottom;
	}
.destacado_border{
	border-bottom: #F0ECD7 3px solid;
	border-left: #F0ECD7 3px solid;
	border-right: #F0ECD7 3px solid;
	height: auto !important;
	height: 180px;
	min-height:180px;
	padding-left: 10px;
	padding-right: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.destacado_border_top{
	background-image: url(../img/border-top.jpg);
	background-repeat: repeat-x;
	}
.destacado_left{
	float:left;
	width:280px;
	}
.destacado_img{
	background-image: url(../img/lambrusco.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 23px;
	}
