* {
	margin: 0;
	padding: 0;
}
body {
	border-top: 3px solid #242424;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #C05157;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* ----- Cabecera ----- */
h1 {
	width: 800px;
	height: 150px;
	background: url(imgs/cabecera.gif) no-repeat;
	margin: 15px auto;
	position: relative;
}
h1 a {
	display: block;
	width: 320px;
	height: 100px;
	position: absolute;
	top: 25px;
	left: 10px;
}
h1 a span {
	position: absolute;
	top: -10000px;
}

/* ----- Menu ----- */
ul#menu {
	width: 800px;
	margin: 0 auto;
	background: url(imgs/fondoLineasHorizontal.gif) repeat-x 0 bottom;
	height: 20px;
	list-style-type: none;
}
ul#menu li {
	display: block;
	background: url(imgs/separadorMenu.gif) no-repeat 0 3px;
	height: 13px;
	float: left;
	padding: 0 10px;
}
ul#menu li a {
	display: block;
	float: left;
	height: 13px;
	padding-bottom: 2px;
	border-bottom: 3px solid #FFF;
}
ul#menu li a:hover {
	border-bottom: 3px solid #333;
}
ul#menu li a span {
	position: absolute;
	top: -10000px;
}
ul#menu li#portada {
	background: none;
	padding-left: 0;
}
ul#menu li#portada a {
	width: 47px;
	background: url(imgs/bPortada_Off.gif) no-repeat;
}
ul#menu li#nuestrosVinos a {
	width: 86px;
	background: url(imgs/bNuestrosVinos_Off.gif) no-repeat;
}
ul#menu li#queEs a {
	width: 102px;
	background: url(imgs/bQueEs_Off.gif) no-repeat;
}
ul#menu li#dondeEstamos a {
	width: 83px;
	background: url(imgs/bDondeEstamos_Off.gif) no-repeat;
}
ul#menu li#atencionCliente a {
	width: 107px;
	background: url(imgs/bAtencionCliente_Off.gif) no-repeat;
}
ul#menu li#clubSocios a {
	width: 83px;
	background: url(imgs/bClubSocios_Off.gif) no-repeat;
}

/* ----- Bloques principales ----- */
div#contenedor {
	width: 800px;
	margin: 20px auto 10px auto;
	background: url(imgs/fondoColumna.gif) repeat-y;
	height: 1%;
	overflow: auto;
}
div#columna {
	width: 196px;
	padding: 0 6px;
	float: left;
}
div#contenido {
	margin-left: 22px;
	width: 570px;
	float: left;
}

/* ----- Submenu de vinos ----- */
div#columna h2 {
	width: 196px;
	height: 14px;
	background: url(imgs/cabNuestrosProductos.gif) no-repeat;
	margin-top: 5px;
	margin-bottom: 25px;
}
div#columna h2 span {
	position: absolute;
	top: -10000px;
}
div#columna ul li a span {
	position: absolute;
	top: -10000px;
}
div#columna ul li a {
	display: block;
	width: 196px;
	height: 20px;
	background: url(imgs/submenuVinos.gif) no-repeat;
}
div#columna ul li.blancos a {
	background-position: 0 0
}
div#columna ul li.blancos a:hover {
	background-position: -196px 0;
}
div#columna ul li.rosados a {
	background-position: 0 -20px;
}
div#columna ul li.rosados a:hover {
	background-position: -196px -20px;
}
div#columna ul li.tintojoven a {
	background-position: 0 -40px;
}
div#columna ul li.tintojoven a:hover {
	background-position: -196px -40px;
}
div#columna ul li.tintojovenroble a {
	background-position: 0 -60px;
}
div#columna ul li.tintojovenroble a:hover {
	background-position: -196px -60px;
}
div#columna ul li.crianza a {
	background-position: 0 -80px;
}
div#columna ul li.crianza a:hover {
	background-position: -196px -80px;
}
div#columna ul li.reserva a {
	background-position: 0 -100px;
}
div#columna ul li.reserva a:hover {
	background-position: -196px -100px;
}
div#columna ul li.granreserva a {
	background-position: 0 -120px;
}
div#columna ul li.granreserva a:hover {
	background-position: -196px -120px;
}
div#columna ul li.magnum a {
	background-position: 0 -140px;
}
div#columna ul li.magnum a:hover {
	background-position: -196px -140px;
}
div#columna ul li.vendimiaselecionada a {
	background-position: 0 -160px;
}
div#columna ul li.vendimiaselecionada a:hover {
	background-position: -196px -160px;
}
div#columna ul li.vinosautor a {
	background-position: 0 -180px;
}
div#columna ul li.vinosautor a:hover {
	background-position: -196px -180px;
}

/* ----- Fotos de las columna ----- */
div.portada {
	background: url(imgs/fotoFondoPortada.gif) no-repeat 6px 0;
	height: 380px;
}
div.queEs {
	background: url(imgs/fotoFondoQueEs.gif) no-repeat 6px 0;
	height: 475px;
}
div.dondeEstamos {
	background: url(imgs/fotoFondoDondeEstamos.gif) no-repeat 6px 0;
	height: 475px;
}
div.atencionCliente {
	background: url(imgs/fotoFondoAtencionCliente.gif) no-repeat 6px 0;
	height: 475px;
}
div.clubSocios {
	background: url(imgs/fotoFondoClubSocios.gif) no-repeat 6px 0;
	height: 475px;
}

