/*
	 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: 1px;
	padding-bottom: 1px;
	/* 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: 3px;
	padding-top: 1px;
	padding-right: 13px;
	padding-left: 13px;
	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:12px;
	letter-spacing: 0px; /* espaciado entre letras */
	color:#FFFFFF;
	background-color:#000000;
	-moz-border-radius: 9px; /* bordes redondeados */
	-webkit-border-radius: 9px; /* bordes redondeados */
}
 /* Ahora vamos con el hover */
#navi li a:hover {
	color:#FFFFFF;
	background-color:#ec1d1d;
}


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


#capa_resumen{
	width:720px;
	height:70px;
	background-color:#ec1d1d; /* podria ser #fcfbfb */
	float:left;
	margin-left:2px;  /* margen izquierdo */
	-moz-border-radius: 9px; /* bordes redondeados */
	-webkit-border-radius: 9px; /* bordes redondeados */
	margin-bottom: 15px;
	margin-top: 3px;
}



#capa1{
	width:350px;
	height:430px;
	background-color:#eeeeee; /* podria ser #fcfbfb */
	float:left;
	margin-left:2px;  /* margen izquierdo */
	-moz-border-radius: 9px; /* bordes redondeados */
	-webkit-border-radius: 9px; /* bordes redondeados */
}

#capa2{
	width:350px;
	height:430px;
	background-color:#eeeeee;
	float:left;
	margin-left:20px;  /* margen izquierdo */
	-moz-border-radius: 9px; /* bordes redondeados */
	-webkit-border-radius: 9px; /* bordes redondeados */
}
/*#capa2:hover{
    background-color:#FFFFFF;
	
}*/

#capa3{
	width:280px;
	height:950px;
	background-color:#ffffff;  /* antes negro #1e1e1e */
	float:left;
	margin-left:20px;  /* margen izquierdo */
	-moz-border-radius: 9px; /* bordes redondeados */
	-webkit-border-radius: 9px; /* bordes redondeados */
	margin-top: -85px;
}

#capa_sudala{
	width:350px;
	height:430px;
	background-color:#eeeeee; /* podria ser #fcfbfb */
	float:left;  /* margen izquierdo */
	-moz-border-radius: 9px; /* bordes redondeados */
	-webkit-border-radius: 9px; /* bordes redondeados */
	margin-top: -420px;
	margin-left: 2px;
}

#capa_nexo{
	width:350px;
	height:430px;
	background-color:#ded210;
	float:left;  /* margen izquierdo */
	-moz-border-radius: 9px; /* bordes redondeados */
	-webkit-border-radius: 9px; /* bordes redondeados */
	margin-top: -420px;
	margin-left: 20px;
}

#capa4{
    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_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_logos_redes{
	width:240px;
	height:38px;
	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;
}

#diez_de_diamantes {
	position: absolute;
	left: 100px;
	top: 100px;
	z-index: 1;
}

#sobre {
	position: absolute;
	width:200px;
	height: 38px;
	top: 15px;
	z-index: 2;
	right: 100px;
	left: 0px;
}


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



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

#esp_tit_eventos_home{
	width:310px;
	background-color:none;
	float:left;
	margin-top:15px;  /* margen superioro */
	margin-left:15px;  /* margen izquierdo */
	height: 33px;
	margin-bottom: 7px;
}

#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 */
	height: auto;
}

#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_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;
}

#colaboran{
	width:984px;
	background-color:none;
	float:left;
	margin-top:17px;  /* 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;

}

#esp_textos{
	width:650px;
	background-color:none;
	float:left;
	margin-top:7px;  /* 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:5px;
	background-color:#ded210;
	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_linea_nexo{
	width:650px;
	height:5px;
	background-color:#ded210;
	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{
	width:280px;
	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;
}

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

#esp_link_evento_nexo{
	width:650px;
	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;
}

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

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

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

#esp_nota_nexo{
	width:350px;
	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_fotos_eventos_home{
	width:300px;
	height:auto;
	background-color:none;
	float:left;
	margin-top:7px;  /* margen superioro */
	margin-left:25px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-bottom: 0px;
}


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

#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 {
	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_2 {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: left;
	line-height: 20px;
	color: #666666;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 30px;
}

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

.texto_serif {
	font-family: Georgia, Times New Roman, Times, Serif;
	font-style: italic;
	font-size: 13px;
	text-align: left;
	line-height: 21px;
	color: #666666;
	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_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_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_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: 12px;
	text-align: left; 
	text-indent: 0;  
	line-height: normal; 
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-left: 2px;
	background-color:#333;
}

.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:#E70810;
}

.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;
	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 {
	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: 10px;
	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: #666;
	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;
}

