<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	 CSS-Tricks Example
	 by Cristian Nunez Quezada
	 http://www.cristiannunez.cl
*/
/* ////////////////////////////////////////aca DISENO Y ESTILO DE menu principal//////////////////////////////////////////////////*/
#navi {  
	list-style:none;
	margin:0;
	padding:0;
	}
/* luego los elementos de la lista... */
#navi li {
	margin:5px; /* es el margen entre boton y boton */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	/* border:0px solid#CCCCCC; /* Ya no necesito el padding, tambien quitare el borde que puse antes*/
	float:left; /* para eliminar el comportamiento de elemento de bloque(salto de linea)*/
}
#navi li a {
	display:block;  /* Convertimos el vÃ­nculo en un bloque */
	/* 	width:120px; /* esta opcion la desbloqueo para manejar anchos ajustables a extencion palabra del menu */
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration:none;
	text-align:left; /* me da la alineacion de cada palabra del menu, centrado, derecha, etc. */
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size:21px;
	letter-spacing: 0px; /* espaciado entre letras */
	color:#FFFFFF;
	background-color:#e41421;
	-moz-border-radius: 5px; /* bordes redondeados */
	-webkit-border-radius: 5px; /* bordes redondeados */
}
 /* Ahora vamos con el hover */
#navi li a:hover {
	color:#FFFFFF;
	background-color:#CC0000;
}

/* ///////////BOTONES HOME +info EVENTOS////////*/

#boton-info-evento a{
	display:block;  /* Convertimos el vÃ­nculo en un bloque */
	/* 	width:120px; /* esta opcion la desbloqueo para manejar anchos ajustables a extencion palabra del menu */
	float:right;
	margin-right:20px;  /* margen derecho */
	margin-top:25px;  /* margen superior */
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
	text-decoration:none;
	text-align:left; /* me da la alineacion de cada palabra del menu, centrado, derecha, etc. */
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size:21px;
	letter-spacing: 0px; /* espaciado entre letras */
	color:#FFFFFF;
	background-color:#e41421;
	-moz-border-radius: 9px; /* bordes redondeados */
	-webkit-border-radius: 9px; /* bordes redondeados */
} 
#boton-info-evento a:hover{
	color:#FFFFFF;
	background-color:#CC0000;
}



#navi2 {  
	list-style:none;
	margin:0;
	padding:0;
	}
/* luego los elementos de la lista... */
#navi2 li {
	margin:5px; /* es el margen entre boton y boton */
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	/* border:0px solid#CCCCCC; /* Ya no necesito el padding, tambien quitare el borde que puse antes*/
	float:right; /* para eliminar el comportamiento de elemento de bloque(salto de linea)*/
	padding-right: 20px;
}
#navi2 li a {
	display:block;  /* Convertimos el vÃ­nculo en un bloque */
	/* 	width:120px; /* esta opcion la desbloqueo para manejar anchos ajustables a extencion palabra del menu */
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration:none;
	text-align:left; /* me da la alineacion de cada palabra del menu, centrado, derecha, etc. */
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size:21px;
	letter-spacing: 0px; /* espaciado entre letras */
	color:#FFFFFF;
	background-color:#e41421;
	-moz-border-radius: 5px; /* bordes redondeados */
	-webkit-border-radius: 5px; /* bordes redondeados */
}
 /* Ahora vamos con el hover */
#navi2 li a:hover {
	color:#FFFFFF;
	background-color:#CC0000;
}


/* //////BOTONES HOME VER GALERIA FOTOS ////////*/


#boton-ver-fotos a{
	display:block;  /* Convertimos el vÃ­nculo en un bloque */
	/* 	width:120px; /* esta opcion la desbloqueo para manejar anchos ajustables a extencion palabra del menu */
	width:163px;
	height:20px;
	float:left;
	margin-left:5px;  /* margen derecho */
	margin-top:0px;  /* margen superior */
	padding-bottom: 5px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration:none;
	text-align:center; /* me da la alineacion de cada palabra del menu, centrado, derecha, etc. */
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size:15px;
	letter-spacing: 0px; /* espaciado entre letras */
	color:#FFFFFF;
	background-color:#000000;
	-moz-border-radius: 4px; /* bordes redondeados */
	-webkit-border-radius: 4px; /* bordes redondeados */
} 
#boton-ver-fotos a:hover{
	color:#FFFFFF;
	background-color:#FC0;
}



