@font-face {
    font-family: 'quicksandregular';
    src: url('fonts/Quicksand-Regular-webfont.eot');
    src: url('fonts/Quicksand-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Quicksand-Regular-webfont.woff2') format('woff2'),
         url('fonts/Quicksand-Regular-webfont.woff') format('woff'),
         url('fonts/Quicksand-Regular-webfont.ttf') format('truetype'),
         url('fonts/Quicksand-Regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	
	background-image: url(imagenes/Casa-rural-IV.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}
* {
	margin: 0px;
	padding: 0px;
}
body header {
	max-width: 1200px;
	width: 70%;
	padding-right: 15%;
	padding-left: 15%;
	height: auto;
	overflow: auto;
	padding-bottom: 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2DBF7;
}
#paranostext {
	background-color: #FFF;
	height: auto;
	width: 100%;
}



body header img {
	float: left;
	margin: 20px;
}
body header nav {
	height: 100px;
	width: 75%;
	float: right;
	margin-top: 20px;
}
#cabecera2 {
	display: none;
}


body header nav ul {
	list-style-type: none;
}
body header nav ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 5px;
	margin-top: 20px;
	font-weight: bolder;

	 -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	width: 25%;
	padding-top: 20px;
	padding-bottom: 20px;
}
body header nav ul li a:hover {
	color: #CCC;
}
.select {
	color: #CCC;
}

#fondo {
	height: auto;
	width: 100%;
	clear: both;
	display: block;
	background-size: cover;
	padding-top: 200px;
	padding-bottom: 200px;
}
#fondo h2 {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	color: #BFFFFF;
	font-size: 72px;
	font-weight: bolder;
}
#fondoescrito {
	width: 30%;
	height: 500px;
	float: left;
	padding-top: 150px;
	padding-right: 10%;
	padding-left: 10%;
}
#fondoescrito p {
	font-family: quicksandregular;
	color: #666;
	line-height: 25px;
}
#fondoescrito h2 {
	font-family: quicksandregular;
	letter-spacing: 7px;
	color: #333;
	margin-bottom: 50px;
}
#nosotros {
	background-color: #CAFFFF;
	height: auto;
	width: 100%;
	clear: both;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#nosotros h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	letter-spacing: 12px;
	color: #666;
	font-size: 16px;
}
body footer {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 75px;
	padding-bottom: 75px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	background-color: #FFF;
}
body footer p {
	font-family: quicksandregular;
	color: #000;
}
body footer p a {
	color: #CCC;
	text-decoration: none;

	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
body footer p a:hover {
	color: #333;
	font-weight: bolder;
}
#fondolacasa {
	text-align: center;
	padding-top: 75px;
	padding-bottom: 75px;
	width: 100%;
	padding-right: 3%;
	padding-left: 3%;
	max-width: 1000px;
	overflow: auto;
	background-color: #FFF;
}
#fondolacasacont {
	background-color: #FFF;
	height: auto;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	overflow: auto;
}
#fondolacasacont h2 {
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	display: block;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 50px;
}
#fondolacasacont p {
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	display: block;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 50px;
}

#fondolacasa p {
	font-family: quicksandregular;
	color: #666;
	line-height: 25px;
	clear: both;
}
#fondolacasa h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	letter-spacing: 12px;
	color: #666;
	font-size: 16px;
	margin-bottom: 40px;
}
#galeriacasa {
	height: auto;
	width: 100%;
	margin-bottom: 60px;
}
#nosotros table {
	float: left;
	width: 29%;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 40px;
	height: auto;
	font-family: 'quicksandregular';
	border: 1px solid #FFF;
}
#nosotros table th {
	background-color: #FFF;
	padding: 10px;
	letter-spacing: 6px;
}
#nosotros table tr {
	border: 1px solid #F00;
}

