#Contenedor_Formulario {
	clear:none;
	float:left;
	width:360px;
}

#Proteccion_Datos {
	clear:none;
	float:left;
	width:400px;
	font-family: Trebuchet MS,Verdana,Tahoma,Arial,Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

.campos_obligatorios {
	float:left;
	width:310px;
	padding-left:50px;
	margin-top:5px;	
	margin-bottom:10px;
}

.obligatorio {
	font-family: Trebuchet MS,Verdana,Tahoma,Arial,Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#FF0000;	
	text-decoration: none;
}

.formulario {
	float:left;
	width:360px;
}

label {
	float:left;
	width:70px;
	padding-left:50px;
}

input.contacto {
	float:left;
	width:220px;
}

input.contacto_mini {
	float:left;
	width:100px;
}

textarea.contacto {
	float:left;
	width:220px;
}

.contact_submit {
	float:left;
	clear:left;
	width:360px;
	text-align:center;
	margin-top:10px;
}

input.contacto_submit {
	font-size:12px;
	font-weight:bold;
	color:#000000;		
}

.error_envio {
	float:left;
	width:360px;
	font-size:11px;
	font-weight:bold;
	color:#FF0000;		
	border-top:1px solid #FF0000;
	border-bottom:1px solid #FF0000;	
	margin-left:25px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.correcto {
	float:left;
	width:360px;
	font-size:11px;
	font-weight:bold;
	color:#532B08;	
	text-align:center;	
	border-top:1px solid #532B08;
	border-bottom:1px solid #532B08;	
	margin-left:25px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.Aviso_Legal {
	clear:none;
	float:left;
	width:auto;
	font-family: Trebuchet MS,Verdana,Tahoma,Arial,Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}