/* CSS Document */


/* ========== GENERAL ========== */
* {
	margin:0; 
	padding:0;
	outline:none;
}

body {
	background:#D9E8ED url(../img/background.gif) no-repeat center top;
    font:100.01% Arial, Helvetica, sans-serif;
	text-align:center;
}

a {
	text-decoration:none;
}
ul, 
ol {
	list-style:none;
}
fieldset {
	border:0;
}
img {
	border:0;
}
table {
	border-collapse:collapse;
}

/* ========== ESTRUCTURA ========== */
#wrapper {
	margin:auto;
	overflow:hidden;
	padding:0 11px;
	text-align:left;
	width:984px;
}

/* ---------- header ---------- */
#header {
	background:url(../img/back-header.png) no-repeat center top;
	height:121px;
	padding:17px 25px 0;
	position:relative;
}
h1 a {
	background:url(../img/logo.gif) no-repeat;
	display:block;
	height:60px;
	margin-left:5px;
	width:286px;
}
h1 span {
	display:none;
}
/*izquierda*/
#headerL ul {
	margin-top:25px;
}
#headerL li {
	display:inline;
	font-size:.75em;
	font-weight:bold;
	line-height:29px;
}
#headerL li a {
	border-left:1px solid #ebebeb;
	border-right:1px solid #b3b3b3;
	color:#90ACAF;
	display:block;
	float:left;
	height:29px;
	padding:0 14px;
}

#headerL li a:hover {
	background:url(../img/back-menu_over.jpg) repeat-x;
}
#otros {
	border-right:none ! important;
}
/*derecha*/
#headerR {
	float:right;
	width:160px;
}
#bienvenido {
	color:#bebfc1;
	display:inline;
	font-size:.69em;
	font-weight:bold;
	padding:0 10px 0 10px;
}
#headerR ul,
#headerR li {
	display:inline;
}
#headerR li a {
	border-left:1px solid #86888b;
	color:#86888b;
	font-size:.63em;
	padding:0 5px 0 6px;
}
#headerR li a:hover {
	color:#A8AAAD;
}
#headerR form {
	background:url(../img/back-busca_header.gif) no-repeat right;
	height:19px;
	margin:5px 0 42px 2px;
	width:156px;
}
/*#headerR input {
	background-color:transparent;
	border:none;
	color:#6a6e72;
	float:right;
	font:.56em Arial, Helvetica, sans-serif;
	height:11px;
	padding:4px	10px;
	text-align:right;
	width:113px;
}*/

#headerR input {
	background-color:transparent;
	border:medium none;
	color:#6A6E72;
	float:right;
	font:0.56em Arial,Helvetica,sans-serif;
	height:11px;
	margin-top:5px;
	padding:0 9px;
	text-align:right;
	width:113px;
}


#headerR img {
	float:left;
	margin:5px 0 0 7px;
}
#headerR #tel {
	background:url(../img/i-tel.gif) no-repeat left;
	color:#90a6af;
	font-weight:bold;
	padding-left:35px;
	background-position: 17px;
}

#headerR #hor {
	color:#90A6AF;
	font-size:10px;
	font-weight:normal;
	margin-left:-49px;
	margin-top:-3px;
	padding-left:0;
	width:206px;
}

/* ---------- footer ---------- */
#footer {
	height:86px;
}
#footer li {
	display:inline;
}
#footerNav {
	float:left;
	/*margin:38px 0 0 230px;*/
	margin:38px 0 0 177px;
	width:290px;
}
#footerNav a {
	border-left:1px solid #6A6E72;
	color:#6A6E72;
	display:block;
	float:left;
	font-size:.63em;
	height:12px;
	padding:0 7px;
}
#footerNav a:hover {
	color:#A8AAAD;
}
#footerMarcas {
	float:left;
	margin-top:24px;
	/*width:250px;*/width:360px;
}
#footerMarcas a {
	display:block;
	float:left;
	height:37px;
	padding:0 16px 0 5px;
}
#paypal{
	background:url(../img/div-footer_nav.gif) no-repeat right;
}
#mrw {
	background:url(../img/div-footer_nav.gif) no-repeat right;
}
#paypal img{
	margin-top:2px;
}
#mrw img{
	margin-top:14px;
}
#ups {
	background:url(../img/div-footer_nav.gif) no-repeat right;
}
#ups img{
	margin-top:2px;
}

/* ========== CONTENIDO GENERAL ========== */
h2 {
	font-size:1.69em;
	font-weight:normal;
}
h2 a {
	color:#000 ! important;
	font-size:1em ! important;
}
.destacado {
	color:#419CFF;
}
.linkNaranja {
	color:#FF8400;
	font-weight:bold;
}

/*contenedor principal*/
.contenidoTop {
	background:url(../img/back-content-top.png) no-repeat;
	height:42px;
	padding-left:278px;
	width:706px;
}
.contenidoTop h2,
.comentTop h2 {
	color:#fff;
	font-size:.75em;
	font-weight:bold;
	line-height:40px;
	margin-top:2px;
	width:250px;
}
.contenidoBot {
	background:url(../img/back-content-bot.png) no-repeat;
	height:38px;
	width:984px;
}
.contenidoBot2 {
	background:url(../img/back-content-bot.png) no-repeat;
	height:38px;
	width:984px;
}
.contenido {
	background:url(../img/back-content.png) repeat-y;
	overflow:hidden;
	width:984px;
}

.colLeft {
	float:left;
	margin:0 21px;
	width:220px;
}
.colRight {
	float:right;
	margin:20px 26px 0 0;
	width:680px;
}
.comentTop {
	background:url(../img/back-coment-top.png) no-repeat top;
	height:42px;
	margin-top:10px;
	padding-left:278px;
	width:706px;
}
.coment {
	background:url(../img/back-coment.png) repeat-y;
	overflow:hidden;
	width:984px;
}
.comentBot {
	background:url(../img/back-coment-bot.png) no-repeat;
	height:38px;
	width:984px;
}
/*box facebook*/
.boxFacebook .p-intro {
	color:#6A6E72;
	float:left;
	font-size:.69em;
	font-weight:bold;
	line-height:20px;
	margin-bottom:12px;
	width:550px;
}
.fb-comentario {
	border-bottom:1px solid #bababa;
	clear:both;
	overflow:hidden;
	padding:12px 0;
	width:656px;
}
.fb-comentario img {
	float:left;
	height:62px;
	width:62px;
}
.fb-nombre {
	color:#395B92 ! important;
	font-weight:bold;
}
.fb-txt {
	float:right;
	width:575px;
}
.fb-comentario p {
	color:#4A4E51;
	font-size:.69em;
	margin-bottom:2px;
}
.fb-comentario ul,
.fb-comentario li {
	display:inline;
}
.fb-comentario ul a {
	border-left:1px solid #395B92;
	color:#395B92;
	font-size:.69em;
	padding:0 4px 0 5px;
}
.nota {
	color:#afafaf ! important;
	display:inline;
}
.boxFacebook form {
	margin-top:12px;
}
.boxFacebook form div {
	border-top:1px solid #bababa;
	float:left;
	overflow:hidden;
	width:350px;
}
.boxFacebook form label {
	background-color:#f1f1f1;
	display:block;
	margin-top:6px;
}
.boxFacebook form label img {
	float:left;
	height:36px;
	margin:6px;
	width:36px;
}
.boxFacebook form input {
	border:1px solid #bababa;
	color:#685F61;
	float:left;
	font:.94em Arial, Helvetica, sans-serif;
	height:20px;
	margin:6px;
	padding:7px 0 7px 10px;
	width:275px;
}
.boxFacebook form a img {
	margin:17px 0 0 10px;
}

