
* {
	font-family: Palatino Linotype, "Times New Roman", Times, serif;
	font-size: 11px;	
	color: #e6e5e3;
	line-height: 1.65em;
}

a,
a:link,
a:visited,
a:active {
	color: #cbb40c;
}

a:hover {
	color: #e5e5e5;
}

body {	
	background: #2b2923 url('../img/fondo.png') repeat-x top;
	margin: 0 0 20px;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	color: #333129;
	padding: 1px 6px;
}

strong{
	color: #ffffff;
	font-size: 12px;
}

.idiomas {
	width: 800px;
	height: 2em;
	text-align: right;
	word-spacing: .2em;
	margin: 100px auto 0;
}

.idiomas a {
	text-decoration: none;
}


.pagina {
	position: relative;	
	width: 800px;
	margin: 0 auto 15px;
	min-height: 498px;
	overflow: hidden;
	border-bottom: 2px solid #34312a;
	background: #34312a;	

}

h1 {
	display: none;
}

p {
	margin: .5em 0 2.5em;
    font-size: 12px;
}

.menu,
.logo {
	width: 184px;
	background: #1c1a15;	
	margin: 0 13px;	
	position: absolute;
}

.logo {
	top: 2px;	
}

.menu {
	top: 74px;
	padding-top: 50px;
	height: 2000px;
}


.seccion {
	margin: 2px 2px 0 210px;
	background-color: #545044;
	min-height: 498px;
}

.seccion .submenu {
	height: 25px;	
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 .8em;
	background: #1c1a15;
	word-spacing: .2em;
}

.seccion .submenu,
.seccion .submenu * {
	line-height: 25px;
}

.submenu a,
.submenu a:visited,
.submenu a:link {
	text-decoration: none;
	color: #e5e5e5;
}

.submenu a:hover,
.submenu a:active {
	color: #888888;
	text-decoration: none;
	
}
.activo,
.submenu .activo,
.submenu .activo:link,
.submenu .activo:visited,
.submenu .activo:active,
.submenu .activo:hover {
	color: #cbb40c;
}

.idiomas a:hover,
.idiomas a:hover * {
	color: #888888;
}

.idiomas a:hover .activo {
	color: #cbb40c;
}



.seccion .texto {
	/*background: #5b5649 url('../img/fondo_seccion.gif') repeat-x bottom; */
	padding: 11px;
	text-align: justify;
}

.titulo{
	border-bottom: 1px solid #34312a;
	background-color: #8F7e02;
	height: 60px;
}

/* Sección: Inicio */
#index .seccion {
	background: none;	
}

#index .seccion  h2 {
	position: absolute;
	right: 14px;
	top: 14px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	margin: 0;	
}



#index .seccion  p {
	position: relative;
	top: -310px;
	text-align: right;
	padding: 0 12px 0 40%;
}

#index .seccion .banner  {
	border-top: 1px solid #333129;
	background-color: #1c1a15;
}

#index .seccion .inicio {
	background-color: #1c1a15;
}

/* Sección: Ficha de cata*/
#ficha .seccion .ficha {
	padding: 10px 200px 10px 10px;
	min-height: 370px;
    font-size: 12px;
}

#ficha .seccion .ficha span {
	font-size: 12px;
}

#ficha .seccion .ficha h3 {
	font-size: 17px;
	font-weight: bold;
	margin: .65em 0;
}


#ficha .seccion .ficha .botella {
	position: absolute;
	top: 62px;
	right: 30px;
}

#ficha .seccion .ficha p {
	line-height: 1.8em;
	margin: 10pt 0;
}

#ficha .vinos {
	background: #635d4f url('../img/fondo_familias.gif') repeat-x left bottom;
}



/* Página: Noticia */
/* Noticia */
#noticia .seccion .noticia {	
	padding: 15px;
}

#noticia .seccion .noticia img {
	float: left;
	margin: 0 20px 10px 0;
	border: 1px solid #333129;
}

#noticia .seccion .noticia h3 {
	margin: 0;
	font-size: 13px;
}

#noticia .seccion .noticia .fecha {
	margin: 0;
	font-style: italic;
	margin-bottom: 25px;
}

#noticia .seccion .noticia ul {
	padding: 0;
	margin: 0;
	list-style: none;
	
}

#noticia .seccion .noticia h4 {
	margin-bottom: 0;
	
}

/* Página: Vinos */

#vinos .titulo {
	border-bottom: none;
}

#vinos .seccion .familia {	
	min-height: 150px;
	background: #635d50 url('../img/fondo_vinos.gif') repeat-x center bottom;	
	padding: 0 10px 0 5px;
	clear: both;
	border-top: 1px solid #34312a;
	position: relative;
	height: 200px;
}

#vinos .seccion .familia h3 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 10px;
}

#vinos .seccion .familia img {
	float: left;
	margin: 0 10px 0 0;
}

#vinos .seccion .familia .descripccion {
	margin-bottom: 40px;	
}

#vinos .seccion .familia a.boton {
	width: 0;
	height: 24px;
	overflow: hidden;
	padding: 0 0 0 64px;
	background: transparent url('../img/btn_vinos_ca.gif') no-repeat;
	display: block;
	position: absolute;
	bottom: 7px;
	right: 7px;
}



