
/*********  ESTILOS GENERALES  *******************************************************************************************************/
*{
	font-family: 'News Cycle', sans-serif;
}
html, body{
	width: 100%;
	margin:0px;
	padding:0px;
	outline:0px;
}
body{
	min-width: 900px;
}
.div_total{
	width: 100%;
	min-width: 650px;
}
.div_regulador{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.clear{
	clear: both;
}
.enlace_script{
	text-decoration: none;
}
.oculto{
	display: none;
}
.msn_cargando{
	color: #9d9d9d;
	font-size: 16px;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	display: none;
}
.error_form{
	color: #da0000;
	font-size: 16px;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	display: none;
}
.msn_ok_form{
	color: #26c62a;
	font-size: 16px;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	display: none;
}

/*********   BARA DEGRADADO TOP   **************************************************************************************************/
#bar_top_deg{
	height: 8px;
	width: 100%;
	background: rgba(245,31,109,1);
	background: -moz-linear-gradient(left, rgba(245,31,109,1) 0%, rgba(245,31,109,1) 34%, rgba(163,31,219,1) 59%, rgba(245,31,109,1) 72%, rgba(245,172,36,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,31,109,1)), color-stop(34%, rgba(245,31,109,1)), color-stop(59%, rgba(163,31,219,1)), color-stop(72%, rgba(245,31,109,1)), color-stop(100%, rgba(245,172,36,1)));
	background: -webkit-linear-gradient(left, rgba(245,31,109,1) 0%, rgba(245,31,109,1) 34%, rgba(163,31,219,1) 59%, rgba(245,31,109,1) 72%, rgba(245,172,36,1) 100%);
	background: -o-linear-gradient(left, rgba(245,31,109,1) 0%, rgba(245,31,109,1) 34%, rgba(163,31,219,1) 59%, rgba(245,31,109,1) 72%, rgba(245,172,36,1) 100%);
	background: -ms-linear-gradient(left, rgba(245,31,109,1) 0%, rgba(245,31,109,1) 34%, rgba(163,31,219,1) 59%, rgba(245,31,109,1) 72%, rgba(245,172,36,1) 100%);
	background: linear-gradient(to right, rgba(245,31,109,1) 0%, rgba(245,31,109,1) 34%, rgba(163,31,219,1) 59%, rgba(245,31,109,1) 72%, rgba(245,172,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f51f6d', endColorstr='#f5ac24', GradientType=1 );
}

/*********   BARRA INFORMACIÓN TOP   ************************************************************************************************/
.bar_cont_info_top{
	background-color: #183585;
	border-bottom:1px solid #375197;
}
.text_bar_info_top{
	text-align: right;
	color: #a6b3d6;
	font-size: 14px;
}
.mail_info{
	color: #f51f6f;
	font-size: 16px;
}
.text_bar_info_top b{
	font-size: 14px;
}
.face_link_top{
	margin-left: 5px;
	padding: 5px 10px 4px 10px;
	font-size: 18px;
	border-left: 1px solid #375197;
	border-right: 1px solid #375197;
}
/********   MENU PRINCIPAL ESTATICO   **************************************************************************************/
#cont_menu_principal_top{
	background-color: #183585;
}
#cont_logo_princi{
	background-color: #4660aa;
	float: left;
	padding: 25px 10px 20px 10px;
	margin-top: -37px;
	margin-bottom: -15px;
	z-index: 5;
	position: relative;

}

.elem_menu_princi{
	float: right;
	color: #b0bad9;
	border-bottom: 2px solid #183585;
	margin-left: 20px;
	margin-right: 5px;
	padding-bottom: 15px;
	cursor: pointer;
	bottom: 1px;
	padding-top: 56px;
	font-size: 18px;
}
.elem_menu_princi:hover{
	color: #f51f6f;
	border-color:#f51f6f;
}
/*********   MENU PRINCIPAL FIXED   *********************************************************************************/
#cont_menu_principal_2{
	background-color: #183585;
	position: fixed;
	top: 0px;
	z-index: 5;
	padding-bottom: 3px;
	display: none;
}
.elem_menu_princi_2{
	float: right;
	color: #b0bad9;
	border-bottom: 2px solid #183585;
	margin-left: 20px;
	margin-right: 5px;
	padding-bottom: 15px;
	cursor: pointer;
	bottom: 1px;
	padding-top: 17px;
	font-size: 18px;
}
.elem_menu_princi_2:hover{
	color: #f51f6f;
	border-color:#f51f6f;
}

/*********   BANNER PRINCIPAL HOME   *********************************************************************************/