/*titulos*/
.t-naranja {
	background-color:#FF8400;
	color:#fff;
	font-size:.69em;
	font-weight:bold;
	line-height:18px;
	margin:31px 0 11px;
	text-align:center;
	text-transform:uppercase;
}
.t-negro {
	background-color:#000;
	color:#fff;
	font-size:.69em;
	font-weight:bold ! important;
	line-height:18px;
	margin:31px 0 11px;
	text-align:center;
	text-transform:uppercase;
}
.t-gris {
	background-color:#f7f7f7;
	color:#FF8400;
	font-size:.75em;
	font-weight:bold ! important;
	line-height:13px;
	margin:10px 0;
	padding-left:10px;
	text-transform:uppercase;
} 

/*forms: buscador - suscripcion*/
#buscador {
	background:url(../img/back-busca.gif) no-repeat left;
	height:24px;
	margin:0 auto;
	width:191px;
	position:relative;
}
#buscador img {
	padding:5px;
}
#boxSuscribete form {
	background:url(../img/back-email_suscr.gif) no-repeat left;
	height:23px;
	margin:0 auto;
	width:184px;
}
#boxSuscribete a {
	float:right;
	margin:5px;
}
/*
#buscador input,
#boxSuscribete input {
	background-color:transparent;
	border:none;
	color:#685F61;
	font:.69em Arial, Helvetica, sans-serif;
	float:left;
	height:14px;
	padding:6px 10px;
	width:142px;
}*/

#buscador input,
#boxSuscribete input {
	background-color:transparent;
	border:medium none;
	color:#685F61;
	float:left;
	font:0.69em Arial,Helvetica,sans-serif;
	height:21px;
	margin-top:2px;
	padding:6px 10px;
	width:142px;
}
#boxSuscribete {
	background:url(../img/back-suscripcion.gif) no-repeat top;
	height:87px;
	margin-top:30px;
	padding-top:80px;
	text-align:center;
	position:relative;
}
#boxSuscribete p {
	color:#a0a0a0;
	font-size:.69em;
	font-style:italic;
}
#globito_enviar {
	background:url(../img/globito_enviar.gif) no-repeat;
	color:#838587;
	display:none;
	font-size:.63em;
	height:31px;
	line-height:23px;
	right:0;
	position:absolute;
	text-align:center;
	width:58px;
	left:195px;
	top:85px;
}

#boxNovedades {
	background:url(../img/back-novedad.jpg) no-repeat;
	height:159px;
	margin-top:30px;
	padding:60px 25px 0;
	text-align:center;
}
#boxNovedades h3 {
	color:#4A4E51;
	font-size:.75em;
	font-weight:bold;
	line-height:1.4;
	text-align:left;
}
#boxNovedades p {
	color:#6A6E72;
	font-size:.69em;
	text-align:left;
}

#boxUlt_min {
	background:url(../img/back-ult_min.jpg) no-repeat;
	height:122px;
	margin-top:30px;
	padding:60px 25px 0;
	text-align:center;
}
#boxUlt_min p {
	color:#6A6E72;
	font-size:.75em;
	font-weight:bold;
	text-align:left;
}
#boxUlt_min em {
	font-weight:normal;
}
#boxUlt_min:hover p {
	color:#419CFF;
}

#boxSugerencias {
	background:url(../img/back-sugerencia.gif) no-repeat;
	color:#838587;
	cursor:pointer;
	height:168px;
	margin:auto;
	margin-top:30px;
	padding:10px;
	width:169px;
}
#boxSugerencias:hover {
	background:url(../img/back-sugerencia_over.gif) no-repeat;
}
#boxSugerencias .t-negro {
	margin-top:0;
}
#boxSugerencias img {
	float:left;
	height:55px;
	margin:0 5px 5px 0;
	width:55px;
}
#boxSugerencias p {
	font-size:.69em;
}
#boxSugerencias a {
	color:#FF8400;
	display:block;
	font-weight:bold;
	padding-top:3px;
}
#t-sugerencias {
	float:left;
	height:55px;
	overflow:hidden;
	position:relative;
	width:109px;
}
#t-sugerencias p {
	bottom:0;
	color:#4A4E51;
	font-size:.75em;
	font-weight:bold;
	height:auto;
	position:absolute;
	text-transform:uppercase;
}

.t-ranking {
	background: url(../img/i-ranking.gif) no-repeat center;
	font-size:.94em;
	font-weight:bold;
	padding-top:85px;
	text-align:center;
}
#backRank {
	background:url(../img/back-ranking.gif) no-repeat left 60px;
}
.boxRanking {
	height:129px;
	margin:10px auto 0;
	padding:20px;
	width:148px;
}
.boxRanking:hover {
	background:url(../img/back-ranking_over.gif) no-repeat top;
}
.boxRanking h3 {
	color:#4A4E51;
	font-size:.75em;
	font-weight:bold;
}
.boxRanking p {
	color:#838587;
	font-size:.69em;
}
.boxRanking a {
	color:#FF8400;
	display:block;
	font-weight:bold;
	padding-top:3px;
}
.boxRanking img {
	height:54px;
	width:54px;
}

/*categorķas (horiz)*/
.categ_horiz {
	margin:0 10px;
}
.categ_horiz li {
	display:inline;
	font-size:.81em;
	white-space:nowrap;
}
.categ_horiz a {
	background:url(../img/div-nav.gif) no-repeat right;
	color:#636061;
	display:block;
	float:left;
	height:15px;
	padding:0 7px 0 3px;
}
.categ_horiz a:hover {
	color:#A8AAAD;
}

