@charset "utf-8";

.fondo_ventana {
	display: none;
	background-color: rgba(255, 255, 255, 0.95);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 100;
}
.ventana {
    height: 100%;
    width: 100%;
    /* border: thin solid #9f9f9f; */
    position: absolute;
	left: 500px;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /* box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF; */
}	
.contenedor {
    width: 1920px;
}
.cabecera {
    width: 1920px;
    position: fixed;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    background-color: #FFFFFF;
}
.cabecera_menu {
	height: 40px;
	position: relative;
}
.cabecera_menu_tarifario {
    height: 40px;
	vertical-align: middle !important;
    position: relative;
    /* border: thin solid #FF0004; */
}
.tarifas_menu {
	border: thin solid #909090;
	height: 122px;
	width: 120px;
	position: absolute;
	background-color: #FFF;
	left: 0px;
	top: 40px;
	opacity: 0;
}
.contenedor_tabla {
	position: relative;
    width: 1920px;	
	left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
}
.fondo_p01, .fondo_p02, .fondo_p03, .fondo_p04, .fondo_p05, .fondo_p06, .fondo_p07 {
	position: fixed;
    width: 1920px;
    height: 100%;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    
    background-repeat: no-repeat;
    background-size: auto 100%;
	z-index: 0;
}
.fondo_p01 {
	background-image: url(../imagenes/fondo01.jpg);	
}
.fondo_p02 {
	background-image: url(../imagenes/fondo02.jpg);	
}
.fondo_p03 {
	background-image: url(../imagenes/fondo08.jpg);	
}
.fondo_p04 {
	background-image: url(../imagenes/fondo04.jpg);	
}
.fondo_p05 {
	background-image: url(../imagenes/fondo05.jpg);	
}
.fondo_p06 {
	background-image: url(../imagenes/fondo07.jpg);	
}
.fondo_p07 {
	background-image: url(../imagenes/fondo09.jpg);	
}

.boton_libro {
}
.boton_libro:hover {
 cursor:pointer;
}
.libro {
 opacity: 0.5;
}
.boton_libro:hover .libro {
 opacity: 1;
}
.boton_libro:hover .text_10 {
    color: #FFFFFF;
    text-decoration: underline;
}

.menu_01 {
display: inline-block;
}	
.menu_02 {
display: none;
}	
.logo {
	width: 255px;
	height: 40px;		
}
.espacio_marco {
	width: 100px;
	height: 82px;
}
.ico_home {
	width: 280px;
	height: 201px;	
}
.espacio_marco_bloque_01 {
	width: 180px;
	height: 82px;
}		
.espacio_marco_bloque_02 {
	width: 100px;
	height: 82px;
}	
.espacio_marco_bloque_03 {
	width: 100px;
	height: 82px;
}	
.espacio_marco_bloque_04 {
	width: 200px;
	height: 82px;
}	
.espacio_marco_bloque_05 {
	width: 50px;
	height: 42px;
}
.espacio_marco_bloque_06 {
	width: 40px;
	height: 40px;
}	
.espacio_marco_bloque_07 {
	width: 10px;
	height: 40px;
}
.espacio_marco_bloque_08 {
	width: 100px;
	height: 130px;
}
.espacio_marco_bloque_09 {
	width: 100px;
	height: 12px;
}
.espacio_marco_bloque_10 {
	width: 200px;
	height: 200px;
}
.espacio_gracias {
	width: 50px;
	height: 450px;
}
.crosstrades_logo {
	width: 494px;
    height: 84px;
}
.separador_menu {
    width: 17px;
    height: 30px;
    margin-left: 25px;
    margin-right: 25px;
}
	
