* {
	margin: 0;
	padding: 0;
}
body {
	background: #131313 url('/imgs/fondo.png') repeat-y scroll center;
	width: 700px;
	margin: 0 auto;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: x-small;
	position:  relative;
}
a {
	text-decoration: none;
	color: #b556af;
	outline:none;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style-type: none;
}

/* ..... Cabecera ..... */
div#cabecera {
	height: 150px;
	background: #DDD url('/imgs/cabecera.png') no-repeat;
	position: relative;
}
div#cabecera h1 {
	position: absolute;
	top: -10000px;
}
a.idioma {
	display: block;
	position: absolute;
	left: 560px;
	top: 0;
	width: 131px;
	height: 25px;
}
a.idioma span {
	position: absolute;
	top: -10000px;
}
a.es {
	background: url('/imgs/btn_castellano_off.png');
}
a.es:hover {
	background: url('/imgs/btn_castellano_over.png');
}
a.eng {
	background: url('/imgs/btn_english_off.png');
}
a.eng:hover {
	background: url('/imgs/btn_english_over.png');
}
a.portada {
	display: block;
	width: 330px;
	height: 100px;
	position: absolute;
	top: 35px;
	left: 15px;
}
a.portada span {
	position: absolute;
	top: -10000px;
}

/* ..... Menu ..... */
ul#menu {
	height: 55px;
}
ul#menu li {
	display: inline;
}
ul.esp li a {
	display: block;
	float: left;
	width: 117px;
	height: 55px;
	background: url('/imgs/menu_castellano.png');
}
ul.eng li a {
	display: block;
	float: left;
	width: 117px;
	height: 55px;
	background: url('/imgs/menu_ingles.png');
}
ul.esp li.portada a, ul.esp li.comprar a, ul.eng li.portada a, ul.eng li.comprar a {
	width: 116px !important;
}
ul#menu li a span {
	position: absolute;
	top: -10000px;
}
ul#menu li.portada a {
	background-position: 0 0;
}
ul#menu li.portada a:hover {
	background-position: 0 -55px;
}
ul#menu li.vinos a {
	background-position: -116px 0;
}
ul#menu li.vinos a:hover {
	background-position: -116px -55px;
}
ul#menu li.bodega a {
	background-position: -233px 0;
}
ul#menu li.bodega a:hover {
	background-position: -233px -55px;
}
ul#menu li.vinedos a {
	background-position: -350px 0;
}
ul#menu li.vinedos a:hover {
	background-position: -350px -55px;
}
ul#menu li.noticias a {
	background-position: -467px 0;
}
ul#menu li.noticias a:hover {
	background-position: -467px -55px;
}
ul#menu li.comprar a {
	background-position: -584px 0;
}
ul#menu li.comprar a:hover {
	background-position: -584px -55px;
}

/* ..... Contenido ..... */
div#contenido {
	background: #FFF;
	padding: 30px;
}
div#contenido.portada {
	background: #FFF url('/imgs/fnd_botellasportada.png') no-repeat top right;
	height: 350px;
	
}
body.esp div#contenido.portada h2 {
	background: url('/imgs/tit_bienvenido_esp.png') no-repeat 0 30px;
	width: 267px;
	height: 120px;
}
body.eng div#contenido.portada h2 {
	background: url('/imgs/tit_bienvenido_eng.png') no-repeat 0 30px;
	width: 267px;
	height: 120px;
}
div#contenido.portada h2 span {
	position: absolute;
	top: -10000px;
}
div#contenido p {
	font-size: 1.3em;
	margin-bottom: 20px;
}
div#contenido.portada p {
	width: 275px;
}

/* ..... Separadores ..... */
div.separador {
	height: 35px;
	background: url('../imgs/fnd_separador.png');
	margin-bottom: 20px;
	clear: both;
}
div.separador hr {
	position: absolute;
	top: -10000px;
}
div.sinfondo {
	background: none;
}

/* ..... Cabeceras ..... */
h2.vinos, h2.contacto, h2.vinedos, h2.bodega, h2.noticias {
	width: 640px;
	height: 60px;
}
h2.vinos span, h2.contacto span, h2.vinedos span, h2.bodega span, h2.noticias span {
	position: absolute;
	top: -10000px;
}
body.esp h2.vinos {
	background: url('/imgs/tit_losvinos_esp.png');
}
body.esp h2.contacto {
	background: url('/imgs/tit_contacto_esp.png');
}
body.esp h2.vinedos {
	background: url('/imgs/tit_losvinedos_esp.png');
}
body.esp h2.bodega {
	background: url('/imgs/tit_labodega_esp.png');
}
body.esp h2.noticias {
	background: url('/imgs/tit_noticias_esp.png');
}
body.eng h2.vinos {
	background: url('/imgs/tit_losvinos_eng.png');
}
body.eng h2.contacto {
	background: url('/imgs/tit_contacto_eng.png');
}
body.eng h2.vinedos {
	background: url('/imgs/tit_losvinedos_eng.png');
}
body.eng h2.bodega {
	background: url('/imgs/tit_labodega_eng.png');
}
body.eng h2.noticias {
	background: url('/imgs/tit_noticias_eng.png');
}