/*flechas*/
.arrowLeft {
	background:url(../img/arrow-left.gif);
	display:block;
	height:12px;
	width:7px;
}
.arrowRight {
	background:url(../img/arrow-right.gif);
	display:block;
	height:12px;
	width:7px;
	cursor:hand; cursor:pointer;
}
.arrowLeft:hover {
	background:url(../img/arrow-left_over.gif);
}
.arrowRight:hover {
	background:url(../img/arrow-right_over.gif);
}
.arrowLeft span,
.arrowRight span {
	display:none ! important;
}

/*paginador*/
.pag {
	border-top:1px solid #bababa;
	padding:10px 0 0;
}
.pag li {
	color:#6A6E72;
	display:inline;
	font-size:.69em;
}
.pag span {
	margin-right:5px;
}
.pag a,
.pag span {
	color:#6A6E72;
	display:block;
	float:left;
	height:12px;
}
.pag a {
	border-left:1px solid #d3d3d3;
	padding:0 3px;
}
.pag a:hover {
	text-decoration:underline;
}
.pag .arrowLeft {
	border:0;
	margin:0 15px 0 0;
	padding:0;
	text-decoration:none;
}
.pag .arrowRight {
	border:0;
	margin:0 0 0 15px;
	padding:0;
	text-decoration:none;
}

/* ========== AUXILIARES ========== */
.fLeft {
	float:left;
}
.fRight {
	float:right;
}
.clear {
	clear:both;
}
.borderLnone {
	border-left:none ! important;
	cursor:hand; cursor:pointer;
}

/* ========== SECCIONES ========== */
/* ---------- home ---------- */
#carrousel {
	clear:both;
	height:300px;
	padding:25px 0;
	position:relative;
	width:984px;
}

#carrousel_ImgL {
	float:left;
	margin:44px 0 0 50px;
	width:367px;
}
#carrousel_ImgR {
	float:right;
	margin:44px 50px 0 0;
	width:367px;
}
#carrousel_ImgC {
	left:234px;
	overflow:hidden;
	position:absolute;
	width:516px;
	z-index:50;
}
.carrousel_over {
	display:none;
	position:relative;
}
.carrousel_over div {
	background:url(../img/rotador_over.png) no-repeat right;
	bottom:0;
	height:59px;
	padding:70px 50px 0 0;
	position:absolute;
	text-align:right;
	width:466px;
	z-index:100;
}
.carrousel_over div p {
	color:#fff;
	font-size:1.13em;
	font-weight:bold;
}
.may {
	text-transform:uppercase;
}
#carrousel_ImgC:hover #carrousel_over {
	display: inherit;
	
}
#carrousel_ImgL img,
#carrousel_ImgR img {
	height:212px;
	width:367px;
}

#colRight_home {
	float:right;
	width:208px;
}
#colLeft_home {
	float:left;
	width:208px;
}
#colCenter_home {
	float:left;
	margin:0 25px;
	width:458px;
}

/*listado eventos*/
#gallery {
	background:url(../img/back-tit_corto.png) no-repeat left top;
	height:42px;
}
#gallery div.off,
#gallery div.on {
	cursor:pointer; 
	float:left;
	font-size:.81em;
	font-weight:bold;
	height:35px;
	line-height:35px;
	margin-top:4px;
	position:relative; 
}
#gallery div.off {
	color:#FFB566;
	z-index:20;
}
#gallery div.on {
	color:#fff;
	z-index:100;
}
#gallery div.off:hover,
#gallery div.on:hover {
	color:#fff;
}
#menu_venta {
	background:url(../img/i-carrito_tit-over.jpg) no-repeat 100px;
	padding:0 50px 0 19px;
}
#menu_venta:hover,
div#menu_venta[class=on] {
	background:url(../img/i-carrito_tit.jpg) no-repeat 100px;
}
#menu_prox {
	background:url(../img/back-prox.jpg) no-repeat left;
	padding:0 12px 0;
}

div.hide {
	display:none; 
	width:0; 
	overflow:hidden;
}
div.show {
	clear:left; 
	position:relative; 
	width:458px; 
	z-index:50; 
}

/*listado eventos*/
#colCenter_home table {
	margin:0 2px;
	width:454px;
}
#colCenter_home table th {
	background-color:#E7E8E9;
	color:#999;
	font-size:.63em;
	font-weight:bold;
	height:42px;
	padding-bottom:6px;
	text-align:left;
	vertical-align:bottom;
}
#colCenter_home table td {
	border-top:2px solid #E7E8E9;
	color:#6A6E72;
	font-size:.75em;
	font-weight:bold;
	height:48px;
	padding:0 10px;
	vertical-align:middle;
}

#colCenter_home table td a{
	color:#6A6E72;
	font-weight:bold;
}

#colCenter_home table td a:hover{
	color:#6A6E72;
	font-weight:bold;
}


#colCenter_home tbody tr:hover {
	background-color:#f7f7f7;
}
#colCenter_home th.td-evento {
	padding:0 10px;
}
#colCenter_home .td-evento {
	text-align:left;
	width:316px;
}
#colCenter_home .td-categ {
	text-align:right;
	width:58px;
}
#colCenter_home .td-comprar {
	text-align:center;
	width:20px;
}
#colCenter_home .td-comprar img {
	border-left:1px solid #e2e2e2;
	padding:4px;
}
#vermas {
	background-color:#E7E8E9;
	font-size:.63em;
	font-weight:bold;
	height:12px;
	padding:14px 0 14px 10px;
}
#vermas p {
	color:#999;
	display:inline;
	float:left;
	height:12px;
	margin-right:10px;
}
#vermas ul,
#vermas li {
	display:inline;
	/*clear:left;*/
	float: left;
	
}
#vermas a {
	border-left:1px solid #6A6E72;
	color:#6A6E72;
	display:block;
	/*float:left;*/
	height:12px;
	line-height:12px;
	padding:0 7px;
}
#vermas a:hover {
	color:#A8AAAD;
}

/*ultimo minuto*/
#ultMin {
	/*background:url(../img/back-twitter.gif) no-repeat left top;
	height:65px;
	margin-top:56px;
	padding:12px 0 0 86px;*/
	height:65px;
	margin-left:4px;
	margin-top:-16px;
	padding:12px 0 0 86px;
}
#ultMin p {
	color:#6A6E72;
	font-size:.75em;
	font-weight:bold;
}

#ultMin p em {
	font-weight:normal;
}
#ultMin a {
	color:#54B4FC;
	font-size:.92em;
	font-weight:normal;
}
#ultMin:hover p {
	color:#419CFF;
}
#ultMin p a{
	color:#6A6E72;
	font-size:1em;
	font-weight:bold;
}

