.general{
	width:90%;
	margin: 0 auto;
	/*display:inline-block;*/
}

.imagen{
	clear:both;
	width:50%;
	margin-top:12px;
	float:left;
	position:relative;
}

.titulo-texto{
	font-size:32px;
	color:#CA0202;
	width:90%;
	margin: 0 auto;
}

.mini-cont{
	height:64px;
	width:334px;
	margin-bottom:12px;
	display:inline-block;
}

.img-cont{
	width:72px;
	height:64px;
	float:left;
}

.texto{
	width:262px;
	height:64px;
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  
}

.derecha{
	width:50%;
	height:320px;
	position:relative;
	float:left;
	
}

.titulo-form{
	font-size:26px;
}

#form{
	width:100%;
	padding: 0 6px;
	margin: 0 auto;
	background-color:black;
}

input{
	width:98%;
	margin: 6px 0 9px 0;
}

input[type=submit]{
	display:inline-block;
	background-color:#CA0202;
	height:30px;
	width:90px;
	border:none;
	color:#FFF;
	font-size:14px;	
}

.boton{
	clear:both;
}

input[type=checkbox]{
	float:left;
	width:10px;	
}

.privacidad{
	color:white;
	float:left;
	
}

.enlace_privacidad{
	color:#CA0202;
	text-decoration:none;
	
}

.enlace_privacidad:hover{
	color:#BABABA;
}

@media all and (max-width: 827px){

.titulo-texto{
	display:none;
}

.imagen{
	width:65%;
	margin-top:12px;
	}

.derecha{
	clear:both;
	width:95%;
}

.titulo-form{
	font-size:20px;
}

}