/* ////////////////////////////////////////aca DISENO Y ESTILO DE COLUMNAS////////////////////////////////////////////////////*/

#caja_texto_siguenos{
	width:auto;
	background-color:none;
	float:left;
	margin-top:20px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-right: 0px;
	margin-left: 30px;
}

#header_paquete{
	width: 100%;
	background-color:#ffffff;
	height: 460px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	margin-left: 0px;
}

#capa_nexo{
	width:1024px;
	height:450px;
	background-color:#FFFFFF;  /* antes negro #1e1e1e */
	float:left;
	margin-left:0px;  /* margen izquierdo */
	-moz-border-radius: 9px; /* bordes redondeados */
	-webkit-border-radius: 9px; /* bordes redondeados */
	margin-top: 20px;
	margin-bottom: 20px;
}

#capa_mapa1{
	width: 1024px;
	height: 2800px;
	background-color: #FFFFFF;  /* antes negro #1e1e1e */
	float: left;
	margin-left: 0px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-top: 0px;
	margin-bottom: 20px;
}

#capa_mapa2{
	width: 1024px;
	height: 2950px;
	background-color: #FFFFFF;  /* antes negro #1e1e1e */
	float: left;
	margin-left: 0px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-top: 24px;
	margin-bottom: 24px;
}

#capa_intro_programas{
	width:1024px;
	height:550px;
	background-color:#FFFFFF;  /* antes negro #1e1e1e */
	float:left;
	margin-left:0px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-top: 0px;
	margin-bottom: 30px;
}

#capa_mapa3{
	width: 1024px;
	height: 1550px;
	background-color: #FFFFFF;  /* antes negro #1e1e1e */
	float: left;
	margin-left: 0px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-top: 0px;
	margin-bottom: 24px;
}

#capa_mapa4{
	width:1024px;
	height:450px;
	background-color:#FFFFFF;  /* antes negro #1e1e1e */
	float:left;
	margin-left:0px;  /* margen izquierdo */
	-moz-border-radius: 9px; /* bordes redondeados */
	-webkit-border-radius: 9px; /* bordes redondeados */
	margin-top: 20px;
	margin-bottom: 20px;
}

#esp_tit_eventos_home{
	width:300px;
	background-color:none;
	float:left;
	margin-top:15px;  /* margen superioro */
	margin-left:47px;  /* margen izquierdo */
	height: 34px;
}

#esp_foto_nexo{
	width:954px;
	height:auto;
	background-color:none;
	float:left;
	margin-top:0px;  /* margen superioro */
	margin-left:35px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-bottom: 7px;
}

#texto_intro_programas{
	width:954px;
	height:auto;
	background-color:none;
	float:left;
	margin-top:35px;  /* margen superioro */
	margin-left:35px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-bottom: 35px;
}

#texto_intro_programas2{
	width:430px;
	height:auto;
	background-color:none;
	float:left;
	margin-top:35px;  /* margen superioro */
	margin-left:94px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
}

#esp_nota_nexo{
	width:954px;
	height:auto;
	background-color:none;
	float:left;
	margin-top:13px;  /* margen superioro */
	margin-left:35px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
}

#esp_linea_nexo{
	width:950px;
	height:5px;
	background-color:#e41421;
	float:left;
	margin-top:14px;  /* margen superioro */
	margin-left:35px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
}

#esp_link_evento_nexo{
	width:950px;
	height:auto;
	background-color:none;
	float:left;
	margin-top:15px;  /* margen superioro */
	margin-left:35px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-bottom: 15px;
	text-align: right;
}

#header_paquete{
	width: 100%;
	background-color:#ffffff;
	height: 460px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	margin-left: 0px;
}

