* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	background: #f1f5f9;
}

h1 {
	font-weight: 400;
	color: #2965c7;
	font-size: 30px;
	line-height: 180%;
	margin-bottom: 5px
}

h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #576272;
}

h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #576272;
}

p {
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 0;
	color: #576272;
}

header {
	background: #fff;
	padding: 20px 0 0 0;
	margin: 0;
	line-height: 0;
	border-bottom: solid 2px #ccc;
}

header .logo {
	max-width: 220px;
	height: auto;
	margin: 0 0 10px 20px;
}

header img {
	width: 100%;
	height: auto;
}


.wrap {
	width: 97%;
	padding: 20px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #fff;
}

.separador_min {
	width: 100%;
	float: left;
	padding: 30px 0 0 0;
}

.separador_med {
	width: 100%;
	float: left;
	padding: 60px 0 0 0;
}

.separador_max {
	width: 100%;
	float: left;
	padding: 90px 0 0 0;
}

.contenido {
	width: 100%;
	background: #f1f5f9;
	padding: 40px;
	margin: 40px auto 0;
	box-sizing: border-box;
}


.contenido h1 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #576272;
}

.clearfix {
	clear: both;
}


.formulario {
	width: 100%;
	float: left;
}

.columna {
	width: 100%;
	float: left;
	text-align: right;
	padding: 3% 3% 2% 0;
	box-sizing: border-box;
}
.ancho {
	width: 100%;
	float: left;
	position: relative;
}

.columna1 {
	width: 46%;
	float: left;

}

.columna2 {
	width: 46%;
	float: right;
}

.linea_separadora {
	float: left;
	display: block;
	padding: 5px;
}
/*
label {
	width: 100%;
	float: left;
	margin: 20px 0 8px 0;
	color: #576272;
}
*/
input[type=text],
input[type=button],
select,
textarea {
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px;
	color: #576272;
	background: #fff;
	margin-bottom: 1px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	border-radius: 5px;
	font-size: 14px;
	
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
}

input[type=text]:focus {
	border: 1px solid #576272;
}

input[type=button] {
	width: 30%;
	float: right;
	background: #3672d5;
	font-size: 20px;
	padding: 12px 25px;
	font-weight: 700;
	text-transform: uppercase;
	
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

input[type=button]:hover {
	background: #2965c7;
}
/*
input[type=radio],
input[type=checkbox] {
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 0;
	margin-right: 5px;
	margin-top: 2px;
	background: url(../images/icon-checked.png) center -24px no-repeat #fff;
	border: 1px solid #ddd;
	
	border-radius: 5px;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	
}

input[type=checkbox]:checked, 
input[type=radio]:checked {
	background-color: #2965c7;
	border-color: #2965c7;
	background-position: center center;

}
*/
.radio_content {
	width: 30%;
	float: left;
	position: relative;
}

.radio_text {
	position: absolute;
	padding: 3px 0 0 5px;	
}

.check_content {
	width: 100%;
	float: left;
	position: relative;
	margin: 0 0 20px 0;
	line-height: 130%;
	font-size: 14px;
}

.check_text {
	position: absolute;
	padding: 5px 0 0 5px;
}

select {
	width: 100%;
	float: left;
	margin: 0 8px 0 0;

	background: url(../images/icon-select.png) right center no-repeat #fff;
	padding: 10px 40px 10px 10px;
}

select:focus {
	border: 1px solid #576272;
}

.dato_restringido {
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px;
	background: #f1f5f9;
	margin-bottom: 1px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border-radius: 5px;
	font-size: 14px;
	
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

select.treinta {
	width: 30%;
}

input.sesenta {
	width: 64%;
	float: right;
}

.texto_final {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
	text-align: center;
}







