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

body{
	font-family: 'Open Sans', sans-serif;
	text-align:left;
	font-size:11px;
}
@font-face {
    font-family: 'univers_lt_std47LtCn';
    src: url('../fonts/univers_lt_std_47_light_condensed-webfont.eot');
    src: url('../fonts/univers_lt_std_47_light_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/univers_lt_std_47_light_condensed-webfont.woff2') format('woff2'),
         url('../fonts/univers_lt_std_47_light_condensed-webfont.woff') format('woff'),
         url('../fonts/univers_lt_std_47_light_condensed-webfont.ttf') format('truetype'),
         url('../fonts/univers_lt_std_47_light_condensed-webfont.svg#univers_lt_std47LtCn') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1{
	margin:auto;
	text-align:left;
	font-family: 'Fjalla One', sans-serif;
	font-size:20px;
	color:#900;
}
#formulario{
	width:100%;
	color:#000;
	border-radius:10px;
}
.campo {
	width:100%;
	border:1px solid #B9BBBD;
	height:24px;
	padding:2px;
	background-color:#E6E6E6;
	}
	.campo-texto {
	width:100%;
	height:122px;
	border:1px solid #B9BBBD;
	background-color:#E6E6E6;
	line-height:16px;
	}
    .boton-enviar{
	width:106px;
	background-color:#610234;
	color:#FFF;
	padding:10px;
	font-size:17px;
  font-family: 'univers_lt_std47LtCn';
	border:0;
	}
.titulo {
	 font-family: 'univers_lt_std47LtCn';
	 font-size:20px;
}