@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	list-style-type: none;
}

body {
	background-color: #efedeb;
}
html {
}
/*************************************************************
 ESTRUCTURA
 *************************************************************/
#cuerpo_principal {
	background-image: url(../imagenes/fondo_central.png);
	background-repeat: repeat-y;
	width: 1023px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#fondo_vinos {
	width: 1023px;
	height: 100%;
	background-image: url(../imagenes/fondo_vinos.jpg);
	background-repeat: no-repeat;
	background-position: 261px 105px;
}
#fondo_ficha {
	width: 1023px;
	height: 100%;
	background-image: url(../imagenes/fondo_ficha.jpg);
	background-repeat: no-repeat;
	background-position: 505px 105px;
}
#fondo_bodega {
	width: 1023px;
	height: 100%;
	background-image: url(../imagenes/fondo_bodega.jpg);
	background-repeat: no-repeat;
	background-position: 261px 105px;
}
#fondo_contacto {
	width: 1023px;
	height: 100%;
	background-image: url(../imagenes/fondo_contacto.jpg);
	background-repeat: no-repeat;
	background-position: 511px 105px;
	overflow: hidden;
}
#fondo_ubicacion {
	width: 1023px;
	height: 100%;
	background-image: url(../imagenes/fondo_ubicacion.jpg);
	background-repeat: no-repeat;
	background-position: 452px 105px;
	overflow: hidden;
}
#fondo_medallas {
	width: 1023px;
	height: 100%;
	background-image: url(../imagenes/fondo_medallas.jpg);
	background-repeat: no-repeat;
	background-position: 536px 105px;
	overflow: hidden;
}
#fondo_galeria {
	width: 1023px;
	height: 100%;
	background-image: url(../imagenes/fondo_galeria.jpg);
	background-repeat: no-repeat;
	background-position: 340px 105px;
	overflow: hidden;
}
/*************************************************************
 CABECERA
 *************************************************************/
#cabecera {
	height: 65px;
	width: 100%;
	background-image: url(../imagenes/fondo_cabecera_in.jpg);
	background-repeat: repeat-x;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #5E3569;
}
#botonera, #botonera_en {
	width: 1023px;
	height: 69px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/arriba_cuerpo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#botonera ul {
	margin-left: 30px;
	overflow:hidden;
}
#botonera_en ul {
	margin-left: 100px;
	overflow:hidden;
}
#botonera ul li, #botonera_en ul li {
	float: left;
	margin-right: 9px;
	margin-left: 9px;
	padding-top: 13px;
	padding-bottom: 5px;
	list-style-type: none;	
}
.activo {
	font-family: 'SansumiRegular', Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding:4px;
	background-color: #5E3569;
	color: #EFEDEB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.desactiva {
	font-family: 'SansumiRegular', Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5e3569;
	padding:4px;
}
.desactiva:hover{
	background-color: #5E3569;
	color: #EFEDEB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*************************************************************
 PIE 
 *************************************************************/
#pie {
	height: 120px;
	width: 100%;
	background-image: url(../imagenes/fondo_pie.png);
	background-repeat: repeat-x;
	overflow: hidden;
	background-position: bottom;
}
#contenido_pie {
	background-image: url(../imagenes/tapon_pie.png);
	background-repeat: no-repeat;
	background-position: 150px 28px;
	width: 940px;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
}

#botonera_pie {
	float: left;
	margin-left: 150px;
	margin-top: 12px;
}
#botonera_pie li {
	list-style-type: none;
	float: left;
	margin-right: 8px;
	margin-left: 9px;
	line-height: 10px;
}
#botonera_pie li a {
	font-family: 'SansumiRegular', Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5e3161;
	line-height: 10px;
}
#botonera_pie li a:hover {
	color: #C2B3C6;
}
#pie_izquierda {
	float: left;
	padding-left: 12px;
}
.texto_legal {
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	line-height: 10px;
	padding-top: 12px;
}
#idiomas {
	padding-top: 6px;
}
#idiomas li {
	float: left;
	margin-right: 12px;
}
#idiomas a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	text-decoration: none;
}
/*************************************************************
 CONTENIDO 
 *************************************************************/