#cont_banner_principal{
	z-index: 1;
	position: relative;
	background-color: white;
}
.img_fondo_banner_princi{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.cont_text_banner_principal{
	position: absolute;
	top: 25px;
	display: none;
}
.contenido_text_banner{
	text-align: center;
	height: 300px;
}
.titulo_banner{
	color: #f51f6f;
	font-size: 80px;
}
.titulo_banner b{
	color: #f5b61f;
	font-size: 55px;
}
.fras_banner{
	color: white;
	font-size: 30px;
}
.btn_banner{
	text-decoration: none;
	color: white;
	background-color: #f5b61f;
	padding: 7px 28px 7px 28px;
	font-size: 20px;
}
.btn_banner:hover{
	background-color: #f51f6f;
}
.cont_btn_banner{
	width: 100%;
	text-align: center;
	bottom: 0px;
	position: absolute;
	display: none;
}

/*********   BANNER DE ENUNCIADOS   ********************************************************************************/
.cont_banner_enunciados{
	background: rgba(245,31,109,1);
	background: -moz-linear-gradient(left, rgba(245,31,109,1) 0%, rgba(245,181,31,1) 35%, rgba(245,31,109,1) 65%, rgba(245,31,109,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,31,109,1)), color-stop(35%, rgba(245,181,31,1)), color-stop(65%, rgba(245,31,109,1)), color-stop(100%, rgba(245,31,109,1)));
	background: -webkit-linear-gradient(left, rgba(245,31,109,1) 0%, rgba(245,181,31,1) 35%, rgba(245,31,109,1) 65%, rgba(245,31,109,1) 100%);
	background: -o-linear-gradient(left, rgba(245,31,109,1) 0%, rgba(245,181,31,1) 35%, rgba(245,31,109,1) 65%, rgba(245,31,109,1) 100%);
	background: -ms-linear-gradient(left, rgba(245,31,109,1) 0%, rgba(245,181,31,1) 35%, rgba(245,31,109,1) 65%, rgba(245,31,109,1) 100%);
	background: linear-gradient(to right, rgba(245,31,109,1) 0%, rgba(245,181,31,1) 35%, rgba(245,31,109,1) 65%, rgba(245,31,109,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f51f6d', endColorstr='#f51f6d', GradientType=1 );

	margin-top: -6px;
	padding-top: 24px;
	padding-bottom: 24px;
}
.tam_ban_enun{
	height: 100px;
}
.texto_banner_enunciados{
	color: white;
	text-align: center;
}
.titu_ban_enun{
	font-size: 22px;
}
.subti_ban_enun{
	font-size: 18px;
}
.cont_contro_bann_enun{
	width: 50%;
	margin-right: 0px;
	position: absolute;
	bottom: 0px;
}
.controles_banner_enunciados{
	float: right;
	margin-right: -25px;
}
.btn_ban_enun{
	background-color: #f5b61f;
	height: 10px;
	width: 10px;
	margin-right: 5px;
	float:left;
	border-radius: 15px;
	border:1px solid #f5b61f;
	cursor:pointer;
}
.btn_ban_enun_selected{
	border-color: white;
}

/*********   ESTILOS PARA LOS CONTENIDOS DE LA PAGINA   **********************************************************************/
.fondo_gris{
	background-color: #f2f2f2;
}
.sep_cont_1{
	padding-top: 60px;
}
.sep_cont_2{
	padding-top: 35px;
}
.titulo_contenido{
	color: #6d6d6d;
	font-size: 28px;
	text-align: center;
}
.titulo_contenido_2{
	color: #5d5d5d;
	font-size: 30px;
	text-align: center;
}
.subtitulo_contenido{
	color: #6d6d6d;
	text-align: center;
	font-size: 18px;
}
.subtitulo_contenido_2{
	color: #5d5d5d;
	text-align: left;
	font-size: 18px;
}
.subtitulo_contenido_3 i{
	padding-right: 10px;
	font-size: 42px;
	color: #b4b4b4;
}
.subtitulo_contenido_3{
	color: #5d5d5d;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
	width: 92%;
	margin: auto;
}
.cont_izq_contenido{
	float: left;
	width: 50%;
}
.cont_der_contendo{
	float: right;
	width: 50%;
}
.texto_dos_col{
	width: 92%;
	text-align: left;
	color: #9d9d9d;
	font-family: Arial;
	font-size: 15px;
	margin: auto;
}
.texto_dos_col_2{
	width: 85%;
	text-align: left;
	color: #9d9d9d;
	font-family: Arial;
	font-size: 15px;
	margin: auto;
}
.frase_princi_nosotros{
	font-size: 19px;
	color:#9d9d9d;
	width: 80%;
	text-align: center;
	margin: auto;
	font-style: italic;
	font-family: Arial;
}
.cont_lista_contenidos{
	width: 92%;
	margin: auto;

}
.elem_lista{
	font-size: 15px;
	color: #8d8c8c;
	line-height: 18px;
	font-family: Arial;
}
.lista_2{
	width: 300px;
	margin: auto;
}


/*********   SECCION CONTACTA CON NOSOTROS   *********************************************************************************/
.titulo_1_pie{
	text-align: center;
	font-size: 35px;
	color: #6d6d6d;
	padding-bottom: 10px;
}
.subtitulo_1_pie{
	text-align: center;
	font-size: 28px;
	color: #6d6d6d;
}
.sep_campo{
	clear: both;
	padding: 5px;
}
.registro_campo{
	float: left;
	width: 30%;
	text-align: right;
	color: #9d9d9d;
	font-size: 18px;
	line-height: 30px;
}
.registro_input{
	float: right;
	width: 67%;	
	text-align: center;
}
.registro_input input{
	width: 90%;
	height: 30px;
	background-color: #fcfcfc;
	border:1px solid #e6e6e6;
	color: #333333;
	font-size: 18px;
	padding-left: 8px;
}
.registro_input select{
	width: 92.5%;
	height: 33px;
	background-color: #fcfcfc;
	border:1px solid #e6e6e6;
	color: #333333;
	font-size: 18px;
	padding-left: 8px;
}
.registro_input textarea{
	width: 90%;
	height: 100px;
	background-color: #fcfcfc;
	border:1px solid #e6e6e6;
	color: #333333;
	font-size: 18px;
	resize: none;
	padding-left: 8px;
}
.registro_input2{
	float: right;
	width: 65%;	
	text-align: left;
	font-size: 18px;
}
.condiciones_contacto{
	text-align: right;
	font-size: 16px;
	padding-right: 15px;
}
 #condic{
 	color: #4660aa;
 	text-decoration: none;
 	font-size: 14px;
 	font-weight: bold;
 }
 #condic:hover{
  	text-decoration: underline;
 }