#ultMin:hover p a {
	color:#419CFF;
}

/*calendario*/
#calendario p {
	color:#231F20;
	font-size:1.13em;
	text-align:center;
}
#calendario p span {
	display:block;
	float:left;
	margin:0 10px;
	width:170px;
}
#calendario .arrowLeft,
#calendario .arrowRight {
	float:left;
	margin:3px 0;
}
#calendario table {
	margin-bottom:31px;
	width:202px;
}
#calendario th,
#calendario td {
	line-height:18px;
	height:18px;
	padding:5px 3px;
	text-align:center;
	width:22px;
}
#calendario th {
	font-size:.88em;
	font-weight:bold;
}
#calendario td {
	color:#231F20;
	border-left:1px solid #BEC0C2;
	font-size:.69em;
}
#calendario td a {
	background-color:#8EB5BA;
	color:#fff;
	display:block;
	width:22px;
}
#calendario td a:hover {
	background-color:#5E9091;
	color:#fff;
}
#globito_calend {
	background:url(../img/globito_calend.gif) no-repeat;
	color:#6A6E72;
	display:none;
	font-size:.63em;
	height:26px;
	left:0;
	padding:30px 20px 20px;
	position:absolute;
	text-align:center;
	width:100px;
}

/*fans facebook*/
#facebookFans {
	background:url(../img/back-facebook.gif) no-repeat left top;
	color:#6A6E72;
	font-size:.63em;
	padding-top:33px;
	text-align:center;
}
#facebookFans p {
	margin-bottom:20px;
}
#facebookFans li {
	color:#8e8e8e;
	display:block;
	float:left;
	height:62px;
	margin:0 4px 5px 0;
	overflow:hidden;
	width:47px;
}
#facebookFans li img {
	height:47px;
	margin-bottom:2px;
	width:47px;
}

/*pasos 1-2-3*/
#home123 h3 {
	font-size:.81em;
	font-weight:normal;
	margin-bottom:15px;
}
#home123 li {
	float:left;
	font-size:.75em;
	width:218px;
}
#uno {
	background:url(../img/1.gif) no-repeat left top;
	margin-right:98px;
}
#dos {
	background:url(../img/2.gif) no-repeat left top;
	margin-right:98px;
}
#tres {
	background:url(../img/3.gif) no-repeat left top;
}
.t-home123 {
	color:#4A4E51;
	font-size:2.17em;
	line-height:.75;
	margin-bottom:4px;
	padding-left:32px;
}

/* ---------- eventos disponibles ---------- */
.t-bajar {
	background:url(../img/i-bajar.jpg) no-repeat right;
}
.evento_disp,
.evento_suger {
	cursor:pointer;
	height:78px;
	margin-bottom:12px;
	padding:10px;
}
.evento_disp div,
.evento_suger div {
	float:left;
}
.evento_disp h3,
.evento_suger h3 {
	color:#4A4E51;
	font-size:.75em;
	font-weight:bold;
	margin-bottom:.1em;
	width:300px;
}
.evento_disp p,
.evento_suger p {
	color:#838587;
	font-size:.69em;
}
.evento_disp a.leerMasLink,
.evento_suger a.leerMasLink {
	color:#FF8400;
	display:block;
	font-weight:bold;
	padding-top:.3em;
}
.evento_disp-img,
.evento_suger-img {
	overflow:hidden;
	width:104px;
}
.evento_disp-nombre {
	background:url(../img/div-eventos_disp.gif) no-repeat right 10px;
	margin-right:8px;
	padding-right:26px;
	width:300px;
}
.evento_suger-nombre {
	position:relative;
	width:556px;
}
.evento_suger-det {
	color:#A1BEC4 ! important;
	position:absolute;
	right:0;
	text-align:right;
	top:0;
	width:222px;
}
.evento_disp-fecha {
	color:#6A6E72;
	padding-top:10px;
	width:222px;
}
.evento_disp-fecha a {
color:#6A6E72;
display:block;
}
.evento_fecha a:hover {
	color:#fff !important;
}
.evento_disp-fecha p {
	color:#838587 !important;
}
.evento_fecha {
	background:url(../img/back-fecha.gif) no-repeat;
	float:left;
	font-size:.63em;
	height:47px;
	margin-right:10px;
	padding-top:10px;
	text-align:center;
	width:47px;
}
.evento_fecha em {
	font-size:1.7em;
	font-style:normal;
	margin-bottom:2px;
}
.evento_fecha strong {
	font-size:1.1em;
	font-style:normal;
	line-height:.5;
}
.evento_disp:hover,
.evento_suger:hover {
	background: url(../img/back-evento_disp.gif) no-repeat;
}
.evento_disp:hover .evento_disp-nombre {
	background:url(../img/div-eventos_disp_over.gif) no-repeat right 10px;
}
.evento_disp:hover .evento_fecha {
	background:url(../img/back-fecha_over.gif) no-repeat;
	color:#fff;
}
.evento_suger:hover .evento_suger-det {
	color:#4F989E ! important;
}

/* ---------- eventos detalle ---------- */
#boxEvento_top {
	background:url(../img/back-evento-top.png) no-repeat;
	height:30px;
	width:984px;
}
#boxEvento_bot {
	background:url(../img/back-evento-bot.png) no-repeat;
	height:30px;
	width:984px;
}
#boxEvento {
	background: url(../img/back-coment.png) repeat-y top;
	padding:0 26px;
	width:932px;
}
#evento_img {
	float:left;
/*	width:513px;*/
margin:0 20px 0 0;
	position:relative;
}
#evento_img p {
	color:#a3a3a3;
	font-size:.56em;
	margin-top:.5em;
}
#evento_info {
	color:#4A4E51;
	float:left;
	width:385px;
}
#boxEvento .t-categ {
	color:#A1BEC4 ! important;
	font-size:.94em;
	font-weight:bold;
	margin-bottom:.5em;
	text-transform:uppercase;
} 
#boxEvento .t-evento {
	font-size:1.06em;
	font-weight:bold;
} 
#boxEvento .t-evento + p {
	font-size:.75em;
	font-weight:bold;
	margin-bottom:.5em;
} 
#boxEvento .p-decr {
	font-size:.69em;
	line-height:1.4;
} 
#boxEvento .p-web {
	color:#A1BEC4 ! important;
	font-size:.69em;
	font-weight:bold;
	margin-top:.5em;
} 
#boxEvento .p-web a {
	color:#A1BEC4 ! important;
} 
#boxEvento ul {
	float:right;
	width:135px;
}
#boxEvento li {
	display:inline;
}
#rss {
	/*background:url(../img/div-rss.gif) no-repeat left;*/
	padding-left:12px;
}
.t-carrito {
	background:url(../img/i-carrito_tit.jpg) no-repeat right;
}
.t-det_evento {
	font-size:.75em;
	font-weight:bold;
	margin-bottom:10px;
}
.t-det_evento em {
	color:#999;
	font-style:normal;
	font-weight:normal;
	padding-left:10px;
}
.evento_det-plano {
	float:right;
	font-size:.75em;
	line-height:20px;
	text-align:right;
	width:260px;
}

