@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: #613314;
	background-color: #C0AEA1;
	border: 1px solid #997B66;
}
.boton_h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #997B66;
	border: 1px solid #997B66;
}
.bordemapa {
	border: 1px solid #603314;
}
