@charset "utf-8";
/* CSS Document */

html, body, #wrapper {
  height:100%;
  margin: 0;
  padding: 0;
  border: none;
  text-align:center
}
#wrapper {
  margin: 0 auto;
  vertical-align: middle;  
  width: 985px;
  text-align:center
}
#contenido {
	padding-left:29px;
	padding-top:14px;
	padding-bottom:25px;
}
.texto_marron{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#613314;
	text-align:justify;
	text-decoration: none;
}
.texto_marron_subraya{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#613314;
	text-align:justify;
	text-decoration:underline;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #997B66;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 99%;
}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #322E29;
	border: 1px solid #997B66;
}

.boton_h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #58341F;
	border: 1px solid #997B66;
}

.bordemapa {
	border: 1px solid #603314;
}

.hostal_animacion {
	text-align:left;
}
a:link {
	color: #613314;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #613314;
}
a:hover {
	text-decoration: underline;
	color: #613314;
}
a:active {
	text-decoration: none;
	color: #613314;
}
.facebook {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:white;
	background:url(images/facebook.png) no-repeat left;
	width:75px;
	padding-left:20px;
	text-align:left
}
