/* CSS Document */
@charset "utf-8";
html{
	width:100%;
	height:100%;
}

@font-face {
	font-family: 'Avenir Next LT Pro Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Next LT Pro Regular'), url('AvenirNextLTPro-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Avenir Next LT Pro Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Next LT Pro Bold'), url('AvenirNextLTPro-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Geometos';
	font-style: normal;
	font-weight: normal;
	src: local('Geometos'), url('Geometos.woff') format('woff');
}

body {
	font-family: 'Avenir Next LT Pro Regular';
	text-align:center;
	margin:0 auto;
	background:#FFF;
	width:100%;
	height:100%;
}

.clearer{
    display:block;
    clear: both;
}

/*INICIO*/
#fondo{
	/*background:url(../images/slide_home.jpg);
	background-position:fixed center;
	background-size:cover;*/
	width:100%;
	height:650px;
	overflow:hidden;
	position:relative;
}
#menu{
	width:100%;
	height:100px;
	padding:20px 0;
	position:absolute;
	top:0;
	left:0;
	background:rgba(198,154,103,0.7);
}
#menu_izq{
	width:20%;
	float:left;
	text-align:center;
}
#menu_der{
	width:80%;
	float:left;
	text-align:center;
}
#menu_der ul{
	width:100%;
	list-style:none;
	font-size:13px;
	padding-top:40px;
}
#menu_der ul li{
	width:12%;
	float:left;
	text-align:center;
}
#menu_der ul li a{
	text-decoration:none;
	color:#FFF;
}
#menu_der ul li a:hover{
	color:#542A45;
}
.seleccion{
	color:#542A45;
}
#morado_inicio{
	width:60%;
	padding:90px 20%;
	text-align:center;
	font-size:25px;
	color:#FFF;
	background:#542A45;
}
#cuerpo{
	width:90%;
	height:auto;
	padding:50px 5%;
	background:#FFF;
	display:table;
}
#imagen_home{
	width:30%;
	margin:0 10%;
	float:left;
	height:auto;
	position:relative;
	overflow:hidden;
}
#imagen_home img{
	width:100%;
}
#capa_morada{
	width:100%;
	height:100%;
	background:rgba(79,46,68,0.7);
	position:absolute;
	top:0;
}
#letrero_home{
	width:100%;
	text-align:center;
	font-size:30px;
	color:rgba(255,255,255,0.8);
	position:absolute;
	top:40%;
}
#linea_home{
	width:40%;
	margin:0 30%;
	border-bottom:solid 3px rgba(255,255,255,0.8);
	position:absolute;
	top:70%;
}
#footer{
	width:80%;
	padding:30px 10%;
	background:#333;
	color:#FFF;
	font-size:12px;
	display:table;
}
#footer_1{
	width:55%;
	float:left;
	text-align:left;
	padding-top:10px;
}
#footer_2{
	width:15%;
	float:left;
	text-align:left;
}
/*FIN DEL BLOQUE*/

/*NOSOTROS*/
#fondo_nosotros{
	background:url(../images/slide_nosotros.jpg);
	background-position:fixed center;
	background-size:cover;
	width:100%;
	height:650px;
	overflow:hidden;
	position:relative;
}
#nosotros_espacio{
	width:10%;
	float:left;
}
#nosotros{
	width:80%;
	max-height:500px;
	background:#542A45;
	color:#FFF;
	display:table;
	padding:0;
	margin:0;
	display:block;
	overflow:hidden;
}
#nosotros_1{
	width:44%;
	float:left;
	padding:30px 3%;
	text-align:center;
	font-size:14px;
}
#nosotros_2{
	width:50%;
	float:left;
	padding:0;
}
#nosotros_2 img{
	width:100%;
}
#txt_nosotros{
	width:36%;
	float:left;
	padding:50px 2%;
	font-size:14px;
	color:#999;
}
.titulo_nosotros{
	color:#542A45;
	font-size:25px;
}
/*FIN DEL BLOQUE*/