#logo {
	position: absolute;
	background-image: url(../imagenes/logo_in.png);
	height: 277px;
	width: 566px;
	left: 446px;
	top: -25px;
	z-index: 100;
}
.titulo_general {
	padding-top: 45px;
	margin-left: 100px;	
}
#ficha_vino {
	margin-left: 60px;
	overflow: hidden;
	padding-bottom: 30px;
	width: 900px;

}
#ficha_vino img {
	float:left;	
}
#descripcion_vino {
	float:left;
	width: 700px;
	margin-left: 20px;
}
#ficha_vino h1 {
	width: 400px;
	margin-top:45px;
	height: 44px;
}
#ficha_vino h1 span{
	visibility: hidden;
	font-size: 4px;
}
#zinnia {
	background-image: url(../imagenes/titulos%20vinos/zinnia.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#destinado {
	background-image: url(../imagenes/titulos%20vinos/destinado.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#malbec {
	background-image: url(../imagenes/titulos%20vinos/malbec.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#cabernet {
	background-image: url(../imagenes/titulos%20vinos/cabernet.jpg);
	background-repeat: no-repeat;
	background-position: left;

}
#cabernet span, #zinnia span {
	visibility: hidden;
	font-size: 4px;
}
#evolucion_blend {
	background-image: url(../imagenes/titulos%20vinos/evolucion_blend.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#evolucion {
	background-image: url(../imagenes/titulos%20vinos/evolucion.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#himno {
	background-image: url(../imagenes/titulos%20vinos/himno.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#rosado {
	background-image: url(../imagenes/titulos%20vinos/rosado.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.introduccion_ficha {
	font-family: 'SansumiRegular', Arial, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	margin-top: 15px;
	text-align: left;
	width: 700px;
}
.seccion_ficha {
	width: 700px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	overflow: hidden;
	margin-top: 25px;
}
.seccion_ficha h2 {
	float:left;
	width: 200px;
	font-family: 'SansumiRegular', Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #5E3261;
}
.texto_ficha {
	float:left;
	font-family: 'SansumiRegular', Arial, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	text-align: left;
	width: 500px;
}
#premios {
	padding-top: 20px;
	padding-left: 30px;
	margin-bottom:20px;
	overflow: hidden;
	height: auto;
	width: 540px;
}
#premios h2{
	font-family: 'cardobold';
	font-size: 16px;
	color: #5E3569;
	line-height: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#premios ul {
	margin-bottom: 10px;	
}
#premios ul li {
	overflow: hidden;
}
#premios ul li img{
	float: left;
	margin-right: 8px;
}
#premios ul li p {
	font-family: 'cardoregular';
	font-size: 11px;
	color: #5E3261;
	line-height: 12px;
	text-align: left;
	padding-top: 5px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.texto_premios {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #5E3261;
	line-height: 14px;
	text-align: left;
	padding-top: 5px;
}
.sin_premios {
	padding-top: 170px;
}
.sin_premios_img {
	margin-top: 30px !important;
}
.texto {
	font-family: 'SansumiRegular', Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5E3261;
	width: 520px;
	line-height: 18px;
	padding-top: 25px;
	margin-left: 100px;
}
.texto_ancho {
	font-family: 'SansumiRegular', Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5E3261;
	width: 800px;
	line-height: 18px;
	padding-top: 25px;
	margin-left: 100px;
}
.texto strong, .texto_ancho strong {
	font-family: 'cardobold';
	font-size: 12px;
	color: #5E3569;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.texto a, .texto_ancho a {
	text-decoration: none;
}
.diploma {
	background-image: url(../imagenes/medalla_destacada.png);
	background-repeat: no-repeat;
	display: block;
	height: 123px;
	width: 144px;
	position: absolute;
	left: 629px;
	top: 154px;
	z-index:1000;
}
.diploma a {
	font-family: 'SansumiRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-decoration: none;
	padding-top: 58px;
	padding-left: 22px;
	display:block;
	width:100px;
	height:60px;
	text-align:center;
}
/*************************************************************
 UBICACION
 *************************************************************/
 
#ubicacion {
	margin-left: 41px;
	margin-bottom: 20px;
}
#datos_contacto {
	font-family: 'SansumiRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5E3569;
	float: right;
	width: 350px;
	margin-top: 212px;
	margin-right: 100px;
	line-height: 18px;
}
/***************************************************
 FORMULARIO CONTACTO INDEX
 ***************************************************/