.banner_contenedor {
    width: 1920px;
    height: 680px;
    position: relative;
    overflow-x: hidden;
}	
.banner01, .banner02, .banner03, .banner_top {
    opacity: 0;
	width: 1920px;
    height: 680px;	
	position: absolute;
	left: 1920px;
}
.banner_top	{
	opacity: 1; 
	left: 0;
	background-image: url(../imagenes/banner_top.png);
    background-size: auto auto;	
	z-index: 9;
}
.banner01 {
	background-image: url(../imagenes/banner_01.jpg);
    background-size: auto auto;	
}	
.banner02 {
    background-image: url(../imagenes/banner_02.jpg);
    background-size: auto auto;	
}	
.banner03 {
    background-image: url(../imagenes/banner_03.jpg);
    background-size: auto auto;	
}	
.banner_boton {
	width: 30px;
    height: 30px;
	opacity: 0.5;
	margin-right: 30px;
}	
.banner_boton:hover {
	opacity: 1;
}
.banner_contenedor_textos {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.banner_tabla_texto {
    width: 45%;
	height: 62%;
	opacity: 1;
}
.banner_texto {
    opacity: 0;
    position: absolute;
	width: 100%;
    height: 100%;
}
.iconos_home {
	background-color: rgba(13, 52, 117, 0.90);
}
.ico_home_separadores {
    width: 16px;
    height: 16px;
    margin-left: 115px;
    margin-right: 115px;
}
.pie {
    float: left;
}
.pie_texto_01 {
	
}	
.pie_texto_02 {
	float: none;
	width: 100% !important;
	display: none;		
}
.text_01, .text_02, .text_03, .text_04, .text_05, .text_06, .text_07, .text_08, .text_09, .text_10, .text_11, .text_12, .text_13, .text_14, .text_15, .text_16, .text_17, .boton_01, .boton_02, .campo_text {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}	
	
.text_01 {
    font-size: 18px;
    line-height: 40px;
    color: #5B7CB4;
    text-decoration: none;
    margin-right: 48px;
}
.text_01:hover {
    color: #0d3475;
    border-bottom: 1px solid #0d3475;
    border-spacing: 0px 7px;
}
.text_02 {
	font-size: 22px;
    color: #a5adc1;
    text-decoration: none;
}
.text_02:hover {
    color: #0d3475;
}	
.text_03 {
    font-size: 48px;
    color: #9bedff;
    text-decoration: none;
    font-weight: bold;
	line-height: 48px;
}	
.text_04 {
    font-size: 22px;
	line-height: 22px;
    color: rgba(255, 255, 255, 0.70);
    text-decoration: none;
}
.text_04:hover {
    color: #FFFFFF;
}
.text_05 {
    font-size: 50px;
	line-height: 50px;	
    color: #0d3475;
    text-decoration: none;
	font-weight: bold;
}	
.text_06 {
    font-size: 20px;
    color: #555555;
    text-decoration: none;
}
.text_07 {
    font-size: 25px;
	line-height: 25px;
    color: #95c4d3;
    text-decoration: none;
	font-weight: bold;
}
.text_07:hover {
    color: #57A7BF;
}
.text_08 {
    font-size: 42px;
    line-height: 42px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
.text_09 {
    font-size: 25px;
    color: #9bedff;
    text-decoration: none;
	font-weight: bold;
}
.text_10 {
    font-size: 17px;
    color: #d6e7ed;
    text-decoration: none;
}
.text_11 {
    font-size: 82px;
	line-height: 76px;	
    color: #0d3475;
    text-decoration: none;
	font-weight: bold;
}	
.text_12 {
    font-size: 34px;
	line-height: 34px;
    color: #555555;
    text-decoration: none;
}	
.text_13 {
	font-size: 18px;
    line-height: 16px;	
    color: #0d3475;
    text-decoration: none;
    margin-right: 48px;
	font-weight: bold;
}
.text_14 {
    font-size: 34px;
    line-height: 34px;
    color: #4A9EB9;
    text-decoration: none;
    font-weight: bold;
}
.text_15 {
    font-size: 23px;
    color: #82CEDF;
    text-decoration: none;
    font-weight: bold;
}
.text_16 {
    font-size: 16px;
    line-height: 14px;
    color: #5B7CB4;
    text-decoration: none;
}
.text_16:hover {
    color: #0d3475;
    border-bottom: 1px solid #0d3475;
    border-spacing: 0px 7px;
}
.text_17 {
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    line-height: 18px;
}
.campo_texto {
    width: 100%;
    height: 34px;
    font-size: 17px;
    color: #d6e7ed;
    text-decoration: none;
    border-bottom: 1px solid #ABD3DF;
    background-color: #57A7BF;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}
.campo_caja_texto {
    width: 100%;
    height: 50px;
    font-size: 17px;
    color: #d6e7ed;
    text-decoration: none;
    border-bottom: 1px solid #ABD3DF;
    background-color: #57A7BF;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}	
.campo_int_texto {
    width: 100%;
    height: 34px;
    font-size: 17px;
    color: #555555;
    text-decoration: none;
    border-bottom: 1px solid #4A9EB9;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}
.campo_int_caja_texto {
    width: 100%;
    height: 80px;
    font-size: 17px;
    color: #555555;
    text-decoration: none;
    border-bottom: 1px solid #4A9EB9;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}
.boton_01 {
    font-size: 18px;
    line-height: 16px;
    border-radius: 10px;
    height: 40px;
    width: auto;
    background-color: #90A0B9;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: -0.5px;
    /* padding-top: 3px; */
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    /* border: 1px solid #C2CCDC; */
}
.boton_01:hover {
    background-color: #3A5F9C;
    cursor: pointer;
}	
.boton_02 {
    font-size: 25px;
    line-height: 20px;
    border-radius: 10px;
    height: 52px;
    width: auto;
    background-color: #72c3d9;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: -0.5px;
    /* padding-top: 3px; */
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
	/*
    border-left: 1px solid #9BEDEA;
    border-right: 1px solid #C2CCDC;
    border-bottom: 1px solid #C2CCDC;
    border-top: 1px solid #C2CCDC;
	*/
}
.boton_02:hover {
    background-color: #4D91A4;
    cursor: pointer;
}
	
.boton_menu {
	width: 33px;
	height: 30px;
    background-image: url(../imagenes/boton_menu_off.png);
    background-size: 33px 30px;
}
.boton_menu:hover {
    background-image: url(../imagenes/boton_menu_over.png);	
	cursor: pointer;
}	
.boton_cerrar {
	width: 33px;
	height: 30px;
    background-image: url(../imagenes/boton_cerrar_off.png);
    background-size: 33px 30px;
}
.boton_cerrar:hover {
    background-image: url(../imagenes/boton_cerrar_over.png);	
	cursor: pointer;
}
.ico_social {
    opacity: 0.5;
    margin-right: 25px;
    margin-top: 20px;
}
.ico_social:hover {
	opacity: 1;
	cursor:  pointer;
}
	
.logo_certificado {
    width: auto;
    height: 60px;
	margin-top: 20px;	
    margin-right: 40px;	
	float: left;
}
.interior_col_01 {
	width: 40%;
}
.interior_col_02 {
	width: 60%;
}
	
@media only screen and (max-width: 1920px) {
.contenedor {
	width: 100%;
	overflow-x: hidden !important; 
}
.cabecera {
	width: 100%;
}	
.contenedor_tabla, .fondo_p02 {
	width: 100%;
}
}

@media only screen and (max-height: 700px) {
.fondo_p01, .fondo_p02, .fondo_p03, .fondo_p04, .fondo_p05, .fondo_p06 {
	background-size: auto 700px;
}
}
	
@media only screen and (max-width: 1760px) {
.espacio_marco {
	width: 50px;
	height: 82px;
}
.text_01 {
    margin-right: 30px;
}
.espacio_marco_bloque_01 {
	width: 150px;
	height: 60px;
}	
}	
		
@media only screen and (max-width: 1500px) {
.espacio_marco {
	width: 30px;
	height: 82px;
}
.logo {
	width: 200px;
	height: auto;		
}	
.text_01, .boton_01 {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
    line-height: 40px;	
}		
.text_01 {
    margin-right: 25px;
}
.text_11 {
    font-size: 72px;
	line-height: 66px;	
    color: #0d3475;
    text-decoration: none;
	font-weight: bold;
}	
.text_12 {
    font-size: 30px;
	line-height: 30px;
    color: #555555;
    text-decoration: none;
}	
.espacio_marco_bloque_01 {
	width: 100px;
	height: 50px;
}	
.boton_01 {
    height: 36px;
    padding-left: 15px;
    padding-right: 15px;
}
.ico_home {
	width: 200px;
	height: auto;	
}
.ico_home_separadores {
    width: 16px;
    height: 16px;
    margin-left: 75px;
    margin-right: 75px;
}
.espacio_marco_bloque_04 {
	width: 100px;
	height: 82px;
}	
}	
	
@media only screen and (max-width: 1250px) {
.logo {
	width: 180px;
	height: auto;		
}	
.text_01, .boton_01 {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
    line-height: 40px;	
}
.text_01 {
    margin-right: 20px;
}
.ico_home {
	width: 170px;
	height: auto;	
}
.ico_home_separadores {
    width: 16px;
    height: 16px;
    margin-left: 55px;
    margin-right: 55px;
}
.text_03 {
    font-size: 42px;
	line-height: 42px;
    color: #9bedff;
    text-decoration: none;
    font-weight: bold;
}	
.text_04 {
    font-size: 20px;
	line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
}
.text_05 {
    font-size: 42px;
	line-height: 42px;	
    color: #0d3475;
    text-decoration: none;
	font-weight: bold;
}	
.text_06 {
    font-size: 18px;
    color: #555555;
    text-decoration: none;
}	
.text_07 {
    font-size: 20px;
	line-height: 20px;
}
.text_11 {
    font-size: 62px;
	line-height: 62px;	
    color: #0d3475;
    text-decoration: none;
	font-weight: bold;
}	
.text_12 {
    font-size: 27px;
	line-height: 27px;
    color: #555555;
    text-decoration: none;
}	
.text_14 {
    font-size: 30px;
    line-height: 30px;
}
.text_17 {
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
	line-height: 16px;
}	
.espacio_marco_bloque_01 {
	width: 80px;
	height: 50px;
}		
.espacio_marco_bloque_06 {
	width: 40px;
	height: 20px;
}	
}
	
	
@media only screen and (max-width: 1130px) {
.cabecera_menu {
display: none;
}		
.menu_01 {
display: none;
}	
.menu_02 {
display: inline-block;
}
.espacio_marco_bloque_03 {
	width: 50px;
	height: 82px;
}
.text_11 {
    font-size: 50px;
	line-height: 48px;	
    color: #0d3475;
    text-decoration: none;
	font-weight: bold;
}	
.text_12 {
    font-size: 24px;
	line-height: 24px;
    color: #555555;
    text-decoration: none;
}	
.espacio_marco_bloque_01 {
	width: 70px;
	height: 40px;
}
.banner_boton {
	width: 24px;
    height: 24px;
	opacity: 0.5;
	margin-right: 20px;
}	
}	
	
@media only screen and (max-width: 1000px) {
.ico_home {
	width: 120px;
	height: auto;	
}
.ico_home_separadores {
    width: 16px;
    height: 16px;
    margin-left: 35px;
    margin-right: 35px;
}	
.espacio_marco_bloque_03 {
	width: 50px;
	height: 82px;
}
.pie_texto_01 {
	display: none;		
}	
.pie_texto_02 {
	display: table;
	width: 100% !important;
}
.text_11 {
    font-size: 40px;
	line-height: 38px;	
    color: #0d3475;
    text-decoration: none;
	font-weight: bold;
}	
.text_12 {
    font-size: 18px;
	line-height: 18px;
    color: #555555;
    text-decoration: none;
}
.text_14 {
    font-size: 26px;
    line-height: 26px;
}
.espacio_marco_bloque_01 {
	width: 60px;
	height: 30px;
}
.espacio_marco_bloque_07 {
	width: 10px;
	height: 15px;
}
.crosstrades_logo {
	width: 294px;
    height: auto;
}	
}		
	
@media only screen and (max-width: 850px) {
.espacio_marco_bloque_01 {
	width: 60px;
	height: 20px;
}		
.banner_boton {
	width: 20px;
    height: 20px;
	opacity: 0.5;
	margin-right: 20px;
}	
}

@media only screen and (max-width: 780px) {
.banner_tabla_texto {
    width: 100%;
}
.text_11 {
    font-size: 52px;
	line-height: 46px;	
    color: #0d3475;
    text-decoration: none;
	font-weight: bold;
	text-align: center;
}	
.text_12 {
    font-size: 22px;
	line-height: 21px;
    color: #555555;
    text-decoration: none;
	text-align: center;
}	
.text_14 {
    font-size: 22px;
    line-height: 22px;
}
.banner_top	{
	opacity: 1;
	left: 0;
	background-image: url("../imagenes/banner_top_movil.png");
    background-size: auto auto;	
	z-index: 50;
}	
.banner_botones {
  margin-left: auto; 
  margin-right: auto;	
}
.banner_boton {
	width: 20px;
    height: 20px;
	opacity: 0.5;
	margin-right: 10px;
	margin-left: 10px;
}	
}
	
@media only screen and (max-width: 730px) {
.ico_home {
	width: 90px;
	height: auto;	
}
.ico_home_separadores {
    width: 16px;
    height: 16px;
    margin-left: 25px;
    margin-right: 25px;
}	
.espacio_marco_bloque_02 {
	width: 40px;
	height: 60px;
}
.espacio_marco_bloque_05 {
	width: 1px;
	height: 42px;
}

.text_03 {
    font-size: 38px;
	line-height: 38px;
    color: #9bedff;
    text-decoration: none;
    font-weight: bold;
}	
.text_04 {
    font-size: 18px;
	line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
}
.text_05 {
    font-size: 38px;
	line-height: 38px;	
    color: #0d3475;
    text-decoration: none;
	font-weight: bold;
}	
.text_06 {
    font-size: 16px;
    color: #555555;
    text-decoration: none;
}
.text_08 {
    font-size: 32px;
    line-height: 32px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
	text-align: center;
}
.text_09 {
    font-size: 22px;
    color: #9bedff;
    text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.text_10 {
    font-size: 16px;
    color: #d6e7ed;
    text-decoration: none;
	text-align: center;
}
.text_17 {
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
	line-height: 14px;
}	
.pie {
    width: 100%;
	float: none;
}	
.iconos_sociales {
  margin-left: auto; 
  margin-right: auto;
}
.ico_social {
	margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}	
.interior_col_01 {
	width: 20%;
}
.interior_col_02 {
	width: 80%;
}	
.espacio_marco_bloque_08 {
	width: 100px;
	height: 100px;
}
.espacio_marco_bloque_09 {
	width: 100px;
	height: 8px;
}	
.crosstrades_logo {
	width: 200px;
    height: auto;
}		
}	
	
@media only screen and (max-width: 570px) {
.ico_home {
	width: 80px;
	height: auto;	
}
.ico_home_separadores {
    width: 10px;
    height: 10px;
    margin-left: 20px;
    margin-right: 20px;
}
.espacio_marco {
	width: 15px;
	height: 82px;
}
.logo {
	width: 180px;
	height: auto;		
}
.separador_menu {
    width: 17px;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
}		
.text_01, .boton_01 {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
    line-height: 40px;	
}
.boton_01 {
    height: 32px;
    padding-left: 10px;
    padding-right: 10px;
}	
.espacio_marco_bloque_02 {
	width: 20px;
	height: 60px;
}
.espacio_marco_bloque_03 {
	width: 30px;
	height: 42px;
}	
.espacio_marco_bloque_04 {
	width: 50px;
	height: 60px;
}
.text_03 {
    font-size: 30px;
	line-height: 30px;
    color: #9bedff;
    text-decoration: none;
    font-weight: bold;
}	
.text_04 {
    font-size: 14px;
	line-height: 14px;
    color: #FFFFFF;
    text-decoration: none;
}
.text_05 {
    font-size: 30px;
	line-height: 30px;	
    color: #0d3475;
    text-decoration: none;
	font-weight: bold;
}	
.text_06 {
    font-size: 14px;
    color: #555555;
    text-decoration: none;
}
.text_08 {
    font-size: 30px;
    line-height: 30px;
}
.text_17 {
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    line-height: 12px;
    padding-top: 8px;
    padding-bottom: 4px;
}	
.espacio_marco_bloque_08 {
	width: 100px;
	height: 60px;
}
.espacio_marco_bloque_09 {
	width: 100px;
	height: 5px;
}	
}

@media only screen and (max-height: 1100px) {
.espacio_gracias {
	width: 50px;
	height: 200px;
}
}
@media only screen and (max-height: 800px) {
.espacio_gracias {
	width: 50px;
	height: 70px;
}
}