/*RECORRIDOS*/
#fondo_recorridos{
	background:url(../images/slide_recorridos.jpg);
	background-position:fixed center;
	background-size:cover;
	width:100%;
	height:650px;
	overflow:hidden;
	position:relative;
}
#txt_recorridos{
	width:80%;
	float:left;
	padding:5px 10%;
	font-size:14px;
	color:#999;
	text-align:left;
}
#iconos_recorridos{
	width:29%;
	padding:30px 2%;
	text-align:center;
	float:left;
}
#icono{
	width:100%;
	text-align:center;
}
#txt_icono{
	width:100%;
	padding:10px 0;
	text-align:center;
	font-size:14px;
	color:#999;
}
#morado_recorridos{
	width:60%;
	padding:40px 20%;
	text-align:center;
	font-size:15px;
	color:#FFF;
	background:#542A45;
}
#galeria_recorridos{
	width:90%;
	padding:50px 5%;
	display:table;
}
#galeria_recorridos ul{
	width:100%;
	list-style:none;
}
#galeria_recorridos ul li{
	width:26%;
	float:left;
	margin:10px 3%;
}
#galeria_recorridos ul li img{
	width:100%;
}
#galeria_recorridos ul li a:hover{
	opacity:0.7;
}
/*FIN DEL BLOQUE*/

/*VIÑEDOS*/
#fondo_vinedo{
	background:url(../images/slide_vinedo.jpg);
	background-position:fixed center;
	background-size:cover;
	width:100%;
	height:650px;
	overflow:hidden;
	position:relative;
}
/*FIN DEL BLOQUE*/

/*CONTACTO*/
#fondo_contacto{
	background:url(../images/slide_contacto.jpg);
	background-position:fixed center;
	background-size:cover;
	width:100%;
	height:650px;
	overflow:hidden;
	position:relative;
}
.txt{
	width:70%;
	padding:10px;
	font-size:14px;
	color:#666;
	border:none;
	border-bottom:solid 1px #999;
}
.enviar{
	width:auto;
	padding:15px 35px;
	background:#CCC;
	color:#666;
	border:none;
	cursor:pointer;
}
/*FIN DEL BLOQUE*/

/*CONTACTO*/
#fondo_bodas{
	background:url(../images/slide_bodas.jpg);
	background-position:fixed center;
	background-size:cover;
	width:100%;
	height:650px;
	overflow:hidden;
	position:relative;
}
/*FIN DEL BLOQUE*/

/*VINOS*/
#fondo_vinos{
	background:url(../images/slide_vinos.jpg);
	background-position:fixed center;
	background-size:cover;
	width:100%;
	height:650px;
	overflow:hidden;
	position:relative;
}
#vino{
	width:70%;
	padding:20px 15%;
	display:table;
}
#vino_txt{
	width:44%;
	float:left;
	text-align:center;
	padding:50px 3%;
	color:#FFF;
	font-size:13px;
}
#vino_imagen{
	width:20%;
	float:left;
	text-align:center;
}
#vino_nombre{
	width:26%;
	float:left;
	text-align:center;
	padding:70px 2%;
	color:#FFF;
	font-size:17px;
}
#vino_nombre a{
	text-decoration:none;
	color:#FFF;
}
.titulo_vino{
	padding:10px;
	border:solid 1px #FFFFFF;
}
#vino_detalle{
	width:80%;
	padding:40px 10%;
	display:table;
}
#detalle_blanco{
	width:90%;
	padding:20px 5%;
	display:table;
	background:#FFF;
}
#listado_vino{
	width:50%;
	float:left;
	position:relative;
}
#detalle_blanco_izq{
	width:50%;
	float:left;
	text-align:center;
}
#detalle_vino_nombre{
	width:100%;
	position:absolute;
	top:20px;
	left:10%;
	color:#666;
	font-size:25px;
	text-decoration:underline;
}
#detalle_vino_btn{
	width:100%;
	position:absolute;
	left:10%;
	top:80%;
	font-size:15px;
}
#detalle_vino_btn a{
	padding:10px 20px;
	border:solid 2px #999;
	text-decoration:none;
	color:#666;
}
#detalle_vino_btn a:hover{
	background:rgba(102,102,102,0.5);
	color:#FFF;
}
#detalle_vino_btn_2{
	width:100%;
	position:absolute;
	left:10%;
	top:80%;
	font-size:15px;
}
#detalle_vino_btn_2 a{
	padding:10px 20px;
	border:solid 2px #FFF;
	text-decoration:none;
	color:#FFF;
}
#detalle_vino_btn_2 a:hover{
	background:rgba(102,102,102,0.5);
	color:#FFF;
}
/*FIN DEL BLOQUE*/

/*FESTIVALES*/
#fondo_festivales{
	background:url(../images/slide_festivales.jpg);
	background-position:fixed center;
	background-size:cover;
	width:100%;
	height:650px;
	overflow:hidden;
	position:relative;
}
/*FIN DEL BLOQUE*/