.evento_det {
	border-top:1px solid #E7E8E9;
	cursor:pointer;
	height:78px;
	padding:10px 3px 10px 0;
	width:380px;
}

.evento_det div {
	float:left;
}
.evento_det-info {
	width:205px;
}
.evento_det-info p {
	color:#6A6E72;
	font-size:.75em;
	margin-bottom:3px;
}
.evento_det-info p em {
	color:#bababa;
	font-style:normal;
}
.evento_det-precio {
	color:#6A6E72;
	font-size:.75em;
	float:left;
	padding:62px 8px 0 0;
	text-align:right;
	width:70px;
}
.evento_det-comprar {
	border-left:1px solid #e2e2e2;
	background:url(../img/i-carrito_gde.gif) no-repeat right;
	display:block;
	float:left;
	height:32px;
	margin-top:42px;
	padding-left:8px;
	width:31px;
}
.evento_det-comprar span {
	display:none;
}
.evento_det .evento_fecha {
	color:#999;
}
.evento_det .evento_fecha em,
.evento_det .evento_fecha strong {
	color:#6A6E72;
}
.evento_det:hover {
	background-color:#ededed;
}

.evento_det:hover .evento_fecha {
	background:url(../img/back-fecha_over.gif) no-repeat;
	color:#fff;
}
.evento_det:hover .evento_fecha em,
.evento_det:hover .evento_fecha strong {
	color:#fff;
}
.evento_det:hover .evento_det-info .ev_cat,
.evento_det:hover .evento_det-info em {
	color:#FF8400;
}
.evento_det:hover .evento_det-comprar {
	background:url(../img/i-carrito_gde_over.gif) no-repeat right;
}

.t-coment {
	background:url(../img/i-coment.gif) no-repeat right;
}


/*fix*/
.evento_det_fix {
	border: none;
	cursor:pointer; cursor:hand;
	padding: 10px;
	width:377px;
	height: auto;
	margin-bottom: 5px;
	overflow: auto;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
}
.evento_det_fix:hover {
	background-color:#ededed;
}

.evento_det_fix:hover .no_hay_mas_entradas{
	background-color: transparent none;
}

.evento_det_fix_finalizado {
	cursor:default!important;
}

.evento_det-info_fix {
	width:202px!important;
}

.iva_incluido {
	color:#6A6E72;
	font-size:0.5em;
	height:10px;
	margin:60px 0 0 283px;
	width:60px;
}

/*.evento_det-plano_fix {
	background-color: #eeeeee;
	padding: 10px;
}*/

/*.evento_det-plano_fix:hover {
	background-color: #eeeeee;
}*/


/* ---------- ultimo minuto ---------- */
#ultimo_minuto .evento_disp {
	height:123px;
}
#ultimo_minuto .evento_disp h4 {
	color:#4A4E51;
	font-size:.75em;
	font-weight:bold;
	margin-bottom:.1em;
	width:300px;
}
.p-quedan {
	background:url(../img/i-minuto.gif) no-repeat left;
	clear:both;
	color:#79A3E0 ! important;
	float:left;
	font-weight:bold;
	line-height:16px;
	margin-top:10px;
	padding-left:20px;
	text-transform:uppercase;
	width:660px;
}
#ultimo_minuto .evento_disp:hover {
	background:url(../img/back-ultimo_min.gif) no-repeat;
}
#ultimo_minuto .evento_disp:hover .p-quedan {
	background:url(../img/i-minuto_over.gif) no-repeat left;
	color:#437BD3 ! important;
}
#boxTwitter {
	background:url(../img/back-twitter2.gif) no-repeat left;
	height:44px;
	padding:16px 20px 0 0;
	text-align:right;
	width:647px;
}
#boxTwitter p {
	color:#4A4E51;
	font-size:1.13em;
	line-height:.9;
}
#boxTwitter p a {
	color:#54B4FC;
	font-size:.67em;
}
#boxTwitter a:hover,
#boxTwitter:hover a {
	color:#419CFF;
}

/* ---------- contacto ---------- */
#t-contacto {
	background:url(../img/i-contacto.gif) no-repeat top;
	color:#419CFF;
	font-size:1.25em;
	font-weight:bold;
	padding:83px 0 5px;
	text-align:center;
}
#boxContactoL {
	border-right:1px solid #e2e2e2;
	width:232px ! important;
}
#boxContactoL p {
	color:#838587;
	font-size:.69em;
	margin:10px auto 20px;
	width:166px;
}
#boxContactoR {
	padding:40px 0 0 80px;
	width:600px;
}
#boxContactoR h3 {
	color:#838587;
	font-size:.75em;
	margin-bottom:1em;
}
#boxContactoR p {
	color:#838587;
	font-size:.69em;
	margin-bottom:1em;
	width:475px;
}
#boxContactoR form {
	color:#4A4E51;
	margin-top:40px;
	width:475px;
}
#boxContactoR legend {
	color:#4A4E51;
	font-size:.75em;
	font-weight:bold;
	margin-bottom:15px;
	text-transform:uppercase;
}
*:first-child+html #boxContactoR legend {/*hack para ie7*/
	margin-left:-7px;
}
#boxContactoR form br {
	clear:both;
	font-size:1px;
}
#boxContactoR form div {
	background:url(../img/back-cont_input.gif) no-repeat right;
	margin-bottom:15px;
	width:475px;
}
#boxContactoR form div.cont_textarea {
	background:url(../img/back-cont_textarea.gif) no-repeat right;
}
#boxContactoR form span {
	display:block;
	float:left;
	font-size:.69em;
	font-style:italic;
	line-height:20px;
	margin-right:10px;
	width:108px;
}
#boxContactoR form input {
	background:none;
	border:0;
	color:#4A4E51;
	float:left;
	font:.69em Arial, Helvetica, sans-serif;
	height:16px;
	padding-top:4px;
	width:345px;
}
#boxContactoR form textarea {
	background:none;
	border:0;
	color:#4A4E51;
	float:left;
	font:.69em Arial, Helvetica, sans-serif;
	height:125px;
	margin-top:4px;
	padding:2px 0;
	width:350px;
}
#boxContactoR form a {
	background:url(../img/b-enviar.gif) no-repeat 9px;
	color:#FF8400;
	display:block;
	float:right;
	font-size:.75em;
	font-weight:bold;
	height:25px;
	line-height:25px;
	margin-bottom:155px;
	padding-left:24px;
	width:45px;
}
#boxContactoR form a:hover {
	background:url(../img/b-enviar_over.gif) no-repeat;
}

