body
{
	margin: 0px;
	width: auto;
	height: 100%;
	font-size: 13px;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #474848;
}

img
{
	border:0px;
}

.clear
{
	clear: both;
}

.centra_web
{
	width: 980px;
	margin: auto;
}

#izquierda_home
{
	width: 140px;
	float: left;
}

#centro_home
{
	width: 445px;
	float: left;	
}

#derecha_home
{
	width: 386px;
	height: 348px;
	background: url('../imagenes/fondo_form.jpg');
	float: right;
}

#titulo_beneficios
{
	font-size: 29px;
	color: #315879;
}

#titulos_inferior_beneficios
{
	color: #009B8F;
	font-size: 17px;
}

#como_funciona
{
	width: 570px;
	float: left;
	background: #EEEEEE;
}

#testimonial
{
	width: 350px;
	float: right;
	background: #EEEEEE;
	text-align: center;
}

.franja_titulo
{
	background: #5292AE;
	color: #ffffff;
	padding: 3px 0px 3px 10px;
	font-size: 15px;
	text-align: left;
}

#izquierda_comofunciona
{
	width: 300px;
	float: left;
	margin-left: 5px;
	padding: 10px 0px 10px 0px;
}

#derecha_comofunciona
{
	width: 250px;
	float: right;
	margin-right: 5px;
	color: #474848;
	font-size: 12px;
	padding: 10px 10px 0px 0px;
}

#contiene_campos_form
{
	width: 320px;
	text-align: center;
	margin: 95px 0px 0px 45px;
}

.campo_contacto
{
	width: 218px;
	height: 27px;
	border: 1px solid #009B8F;
	margin-bottom: 8px;
	text-align: center;
}

.boton_enviar_personalizado {
	width: 140px;
	height: 35px;
	padding: 0;
	border: 0;
	background: transparent url('../imagenes/btn_enviar.png') no-repeat center top;
	text-indent: -2000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	margin-top: 5px;
}