#header_paquete2 {
	width: 100%;
	background-color:#ffffff;
	height: 460px;
	float:left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#header_paquete3 {
	width: 100%;
	background-color:#ffffff;
	height: 460px;
	float:left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#capa1{
	width:500px;
	height:2500px;
	background-color:#ffffff;  /* antes negro #1e1e1e */
	float:left;
	margin-left:24px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px;
}

#capa5{
	width:500px;
	height:1700px;
	background-color:#ffffff;  /* antes negro #1e1e1e */
	float:left;
	margin-left:24px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px;
	margin-bottom: 0px;
}
#capa2{
	width:500px;
	height:2500px;
	background-color:#ffffff; /* podria ser #fcfbfb */
	float:left;
	margin-left:0px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px;
}
/*#capa2:hover{
    background-color:#FFFFFF;
	
}*/

#capa6{
	width:500px;
	height:1700px;
	background-color:#ffffff; /* podria ser #fcfbfb */
	float:left;
	margin-left:0px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px;
	margin-bottom: 0px;
}
#colaboran_1{
	width:947px;
	float:left;
	margin-top:10px;  /* margen superioro */
	margin-left:47px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
}

#contenedor_titulos_partner{
	width:947px;
	float:left;
	margin-top:25px;  /* margen superioro */
	margin-left:47px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
}

#colaboran{
	width:947px;
	float:left;
	margin-top:25px;  /* margen superioro */
	margin-left:47px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
}

#esp_logo_partners{
	width:100px;
	height:100px;
	background-color:none;
	float:left;
	margin-top:0px;  /* margen superioro */
	margin-left:0px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-right: 40px;
}

#esp_logo_partners_derecha{
	width:100px;
	height:100px;
	background-color:none;
	float:right;
	margin-top:0px;  /* margen superioro */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-right: 0px;
	margin-left: 0px;
}

#esp_sobre_logos{
	width:auto;
	height:100;
	float:left;
	margin-top:0px;  /* margen superioro */
	margin-left:0px;  /* margen izquierdo */
	-moz-border-radius: 10px; /* bordes redondeados */
	-webkit-border-radius: 10px; /* bordes redondeados */
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


#capa3{
	width: 500px;
	height: 370px;
	background-color: #ffffff;  /* antes negro #1e1e1e */
	float: left;
	margin-left: 24px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px;
	margin-top: 0px;
}

#capa4{
	width: 500px;
	height: 370px;
	background-color: #ffffff; /* podria ser #fcfbfb */
	float: left;
	margin-left: 0px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px;
	margin-top: 0px;
}

#capa4_cool_tour_design{
	width:720px;
	height:500px;
	background-color:#FFFFFF; /* podria ser #fcfbfb */
	float:left;
	margin-left:2px;  /* margen izquierdo */
	-moz-border-radius: 9px; /* bordes redondeados */
	-webkit-border-radius: 9px; /* bordes redondeados */
}

#capa4_experiencias{
	width:720px;
	height:2000px;
	background-color:#FFFFFF; /* podria ser #fcfbfb */
	float:left;
	margin-left:2px;  /* margen izquierdo */
	-moz-border-radius: 9px; /* bordes redondeados */
	-webkit-border-radius: 9px; /* bordes redondeados */
}

#capa4_coordinacion{
	width:720px;
	height:2000px;
	background-color:#FFFFFF; /* podria ser #fcfbfb */
	float:left;
	margin-left:2px;  /* margen izquierdo */
	-moz-border-radius: 9px; /* bordes redondeados */
	-webkit-border-radius: 9px; /* bordes redondeados */
}

#capa4_prensa{
	width:720px;
	height:700px;
	background-color:#FFFFFF; /* podria ser #fcfbfb */
	float:left;
	margin-left:2px;  /* margen izquierdo */
	-moz-border-radius: 9px; /* bordes redondeados */
	-webkit-border-radius: 9px; /* bordes redondeados */
}