#nosotros table tr .temp {
	text-align: center;
	font-weight: bolder;
	padding-bottom: 20px;
}
#nosotros table tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#fondolacasa ul li {
	float: left;
	margin-right: 40px;
	font-family: quicksandregular;
	font-size: 20px;
	margin-top: 20px;
	color: #333;
}
#fondolacasa ul {
	margin-top: 30px;
	list-style-type: square;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-bottom: 30px;
	overflow: auto;
}
#calendario {
	height: auto;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3%;
	padding-left: 3%;
	max-width: 1200px;
	overflow: auto;
}
#calendario iframe {
	float: left;
	width: 50%;
	margin-right: 5%;
	height: 350px;
}
#calendario #reser {
	float: left;
	width: 45%;
	
}
#calendario #reser #name {
	height: 30px;
	width: 98%;
	padding-left: 2%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #666;
	font-size: 12px;
	margin-top: 20px;
	letter-spacing: 2px;
}
#calendario #reser #correo {
	height: 30px;
	width: 98%;
	padding-left: 2%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	letter-spacing: 2px;
	color: #666;
	font-size: 12px;
	margin-top: 20px;
}
#calendario #reser #subject {
	height: 30px;
	width: 98%;
	padding-left: 2%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	letter-spacing: 2px;
	color: #666;
	font-size: 12px;
	margin-top: 20px;
}
#calendario #reser #message {
	height: 75px;
	width: 98%;
	padding-left: 2%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	letter-spacing: 2px;
	color: #666;
	font-size: 12px;
	padding-top: 10px;
	margin-top: 20px;
}
#calendario #reser #botonenviar {
	background-color: #EAEAEA;
	text-align: center;
	height: 50px;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	letter-spacing: 8px;
	color: #666;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		 -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#calendario #reser #botonenviar:hover {
	background-color: #CCC;
}
#mapa {
	height: 300px;
	width: 100%;
	clear: both;
}
#mapa iframe {
	height: 300px;
	width: 100%;
}
#fondolacasa p a {
	color: #000;
	text-decoration: none;
}
#paracont {
	height: auto;
	width: 94%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	overflow: auto;
	margin-bottom: 50px;
	padding-right: 3%;
	padding-left: 3%;
}
#paracont #cont {
	height: auto;
	width: 100%;
	text-align: center;
	float: none;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-color: #FFF;
}
#paracont #cont h2 {
	font-family: quicksandregular;
	letter-spacing: 7px;
	color: #333;
	margin-bottom: 50px;
}
#paracont #cont p {
	font-family: quicksandregular;
	color: #999;
}
#nosotros table tr .minimo {
	color: #060;
	font-style: oblique;
}
body h1 {
	display: none;
}
#nosotros table tr td p {
	color: #093;
}

#fondolacasa #paraserv {
	padding: 10px;
	float: left;
	height: auto;
	width: 28%;
	margin-right: 1%;
	margin-left: 1%;
}
#fondolacasa #paraserv img {
	height: auto;
	width: 100%;
	padding-bottom: 20px;
}
#bloques {
	height: auto;
	width: 29.3%;
	margin-top: 50px;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	padding-top: 60px;
	padding-bottom: 60px;
}


#bloques h2 {
	text-align: center;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	padding-bottom: 25px;
	font-size: 24px;
	letter-spacing: 5px;
	color: #00E1E1;
}
#sujetabloques #bloques img {
	height: auto;
	width: 100%;
	margin-bottom: 25px;
}

#bloques p {
	font-family: quicksandregular;
	letter-spacing: 2px;
	text-align: center;
}
#sujetabloques {
	
	background-color: #FFF;
	width: 100%;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
}
.parasobremi {
	float: left;
	height: auto;
	width: 50%;
	overflow: auto;
}
#paranostext {
	width: 100%;
	overflow: auto;
}
#paranostext #fondoescritsobremi {
	float: left;
	height: auto;
	width: 40%;
	padding-top: 30px;
	padding-right: 5%;
	padding-bottom: 30px;
	padding-left: 5%;
}

#paranostext .parasobremi {
	float: left;
	height: auto;
	width: 50%;
}
#paranostext #fondoescritsobremi h2 {
	text-align: center;
	display: block;
	margin-bottom: 25px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 25px;
	color: #00E1E1;
}

#paranostext #fondoescritsobremi p {
	text-align: center;
	
	margin-bottom: 25px;
	font-family: quicksandregular;
}
#datoscontacto {
	background-color: #FFF;
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: auto;
}
#datoscontacto h2 {
	text-align: center;
	display: block;
	margin-bottom: 25px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 25px;
	color: #00E1E1;
}
#datoscontacto p {
	text-align: center;
	
	margin-bottom: 25px;
	font-family: quicksandregular;
}
#sujetabloques #bloques p span {
	font-weight: bolder;
	color: #00E1E1;
}
#sujetabloques #bloques p a {
	font-weight: bolder;
	color: #00E1E1;
	text-decoration: none;
}
#datoscontacto p a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	color: #000;
	text-decoration: none;
}
#paranostext #fondoescritsobremi2 {
	height: auto;
	width: 75%;
	padding-top: 30px;
	padding-right: 5%;
	padding-bottom: 30px;
	padding-left: 5%;
	margin-right: auto;
	margin-left: auto;
}
#paranostext #fondoescritsobremi2 p {
	text-align: center;
	
	margin-bottom: 25px;
	font-family: quicksandregular;
}