/* ..... Nuestros vinos ...... */
div.vinos h3 {
	width: 390px;
	height: 40px;
	margin-bottom: 30px;
}
div.vinos h3 span {
	position: absolute;
	top: -10000px;
}
div.vinos p.descripcion {
	width: 380px;
}
h3.crianza {
	background: url('/imgs/tit_tintocrianza.png');	
}
h3.roble {
	background: url('/imgs/tit_tintoroble.png');	
}
h3.senorio {
	background: url('/imgs/tit_senoriocuriel.png');	
}
div.vinos img.botella {
	float:  right;
	margin-left: 20px;
	margin-top: -40px;
}
div.vinos ul {
	clear:  both;
}
div.vinos ul li {
	display:  inline;
}
div.vinos ul li a {
	display:  block;
	width: 206px;
	height: 51px;
	float:  left;
	margin-right: 3px;
}
div.vinos ul li a span {
	position: absolute;
	top: -10000px;
}

li.crianza a {
	background: url('/imgs/btn_tintocrianza.png') no-repeat;
}
li.crianza a:hover {
	background-position: 0px -51px;
}
li.roble a {
	background: url('/imgs/btn_tintoroble.png') no-repeat;
}
li.roble a:hover {
	background-position: 0px -51px;
}
li.senorio a {
	background: url('/imgs/btn_senoriocuriel.png') no-repeat;
}
li.senorio a:hover {
	background-position: 0px -51px;
}
ul.fichacata {
	clear: none !important;
	margin-bottom: 15px;
}
ul.fichacata li {
	font-size: 1.2em;
	display: block !important;
	height: 30px;
}
ul.fichacata li.uva, ul.fichacata li.tiempo, ul.fichacata li.temperatura, ul.fichacata li.fermentacion, ul.fichacata li.comida {
	padding-left: 40px;
}
ul.fichacata li.uva {
	background: url(../imgs/icn_uva.png) no-repeat 0 -5px;
}
ul.fichacata li.fermentacion {
	background: url(../imgs/icn_fermentacion.png) no-repeat 0 -5px;
}
ul.fichacata li.temperatura {
	background: url(../imgs/icn_temperatura.png) no-repeat 0 -6px;
}
ul.fichacata li.comida {
	background: url(../imgs/icn_comida.png) no-repeat 0 -6px;
}
ul.fichacata li.tiempo {
	background: url(../imgs/icn_tiempo.png) no-repeat 0 -5px;
}
/* Vinedos */
img.vinedos {
	padding:  9px;
	border: 1px solid #DDD;
}

/* La bodega */
body.esp a.enlaceAlbum {
	display: block;
	width: 295px;
	height: 265px;
	float: right;
	margin-left: 50px;
	margin-top: -15px;
	background: url('/imgs/img_albumfotos.png');
}
body.eng a.enlaceAlbum {
	display: block;
	width: 295px;
	height: 265px;
	float: right;
	margin-left: 50px;
	margin-top: -15px;
	background: url('/imgs/img_albumfotos_eng.png');
}
a.enlaceAlbum span {
	position: absolute;
	top: -10000px;
}

/* Album de fotos de la bodega */
div.album ul li a img {
	border: 0;
}
div.album ul {
	float: left;
	margin-right: 20px;
}
div.album img.foto {
	float: left;
	padding: 9px;
	border: 1px solid #CCC;
	margin-top: 2px;
}

/* Contacto */
img.mapa {
	padding:  9px;
	border: 1px solid #DDD;
	float: left;
	margin-right: 10px;
}

div#mapa {
	padding:  9px;
	border: 1px solid #DDD;
	margin-bottom: 20px;
}
div.contacto ul li {
	font-size: 1.2em;
	margin-bottom: 6px;
}
div.contacto ul li a {
	color: #C00;
}
/* Fotos en miniatura */
ul.miniaturas {
	height: 160px;
}
ul.miniaturas li {
	display:  inline;
}
ul.miniaturas li a {
	display: block;
	border:  1px solid #DDD;
	padding: 4px;
	float: left;
	margin-left: 20px;
}
ul.miniaturas li.primera a {
	margin-left: 0;
}
ul.miniaturas li a img {
	border: 0;
}
/* ..... Pie de pagina ..... */
div#pie {
	padding-left: 30px;
	font-size: 1.1em;
	color: #FFF;
	margin-top: 20px;
	clear:  both;
	padding-bottom: 50px;
}
div#pie p {
	float:  left;
	margin-right: 5px;
}

div#pie span {
	display:  block;
	float: left;
	color:  #FFF;
}
div#pie a {
	color: #c90;
	text-decoration: none;
	padding-top: 5px;
	width: 100px;
}
div#pie a:hover {
	text-decoration: underline;
}
span.org {
	font-weight: bold;
	padding-right: 10px;
	border-right: 1px solid #FFF;
}
p.adr {
	padding-left: 10px;
	padding-right: 5px;
	border-right: 1px solid #FFF;
}
p.adr span {
	margin-right: 8px;
}
p.tel {
	padding-left: 10px;
}
div#pie div {
	clear:  both;
	margin-top: 5px;
}
div#pie div p {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

/* Noticias */
div.noticias h3 {
	font-size: 2.2em;
	margin-bottom: 5px;
	letter-spacing: -.1em;
}
div.noticias p.entradilla {
	font-size: 1.2em;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
a.volver {
	display: block;
	margin-top: -20px;
	margin-bottom: 25px;
	font-size: 1.1em;
}