#capa4_contacto{
	width:720px;
	height:700px;
	background-color:#FFFFFF; /* podria ser #fcfbfb */
	float:left;
	margin-left:2px;  /* margen izquierdo */
	-moz-border-radius: 9px; /* bordes redondeados */
	-webkit-border-radius: 9px; /* bordes redondeados */
}

#capa4_eventos{
	width:720px;
	height:500px;
	background-color:#FFFFFF; /* podria ser #fcfbfb */
	float:left;
	margin-left:2px;  /* margen izquierdo */
	-moz-border-radius: 9px; /* bordes redondeados */
	-webkit-border-radius: 9px; /* bordes redondeados */
}
#esp_videos_superior{
	width:964px;
	float:left;
	margin-top:25px;  /* margen superioro */
	margin-left:30px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
}
#esp_videos_inferior{
	width:964px;
	float:left;
	margin-top:10px;  /* margen superioro */
	margin-left:30px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
}
#caja_texto_colaboradores{
	width:100px;
	background-color:none;
	float:left;
	margin-top:0px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-right: 5px;
	margin-left: 0px;
}

#caja_texto_videos_derecha{
	width:130px;
	background-color:none;
	float:right;
	margin-top:0px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-right: 0px;
	margin-left: 5px;
}
#columna_resumen_redes{
	width:340px;
	height:auto;
	background-color:none;
	float:left;
	margin-top:15px;  /* margen superioro */
	*margin-top: 7px; /* IE */
	margin-left:5px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-right: 0px;
}
#columna_resumen_contactos{
	width:350px;
	height:auto;
	background-color:none;
	float:left;
	margin-top:0px;  /* margen superioro */
	*margin-top: 7px; /* IE */
	margin-left:20px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-right: 0px;
}
#columnas_resumen{
	width: 150px;
	height: auto;
	background-color: none;
	float: left;
	margin-top: 0px;  /* margen superioro */



	*margin-top: 7px; /* IE */
	margin-left: 444px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-right: 0px;
}
#columna_resumen_logo{
	width: 150px;
	height: auto;
	background-color: none;
	float: left;
	margin-top: 0px;  /* margen superioro */


	*margin-top: 7px; /* IE */
	margin-left: 75px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-right: 0px;
}
#capa_cierre_columnas_resumen{
	width:964px;
	float:left;
	margin-top:25px;  /* margen superioro */
	margin-left:30px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
}
#esp_texto_caja_resumen{
	width:200px;
	height:auto;
	background-color:none;
	float:left;
	margin-top:5px;  /* margen superioro */
	margin-left:5px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-right: 0px;
	text-align:left;
}
#esp_video{
	width:300px;
	height:auto;
	background-color:none;
	float:left;
	margin-top:0px;  /* margen superioro */
	margin-left:0px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-right: 20px;
}

#esp_video_derecha{
	width:80px;
	height:auto;
	background-color:none;
	float:right;
	margin-top:0px;  /* margen superioro */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-right: 13px;
	margin-left: 14px;
}
#esp_logos_redes{
	width:240px;
	background-color:none;
	float:left;
	margin-top:15px;  /* margen superioro */
	margin-left:20px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
}

#esp_tit_secundarios{
    width:240px;
    background-color:none;
    float:left;
	margin-top:15px;  /* margen superioro */
	margin-left:20px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
}
#espacio_superior{
	width:100%;
	background-color:none;
	float:left;
	margin-top: 115px;

}

#espacio_correo{
	width:100%;
	background-color:none;
	float:left;
	margin-top: 10px;

}

#espacio_testimonios{
	width:900px;
	background-color:none;
	float:left;
	margin-top: 20px;
	margin-left: 62px;

}

#fb_box{
	width:250px;
	background-color:none;
	float:left;
	border:0px;
	padding-left: 0px;
	margin-top:5px;  /* margen superioro */
	margin-left:12px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
}

#caja_texto_icono_correo{
	width: 320px;
	background-color: none;
	float: right;
	margin-top: 10px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-right: 25px;
	margin-left: 0px;
	height: 40px;
}
#caja_texto_videos{
	width:300px;
	background-color:none;
	float:left;
	margin-top:2px;  /* margen superioro */
	margin-left:2px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px;
}