.campo_contacto {
	width: 295px;
	overflow: hidden;
	position: relative;
	margin-top: 4px;
}
.formulario_contacto {
	margin-top: 35px;
	margin-left: 96px;
	margin-bottom: 20px;
	float: left;
	height: 470px;
	width: 300px;
}
.formulario_contacto p {
	margin-bottom: 0;
}
.formulario_contacto label {
	cursor: pointer;
	font-weight: normal;
	font-style: normal;
	line-height: 14px;
	font-family: 'SansumiRegular', sans-serif;
	font-size: 12px;
	color: #5E3569;
	margin-left: 8px;
}

.formulario_contacto input {
	width: 267px;
	border-width: 0;
	border-style: none;
	height: 28px;
	outline: 0;
	color: #747a80;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 4px 14px 0;
	display: block;
	background-color: #FFF;
	background-image: url(../imagenes/campo_contacto.png);
	background-position: 100% 0;
}

.formulario_contacto input:focus {
	color: #333;
	background-position: 0 -30px;
}

.formulario_contacto textarea {
	width: 267px;
	border-width: 0;
	border-style: none;
	height: 155px;
	outline: 0;
	color: #747a80;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #2c343c url(../imagenes/campo_mensaje.jpg) 100% 0px;
	overflow: auto;
	margin-bottom: 14px;
	float: left;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 3px;
	padding-left: 14px;
}
.formulario_contacto button {
	border-width: 0;
	border-style: none;
	background-image: url(../imagenes/btn_enviar.jpg);
	width: 178px;
	height: 43px;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	background-color: #FFF;
	margin-left: 110px;
}
.formulario_contacto p {
	margin-bottom: 0;
}
.error {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #666;
}
.texto_mensaje_enviado {
	font-family: 'SansumiRegular', Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5E3261;
  line-height: 16px;
}
/*************************************************************
 MEDALLAS
 *************************************************************/
 
#medallas {
	margin-left: 81px;
	padding-top: 40px;
	margin-bottom: 20px;
	overflow: hidden;
}
#medallas .nav_medallas {
	margin-top:60px;
}
#medallas .nav_medallas li{
	margin-left:13px;
	margin-right:13px;
}



.ficha_medallas {
	clear: both;
	overflow: hidden;
	display: block;
	width: 850px;
}
.foto_vino {
	float: left;
	margin-right: 15px;	
}
.ficha_medallas h2 {
	font-family: 'cardobold';
	font-size: 26px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5E3569;
	padding-top: 5px;
	padding-bottom: 15px;
}
.diplomas {
	overflow:hidden;
}
.diplomas li {
	float: left;
	height: 76px;
	margin-right: 7px;
	margin-left: 7px;
	border: 2px solid #DADADA;
	margin-bottom: 20px;
}
.texto_medallas{
	clear:both;
	padding-bottom: 20px;
	font-size:12px;
}
.texto_medallas strong{
	font-family: 'cardobold';
}
.texto_medallas li img{
	float:left;
}
.texto_medallas li p{
	font-family: 'SansumiRegular', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5E3261;
	line-height: 22px;
	text-indent:8px;
}
.texto_medallas li{
	padding-top:3px;
	padding-bottom:3px;
}
/*************************************************************
 PRENSA
 *************************************************************/
#notas {
	margin-left: 100px;
	margin-top: 100px;
	overflow:hidden;
}
.nota {
	overflow:hidden;
	margin-bottom: 40px;
	margin-top: 10px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	padding-bottom: 15px;
	width: 750px;
}
.nota h2 {
	font-family: Arial, sans-serif;
	font-size: 22px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #5E3569;
	width: 750px;
}
.nota img {
	float:left;
	margin-right: 25px;
	border: 3px solid #C0B1C4;
}
.texto_notas {
	font-family: 'SansumiRegular', Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5E3569;
	float:left;
	width: 500px;
	line-height: 16px;
}
.texto_notas strong {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #5E3569;
}
.texto_notas span {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #5E3569;
}
.leer_mas {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #5E3569;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	display: block;
	clear: both;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #EBEBEB;
	margin-top: 15px;
}