/* ADDED */ 
#follower { 
	background:url(../img/globito_calend.gif) no-repeat;
	padding:5px;
	color: #0066FF; 
	position: absolute; 
	z-index:1000;
	font-size:10px;
	width:140px;
	height:76px;
}

#follower span { 
display:block;
padding:18px 18px 5px 6px;
text-align:center;
font-size:10px;
}

div.mensajeN{
	color:#FF8400;
	font-size:12px;
	margin-bottom:12px;
}

#headerL {
	float:left;
	width:760px;
}

#slide_left {
	background:url(../img/i-rot_ant.gif) no-repeat left;
	height:38px;
	left:0;
	position:absolute;
	margin-top:131px;
	width:36px;
	cursor:pointer;
}
#slide_right {
	background:url(../img/i-rot_sig.gif) no-repeat right;
	height:38px;
	position:absolute;
	right:0;
	margin-top:131px;
	width:36px;
	cursor:pointer;	
}

#slide_left a,
#slide_right a {
	display:none;
}
#slide_left:hover {
	background:url(../img/i-rot_ant-over.gif) no-repeat left;
}
#slide_right:hover {
	background:url(../img/i-rot_sig-over.gif) no-repeat right;
}

#contHome {
	background:url(../img/back-home.png) no-repeat center top;
	float:left;
	padding:30px;
}

#home123 {
	background:url(../img/back-home-bot.png) no-repeat center top;
	color:#6A6E72;
	height:208px;
	padding:28px 66px;
	clear:both;
}

.slideData {
position:absolute;
width:510px;
height:295px;
z-index:100;
top:26px;
left:239px;
}

/*.slideMask {
position:absolute;
width:50px;
height:50px;
z-index:20;
top:270px;
left:699px;
background:transparent url(../img/mask2.png) no-repeat center top;
}*/

.slideMask {
	background:transparent url(../img/mask2.png) no-repeat scroll center top;
	height:48px;
	left:699px;
	position:absolute;
	top:272px;
	width:186px;
	z-index:20;
}
	



/*.slideData:hover {
background:transparent url(../img/rotador_over.png) no-repeat center top;
}*/

.slideData p {
	color:#fff;
	font-size:1.13em;
	font-weight:bold;
	text-align:right;
}
.slideData .may {
	text-transform:uppercase;
}
.slideData a {
color:#fff;
}

/* ---------- compra ---------- */
/*su compra*/
#t-compra1 {
	background:url(../img/i-paso1.gif) no-repeat left;
	display:block;
	padding-left:25px;
}
.t-compra_evento {
	border-bottom:1px solid #E7E8E9;
	color:#4A4E51;
	font-size:.75em;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:5px;
}
.volver {
	font-size:.69em;
	margin-bottom:-13px;
	text-align:right;
}

.evento_compra {
	clear:both;
	overflow:hidden;
	padding:10px 0;
 }
.evento_compra div {
	float:left;
}
.evento_det-info {
	width:205px;
}
.evento_det-info p {
	color:#6A6E72;
	font-size:.75em;
	margin-bottom:3px;
}
.evento_det-info p em {
	color:#bababa;
	font-style:normal;
}
.evento_compra .evento_fecha {
	background:url(../img/back-fecha_over.gif) no-repeat;
	color:#D6D6D6;
}
.evento_compra .evento_fecha em,
.evento_compra .evento_fecha strong {
	color:#fff;
}
.evento_compra .evento_det-info em {
	color:#FF8400;
}

#form_compra {
	margin-bottom:80px;
}
#form_compra div {
	border-bottom:1px solid #E7E8E9;
	min-height:25px;
}
#form_compra p {
	color:#6A6E72;
}
#form_compra div .p-compra {
	float:left;
	font-size:.69em;
	line-height:25px;
	text-align:right;
	width:337px; /*width:520px;*/
}
#form_compra div .p-monto {
	float:left;
	font-size:.75em;
	line-height:25px;
	margin-left:10px;
	width:200px;
	/*text-align: right;*/
}
#form_compra label {
	background:url(../img/back-input-unid.gif) no-repeat bottom;
	display:block;
	float:right;
	margin-top:-12px;
	width:50px;
}
#form_compra label span {
	color:#999;
	display:block;
	font-size:.69em;
	text-align:center;
	width:50px;
}
#form_compra input {
	border:0;
	background:transparent;
	color:#6A6E72;
	font:.75em Arial, Helvetica, sans-serif;
	height:15px;
	padding:3px;
	text-align:center;
	width:44px;
}
.nota_envio {
	clear:left;
	font-size:.69em;
	font-style:italic;
	margin-top:20px;
}
.nota_envio a {
	color:#6A6E72;
	text-decoration:underline;
}
.nota_envio a:hover {
	text-decoration:none;
}
#b-comprar {
	background:url(../img/b-comprar.gif) no-repeat;
	color:#fff;
	display:block;
	float:right;
	font-size:.69em;
	font-weight:bold;
	height:22px;
	line-height:20px;
	margin-top:20px;
	text-align:center;
	text-transform:uppercase;
	width:228px;
}
#b-comprar-loading {
	background:url(../img/b-comprar.gif) no-repeat;
	color:#fff;
	display:block;
	float:right;
	font-size:.69em;
	font-weight:bold;
	height:22px;
	line-height:20px;
	margin-top:20px;
	text-align:center;
	text-transform:uppercase;
	width:228px;
	cursor: wait;
}
.nota2 {
	color:#999;
	font-size:.69em;
	line-height:1.2;
}
.nota2 strong {
	color:#6A6E72;
}

#evento_img .mask {
	background:url(../img/mask-det_evento.png) no-repeat;
	height:59px;
	left:420px;
	position:absolute;
	bottom:15px;
	width:76px;
}

/*login*/
#t-compra2 {
	background:url(../img/i-paso2.gif) no-repeat left;
	display:block;
	padding-left:25px;
}
#form_login {
	float:left;
	margin-top:20px;
	width:325px;
}
#form_login span {
	color:#6A6E72;
	display:block;
	float:left;
	font-size:.69em;
	line-height:17px;
	width:65px;
}
#form_login label {
	background:url(../img/back-regist_input.gif) no-repeat 65px;
	display:block;
	height:17px;
	margin-bottom:12px;
	overflow:hidden;
}
#form_login input {
	border:0;
	background:transparent;
	color:#6A6E72;
	float:left;
	font:.69em Arial, Helvetica, sans-serif;
	height:15px;
	padding:1px 5px;
	width:203px;
}
#form_login p a {
	color:#6A6E72;
	font-size:.69em;
	text-decoration:underline;
}
#form_login p a:hover {
	text-decoration:none;
}

