label {
    display:block;
    margin-top:20px;
    letter-spacing:1px;
}
input#nombre{
	width: 260px;
	background: #e4e4e4;
	height: 50px;
	padding: 2px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #a7a7a7;
	border:0px;
	font-weight: bold;
	font-size: 18px;

}
input#apellidos{
	width: 260px;
	background: #e4e4e4;
	height: 50px;
	padding: 2px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #a7a7a7;
	border:0px;
	font-weight: bold;
	font-size: 18px;

}
input#email{
	width: 260px;
	background: #e4e4e4;
	height: 50px;
	padding: 2px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #a7a7a7;
	border:0px;
	font-weight: bold;
	font-size: 18px;

}
input#termin{
    text-align: left;
    width: 15px;
    color: #FFFFFF;
    margin: 0px 5px 0px 0px;
    padding: 0;
    height: 15px;
    vertical-align: middle;
}
p.termin{
	text-align: left;
	padding: 1px 5px;
}
p{
    color: #9D9D9D;
    font-size: 10px;
    margin: 0px;
    
}
 
textarea {
    height:150px;
}
 
#submit {
    width:260px;
    height:60px;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #000000;
    margin-top:20px;
    cursor:pointer;
    background: #fb0a35;
    font-size: 24px;
    max-width: 275px;
    color: #FFFFFF;
    font-weight: bold;
}
#submit:hover {
	background: #f2d515;
}
input#sexo{
	width: 14px;
	height: 14px;
	margin: 0 5px;
}
::-webkit-input-placeholder { /* WebKit browsers */
color: #a7a7a7 !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #a7a7a7 !important;
opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #a7a7a7 !important;
opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #a7a7a7 !important;
}
input[type="checkbox" i] {
    margin: 3px 3px 3px 3px;
}
a.url{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
    top: 600px;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
a.terminos{
	color: #fb0a35;
    font-size: 10px;
    margin: 0px;
    text-decoration: none;
}
body {
	background: #f9f9f9;
	width: 100%;
	margin: 0;
	overflow-x:hidden;
	text-align: center;  
}


.container{
	
	text-align: center;
	max-width: 1070px;
	background: #FFFFFF;
	min-height: 100px;
	margin: 0 auto;
}	


.logo{
	float: left;
	
}
.titulo{
	float: right;
	margin-top: 10px;
	padding: 0 2%;
}
.contenido{
	margin:0 auto;
	
	text-align: center;
	max-width: 1070px;


}
.principal{
		height: 500px;
		background-size: cover;
		position:relative;
		margin:0;
		background: url('../img/envia.jpg') no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		text-align: center;
			
}
.formulario{
	width: 375px;
	height: 450px;
	background-color: #ffffff;
	border-radius: 15px;
	opacity:0.9;
	
	float:right;
	display: block;
	margin: 25px;
}
.preventi{
	min-height: 240px;
	background: #EF464E;
	position: relative;
	margin: 0;
	padding: 25px 10px;
}
.pie {
	height: 25px;
	margin:0 auto;
	max-width: 1070px;
	background: #ECECEC;
	padding-top:5px;
	font-family: 'Roboto';
	font-size: 12px;
	color: #000000;
	font-weight: 700; 
}
h1{
	font-family:'Roboto';
	font-size: 35px;
	font-weight: 400;
}
h2{
	font-family: 'Roboto';
	font-size: 35px;
	color: #FFFFFF;
	font-weight: 700;
	margin: 0;
}
h3{
	font-family: 'Roboto';
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 400;
	margin: 5px;
}
form{
	width: 275px;
    text-align: center;
    margin: 25px auto;
}
.condiciones{
	padding: 25px;
	font-family: 'Arial';
	font-size: 14px;
	color: #000;
	margin:0 auto;
	text-align: justify;
	max-width: 1020px;
	background-color: #FFF;
}
@media (max-width: 800px){
	.titulo{
		display:none;
	}
	.formulario{
		float: none;
		width: 300px;
		padding: 10px;
		margin: 25px auto;

	}
	.logo{
		float: none;
		width: auto;
	}
	.principal{
		padding:25px;
	}
}
@media (max-width: 340px){
	form{
		width: 250px;
		margin: 30px auto;
	}
	input#email{
		width: auto;
	}
	input#nombre{
		width: auto;
	}
	input#apellidos{
		width: auto;
	}
	input#submit{
		width: auto;
	}
	.principal{
		padding: 0;
		margin: 0 auto;
	}
	.formulario{
		padding: 0;
		margin: 0 auto;
		top: 20px;
    	position: absolute;
    	left: 0;
    	right: 0;
	}
}