/* 
	Paleta de colores
	#333 --> gris claro
	#cc071e  --> teja oscuro


*/
body{
	background: #fff;
	color: #333;
	font-size: 14px;
	line-height: 1.8;
	padding-top: 10px;
	/* 	padding: 0px 0 40px; */
}

a{
	font-weight: normal;
	color: #cc071e;
	text-decoration: none;
}

a:hover {text-decoration: underline;}

h1{
	font-size: 48px;
	font-family: Didot, Georgia, serif;
	font-weight: normal;
	text-align: left;
	line-height: 1.2;
}

h2{
	font-family: Didot, Georgia, serif;
	font-size: 32px;
	line-height: 1.2;
	/*padding: 20px 0 0;*/
	text-align: left;
	font-weight: normal;
}

h3{
	font-size: 24px;
	font-family: Didot, Georgia, serif;
	line-height: 1.2;
	text-align: left;
	font-weight: normal;
}

p{
	/*border: 1px solid #666;*/
	overflow: hidden;
	text-align: left;
	/*background: orange;*/
}

/*.container_16{
	background: #fff url(../img/16_col.gif) repeat-y;
}*/

#logotipo {
	padding-top: 20px;
	text-align: left;
}


#menu_texto, #menu_botellas
{
	margin: 0px;
	padding: 0px;
}

#menu_botellas p, #menu_texto p
{
	margin: 0px;
	padding-top: 6px;
	text-align: right;
	/*background: red;*/
}

img{border: 0;}
.bloque{border: 0;}

#menu_texto{margin-bottom: 10px;}

#menu_texto a{color: #000;}

#menu_texto p strong{color: #cc071e;}

#foto_banner{
	margin-top: 10px;
	padding: 0px;
}


#lateral p{
	font-family: Didot, Georgia, serif;
	text-align: center;
	margin-top: 30px;
}

#lateral p a{
	font-size: 24px;
	line-height: 1.2;
}

#etiqueta p{
	padding-top: 30px;
	font-family: Didot, Georgia, serif;
	text-align: center;
}



#botella p{
	font-family: Didot, Georgia, serif;
	text-align: center;
}



#pie p{
	padding-top:10px;
	border-top: 1px solid #bbb;
	margin-top: 10px;
	text-align: center;
}

#titular{
	margin-top: 20px;
	text-align: center;
	line-height: 1.2;
}

#filete{border-top: 1px solid #bbb;}

#ficha {
	text-align: left;
	font-size: 12px;
	line-height: 1.2;
	color: #888;
}

#ficha ul strong {
	color: #888;
}

#ficha ul li{
margin-bottom:6px;
	font-weight: normal;
}

#ficha ul li strong{
color: #cc071e;
}

#cuerpo em{
color: #888;
}