#btn_enviar,#boxRegistrarme #b-registrarme {
	color:#fff;
	display:block;
	font-size:.69em;
	font-weight:bold;
	height:21px;
	line-height:20px;
	text-align:center;
	text-transform:uppercase;
	width:116px;
}


#form_login #enviar {
	background:url(../img/b-compra_entrar.gif) no-repeat;
	margin-top:20px;
	float:right;
	height:109px;
	margin-top:20px;
	padding:20px 50px 0;
	width:206px;
}

#boxRegistrarme {
	background:url(../img/back-pasos_regist.gif) no-repeat;
	float:right;
	height:109px;
	margin-top:20px;
	padding:20px 50px 0;
	width:206px;
}
#boxRegistrarme p {
	color:#4A4E51;
	font-size:.69em;
}
#btn_enviar,#boxRegistrarme #b-registrarme {
	background:url(../img/b-compra_regist.gif) no-repeat;
	margin-top:10px;
}

/*registro*/
#t-compra3 {
	background:url(../img/i-paso3.gif) no-repeat left;
	display:block;
	padding-left:25px;
}

#form_registroL {
	float:left;
	margin:20px 0;
	width:323px;
}
#form_registroR {
	float:right;
	margin:20px 0;
	width:323px;
}
#form_registro div span {
	color:#6A6E72;
	display:block;
	float:left;
	font-size:.69em;
	line-height:17px;
	width:110px;
}
#form_registro div label {
	background:url(../img/back-regist_input.gif) no-repeat 110px;
	display:block;
	height:17px;
	margin-bottom:12px;
	overflow:hidden;
}
#form_registro div input {
	border:0;
	background:transparent;
	color:#6A6E72;
	float:left;
	font:.69em Arial, Helvetica, sans-serif;
	height:15px;
	padding:1px 5px;
	width:203px;
}
#form_registro div select {
	border:0;
	background:transparent;
	color:#6A6E72;
	float:left;
	font:.69em Arial, Helvetica, sans-serif;
	height:17px;
	width:213px;
}
#form_registro div p {
	color:#999;
	font-size:.56em;
	font-style:italic;
	line-height:17px;
	margin:-12px 0 24px 115px;
}
#terms {
	color:#6A6E72;
	font-size:.69em;
	line-height:15px;
	margin-left:5px;
}
#terms a {
	color:#6A6E72;
	text-decoration:none;
}
#terms a:hover {
	text-decoration:underline;
}
#confirmar {
	background:url(../img/b-comprar.gif) no-repeat;
	color:#fff;
	display:block;
	font-size:.69em;
	font-weight:bold;
	height:22px;
	line-height:20px;
	margin:60px 0 0 226px;
	text-align:center;
	text-transform:uppercase;
	width:228px;
}
.nota_conf {
	color:#6A6E72;
	font-size:.69em;
	font-style:italic;
	margin:3px 0 30px;
	text-align:center;
}

.p-terminos {
	color:#6A6E72;
	font-size:.69em;
	margin-bottom:1em;
}
.marginTop {
	margin-top:40px;
}

/*confirmacion*/
#t-compra4 {
	background:url(../img/i-paso4.gif) no-repeat left;
	display:block;
	padding-left:25px;
}
#form_compra div img {
	float:right;
	margin-top:8px;
}
.t-compra_usuario {
	border-bottom:1px solid #E7E8E9;
	color:#4A4E51;
	font-size:.75em;
	margin-bottom:10px;
	padding-bottom:5px;
}
.t-confirmacion {
	color:#999;
	font-size:.69em;
	font-weight:normal;
	margin-bottom:-14px;
	text-align:right;
}
.p-confirmacion p {
	color:#6A6E72;
	font-size:.69em;
	line-height:20px;
}
.p-conf_fecha {
	border-top:1px solid #E7E8E9;
	font-size:.75em ! important;
	margin-top:10px;
	padding-top:10px;
}

#errorMessage{
	border:1px black solid;
}

/* ultimo agregado */
/* ---------- legal ---------- */
#boxLegalL {
	width:230px ! important;
}
#boxLegalL ul {
	background:url(../img/back-menu_legales.gif) no-repeat top left;
	color:#4A4E51;
	font-size:.69em;
	font-weight:bold;
	line-height:25px;
	margin:10px auto 20px;
	padding-top:25px;
	width:166px;
}
#boxLegalL a {
	color:#4A4E51;
	text-decoration:none;
}
#boxLegalR h3 {
	color:#4A4E51;
	font-size:.75em;
	font-weight:bold;
	margin-bottom:.3em;
	text-transform:uppercase;
}
#boxLegalR h4 {
	color:#4A4E51;
	font-size:.69em;
	font-weight:bold;
	margin-top:1em;
}
#boxLegalR h5 {
	margin-top:1em;
}
#boxLegalR h5,
#boxLegalR p,
#boxLegalR li {
	color:#838587;
	font-size:.69em;
}
#boxLegalR a {
	color:#838587;
}
#boxLegalR ol {
	list-style: decimal inside;
}

/* ---------- quienes somos ---------- */
#boxQuienesL {
	width:230px ! important;
}
#boxQuienesL h3 {
	background:url(../img/i-anunciate.gif) no-repeat top;
	color:#419CFF;
	font-size:1.13em;
	font-weight:bold;
	line-height:1em;
	margin:0 auto 10px;
	padding:83px 0 5px;
	width:166px;
}
#boxQuienesL p {
	color:#6A6E72;
	font-size:.69em;
	margin:0 auto;
	width:166px;
}
#boxQuienesL a,
#boxQuienesR li a {
	color:#437bd3;
}
#boxQuienesL a:hover,
#boxQuienesR li a:hover {
	text-decoration:underline;
}

