@charset "UTF-8";
* {
	margin: 0px;
}

body {
    margin: 0;
    padding: 0;
    background: url(/imgs/bg-head.png) top center repeat-x;
    overflow-x: hidden;
}

#cabecera
{
	width: 980px;
	height: 102px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}


#contenido
{
	height: 416px;
	width: 980px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
}

#pie
{
	height: 54px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: auto;
	top: 8px;
	background-color: #68B745;
}

#logo
{
	position: absolute;
	left: 0;
	top: 0;
	height: 102px;
	width: 345px;
}

#encabezado_derecha
{
	float: right;
	height: 102px;
	position: relative;
}

#whatsapp
{
	text-align: right;
	height: 32px;
	left: auto;
	top: auto;
	bottom: 50px;
	right: 0px;
	position: absolute;
}

.cont_whats
{
	position: relative;
	float: right;
	height: 32px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
}
.nro_whatsapp, .nro_whatsapp a
{
	float: right;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #18AC4A;
	line-height: 30px;
	margin-left: 4px;
}

.nro_whatsapp a
{
	text-decoration: none;
}

.icn_whatsapp
{
	float: left;
	position: relative;
}

#frase_cabecera
{
	position: absolute;
	width: 302px;
	height: 49px;
	background-image: url(imgs/frase_cabecera.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	right: 0px;
	bottom: 0px;
	left: auto;
	top: auto;
}

#contenedor_carrusel
{
	width: 760px;
	height: 416px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#contenedor_formulario
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 210px;
	height: 416px;
	background-color: #D9DADC;
}

#titulo_formulario
{
	position: relative;
	height: 25px;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	background-color: #68B745;
	text-transform: uppercase;
}

#cuerpo_form
{
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}

#cuerpo_form .campo_form
{
	margin-top: 12px;
}

#cuerpo_form .campo_radio
{
	margin-top: 12px;
}

#form_error
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	margin-top: 15px;
	margin-bottom: 15px;
	visibility: hidden;
	position: absolute;
}

#cuerpo_form .campo_submit
{
	text-align: right;
	margin-top: 12px;
}

#cuerpo_form .campo_form label, #cuerpo_form .campo_radio label
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

#cuerpo_form .campo_radio label
{
	margin-left: 8px;
}

.invisible
{
	visibility: hidden;
}

#cuerpo_form .campo_form input[type="text"], 
#cuerpo_form .campo_form input[type="email"]
{
	width: 185px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-left: 5px;

	padding-top: 0px;
}

#cuerpo_form .campo_radio input[type="radio"]
{
	margin-left: 20px;
}

#contenedor_texto
{
	position: relative;
	width: 980px;
	height: 130px;
	background-color: #E2DDEE;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #582D91;
	display: table;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
}

#contenedor_texto .texto
{
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#contenedor_logos_seguros
{
	position: relative;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
}


#contenido_pie
{
	width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	background-color: #68B745;
}

.item_pie {
	position: relative;
}

.texto_pie {
	line-height: 54px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

.item_pie img
{
	float: left;
	margin-top: 8px;
	margin-right: 8px;
}

.texto_pie a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.texto_pie a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.texto_pie a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-decoration: underline;
}

.texto_pie a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-decoration: underline;
}

.imagen_carrusel
{
	width: 760px;
}

.item_pie_1
{
	
}
.item_pie_2
{
	
}
.item_pie_3
{
	
}

.label_radio
{
	
}

@media only screen and (min-width: 678px) and (max-width:979px)
 {
	#cabecera
	{
		width: 100%;
	}
	#whatsapp
	{
		margin-right: 10px;
	}
 }
 
 @media only screen and (max-width: 767px)
 {
	/* body {
		background: none;
	}*/
	#cabecera
	{
		width: 100%;
		height: auto;
		margin-top: 4px;
	}
	
	 #pie
	{
		position:relative;
		background-color: #68B745;
		height: auto;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		top: 8px;
		text-align: center;
	}
	#contenido_pie {
		width: auto;
		margin: 0 auto;
		display: inline-block;
		justify-content: inherit;
		background-color: #68B745;
		height: 162px;
	}
	.item_pie {
		margin-left: 15px;
		margin-right: 15px;
	}

#frase_cabecera
	{
		visibility: hidden;
	}
	
	#whatsapp
{
	text-align: right;
	height: 16px;
	bottom: 15px;
	right: 8px;
	position: absolute;
}
.cont_whats
{
	position: relative;
	float: right;
	height: 16px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
}
.nro_whatsapp, .nro_whatsapp a
{
	float: right;
	lline-height: 20px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #18AC4A;
	margin-left: 0px;
}

.nro_whatsapp a
{
	text-decoration: none;
}

.icn_whatsapp
{
	float: left;
	position: relative;
}
 }

@media only screen and (max-width: 979px) 
 {
	
	
	
	#contenido
	{
		width: 100%;
		height: auto;
	}
	#contenedor_carrusel
	{
		position: relative;
		width: 100%;
		position: relative;
		height: auto;
	
	}
	.imagen_carrusel
	{
		width: 100%;
	}
	#contenedor_formulario
	{
		position:relative;
		width: 100%;
		height: auto;
		background-color: #D9DADC;
		margin-top: 4px;
	}
	#contenedor_texto
	{
		position: absolute;
		width: 100%;
		height: 1px;
		background-color: #E2DDEE;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #582D91;
		overflow: hidden;
		visibility: hidden;
	
		
}

#contenedor_texto .texto
{
	padding-top: 8px;
	padding-bottom: 8px;
}
#contenedor_logos_seguros
{
	width: 100%;
	height: auto;
	margin-top: 15px;
}

#contenedor_logos_seguros img
{
	width: 100%;
	height: auto;
	max-width: 100%;
}

#contenido_pie
{
	width: auto;
}

#titulo_formulario
{
	position: relative;
	height: 25px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
}



#logo
{
	position: relative;
	top: 0px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: auto;
	width: auto;
	height: auto;
}
#cuerpo_form {
    width: 280px;
}

#cuerpo_form .campo_form label
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
#cuerpo_form .campo_form input[type="text"], 
#cuerpo_form .campo_form input[type="email"]
{
	width: 280px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding-left: 2px;
	
}
#cuerpo_form .campo_radio
{
	margin-top: 0px;
}

#cuerpo_form .campo_radio input[type="radio"]
{
	margin-left: 0px;
	margin-top: 5px;
	width: 15px;
	height: 15px;
}

#cuerpo_form .campo_radio label
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	position: relative;
	left: 4px;
	line-height: 20px;
	top: -2px;
}
#cuerpo_form .campo_submit {

    margin-top: 18px;
}
#cuerpo_form .campo_form {
    margin-top: 4px;
}



}