#caja_texto_colaboradores_right{
	width:120px;
	background-color:none;
	float:left;
	margin-top:0px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px;
	margin-left: 250px;
	margin-right: 5px;
}
#caja_texto_colaboradores_derecha{
	width:auto;
	background-color:none;
	float:right;
	margin-top:0px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-right: 0px;
	margin-left: 0px;
}
#esp_logo_partners_derecha{
	width:100px;
	height:100px;
	background-color:none;
	float:right;
	margin-top:0px;  /* margen superioro */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-right: 0px;
	margin-left: 0px;
}


#esp_textos{
	width:430px;
	background-color:none;
	float:left;
	margin-top:0px;  /* margen superioro */
	margin-left:35px;  /* margen izquierdo */
	margin-bottom:15px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
}

#esp_lineas{
	width:280px;
	height:2px;
	background-color:#ded210;
	float:left;
	margin-top:7px;  /* margen superioro */
	margin-left:35px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
}

#esp_link_evento{
	width:280px;
	height:30px;
	background-color:none;
	float:left;
	margin-top:10px;  /* margen superioro */
	margin-left:35px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
}

#esp_bajadas{
	width:280px;
	height:150px;
	background-color:none;
	float:left;
	margin-top:7px;  /* margen superioro */
	margin-left:35px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
}

#esp_col_angosta{
    width:240px;
    height:120px;
    background-color:none;
    float:left;
	margin-top:15px;  /* margen superioro */
	margin-left:20px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
}


/* ////////////////////////////////////////aca TODO lo que es ESTILO TEXTOS////////////////////////////////////////////////////*/





p {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: left;
	line-height: 20px;
	color: #666;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}



.texto_parrafos_3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: left;
	line-height: 20px;
	color: #000;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.texto_parrafos_grande {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 17px;
	text-align: left;
	line-height: normal;
	color: #000;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.destacado_link {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	text-indent: 0;
	line-height: normal;
	color: #FFFFFF;
	background-color:#ec1d1d;
	margin: 0px;
}

.destacado_link:hover {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	text-indent: 0;
	line-height: normal;
	color:#FFFFFF;
	background-color:#e41421;
	margin: 0px;
}


@font-face{
font-family:'Signika-Regular';
src: url('../fonts/Signika-Regular.otf')   format('opentype');
}

/*Creando clases para aplicar estas reglas*/
.Signika-Regular {
	font-family: 'Signika-Regular', serif;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-size: 24px;
}	
	
@font-face{
font-family:'Signika-Regular';
src: url('../fonts/Signika-Regular.otf')   format('opentype');
}

/*Creando clases para aplicar estas reglas*/
.Signika-Regular-Titulos {
	font-family: 'Signika-Regular', serif;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-size: 30px;
}

.texto_calendario_salida {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	color: #000;
}

.link_home_eventos {
	font-family: Verdana,Helvetica,Arial,sans-serif; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 17px;
	text-align: right; 
	text-indent: 0;  
	line-height: normal; 
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 7px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color:#000000;
	padding-bottom: 7px;
}

.link_home_eventos:hover {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	text-align: right;
	text-indent: 0;
	line-height: normal;
	padding-top: 7px;
	padding-right: 7px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color:#FFFFFF;
	background-color:#ded210;
	padding-bottom: 7px;
}
.texto_creditos_2013 {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	color: #000;
}

.texto_link3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	text-align: left;
	text-indent: 0;
	line-height: normal;
	color: #FFF;
	background-color:#000000;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.texto_link3:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	text-align: left;
	text-indent: 0;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color:#FFFFFF;
	background-color:#ec1d1d;
}

.texto_parrafos {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 17px;
	text-align: left;
	line-height: normal;
	color: #000;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.texto_detalle_eventos {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 10px;
	text-align: left;
	line-height: normal;
	color: #666;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


.texto_parrafos_2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 15px;
	text-align: left;
	line-height: 20px;
	color: #666666;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #eeeeee;
}

