@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: vivaldi;
  src: url('vivaldi.woff2') format('woff2');
}


* {padding: 0; margin: 0;}
a {outline: 0; text-decoration:none; color:#27374D;}
a:hover{color:#E00;}
a img {border-width:0;}


body{
	font-family: 'Droid Sans', Helvetica, sans-serif;
	font-size:19px;
	font-weight:normal;
	color:#000;
	background: #e1e6db;
}

header{
	text-align: center;
	background: #FBF6E3 url("../img/encabezado.jpg") no-repeat right center;
}

#barra{
	padding: 0 3%;
	text-align: right;
	background: #7a7766;
	border-bottom: #f9c919 2px solid;
	font-size: 14px;
	color: #FFF;
}
#barra strong{
	margin-left: 20px;
	color:#f9c919;
}
#barra a{
	display: inline-block;
	padding: 7px 2%;
	margin: 0 5px;
	color:#fff;
}
#barra a:hover{
	background: #0006;
	transition: background 0.2s;
	color: #f9c919;
}
#barra img{
	position:relative;
	top: 8px;
	height: 12px;
	scale: 2.8;
	margin: 0 12px
}

#btnmenu{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	cursor: pointer;
}
#logo{
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 90%;
	height: auto;
}

#menuhorizontal{
	display: none;
}
#menuhorizontal a{
    font-family: 'Open Sans Condensed', sans-serif;
	display:block;
	margin: 0;
	padding: 5px;
	color:#000;
	font-weight: bold;
	font-size:28px;
	transition: background 0.1s, color 0.2s;
	text-transform: uppercase;
}

#menuhorizontal a:hover{
	background: #000A;
	border-radius: 2px;
	color: #FFF;
}

#menuhorizontal .menuactual{
	background:#f9c81a88;
}

#detalle{
	width: 100%;
	border-bottom: #FFF 1px solid;
}
main{
	display: block;
	position: relative;
	margin: -5px auto 0 auto;
	width: 96%;
	max-width: 1300px;
	padding: 80px 2%;
	height: auto !important;
	height: 240px;
	min-height: 240px;
	background: #FFF;
	box-shadow: #433 0 0 10px;
	z-index: 100;
}

.deco{
	width: 100%;
}

h1{
	text-align: center;
    font-family: 'vivaldi', sans-serif;
	font-size: 80px;
	font-weight:normal;
	color:#7A7766;
	letter-spacing: 2px;
	padding: 0 0 20px 0;
}

h2{
    font-family: 'vivaldi', sans-serif;
	font-size: 60px;
	font-weight: normal;
	color:#c39a05;
	margin: 30px 0 10px 2%;
}

main p{
	padding: 10px 3%;
	line-height:140%;
	color:#38230D;
}

main p strong{
	font-size:1.1em;
}

.galeria{
	display: block;
	position: relative;
	margin: 20px auto;
	text-align: center;
	width: 96%;
}
.galeria a img{
	margin: 4px;
	border:#FFF 4px solid;
	padding: 2px;
	transition: border 0.2s;
	border-radius: 2px;
	box-shadow: #aca5a3 0 0 4px;
}

.galeria a:hover img{
	opacity: 0.8;
	border-color: #fac919;
	transition: border 0.6s, opacity 0.2s;
}

.centrado{
	text-align: center;
}

li{
	margin: 1px 5%;
	list-style-type:square;
}

footer{
	background: #253006 url("../img/footer01.jpg") repeat-x center bottom fixed;
	position:relative;
	clear:both;
	color:#FFF;
	text-align:center;
	font-size: 21px;
	line-height: 180%;
	padding: 0 0 100px 0;
}

#contacto{
	position: relative;
	margin: 0 auto 20px auto;
	background: url("../img/footer02.jpg") repeat-x center bottom fixed;
	width: 96%;
	max-width: 1300px;
	padding: 30px 2%;
	border-bottom: #f9c919 2px solid;
}

#contacto input{
	margin: 4px 10px; 
	padding: 4px 10px;
	border:#f9c919 2px solid;
	border-radius: 3px;
}
.boton{
	display: inline-block;
	margin: 4px 20px; 
	padding: 4px 10px;
	background: #f9c919;
	font-weight: bold;
	border:#f9c919 2px solid;
	border-radius: 1px;
	color:#000 !important;
}
.boton:hover{
	background: #000;
	color: #DDD !important;
	transition:background 0.3s;
}

footer .vcard{
	margin-top: 20px;
}
footer a{
	color:#FFF;
	padding: 3px;
}
footer a:hover{
	color:#b3ff50;
}

#cookieinfo{
	display:block;
	position: fixed;
	left: 0;
	bottom:0;
	width: 90%;
	background:#000C;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding: 20px 5%;
	z-index: 1000;
}
#cookieinfo img{
	float: right;
	margin-right: 20px;
}
#cookieinfo a{color:#CCC;}
#cookieinfo a:hover{color:#FFF;}





@media screen and (max-width: 400px) {
	.galeria{padding: 0;}
	.galeria a img{width: 90%; margin: 10px 0;}

	h1{	font-size: 40px;}
	h2{	font-size: 28px;}
	
}

@media screen and (min-width: 750px) {

	body{
		background: #e1e6db url("../img/fondo.jpg") center center fixed;
		padding: 0;
	}

	header{
		text-align: left;
	}

	#btnmenu{
		display: none;
	}
	#logo{
		display: inline-block;
		max-width: 300px;
		margin: 10px 0 10px 5%;
	}
	#menuhorizontal{
		display: block;
		float: right;
		margin-top: 30px;
		padding: 20px;
		margin-right: 5%;
	}
	#menuhorizontal a{
		display: inline-block;
		padding: 5px 10px;
		color: #000;
		font-size: 22px;
	}

	main{
		margin: -40px auto 0 auto;
		padding-top: 30px;
	}

	#contacto{
		text-align: left;
	}
	#contacto img{
		float: left;
		padding: 0 10% 10px 20%;
	}

	.texto{
		border-left: #C4C373 3px dotted;
		margin-left: 5%;
		padding-left: 1%;
	}

}