/* ----- Cabeceras de seccion ----- */
h2.seleccion {
	background: url(imgs/cabNuestraSeleccion.gif) no-repeat;
	margin-bottom: 15px !important;
	margin-top: 20px;
}
h2.queEs {
	background: url(imgs/cabQueEs.gif) no-repeat;
}
h2.dondeEstamos {
	background: url(imgs/cabDondeEstamos.gif) no-repeat;
}
h2.atencionCliente {
	background: url(imgs/cabAtencionCliente.gif) no-repeat;
}
h2.clubSocios {
	background: url(imgs/cabClubSocios.gif) no-repeat;
}
h3.queEs {
	background: url(imgs/cabQueEs.gif) no-repeat;
}
h3.blancos {
	background: url(imgs/cabVinosBlancos.gif) no-repeat;
}
h3.rosados {
	background: url(imgs/cabVinosRosados.gif) no-repeat;
}
h3.tintojoven {
	background: url(imgs/cabVinosTintoJoven.gif) no-repeat;
}
h3.tintojovenroble {
	background: url(imgs/cabVinosTintoJovenRoble.gif) no-repeat;
}
h3.crianza {
	background: url(imgs/cabVinosCrianza.gif) no-repeat;
}
h3.reserva {
	background: url(imgs/cabVinosReserva.gif) no-repeat;
}
h3.granreserva {
	background: url(imgs/cabVinosGranReserva.gif) no-repeat;
}
h3.magnum {
	background: url(imgs/cabVinosMagnum.gif) no-repeat;
}
h3.vendimiaseleccionada {
	background: url(imgs/cabVinosVendimiaSeleccionada.gif) no-repeat;
}
h3.vinosautor {
	background: url(imgs/cabVinosAutor.gif) no-repeat;
}
/* ----- Contenidos de texto ----- */
div#contenido h2 {
	height: 35px;
	margin-bottom: 60px;
}
div#contenido h3 {
	height: 35px;
	margin-bottom: 25px;
}
div#contenido h2 span, div#contenido h3 span {
	position: absolute;
	top: -10000px;
}
div#contenido p {
	font-size: .9em;
	margin-top: 25px;
}
div#contenido p img.helpdesk {
	float: right;
}
div#contenido p strong.telefono {
	font-size: 2.8em;
	display: block;
	text-align: center;
	padding: 15px 0;
	color: #9b1f2e;
}
/* ----- Fotos en miniatura ----- */
ul#miniaturas {
	margin-top: 20px;
}
ul#miniaturas li {
	display: inline;
}
ul#miniaturas li a {
	display: block;
	float: left;
	border: 1px solid #CCC;
	padding: 4px;
	margin-right: 3px;
}
ul#miniaturas li.ultimo a {
	margin-right: 0;
}
ul#miniaturas li a img {
	border: 0px
}
/* ----- Seleccion de vinos en portada ----- */
div#contenido div.vinoDestacado {
	width: 275px;
	height: 186px;
	background:  url(imgs/fondoVinosDestacados.gif) no-repeat;
	float: left;
	position: relative;
	margin-bottom: 20px;
}
div#contenido div.izquierda {
	margin-right: 20px;
}
div#contenido div.vinoDestacado img {
	position: absolute;
	top: 15px;
	left: 15px;
}
div#contenido div.vinoDestacado p {
	position: absolute;
	font-size: 1.1em;
	top: 15px;
	left: 115px;
	font-weight: bold;
	margin-top: 0;
}
div#contenido div.vinoDestacado em {
	font-style: normal;
	font-size: .7em;
	font-weight: bold;
	color: #F00;
	display: block;
}
div#contenido div.vinoDestacado span.precio {
	position: absolute;
	top: 150px;
	display: block;
	width: 260px;
	text-align: right;
	color: #FC3;
	font-weight: bold;
	font-size: 1.2em;
}

/* ----- Tabla de vinos ----- */
div#contenido table {
	width: 100%;
	font-size: .8em;
	border-collapse: collapse;
	border-spacing: 0;
}
div#contenido table caption {
	display: none;
}
div#contenido table tr th {
	text-align: left;
}
div#contenido table tr th.vino {
	width: 50%;
}
div#contenido table tr th.precio {
	width: 10%;
}
div#contenido table col.precio {
	font-weight: bold;
}
div#contenido table tr th {
	background: url(imgs/fondoEncabezadoTabla.gif) repeat-x 0 bottom;
	padding-bottom: 8px;
	color: #912935;
}
div#contenido table tr td {
	height: 30px;
	background: url(imgs/fondoSeparadorTabla.gif) repeat-x 0 bottom;
}
div#contenido table tr.cebra td {
	background: #f7f7f7 url(imgs/fondoSeparadorTabla.gif) repeat-x 0 bottom;
}
div#contenido div.PVP {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}

/* ----- Formulario de contacto ----- */
div#contenido form {
	margin-top: 20px;
}
div#contenido form label {
	display: block;
	width: 150px;
	float:left;
}
div#contenido form input {
	width: 250px;
	border: 1px solid #666;
	background-color: #EEE;
	padding: 3px;
}
div#contenido form input:focus {
	background: #FFF;
	border: 1px solid #000;
}
div#contenido form input#enviar {
	width: 80px;
	background-color: #333;
	color: #FFF;
	font-weight: bold;
}
div#contenido form p {
	clear: both;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px dotted #DDD;
}
div#contenido div.aviso {
	background: url(/imgs/correcto.png) no-repeat;
	padding-left: 150px;
    padding-top: 10px;
    height: 150px;
}
/* ----- Pie ----- */
div#pie {
	width: 800px;
	margin: 0 auto;
	background: url(imgs/fondoLineasHorizontal.gif) repeat-x 0 top;
	padding-top: 5px;
	font-size: .7em;
	color: #A1A1A1;
	margin-bottom: 15px;
}
div#pie span {
	display: block;
}
div#pie span strong {
	color: #343434
}
div#pie span.contacto {
	float: right;
}
