/* 
	Paleta de colores
	#333 --> gris claro
	#cc071e  --> teja oscuro


*/
body{
	background: #fff;
	color: #333;
	font-size: 10px;
	line-height: 1.2;
	padding-top: 4px;
	/* 	padding: 0px 0 40px; */
}

a{
	font-weight: normal;
	color: #cc071e;
	text-decoration: none;
}

a:hover {text-decoration: underline;}

h1{
	font-size: 24px;
	font-family: Didot, Georgia, serif;
	font-weight: normal;
	text-align: left;
	line-height: 1.2;
}

h2{
	font-family: Didot, Georgia, serif;
	font-size: 16px;
	line-height: 1.2;
	/*padding: 20px 0 0;*/
	text-align: left;
	font-weight: normal;
}

h3{
	font-size: 12px;
	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: 4px;
	text-align: center;
}


#menu_texto, #menu_botellas{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#menu_botellas p, #menu_texto p{
	margin: 0px;
	padding-top: 2px;
	text-align: center;
	/*background: red;*/
}

#menu_botellas p .bloque{
	display: block;
	text-align: center;
	margin-bottom: 4px;
}
#menu_botellas p img{
		display: inline;
		text-align: center;
}

#menu_texto{margin-bottom: 4px;}

#menu_texto a{color: #000;}

#menu_texto p strong{color: #cc071e;}

#foto_banner{
	margin-top: 4px;
	padding: 0px;
}


#lateral p{
	font-family: Didot, Georgia, serif;
	text-align: center;
	margin-top: 4px;
}

#lateral p a{
	font-size: 24px;
	line-height: 1.2;
}

#etiqueta p{
	padding-top: 4px;
	font-family: Didot, Georgia, serif;
	text-align: center;
}

#botella p{
	font-family: Didot, Georgia, serif;
	text-align: center;
}

#pie p{
	padding-top:4px;
	border-top: 1px solid #bbb;
	margin-top: 4px;
	text-align: center;
}

#titular{
	margin-top: 4px;
	text-align: center;
	line-height: 1.2;
}

#filete{border-top: 1px solid #bbb;}

#ficha {
	text-align: left;
	font-size: 10px;
	line-height: 1.2;
	color: #888;
}

#ficha ul strong {
	color: #888;
}

#ficha ul li{
	margin-bottom:2px;
	font-weight: normal;
	list-style-position: inside;
}

#ficha ul li strong{
color: #cc071e;
}

#cuerpo em{
color: #888;
}