/* Página: Noticias */
#noticias .seccion .noticias {	
	height: 100%;
	position: relative;
	top: -11px;
	overflow: hidden;
}
#noticias a.ampliar {
	text-decoration: underline;
}

#noticias .seccion .noticia a.boton {
	width: 0;
	height: 24px;
	overflow: hidden;
	padding: 0 0 0 72px;
	background: transparent url('../img/btn_vernoticia_ca.gif') no-repeat;
	display: block;
	position: absolute;
	bottom: 7px;
	right: 7px;
}


/* Noticia */
#noticias .seccion .noticia {
	margin: 10px;
	border-bottom: 1px dotted #1c1a15;
	clear: both;
	min-height: 112px;
	position: relative;
	top: 11px;
}

#noticias .seccion .noticia img {
	border: 1px solid #333129;
	width: 140px;
	height: 100px;
	float: left;
	margin: 0 10px 0 0;
}

#noticias .seccion .noticia h3 {
	margin: 0;
    font-size: 13px;
}


/* Página: Kit de prensa */
#prensa .seccion .kits {	
	height: 100%;
	position: relative;
	top: -11px;
	overflow: hidden;
}

/* Kit */
#prensa .seccion .kit {
	margin: 10px;
	border-bottom: 1px dotted #1c1a15;
	clear: both;
	min-height: 132px;
	position: relative;
	top: 11px;
}

#prensa .seccion .kit img {
	border: 1px solid #333129;
	width: 160px;
	height: 120px;
	float: left;
	margin: 0 10px 10px 0;
}

#prensa .seccion .kit h3 {
	margin: 0;
    font-size: 13px;
}

#prensa .seccion .kit .tam {
	float: right;
	margin-right: .7em;
}

#prensa .seccion .kit .kit_pie {
	margin-top: -15px;
}

#prensa .seccion .kit a.boton {
	float: right;
	width: 0;
	height: 24px;
	overflow: hidden;
	padding: 0 0 0 64px;
	background: transparent url('../img/btn_descargar_ca.gif') no-repeat;
	display: block;
}

/* Página: Pere Seda */
#pereseda .seccion .texto {
	background: white url('../img/fondo_pere.jpg') no-repeat center bottom;
	padding-bottom: 220px;	
}

.seccion .texto p {
	text-indent: 25px;
}

#pereseda .seccion .texto,
#pereseda .seccion .texto * {
	color: #3e3c38;
}

/*
.seccion .texto p:first-letter {
	font-size: 50px;
}
*/

.primera {
	font-size: 20px;
    line-height: 20px;
}

/* Página: Viñedos / Bodega */
#vinyedos .seccion h3,
#bodega .seccion h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
}

#vinyedos .flash,
#bodega .flash,
#historia .flash,
#elaboracion .flash {
	height: 170px;
	border-bottom: 1px solid black ;
	background-color: #000000;
}

/* Página: Contacto */
#contacto .seccion,
#sendmail .seccion {
	background: #7d786a;
}

#contacto .seccion .formulario {
	width: 360px;
	background: #5b5649 url('../img/fondo_seccion.gif') repeat-x bottom;
	padding: 15px 10px;
	border-right: 1px solid #34312a;	
	text-align: right;
	min-height: 498px;
}

#sendmail .seccion .mensaje {
	padding: 20px;
	border-right: 1px solid #34312a;	
	width: 320px;
	background: #5b5649 url('../img/fondo_seccion.gif') repeat-x bottom;
	min-height: 498px;
}


#contacto .seccion .formulario p {
	text-align: right;
}

#contacto .seccion .formulario .campo {
	margin: 15px 0;
	text-align: right;
}

#contacto .seccion .formulario .campo label {
	display: block;
	margin-bottom: 5px;
}

#contacto .seccion .formulario .campo textarea {
	width: 350px;
	height: 196px;
	border: 1px solid #333129;
	background-color: #dad7d7;
}

#contacto .seccion .formulario .campo input {
	width: 258px;
	height: 16px;
	border: 1px solid #333129;
	background-color: #dad7d7;
}


/* Botón enviar */ 
#contacto .seccion .formulario input.enviar {
	width: 45px;
	height: 24px;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent url('../img/btn_enviar_ca.gif') no-repeat left;
	overflow: hidden;
	cursor: pointer;
	line-height: 200px;
	text-indent: 200px;	
}

#contacto .seccion .delegaciones,
#sendmail .seccion .delegaciones {
	position: absolute;
	top: 63px;
	right: 2px;
	width: 166px;
	text-align: right;
	padding: 10px;
}

#contacto .seccion .delegaciones h4,
#sendmail .seccion .delegaciones h4 {
	margin: 0;
	clear: both;
}

#contacto .seccion .delegaciones p,
#sendmail .seccion .delegaciones p {
	margin-top: 0;
}

#contacto .seccion .delegaciones .btnsituacion,
#sendmail .seccion .delegaciones .btnsituacion {
	background: transparent url('../img/btn_situacion_ca.gif') no-repeat left top;
	width: 0;
	padding: 0 0 0 78px;
	height: 24px;
	display: block;
	overflow: hidden;
	float: right;
	clear: right;
	margin: 8px 0 20px;
}

/* Página: Historia */
.seccion .texto .historia {
	float: left;
	margin: .5em 2em 1em 0;
}