.texto_colaboradores {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: right;
	line-height: 10px;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.texto_serif {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-style: italic;
	font-size: 15px;
	text-align: left;
	line-height: 21px;
	color: #000;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

}

.texto_texto {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 13px;
	text-align: left;
	line-height: 25px;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.texto_detalle_evento {
	font-family: Trebuchet, Helvetica, Arial, Verdana, Geneva, Tahoma, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 21px;
	text-align: left;
	line-height: 20px;
	color: #FFF;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.texto2_detalle_evento {
	font-family: Verdana, Helvetica, Arial, sans-serif; /* san serif=arial, helvetica, E70810 etc - serif= times, etc */
	font-style: normal; /* normal, italic, etc */
	font-weight: normal; /* peso = normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 */
	font-size: 11px;
	text-align: left; /* left | right | center | justify */
	text-indent: 0;  /* sangria de primer linea de texto (ej: text-indent: 5em) */
	line-height: normal;  /* espacio entre lineas */
	color: #FFF;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.texto_TITULARES {
	font-family: Trebuchet,Helvetica,Arial,Verdana,Geneva,Tahoma, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	line-height: 20px;
	color: #444444;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.texto_TITULAR1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	text-align: left;
	line-height: normal;
	color: #FFFFFF;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.texto_TITULAR2 {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 24px;
	text-align: left;
	line-height: normal;
	color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
	margin-right: 0px;

}

.titulos_secciones {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 24px;
	text-align: left;
	line-height: normal;
	color: #000000;
	margin-top: 15px;
	margin-left: 35px;
	margin-bottom: 2px;
	margin-right: 0px;

}
.titulos_secciones_sin_margen {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 24px;
	text-align: left;
	line-height: normal;
	color: #000000;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 2px;
	margin-right: 0px;

}

.titulos_secciones_sin_margen_tachado {
	text-decoration:line-through;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 24px;
	text-align: left;
	line-height: normal;
	color: #000000;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 2px;
	margin-right: 0px;

}


.titulos_tour {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	line-height: normal;
	color: #000000;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;

}

.titulos_recomendados {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	line-height: 17px;
	color: #000000;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;

}
.titulos_tour_blanco {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	line-height: normal;
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
	
.texto_seccion {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

}

.texto_cyan {
	font-family: Verdana,Helvetica,Arial,sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12px;
	text-align: left; 
	text-indent: 0;  
	line-height: normal; 
	color: #00FFFF;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-left: 2px;
}

.texto_link {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	text-indent: 0;
	line-height: normal;
	color: #000;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-left: 2px;
}

.texto_link:hover {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	text-indent: 0;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-left: 2px;
	color:#FFFFFF;
	background-color:#ec1d1d;
}


.texto_link2_tachado {
	text-decoration:line-through;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	text-indent: 0;
	line-height: normal;
	color: #000;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-left: 2px;	
	}

.texto_link2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	text-indent: 0;
	line-height: normal;
	color: #000;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-left: 2px;
}

.texto_cuotas {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	text-indent: 0;
	line-height: normal;
	color: #000;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-left: 2px;
}

.texto_link2:hover {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	text-indent: 0;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-left: 2px;
	color:#FFFFFF;
	background-color:#ec1d1d;
}

.link_evento {
	font-family: Verdana,Helvetica,Arial,sans-serif; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 19px;
	text-align: right; 
	text-indent: 0;  
	line-height: normal; 
	color: #ec1d1d;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-left: 2px;
}


.texto_link_grande {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	text-align: right;
	text-indent: 0;
	line-height: normal;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 5px;
	background-color:#000000;
	-moz-border-radius: 9px; /* bordes redondeados */
	-webkit-border-radius: 9px; /* bordes redondeados */
	border-radius: 9px;
}

.texto_link_grande:hover {
	font-family: Verdana,Helvetica,Arial,sans-serif; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 15px;
	text-align: right; 
	text-indent: 0;  
	line-height: normal; 
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 5px;
	color:#FFFFFF;
	background-color:#DED210;
	-moz-border-radius: 9px; /* bordes redondeados */
	-webkit-border-radius: 9px; /* bordes redondeados */
	border-radius: 9px;

}

.link_home_eventos {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	text-align: right;
	text-indent: 0;
	line-height: normal;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 7px;
	background-color:#000000;
	padding-bottom: 13px;
	margin: 0px;
	padding-left: 7px;
}

.link_home_eventos:hover {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	text-align: right;
	text-indent: 0;
	line-height: normal;
	padding-top: 7px;
	padding-right: 7px;
	color:#FFFFFF;
	background-color:#ded210;
	padding-bottom: 13px;
	margin: 0px;
}
.link_trimarchidg {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	text-align: right;
	text-indent: 0;
	line-height: normal;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 7px;
	background-color:#000000;
	padding-bottom: 13px;
	margin: 0px;
	padding-left: 7px;
}

.link_trimarchidg:hover {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	text-align: right;
	text-indent: 0;
	line-height: normal;
	padding-top: 7px;
	padding-right: 7px;
	color:#FFFFFF;
	background-color:#ec1d1d;
	padding-bottom: 13px;
	margin: 0px;
}
.link_textos_resumen {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	text-indent: 0;
	line-height: normal;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 7px;
	background-color:#000000;
	padding-bottom: 11px;
	margin: 0px;
	padding-left: 7px;
}

.link_textos_resumen:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	text-indent: 0;
	line-height: normal;
	padding-top: 7px;
	padding-right: 7px;
	color:#FFFFFF;
	background-color:#ec1d1d;
	padding-bottom: 11px;
	margin: 0px;
}

.texto_creditos {
	font-family: Verdana, Helvetica, Arial, sans-serif; /* san serif=arial, helvetica, E70810 etc - serif= times, etc */
	font-style: normal; /* normal, italic, etc */
	font-weight: normal; /* peso = normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 */
	font-size: 13px;
	text-align: center; /* left | right | center | justify */
	text-indent: 0;  /* sangria de primer linea de texto (ej: text-indent: 5em) */
	line-height: normal;  /* espacio entre lineas */
	color: #FFF;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: 2px;
	margin-left: 2px;
}

.texto_resumen {
	font-family: Verdana,Helvetica,Arial,sans-serif; /* san serif=arial, helvetica, E70810 etc - serif= times, etc */
	font-style: normal; /* normal, italic, etc */
	font-weight: normal; /* peso = normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 */
	font-size: 11px;
	text-align: left; /* left | right | center | justify */
	text-indent: 0;  /* sangria de primer linea de texto (ej: text-indent: 5em) */
	line-height: normal;  /* espacio entre lineas */
	color: #666;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.texto_creditos_izquierda {
	font-family: Verdana,Helvetica,Arial,sans-serif; /* san serif=arial, helvetica, etc - serif= times, etc */
	font-style: normal; /* normal, italic, etc */
	font-weight: normal; /* peso = normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 */
	font-size: 10px;
	text-align: left; /* left | right | center | justify */
	text-indent: 0;  /* sangria de primer linea de texto (ej: text-indent: 5em) */
	line-height: normal;  /* espacio entre lineas */
	color: #666;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-left: 2px;
}

/* ////////////////////////////////////////aca LINEAS////////////////////////////////////////////////////*/
hr.linea { 
height: 1px;
border: 0;
color: #cc0000;
background-color: #333333;
width: 75%;
} 





h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	cursor: default;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}
h1 {
	font-size: 30px;
	line-height: 31px;
	text-align: left; 
	color: #E70810;
	margin-bottom: 0px;
	margin-top: 15px;
	margin-left: 15px;
}
h2 {
	color: #E70810;
	font-size:30px;
}
h3 {
	font-size: 24px;
	color: #333;
	line-height: 26px;
	font-size:12px;
}
h3 a {
	color: #333;
}
h3 a:hover {
	color: #E70810;
}
h4 {
	font-size: 16px;
	line-height: 18px;
	color: #E70810;
}
</pre></body></html>