@charset "utf-8";
/* CSS Document */

/* ESTILOS GENERALES */

body {
	text-align:center;
	font-family: "Century Gothic", Arial, Sans-Serif;
	font-size:12pt;
	}
	
a:link {
	color:#b70618;
	}

a:hover {
	color: #d8ac28;
	text-decoration:none;
}

h1 {
	font-size:150%;
	color:#b70618;
	margin-top: 28px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom:12px;
	border-bottom:#eee solid 2px;}

h2 {
	font-size:150%;
	color:#d8ac28;
	margin-top: -12px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom:12px;
	}

h3 {
	padding-top: 18px;
	color:#b70618;
	}

p {
	margin-left:12px;
	margin-right: 12px;
	margin-top: 12px;
	line-height:150%;
	}

/* ESTILOS SLIDES INDEX */

#marco {
	position:absolute;
	width:960px;
	height:222px;
	z-index:1;
}

.container {
	width:960px;
	height:222px;
	overflow:hidden;
	position:relative;
	z-index:0;
	}
	
div.slides {
	position:absolute;
	top:0;
	left:0;
	}

ul.slides {
	position:absolute;
	top:0;
	left:0;
	list-style:none;
	padding:0;
	margin:0;
	}
	
div.slides div,ul.slides li {
	position:absolute; 
	top:0; 
	width:960px; 
	display:none; 
	padding:0; 
	margin:0; 
	}

#loopedSlider,#newsSlider {
	margin:0 auto; 
	width:960px; 
	position:relative; 
	z-index:0;
	}

#Layer2 {
	position:absolute;
	z-index:1;
	clear:left;
}


/* ESTILOS VINOS */

div.movie {
	position:absolute;
	width:424px;
	height:360px;
	z-index:0;
}

#cortina {
	position:relative;
	margin-top:310px;
	width:424px;
	height:50px;
	z-index:1;
	background-image:url(../images/fondo-cortina.png);
	background-position:bottom;
	}

#carousel {
	position:absolute;
	z-index:0;
	}

/* CONTENEDORES GENERICOS */

#index {
	width: 960px;
	margin: 0 auto;
	text-align:left;
	}

#contenedor {
	width: 960px;
	margin: 0 auto;
	text-align:left;
	}

#contenedori {
	width: 960px;
	margin: 0 auto;
	text-align:center;
	}

#cabecera {
	width:960px;
	height:221px;
	background:url(../images/cabecera-12-lunas-01.jpg)
	}


/* ESTILOS SLIDES CABECERA */

#imageContainer {
	position:relative;
	margin:0 auto;
	width:960px;
	height:auto;
	z-index:0;
}


/* ESTILOS MENU NAVEGACION */

#navcontainer {
	font-family: "Century Gothic", Arial, Sans-Serif;
	margin: 10px auto;
	width: 90%;
	}

#navlist {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
	}

#navlist li {
	padding: 0;
	margin: 0;
	text-indent: 0;
	display: inline;
	}

#navlist li a {
	text-decoration: none;
	color: #ccc;
	font-size: 1.5em;
	padding: 0 2px;
	border-bottom: 2px solid #eee;
	}

#navlist li a:hover,#navlist a#current {
	color: #b70618;
	border-bottom: none;
	font-size: 1.5em;
	}

#navlist a#current {
	color: #d8ac28;
	}

/* ESTILOS CONTENIDOS */

#contenido {
	width:536px;
	height:auto;
	float:left;
	}

#contenidoi {
	width:960px;
	height:222px;
	text-align:center;
}

#imagen {
	position:relative;
	width:424px;
	height:360px;
	float:left;
	z-index:0;
	}
	
#salto {
	width:960px;
	clear:both;
	}
	
#pie {
	width:960px;
	height:96px;
	background:url(../images/sombra-pie.jpg);
	text-align:center;
	font-size: 60%;
	line-height: 50%;
	clear:both;
	}