.contacto_titulo_1{
	font-size: 27px;
	padding-bottom: 10px;
	color: #6d6d6d;
}
.contacto_titulo_2{
	font-size: 22px;
	color: #6d6d6d;
}
.contacto_texto{
	font-size: 18px;
	color: #818181;
}
.contacto_tel_mail{
	color: #4660aa;
	font-size: 18px;
	font-weight: bold;
}
.icon_phone1{
	font-size: 13px;
	padding-right: 10px;
}
.icon_phone2{
	font-size: 16px;
	padding-right: 10px;
}
.separador_contacto{
	padding-top: 20px;
}
.texto_izq_pie2{
	float: left;
	width: 45%;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	color: #9d9d9d;
}
.texto_der_pie{
	float: right;
	width: 45%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 22px;
	color: #9d9d9d;
}
.boton_siguiente_contacto{
	background-color: #4660aa;
	padding: 4px 15px 5px 15px;
	border-radius: 2px;
	color: white;
	text-decoration: none;
	font-size: 15px;
	float: right;
}
.boton_siguiente_contacto i{
	font-size: 14px;
	padding-left: 5px;
}
.boton_siguiente_contacto:hover{
	background-color: #f5b61f;
}

/*********   PIE DE PÁGINA   *************************************************************************************************/
.contenedor_pie{
	background-color: #183585;
	position: relative;
	height: 202px;
}
.img_fondo_pie{
	position: absolute;
	top: 0px;
	left:0px;
	width: 740px;
	z-index: 1;
}
.cont_logo_pie{
 	position: absolute;
 	z-index: 2;
 	right: 5px;
 	top:25px;
}
.frase_pie{
	position: absolute;
	z-index: 2;
	color: #7587b6;
	right: 200px;
	top:100px;
	font-size: 25px;
	font-style: italic;

}
.contenedor_pie_2{
	border-top:1px solid #375197;
	background-color: #183585;
}
.texto_pie_2{
	color: #7587b6;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
.flota_izq{
	float: left;
}
.float_der{
	float: right;
}
.autor_pie{
	font-size:10px;
	padding-left: 40px;
}
.autor_pie a{
	color: #7587b6;
	text-decoration: none;
	font-weight: bold !important;
}


/*******   IMAGEN FONDO GARANTIAS   ******************************************************************************************/
.contenido_pagina{
	position: relative;
	z-index: 2;
}
.img_fondo{
	position: fixed;
	top: 10px;
	z-index: 1;
}
#part_garn div{
	color: white !important;
}
.img_taman{
	visibility: hidden;
	width: 99%;
}
