@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	background: #D2A20A;
	text-align: center;
}
.encabezado {
	background: #221509;
	width: 930px;
	border-left: 3px #103016 solid;
	border-right: 3px #103016 solid;
	margin: 0 auto;
	text-align: center;
}
.botonera {
	background: url(1.png);
	width: 930px;
	height: 46px;
	border-left: 3px #103016 solid;
	border-right: 3px #103016 solid;
	margin: 0 auto;
	text-align: center;
}
.botones {
	background: inherit;
	width: 133px;
	height: 46px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
.botones:hover {
	background: url(2.png);
}
.contenido {
	background: #ded6b8;
	width: 930px;
	border-left: 3px #103016 solid;
	border-right: 3px #103016 solid;
	margin: 0 auto;
	text-align: center;
}
.contenido p a:link {
	text-decoration:none;
	color: #630;
}
.contenido p a:visited {
	text-decoration:none;
	color: #630;
}
.contenido p a:hover {
	text-decoration:none;
	color: #D2A20A;
}
h1 {
	color: #6c5440;
	margin: 0;
	padding: 0;
	font-size: 40px;
	font-family: "muli", Helvetica, Arial, sans-serif;
}
h2 {
	color: #6c5440;
	margin: 10px 0 10px 30px;
	padding: 0;
	font-size: 20px;
	text-align:left;
	font-family: "muli", Helvetica, Arial, sans-serif;
}
p {
	margin: 0 15px;
	text-align: justify;
}
.imag {
	margin: 0px 0px 10px 10px;
	float: right;
	box-shadow: -2px 3px 6px #221509;
}
.imag2 {
	margin: 0px 10px 10px 0px;
	float: left;
	box-shadow: 2px 3px 6px #221509;
}
.imag3 {
	border-left: 3px #103016 solid;
	border-right: 3px #103016 solid;
	border-bottom: 3px #103016 solid;
}
.pie {
	width: 930px;
	margin: 0 auto;
	padding: 0;
	color: #221509;
	letter-spacing: 2px;
	font-size: 13px;
}
.pie a:link {
	color: #75754A;
	text-decoration: none;
}
.pie a:visited {
	color: #75754A;
	text-decoration: none;
}
.pie a:hover {
	color: #221509;
	text-decoration: none;
}
.portada {
	position: absolute;
	top: 240px;
	left: 50%;
	margin-left: -465px;
	z-index: 999999;
}
.botonera a:link {
	color: #fff;
	text-decoration:none;
}
.botonera a:visited {
	color: #fff;
	text-decoration:none;
}
.botonera a:hover {
	color: #999;
	text-decoration:none;
}
.patagonia {
	margin: 20px;
	border: 5px solid #eee;
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}
.patagonia:hover {
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
}
.patagonian {
	width: 82%;
	font-size: 22px;
	color: #000;
	border: 1px solid #fff;
	background: #ded6b8;
	margin: 10px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.fototexto {
	width: 310px;
	text-align:center;
	float:left;
	font-size: 15px;
}
.terreno {
	max-width: 100%;
}
.enpatagonia{color:#889f66;}
