body{
    background-color: #FFFFFF;
}
#contenido_hogar{    
	background-image: url(../img/fondo_container_hogar.png);
	background-repeat: no-repeat;
	background-size: cover;	
}
#contenido_ap{    
	background-image: url(../img/fondo_container_ap.png);
	background-repeat: no-repeat;
	background-size: cover;	
}
#contenido_comercio{    
	background-image: url(../img/fondo_container.png);
	background-repeat: no-repeat;
	background-size: cover;	
}
#contenido_autos{    
	background-image: url(../img/fondo_container_autos.png);
	background-repeat: no-repeat;
	background-size: cover;	
}
#contenido_celulares{    
	background-image: url(../img/fondo_container_celular.png);
	background-repeat: no-repeat;
	background-size: cover;	
}
#contenido_index{    
	background-image: url(img/index_img.png);
	background-repeat: no-repeat;
	background-size: cover;	
	margin-bottom: 30px;
}
#modulo_formulario{
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
	box-shadow: 0 0 20px (255, 71, 4, 0.2);
	-moz-box-shadow: 0 0 20px  #45BEE8;
    -webkit-box-shadow: 0 0 20px  #45BEE8;
}
#col_2{
    background-color: brown;
}
.margenes_formulario{
    padding-left: 20px;
    padding-right: 20px;
}
#encabezado_chico{
    padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgb(255, 255, 255);

}
#modulo_formulario_hogar{
    background-color: rgba(66, 191, 234, 0.6);
    padding: 20px;
    display: block;
    border-color: rgba(66, 191, 234, 0.5);
    border-style: solid;
    border-start-end-radius: 7px;
    -moz-border-radius: 7px;
	-webkit-border-radius: 7px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 5px 10px 7px 5px rgba(190,191,192,0.5);
    -moz-box-shadow: 5px 10px 7px 5px #BEBFC0;
    -webkit-box-shadow: 5px 10px 7px 5px #BEBFC0;
}
#modulo_formulario_celular{
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
    display: block;
    border-color: rgba(66, 191, 234, 0.5);
    border-style: solid;
    border-start-end-radius: 7px;
    -moz-border-radius: 7px;
	-webkit-border-radius: 7px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 5px 10px 7px 5px rgba(190,191,192,0.5);
    -moz-box-shadow: 5px 10px 7px 5px #BEBFC0;
    -webkit-box-shadow: 5px 10px 7px 5px #BEBFC0;
	height: auto;
}
#contenido_formulario{
	background-color: rgba(66, 191, 234, 0.1);
	padding: 50px;
}
.titulos_form_servicios{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.titulos_form_servicios_azul{
	font-family: Arial, Helvetica, sans-serif;
	color: #13293D;
	font-weight: bold;
	font-size: 12px;
}
.h3_registro_servicios{
	font-family:'Georama', sans-serif;
	color: #13293D;
	font-size: 20px;
	font-weight: bold;
    text-align: center;
}
.txt_preguntas_form{
	font-family: 'Georama', sans-serif;
	font-weight: bold;
	color:  #13293D;
	text-align: center;
	font-size: 13px;
}
.h3_autos{
	font-family: Arial, Helvetica, sans-serif;
	color: #42BFEA;
	font-size: 17px;
	text-align: center;

}
.h4_autos{
	font-family: Arial, Helvetica, sans-serif;
	color: #13293D;
	font-size: 16px;
	text-align:center;
	font-weight: bolder;

}
.recuadro_importante_caucion{
	width: 100%;
	height: auto;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	display: block;
	line-height: 25px;
}
.h2_celeste{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 40px;
	color: #45BEE8;
}
#fondo_blanco{
	background-color: #ffffff;
	display: block;
}
#espacio_blanco{
	display: block;
	height: 400px;
}
a.enlaces_servicios_index {
	font-family: 'Georama', sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #39B6CD;
	
}
a:hover.enlaces_servicios_index {
	text-decoration: none;
	color: #13293D;
	
}
#index_servicios_2{
	background-color: #FFFFFF;	
	height: auto;
	padding-bottom: 30px;
	margin-top: 50px;
}
