.Link4 {
	font-size: 13px;
	color: #2569DA;
	font-weight: normal;
	font-family: "Trebuchet MS", Georgia, Arial;
	text-decoration: underline;
}
.Link4:hover {
	font-size: 13px;
	color: #6A99E6;
	font-weight: normal;
	font-family: "Trebuchet MS", Georgia, Arial;
	text-decoration: underline;
}
.titulo_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	text-transform: uppercase;
}
.titulo_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	text-transform: uppercase;
}

.texto_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #86BAEA;
	text-decoration: none;
}
.texto_footer_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #86BAEA;
	text-decoration: none;
	font-weight: bolder;
}
#cuerpo_evento {
	padding: 20px;
}
#cuerpo_evento  #foto  {
	text-align: left;
}
#cuerpo_evento #foto img {
	border: 3px solid #003F7D;
	cursor: pointer;
}

#cuerpo_evento #link {
	padding-left: 1px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-bottom: 5px;
}

#cuerpo_evento #foto img A:hover {
	border: 4px solid #830000;
}

#cuerpo_evento #link #nuevo {
	padding-left: 15px;
	background-image: url(/_img/ico_led_nuevo.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #578642;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
#cuerpo_evento #link #agotado {
	padding-left: 15px;
	background-image: url(/_img/ico_led_agotado.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #DD291E;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
#cuerpo_evento #link #futuro {
	padding-left: 15px;
	background-image: url(/_img/ico_led_futuro.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #FF9900;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
#cuerpo_evento  .resena  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#cuerpo_evento #resumen {
	background-color: #F4F4F3;
}

#cuerpo_evento    .link_titulo_detalle  {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #DD291E;
	text-decoration: none;
}
#cuerpo_evento  .titulo_info {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #DD291E;
	text-decoration: none;
}
#cuerpo_evento .titulo_detalle_evento {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #DD291E;
	text-decoration: none;
}

#cuerpo_evento #info {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	padding-bottom: 5px;
}

#cuerpo_evento  #detalle_resena {
	color: #333333;
	background-color: #E9E9E9;
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
#cuerpo_evento #detalle_evento {
	color: #333333;
	background-color: #E9E9E9;
	padding: 10px;
	margin-right: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#cuerpo_evento #detalle_foto {
	margin-right: 20px;
}
#cuerpo_evento #detalle_texo {
	margin-right: 20px;
	margin-top: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	padding-bottom: 10px;
}
#cuerpo_evento #resumen #nuevo {
	background-color: #578642;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/_img/ico_led_nuevo.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#cuerpo_evento #resumen #agotado {
	background-color: #9C2C2B;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/_img/ico_led_agotado.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#cuerpo_evento #resumen #futuro {
	background-color: #E7B33B;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/_img/ico_led_futuro.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#cuerpo_evento #resumen #encurso {
	background-color: #CCCCC8;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/_img/ico_led_futuro.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#cuerpo_evento #resumen #alojamiento {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-image: url(/_img/ico_hotel.png);
	background-repeat: no-repeat;
	background-position: 5px top;
	padding-right: 5px;
	padding-left: 29px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
#cuerpo_evento #resumen #traslado {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-image: url(/_img/ico_terrestres.png);
	background-repeat: no-repeat;
	background-position: 5px top;
	padding-right: 5px;
	padding-left: 29px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
#cuerpo_evento #resumen #pasaje {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-image: url(/_img/ico_aereo.png);
	background-repeat: no-repeat;
	background-position: 5px top;
	padding-right: 5px;
	padding-left: 29px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
#cuerpo_evento #resumen #entrada {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-image: url(/_img/ico_tickets.png);
	background-repeat: no-repeat;
	background-position: 5px top;
	padding-right: 5px;
	padding-left: 29px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
#cuerpo_evento   #resumen   .detalles_adicionales {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding-right: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-left: 5px;
}

#botonera {

}
#botonera div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #86BAEA;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
#botonera a {
	color: #FFFFFF;
	text-decoration: none;
}
#botonera a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#botonera_ppal div {
	float: left;
}
#seccion_titulo {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
.botonera_2 {
	width: 788px;
	padding-left: 10px;
	float: right;
}
.botonera_2 #boton {
	float: left;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #003F7D;
	margin-right: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #003F7D;
	border-right-color: #003F7D;
	border-left-color: #003F7D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A9CBEE;
	font-weight: bolder;
	text-decoration: none;
}
.botonera_2 #boton A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A9CBEE;
	font-weight: bolder;
	text-decoration: none;
}
.botonera_2 #boton A:hover {
	text-decoration: none;
	color: #C8DEF5;
}
.botonera_2 #boton_activo {
	float: left;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-right: 2px;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #438DD8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #0066CA;
	border-right-color: #0066CA;
	border-left-color: #0066CA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.botonera_2 #boton_activo A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.botonera_2 #boton_ayuda {
	float: left;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	margin-right: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-left-color: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bolder;
	text-decoration: none;
}
.botonera_2 #boton_ayuda A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
}
.botonera_2 #boton_ayuda A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B7D2EF;
	font-weight: bolder;
	text-decoration: none;
}
.texto_promo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
.texto_formulario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