#boxQuienesR {
	padding:40px 125px 0 80px;
	width:475px;
}
#boxQuienesR h3 {
	background:url(../img/logo-91tickets.com.gif) no-repeat left;
	height:23px;
}
#boxQuienesR h3 span {
	display:none;
}
#boxQuienesR h3#t-opciones {
	background:url(../img/i-opciones.gif) no-repeat left top;
	color:#419CFF;
	font-size:1em;
	font-weight:bold;
	margin-top:30px;
	padding-top:56px;
}
#boxQuienesR h4 {
	color:#838587;
	font-size:1em;
	margin-top:10px;
}
#boxQuienesR p {
	color:#838587;
	font-size:.69em;
	width:475px;
}
#boxQuienesR ul {
	margin:10px 0 20px;
}
#boxQuienesR li {
	color:#838587;
	display:block;
	height:45px;
	font-size:.69em;
	margin-bottom:3px;
	padding:10px 0 0 65px;
}
#envio_mrw {
	background:url(../img/logo-envio-mrw.gif) no-repeat left;
}
#envio_ups {
	background:url(../img/logo-envio-ups.gif) no-repeat left;
}

#international_price {
	float:left;
	font-size:0.75em;
	line-height:25px;
	margin-left:10px;
}
.precio_paquete,
#precio_paquete {
	float:left;
	font-size:0.75em;
	line-height:25px;
	margin-left:10px;
}
#precio_total {
	float:left;
	/*font-size:0.75em;*/
	line-height:25px;
	margin-left:10px;
}
#total {
	float:left;
	font-size:0.75em;
	line-height:25px;
	margin-left:10px;
}
.precio-total {
	float:left;
	/*font-size: 1em;*/
	line-height:25px;
	font-weight: bold;
}
.el-precio-de-la-unidad {
	float:left;
	font-size:0.75em;
	line-height:25px;
	margin-left:10px;
}
.evento_fecha:hover {
	color:#fff !important;
}
.evento_disp a {
	/*color:#FF8400!important;*/
	font-weight:bold!important;
	padding-top:0.3em!important;
}

#divContact {
	background-image:url(../img/sobre.jpg);
	background-position:50px 0;
	background-repeat:no-repeat;
	margin-bottom:6px;
	margin-left:80px;
	margin-top:-28px;
	position:relative;
	cursor: hand; cursor:pointer;
}
#divContact:hover {
	background-image: url('../img/sobre_rollover.jpg');
}
#divContact a{
	font-family: Arial;
	font-size: 11px;
	color: #a4babd; 
}
#divContact a:hover{
	color: #688e92;
}
#tel {
	border-top:1px solid #D9D9D9;
	margin-left:-6px;
	padding-top:4px;
	text-align:right;
	width:120px;
}




/************sugerencias************/
.evento_sugerencia {
	cursor:pointer;
	height:78px;
	margin-bottom:12px;
	padding:10px;
}

.evento_sugerencia div {
	float:left;
}

.package_description h3 {
	color:#4A4E51;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:.1em;
	width:300px;
	margin-left:10px;
	margin-top:4px;
}

.package_description p {
	color:#838587;
	font-size:0.9597em;
	margin-left:10px;
	margin-right:10px;
}

.package_description a.leerMasLink {
	color:#FF8400;
	display:block;
	font-weight:bold;
	padding-top:.3em;
	cursor:pointer; cursor:hand;
}

.evento_sugerencia-img {
	overflow:hidden;
	width:104px;
}

.evento_sugerencia-nombre {
	position:relative;
	width:556px;
}
.evento_sugerencia-det {
	color:#A1BEC4 ! important;
	position:absolute;
	right:0;
	text-align:right;
	top:0;
	width:222px;
}

.evento_sugerencia:hover {
	background: url(../img/back-evento_disp.gif) repeat-y;
}

.evento_sugerencia:hover .evento_sugerencia-det {
	color:#4F989E ! important;
}
.suger_precio {

color:#FF8400 ! important;

font-size:1.3em ! important;

font-weight:bold;

margin:5px 0 10px;

}

/*   paquetes  */

.paquete {
	cursor:pointer; cursor:hand;
}

.paquete_img {
	float: left;
}

.paquete_todo {
	position: relative;
	width:597px;
	float: left;
}

.paquete_todo h2 {
	color:#4A4E51;
	font-size:0.75em;
	font-weight:bold;
	margin-bottom:.1em;
	width:300px;
	margin-left:10px;
	margin-top:4px;
}

.paquete_todo p {
	color:#838587;
	font-size:0.7em;
	margin-left:10px;
	margin-right:10px;
}

.paquete_detalle {
	color:#A1BEC4 ! important;
	position:absolute;
	right:0;
	text-align:right;
	top:0;
	width:222px;
}
.paquete_precio {
	color:#FF8400 ! important;
	font-size:1.1em ! important;
	font-weight:bold;
	margin:5px 0 10px;
}

/*   paquetes  */

/*   eventos para un paquete   */

.evento_paquete {
	text-align: left;
	margin:2px;
	padding:10px;
	cursor:pointer; cursor:hand;
}

.evento_paquete:hover {
	background-color: #D9D9D9;
}

.evento_paquete_imagen {
	float: left;
}

.evento_paquete_descripcion {
	float: left;
	margin-left:20px;
	width:280px;
}

.evento_paquete_descripcion a.leerMasLink {
	color:#FF8400;
	display:block;
	font-weight:bold;
	padding-top:.3em;
}

.evento_paquete_descripcion h2{
	color:#4A4E51;
	font-size:1em;
	font-weight:bold;
	margin-bottom:.1em;
	margin-left:10px;
	margin-top:4px;
}

.evento_paquete_fecha {
	float: left;
}

.evento_disp-fecha-fix a {
	font-weight: normal!important;
}
.no_hay_mas_entradas {
	margin-left:77px;
	margin-top:6px;
	position:absolute;
	z-index:1000;
}

/*   eventos para un paquete   */


/*  fix paginacion  */

.pagination_fix_now {
	font-size: 110%;
	font-weight: bold;
	cursor: default!important;
}

.pagination_fix:hover {
	font-size: 110%;
	font-weight: bold;
}

/*  fix Tooltip  */
#follower span a:hover {
	color: #3f6e6f!important;
}

/**  Twitter Box  **/
.twitter {
	background-color:#F0F0F1;
	margin-top:27px;
	overflow:auto;
	padding:12px;
	width:434px;
}
.twitter a {
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
}
.twitter_img,
.twitter_content {
	float: left;
}
.twitter_content {
	margin-left:7px;
	width:347px;
}
.twitter_img img { border: none; }
.twitter_title a {
	color:#000000;
	font-size:1.69em;				
}
.twitter_news a {
	color:#6A6E72;
	font-size:0.75em;
	font-weight:bold;
}
.twitter_news a:hover {
	color:#419CFF;
}
/**  End Twitter Box  **/

/**  Facebook  
.FB_SERVER_IFRAME { 
	height:267px !important;
}

.auto_resize_iframe {
	height:106px !important;
}

.connections {
	height:160px !important;
}**/
/**  End Facebook  **/
