/*
	 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: 0px;
	padding-top: 0px;
	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: 1px; /* espaciado entre letras */
	color:#FFFFFF;
	background-color:#d6330d;
	/*       -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:#c52d0a;
	padding-bottom: 3px;
	padding-top: 5px;
}


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

#capa1{
	width:690px;
	height:50px;
	background-color:#FFFFFF; /* podria ser #fcfbfb */
	float:left;
	margin-left:0px;  /* margen izquierdo */
	-moz-border-radius: 9px; /* bordes redondeados */
	-webkit-border-radius: 9px; /* bordes redondeados */
}

#capa2{
	width:690px;
	height:280px;
	background-color:#FFFFFF;
	float:left;
	margin-left:-600px;  /* margen izquierdo */
	-moz-border-radius: 9px; /* bordes redondeados */
	-webkit-border-radius: 9px; /* bordes redondeados */
	margin-top: 7px;
}
/*#capa2:hover{
    background-color:#FFFFFF;
	
}*/

#capa3{
	width:298px;
	height:1420px;
	background-color:#FFFFFF;  /* antes negro #1e1e1e */
	float:left;
	margin-left:660px;  /* margen izquierdo */
	-moz-border-radius: 2px; /* bordes redondeados */
	-webkit-border-radius: 2px; /* bordes redondeados */
	margin-top: -1428px;
	border:1px solid #ddd;
}

#esp_sec_home{
	width:280px;
	height:auto;
	background-color:none;
	float:left;
	margin-top:10px;  /* margen superioro */



	*margin-top: 7px; /* IE */
	margin-left:10px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-right: 10px;
}

#esp_info_columnistas{
	width:300px;
	height:auto;
	background-color:none;
	float:left;
	margin-top:5px;  /* margen superioro */





	*margin-top: 7px; /* IE */
	margin-left:0px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-right: 0px;
}

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

#esp_columnistas {
	width: 648px;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;









	*margin-left: 0px;  /*IE */ /* en algun momneto fue -310 */
	height: 544px;
	-moz-border-radius: 2px; /* bordes redondeados */
	-webkit-border-radius: 2px; /* bordes redondeados */
	border:1px solid #ddd;

}

#espacio_inferior_recomendacion {
	width: 100%;
	background-color:#333333; /* color anterior de relleno #7f2910 */
	margin-top: 0px;
	margin-bottom: 5px;
	height: 50px;
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	border:1px solid #ddd;

}
#esp_texto_recomendacion{
	width:940px;
	height:auto;
	float:left;
	margin-top:5px;  /* margen superioro */
	margin-left:10px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-right: 10px;
	text-align:right;
}
#esp_foto_columnista{
	width:90px;
	height:auto;
	background-color:none;
	float:left;
	margin-top:10px;  /* margen superioro */
	margin-left:0px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
	margin-right: 2px;
}

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

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

#esp_nombre_indicadores{
	width:130px;
	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: 0px;
	text-align:left;
}

#esp_nombre_utilidades{
	width:140px;
	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: 0px;
	text-align:left;
}

#esp_valor_indicadores{
	width:80px;
	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: 0px;
	text-align:left;
}

#esp_foto_tiempo{
	width:130px;
	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: 10px;
}

#esp_texto_indicadores{
	width:280px;
	height:auto;
	background-color:none;
	background-image: url(../images/fondo_indicadores.jpg);
	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: 0px;
}

#esp_texto_utilidades{
	width:280px;
	height:auto;
	background-color:none;
	background-image: 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: 0px;
}

#capa_publicidad{
	width:960px;
	height:150px;
	background-color:#FFF;  /* antes negro #1e1e1e */
	float:left;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#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:220px;
	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;
}

#esp_tit_secundarios{
	width:220px;
	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_eventos_home{
	width:224px;
	background-color:none;
	float:left;
	margin-top:15px;  /* margen superioro */
	margin-left:20px;  /* margen izquierdo */
	height: 34px;
}

#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: 40px;
	margin-left: 40px;
}

#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: 200px;
	margin-right: 5px;
}

#colaboran{
	width:920px;
	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 */
}

#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:640px;
	height:6px;
	background-color:#eeeeee;
	float:left;
	margin-top:20px;  /* margen superioro */
	margin-left:20px;  /* 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:5px;  /* margen superioro */
	margin-left:35px;  /* 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_titulos_panoramas{
	width:310px;
	height:auto;
	background-color:none;
	float:left;
	margin-top:12px;  /* margen superioro */
	margin-left:20px;  /* margen izquierdo */
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */
}

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

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

#esp_bajadas_franja_inferior{
	width:215px;
	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 */
	margin-right: 15px;
}

#esp_bajadas_franja_inferior2{
	width:120px;
	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 */
	margin-right: 0px;
}

#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:130px;
	height:auto;
	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 */
	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: 11px;
	text-align: left;
	line-height: 15px;
	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: italic;
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	color: #555;
	margin-bottom: 15px;
	margin-top: 10px;
	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: 12px;
	text-align: left;
	line-height: 21px;
	color: #a5361b;
	font-weight: lighter;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.texto_serif:hover {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-style: italic;
	font-size: 12px;
	text-align: left;
	text-decoration: underline;
	line-height: 21px;
	color: #7e2b17;
	font-weight: lighter;
	margin-top: 10px;
	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_recomendacion {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 11px;
	text-align: center;
	line-height: 19px;
	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: 13px;
	text-align: left;
	line-height: 20px;
	color: #333333;
	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: 20px;
	margin-left: 15px;
	margin-bottom: 2px;
	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_medios {
	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;
}

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

.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;
}

.link_evento:hover {
	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; 
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-left: 2px;
	color:#FFFFFF;
	background-color:#ec1d1d;
}

.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: left;
	text-indent: 0;
	line-height: normal;
	padding-top: 7px;
	padding-right: 7px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 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: 12px;
	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: 0px;
	margin-right: 2px;
	margin-left: 2px;
}

.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;
}

.texto_creditos_2 {
	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: 11px;
	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: 0px;
	margin-right: 2px;
	margin-left: 2px;
}

.linea {
	line-height: normal;  /* espacio entre lineas */
	color: #666;
	border-right:1px;
}



/* ////////////////////////////////////////aca LINEAS////////////////////////////////////////////////////*/
hr.linea { 
	Border: none;
	border-right: 1px;
	color: #ded210;
	float:left;
	height: 50px;
	margin-left: 10px;
	width: 0px;

} 

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 {
	Border: none;
	border-right: 1px;
	Style: solid;
	float:left;
	height: 50px;
	margin: 10px;
	width: 0px;
	color: #ded210;
}



h2 {
	color: #ded2010;
	font-size:30px;
}
h3 {
	font-size: 24px;
	color: #ded2010;
	line-height: 26px;
	font-size:12px;
}
h3 a {
	color: #ded2010;
}
h3 a:hover {
	color: #ded2010;
}
h4 {
	font-size: 16px;
	line-height: 18px;
	color: #ded2010;
}
