@import url(reset.css);

body {
    background: #C6C4B7 url(../images/background.jpg) no-repeat scroll center top;
    display: table;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
#banner1 {
	margin: 8px 0 0 7px;
}
#banner2 {
	margin-bottom:0;
	margin-left:53px;
	margin-right:0;
	margin-top:29px;
}
#mostrar {
    display: none;
}
.seleccionado {
    background-position: 0 -16px !important;
}
a {
    text-decoration: none;
}
.container {
    width: 960px;
    margin: 0 auto;
}
.container .head .logo {
    margin: 25px 50px 0 0px;
    float: left;
}
.container .head .menu {
    float: left;
    margin: 23px 0 0 0px;
    width: 575px;
}
.menu .scroller, .menu .info, .menu .fecha, .menu .navegacion {
    float: left;
}
/*HEAD ticker*/
.menu .scroller {
    width: 140px;
}

.menu .scroller ul li a {
    color: #000;
    text-decoration: none;
}
#screenshot{
				position:absolute;
				border:1px solid #ccc;
				background:#333 url(images/load.gif) no-repeat center center;
				padding:5px;
				display:none;
				color:#fff;
				z-index: 1000;
				}
#screenshot img {
				width: 230px !important;
			}
.menu .scroller .tickercontainer { /* the outer div with the black border */
    width: 110px;
    height: 27px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.menu .scroller .tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
    position: relative;
    left: 5px;
    top: 0px;
    width: 115px;
    overflow: hidden;
}

.menu .scroller ul.newsticker { /* that's your list */
    position: relative;
    left: 10px;
    font: bold 10px Verdana;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu .scroller ul.newsticker li {
    float: left; /* important: display inline gives incorrect results when you check for elem's width */
    margin: 0;
    padding: 0;
}

.menu .scroller ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    color: #000;
    font: normal 10px Verdana;
    text-decoration: none;
    margin: 0 50px 0 0;
}

.menu .scroller ul.newsticker span {
    margin: 0 10px 0 0;
}
/*HEAD info*/
.menu ul.info li {
    float: left;
}

.menu ul.info li.info1 {
    margin: 0 30px 0 0;
}

.menu ul.info li.info2 {
    margin: 0 16px 0 0;
}

.menu ul.info li.info3 {
    margin: 0 15px 0 0;
}

.menu ul.info li a {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.menu ul.info li a:hover {
    color: #d6d3b4;
}
/*HEAD navegacion*/
.menu .navegacion {
    width: 570px;
    margin: 7px 0 0;
}

.menu ul.navegacion li {
    float: left;
    margin: 0 17px 0 0;
}

.menu ul.navegacion li a {
    height: 16px;
    display: block;
}

.menu ul.navegacion li a.home {
    background: url(../images/nav_home.gif);
    width: 44px;
}

.menu ul.navegacion li a.home:hover {
    background: url(../images/nav_home.gif) 0 -16px;
    width: 44px;
}

.menu ul.navegacion li a.videos {
    background: url(../images/nav_videos.gif);
    width: 51px;
}

.menu ul.navegacion li a.videos:hover {
    background: url(../images/nav_videos.gif) 0 -16px;
    width: 51px;
}

.menu ul.navegacion li a.festivales {
    background: url(../images/nav_festivales.gif);
    width: 77px;
}

.menu ul.navegacion li a.festivales:hover {
    background: url(../images/nav_festivales.gif) 0 -16px;
    width: 77px;
}

.menu ul.navegacion li a.lqnv {
    background: url(../images/nav_lqnv.gif);
    width: 114px;
}

.menu ul.navegacion li a.lqnv:hover {
    background: url(../images/nav_lqnv.gif) 0 -16px;
    width: 114px;
}

.menu ul.navegacion li a.rrfotos {
    background: url(../images/nav_rrfotos.gif);
    width: 145px;
}

.menu ul.navegacion li a.rrfotos:hover {
    background: url(../images/nav_rrfotos.gif) 0 -16px;
    width: 145px;
}

.menu ul.navegacion li a.info {
    background: url(../images/nav_info.gif);
    width: 34px;
}

.menu ul.navegacion li a.info:hover {
    background: url(../images/nav_info.gif) 0 -16px;
    width: 34px;
}
/*HEAD fecha*/
p.fecha {
    font-family: Arial, Helvetica, sans-serif;
    color: #456C6F;
    font-size: 11px;
    width: 140px;
	text-align: right;
}
/*SUBHEAD*/
.slideshow {
    width: 500px;
    padding: 45px 0 0 35px;
}
* html #home .slideshow, 
* html #info .slideshow {
    background: url(../images/bg_slideshow.gif) no-repeat 33px 19px;
    height: 315px;
    width: 590px;
    padding: 27px 42px;
}


*:first-child+html #home .slideshow, 
*:first-child+html #info .slideshow {
    background: url(../images/bg_slideshow.gif) no-repeat 33px 19px;
    height: 315px;
    width: 590px;
    padding: 27px 42px;
}

#home .slideshow, 
#info .slideshow {
    background: url(../images/bg_slideshow.gif) no-repeat 33px 19px;
    height: 315px;
    width: 520px;
    padding: 27px 42px;
}

#videos .slideshow {
    background: url(../images/bg_player_videos.png) no-repeat scroll 15px 6px;
    height: 550px;
	width: 545px;
	padding: 45px 0 0 55px !important;
	
}


* html #videos .slideshow {
    background: url(../images/bg_player_videos.png) no-repeat scroll 15px 6px;
    height: 550px;
	width: 590px;
	padding: 45px 0 0 35px;
	
}
*:first-child+html #videos .slideshow {
    background: red url(../images/bg_player_videos.png) no-repeat scroll 15px 6px;
    height: 550px;
	width: 590px;
	padding: 45px 0 0 55px !important;
	
}

* html #festivales_home .slideshow, 
* html #festivales_detalle .slideshow {
    background: url(../images/bg_player_festivales.png) no-repeat 20px 7px;
    height: 525px;
	width: 600px;
	
}


*:first-child+html #festivales_home .slideshow, 
*:first-child+html #festivales_detalle .slideshow {
    background: url(../images/bg_player_festivales.png) no-repeat 20px 7px;
    height: 525px;
	width: 600px;
	
}


#festivales_home .slideshow, 
#festivales_detalle .slideshow {
    background: url(../images/bg_player_festivales.png) no-repeat 20px 7px;
    height: 525px;
	width: 555px;
	
}
* html #loquenoviste .slideshow {
    background: url(../images/bg_player_lqnv.png) no-repeat;
    height: 450px;
	width: 600px;
}


*:first-child+html #loquenoviste .slideshow {
    background: url(../images/bg_player_lqnv.png) no-repeat;
    height: 450px;
	width: 600px;
}


#loquenoviste .slideshow {
    background: url(../images/bg_player_lqnv.png) no-repeat;
    height: 450px;
	width: 555px;
}
* html #rrfotos .slideshow {
    background: url(../images/bg_rrfotos.png) no-repeat  15px 6px;;
    height: 550px;
	width: 600px;
	padding: 45px 0 0 55px !important;
	
}
*:first-child+html #rrfotos .slideshow {
    background:  url(../images/bg_rrfotos.png) no-repeat  15px 6px;;
    height: 550px;
	width: 600px;
	padding: 45px 0 0 55px !important;
	
}
#rrfotos .slideshow {
    background: url(../images/bg_rrfotos.png) no-repeat;
    height: 400px;
	width: 550px;
	padding: 45px 0 0 55px;
}



/**/
.nav {
    left: 314px;
    position: relative;
    top: -30px;
    z-index: 100;

	width: 200px;
	height: 100px;
}

#s2 {
    overflow: hidden;
    height: 242px;
}

#s2 img {
    width: 475px;
}
/*botones*/
.nav a {
    float: left;
}

a#prev2 {
    background: url(../images/bot_back.gif) no-repeat 0 0;
    width: 32px;
    height: 21px;
    
    margin: 2px 0 0 0;
}

a#prev2:hover {
    background: url(../images/bot_back.gif) no-repeat 0 -21px;
}

a#b2 {
    background: url(../images/bot_stop.gif) no-repeat 0 0;
    width: 44px;
    height: 25px;
    
}

a#b2:hover {
    background: url(../images/bot_stop.gif) no-repeat 0 -25px;
}

a#b1 {
    background: url(../images/bot_play.gif) no-repeat 0 0;
    width: 44px;
    height: 25px;
    
}

a#b1:hover {
    background: url(../images/bot_play.gif) no-repeat 0 -25px;
}

a#next2 {
    background: url(../images/bot_next.gif) no-repeat 0 0;
    width: 32px;
    height: 21px;
    
    margin: 2px 0 0 0;
}

a#next2:hover {
    background: url(../images/bot_next.gif) no-repeat 0 -21px;
}
/*BUSCADOR*/
.subhead form, .subhead .slideshow {
    float: left;
}

.subhead form {
    width: 200px;
    margin: 60px 0 0 0;
}

.suggestionsBox {
    color: #000000;
    height: 125px;
    margin: 15px 0 0 0;
    overflow: auto;
    width: 300px;
}

#inputString {
    margin: 0 0 0 75px;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
    list-style: none;
    border-bottom: 1px dashed #777;
}

.categoriabusqueda {
    background: none repeat scroll 0 0;
    color: #000000;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    left: 160px;
    position: relative;
    text-decoration: none;
    top: -15px;
    width: 159px;
}

.categoriabusqueda {
    color: #000;
    text-decoration: none;
}

.suggestionList li:hover {
    background-color: white;
}

.suggestionList li p {
    font-weight: bold;
    font-size: 10px;
}

.suggestionList p.nombre {
    font-weight: bold;
    font-size: 11px;
}
/*CONTENIDO DE LA HOME*/
#home .container {
    /*height: 1800px;*/
}

.container .head, .container .subhead, .container .content, #home .container .content .bannertop, #home .container .columnaderecha, #home .container .content .columnaizquierda, #home .container .content .galeriafotos {
    float: left;
    text-align: left;
}

.container .head, .container .subhead, #home .container .galeriafotos {
    width: 960px;
    clear: both;
}

.container .head {
    height: 86px;
    padding: 0 0 0 50px;
}

.container .subhead {
    /*height: 450px;*/
    text-align: left;
}

#home .container .content {
    width: 960px;
}
/*HOME MODULO BANNER TOPBAR*/
#home .container .content .bannertop {
    background: transparent url(../images/bg_banner_top.gif) no-repeat scroll 76px 0px;
    height: 134px;
    width: 960px;
    text-align: center;
    margin: 30px 0 0 0;
}

#home .container .content .bannertop img {
    margin: 27px 0 0 0;
}
/*HOME ARMADOS DE MODULOS*/
#home .container .columnaizquierda {
    width: 730px;
}

#home .container .content .columnaizquierda .loquenosevio {
    width: 460px;
    background: url(../images/bg_loquenosevio.gif) no-repeat;
    height: 312px;
    padding: 30px 0 0 0px;
    text-align: left;
}

#home .container .content .columnaizquierda .videos {
    width: 260px;
    background: url(../images/bg_videos.gif) no-repeat;
    height: 316px;
    margin: 0 0 0 5px;
}

#home .container .content .columnaizquierda .festivales {
    background: url(../images/bg_festivales.gif) no-repeat 13px 0;
    /*height: 237px;*/
    padding: 70px 0 0 15px;
    width: 445px;
    margin: 0 0 0 0px;
}

#home .container .content .columnaizquierda .encuesta {
    width: 260px;
	background: url(../images/bg_encuesta.gif) no-repeat ;    
    /*background: url(../images/bg_horarios_banner.gif) no-repeat;*/
    height: 277px;
    margin: 10px 0 0 0px;
}

#home .container .content .columnaizquierda .loquenosevio, #home .container .content .columnaizquierda .festivales, #home .container .content .columnaizquierda .videos, #home .container .content .columnaizquierda .encuesta {
    float: left;
}
/*HOME MODULO BANNER SIDEBAR*/
#home .container .columnaderecha {
    width: 220px;
    height: 652px;
    background: url(../images/bg_banner_side.gif) no-repeat;
}

#home .container .columnaderecha img {
    margin: 20px 0 0 40px;
}
/*HOME MODULO GALERIA DE FOTOS*/
#home .container .galeriafotos {
    width: 960px;
    background: url(../images/bg_galeriasfotos.jpg) no-repeat;
    height: 153px;
    clear: both;
}
/*HOME MODULO VIDEOS*/
#home .container .content .columnaizquierda .videos {
    background: url(../images/bg_videos.gif);
    width: 259px;
    height: 316px;
    float: left;
    text-align: left;
    margin: 0;
}

#home .container .content .columnaizquierda .videos img {
    margin: 0 0 0 15px;
}

#home .container .content .columnaizquierda .videos a {
    margin: 40px 10px 30px 0;
    display: block;
    color: #676767;
    text-align: right;
    font-size: 11px;
}

#home .container .content .columnaizquierda .videos a:hover {
    color: #b3381c;
}

#home .container .content .columnaizquierda .videos h2 {
    margin: 10px 0 5px 20px;
}

#home .container .content .columnaizquierda .videos p {
    margin: 0px 0 0 20px;
    display: block;
    color: #676767;
}
/*HOME MODULO FESTIVALES*/
.content .columnaizquierda .festivales {
    background: url(../images/bg_festivales.gif) no-repeat 10px 0;
    width: 460px;
    height: 300px;
    float: left;
    text-align: left;
}

.content .columnaizquierda .festivales h1 {
    /*margin: 69px 0 10px 25px;*/
    text-transform: uppercase;
    color: #fff;
}

.content .columnaizquierda .festivales h1 b {
    font-weight: bold;
}

.content .columnaizquierda .festivales a {
    color: #b4ceb1;
	font-size: 11px;
}

.content .columnaizquierda .festivales img {
    border: 1px black solid;
    margin: 0 0 10px;
}

.content .columnaizquierda .festivales ul {
    margin: 0 0 0 10px;
    width: 445px;
}

.content .columnaizquierda .festivales ul li {
    height: 141px;
    float: left;
    margin: 0 5px 0 0;
    width: 100px;
}
/*HOME MODULO GALERIA FOTOS*/
.content .galeriafotos {
    padding: 0 0 0 20px;
}

.content .galeriafotos img {
    float: left;
}

.content .galeriafotos ul {
    margin: 40px 0px 0 0px;
}

.content .galeriafotos ul li {
    float: left;
    margin: 0 10px 0 0;
}
/*HOME MODULO LO QUE NO SE VIO*/
.content .columnaizquierda .loquenosevio .info {
    background: #fff;
    width: 415px;
    height: 120px;
    padding: 4px;
    margin: 0;
}

.content .columnaizquierda .loquenosevio .info {
    margin: 0px 0 5px 25px;
    padding: 0 10px 0 0;
}

.content .columnaizquierda .loquenosevio .info img, .content .columnaizquierda .loquenosevio .info div {
    float: left;
}

.content .columnaizquierda .loquenosevio .info div {
    margin: 20px 0 0 15px;
}

.content .columnaizquierda .loquenosevio .info div h2 {
    margin: 10px 0 0 0;
}

.content .columnaizquierda .loquenosevio .info img {
    border: 1px solid #d8d8d8;
}

.content .columnaizquierda .loquenosevio .info div {
    width: 230px;
}

.content .columnaizquierda .loquenosevio .info div .date {
    border-bottom: 1px solid #d2d2d2;
    font-size: 16px;
    font-weight: bold;
    color: #3a8145;
    text-align: right;
}

.content .columnaizquierda .loquenosevio a {
    clear: both;
    color: #CAE2EC;
    display: block;
    font-size: 11px;
    margin: 0px 0 0 50px;
}

.content .columnaizquierda .loquenosevio a:hover {
    color: #fff;
}

.content .columnaizquierda .loquenosevio .info div p {
    font-size: 11px;
    color: #6c716d;
}
/*PAGINADO*/
.paginado {
    width: 135px !important;
    clear: both;
    margin: 30px 0 0 45px;
}

.entrevistas .paginado {
    float: right !important;
}

.paginado a, .pagination a {
    float: left;
    text-decoration: none;
}

.pagination {
    width: 135px !important;
    clear: both;
    margin: 20px 0 0 350px;
	text-align: center;
}

div.pagination a {
    color: #999;
    display: inline;
    float:none;
    margin-right: 2px;
    padding: 4px 7px 2px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

div.pagination a:hover {
    color: #79a6d4;
}

div.pagination strong {
    font-size: 14px;
    color: #000;
    display: inline;
   float: none;
    margin-right: 2px;
    padding: 4px 7px 2px;
    text-decoration: none;
    font-weight: bold;
}

a#prev, a#next {
    margin: 0 8px 0 0;
}

a#prev {
    background: url(../images/flecha_izq_ch.gif) no-repeat 0 0;
    width: 24px;
    height: 19px;
    display: block;
}

a#prev:hover {
    background: url(../images/flecha_izq_ch.gif) no-repeat 0 -19px;
}

a#next {
    background: url(../images/flecha_der_ch.gif) no-repeat 0 0;
    width: 24px;
    height: 19px;
    display: block;
}

a#next:hover {
    background: url(../images/flecha_der_ch.gif) no-repeat 0 -19px;
}

a#r1, a#r2, a#r3 {
    margin: 3px 8px 0 0;
}

a#r1 {
    font-weight: bold;
    font-size: 11px;
    color: #79a6d4;
    border-left-color: #b0320d;
}

a#r2 {
    font-weight: bold;
    font-size: 11px;
    color: #79a6d4;
}

a#r3 {
    font-weight: bold;
    font-size: 11px;
    color: #79a6d4;
}

a#r1:hover, a#r2:hover, a#r3:hover {
    color: #b3381c;
}
/* SEMANA PASADA*/
/*INFO*/
#info .content .info, #info .content .horarios {
    float: left;
}

#info .content .info {
    background: url(../images/bg_info.gif) no-repeat;
    width: 535px;
    height: 899px;
    /*  margin: 0 0 0 53px;*/
}

#info .content .horarios {
    background: url(../images/bg_horarios.gif) no-repeat;
    width: 340px;
    height: 912px;
}

#info .content .info form {
    /*  margin: 180px 0 0 170px;*/
    left: 172px;
    position: relative;
    top: 179px;
}

#info .content .info form input, #info .content .info form textarea {
    background: none;
    border: none;
    width: 325px;
    /* margin: 0 0 28px 0;*/
    font-size: 11px;
}

#info .content .info form input {
    margin: 0 0 25px 0;
}

#info .content .info form label {
    clear: both;
    display: block;
    margin: 0 0 5px 0;
    font-weight: bold;
}

#info .content .info form textarea {
    clear: both;
    display: block;
    margin: 13px 0 25px 0;
    height: 195px;
    font-family: Arial, Helvetica, sans-serif;
}

#info .content .info form .submit {
    font-size: 12px;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100px;
    color: #897d40;
    text-transform: uppercase;
    margin: 0 0 0 215px;
    font-weight: bold;
    cursor: pointer;
}

#info .content .info form .submit:hover {
    color: red;
}

#info .content .horarios ul {
    margin: 20px 0 0 12px;
}

#info .content .horarios ul li {
    width: 280px;
}

#info .content .horarios ul li b {
    font-weight: bold;
}

#info .content .horarios ul.esp {
    margin: 100px 0 0 12px;
}
/*VIDEOS*/
/*#videos .content {
 padding: 0px 0 0 0px;
 margin: 0 0 0 0px;
 }*/
#videos .content .artistas li {
    float: left;
   /* margin: 0 40px 34px 0;*/
}

#videos .content .entrevistas li, #videos .content .festivales li {
    float: left;
  /*  margin: 0 40px 34px 0;*/
}

#videos .content .destacados {
    background: url(../images/videos_destacados_negro.gif) no-repeat;
    width: 400px;
}

#videos .content .artistas {
    background: url(../images/bg_galeria_videos01.gif) no-repeat;
    width: 950px;
    height: 510px;
    padding: 123px 0 0 57px;
    margin: 0 0 0 0px;
}

#videos .content .artistas ul {
  /*  padding: 102px 0 0 70px;*/
}

#videos .content .entrevistas ul, #videos .content .festivales ul {
    padding: 10px 0 0 0px;
}

#videos .content .artistas ul li a p {
    margin: 10px 0 0 5px;
    width: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    color: #ccc;
}

#videos .content .entrevistas {
    background: url(../images/bg_galeria_videos02.gif) no-repeat;
    width: 950px;
    height: 229px;
    padding: 15px 0 0 85px;
    margin: 0 0 0 0px;
}

#videos .content .entrevistas ul li a p {
    margin: 5px 0 0 5px;
    width: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    color: #ccc;
}

#videos .content .festivales {
    background: url(../images/bg_galeria_videos03.gif) no-repeat;
    width: 950px;
    height: 175px;
    /*    padding: 8px 0 0 70px;
     margin: 0 0 0 60px;*/
	padding: 25px 0 0 90px;
}

#videos .content .festivales ul li a p {
    margin: 10px 0 0 5px;
    width: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    color: #ccc;
}

#videos .content .artistas ul, .content .entrevistas ul, .content .festivales ul {
    width: 960px;
    /*	padding:100px 0 0 70px;*/
}
/*#videos .content .artistas ul {
 margin: 40px 0px 0 0;
 }*/
/*ROCKROAD EN FOTOS*/
#rrfotos .content .fotos {
    background: url(../images/bg_rrfotos.gif) no-repeat 0 0;
    width: 892px;
    height: 920px;
}

#rrfotos .content .fotos h1 {
    background: url(../images/h1_rrfotos.gif);
    width: 351px;
    height: 101px;
    margin: 0 0 0 54px;
}

#rrfotos .content .fotos ul {
    clear: both;
    padding: 138px 0 0 80px;
    width: 830px;
}

#rrfotos .content .fotos li {
    float: left;
    margin: 0 5px 5px 0;
}

#rrfotos .content .fotos .paginado {
    clear: both;
}

#rrfotos .advance-link {
    display: block;
    margin: 22px 0 0 46px
}

.selected {
    /*border: 1px solid blue;*/
}

.thumbs li img {
    border: 1px solid black;
}
/*LOQUENOVISTE*/
.content #loquenoviste .container .content {
    height: 890px;
}

#loquenoviste .content .columnaizquierda, #loquenoviste .content .columnaderecha {
    float: left;
}

#loquenoviste .content .columnaizquierda .estasviendo {
    background: url(../images/bg_estasviendo.gif) no-repeat;
    height: 230px;
}

#loquenoviste .content .columnaizquierda .estasviendo .head {
    height: 20px;
    width: 445px;
    padding: 57px 0 0 53px;
}

#loquenoviste .content .columnaizquierda .estasviendo .head p {
    display: inline;
    color: #fff;
    font-weight: bold;
}

#loquenoviste .content .columnaizquierda .estasviendo p.texto {
    clear: both;
    color: #FFFFFF;
    float: left;
    margin: 0px 0 0 0px;
    text-align: left;
    width: 370px;
	font-weight: normal;
	font-size: 11px;
}

#loquenoviste .content .columnaizquierda .estasviendo p.capitulo, #loquenoviste .content .columnaizquierda .estasviendo p.temporada {
    float: left;
}

#loquenoviste .content .columnaizquierda .estasviendo p.capitulo {
    margin: 0 30px 0 0;
}

p.fecha {
    color: #fff;
    font-size: 11px;
}

#loquenoviste .content .columnaizquierda .galeria_temporada {
    background: url(../images/bg_lqnv_fotos.gif) no-repeat;
    width: 708px;
    height: 616px;
	padding:70px 0 0;
}

#loquenoviste .content .columnaizquierda .galeria_temporada h1 {
    font-size: 24px;
    text-align: right;
    letter-spacing: -1px;
    padding: 60px 30px 0 0;
    margin: -65px 0 0 0;
}

#loquenoviste .content .columnaizquierda .galeria_temporada img {
    border: 1px solid black;
}


#loquenoviste .content .columnaizquierda .galeria_temporada h1 span {
    font-size: 36px;
}

#loquenoviste .content .columnaizquierda .galeria_temporada ul {
    width: 680px;
    margin: 10px 0 0 50px;
}

#loquenoviste .content .columnaizquierda .galeria_temporada ul li {
    float: left;
    margin: 0 5px 5px 0;
}

#loquenoviste .content .columnaizquierda .galeria_temporada .paginado {
    width: 300px;
    margin: 0 0 0 50px;
}

#loquenoviste .content .columnaizquierda .galeria_temporada .paginado a {
    float: left;
    width: 25px;
    height: 20px;
    font-family: Arial;
    font-size: 12px;
    color: #171717;
    font-weight: bold;
    margin: 5px 0 0 5px;
}

#loquenoviste .content .columnaizquierda .galeria_temporada .paginado a#prev {
    background: url(../images/flecha_izq_ch.gif) no-repeat
}

#loquenoviste .content .columnaizquierda .galeria_temporada .paginado a#next {
    background: url(../images/flecha_der_ch.gif) no-repeat
}

#loquenoviste .content .columnaderecha {
    background: transparent url(../images/bg_temporada1.gif) no-repeat scroll 0 0;
    margin: 10px 0 0;
    padding: 0;

}

#loquenoviste .content .columnaderecha ul {
    margin: 36px 0 0 0;
	width: 230px;
}

#loquenoviste .content .columnaderecha ul li.temporada_actual {
    background: none;
    font-family: Arial;
    font-size: 24px;
    color: #171717;
    font-weight: bold;
    padding: 3px 0 0 20px;
}

#loquenoviste .content .columnaderecha ul li {
    background: url(../images/bg_temporadas234.gif) no-repeat;
    /*width: 232px;*/
    height: 25px;
    font-family: Arial;
    font-size: 14px;
    color: #171717;
    font-weight: bold;
    padding: 15px 0 0 0px;
    text-align: left;
}

#loquenoviste .content .columnaderecha ul li a {
    color: #171717;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    margin: 0 4px 4px 0px;
    padding: 0 0 0 25px;
    text-decoration: none;
}

#loquenoviste .content .mapcontainer {
    background: transparent url(../images/bg_map.gif) no-repeat scroll 0 0;
    height: 850px;
    margin: 141px 0 0 57px;
}
/*FESTIVALES*/
/*FESTIVALES HOME*/
.mapcontainer {
    background: transparent url(../images/bg_map.gif) no-repeat scroll 0 0px;
}
/*mapa nombre festivales*/
.papelciudad {
    width: 182px;
    height: 62px;
    padding: 5px 0 0 15px;
    background: url(../images/cartel_mapa.png) no-repeat 0 0;
}
#papelciudad li {
 	list-style: none;
}
.papelciudad a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    display: block;
    width: 155px;
    /*height: 45px;*/
    text-align: left;
}


.nfestival {
    font-weight: bold;
    color: #9f2021;
    margin: 6px 0 0 0;
}

.npais {
    text-align: left;
    font-weight: bold;
    color: #231f20;
    margin: 2px 0 0 0;
}
/*detalle*/
#festivales_detalle .columnaizquierda, #festivales_detalle .columnaderecha {
    float: left;
}

#festivales_detalle .columnaderecha {
    background: transparent url(../images/bg_festivales_fotos.gif) no-repeat scroll 0 19px;
    padding: 120px 0 0;
    width: 210px;
}

#festivales_detalle .infofestival {
    background: transparent url(../images/bg_info_festivales.gif) no-repeat scroll 0 0;
    height: 263px;
    margin: 0px 0 0 11px;
    width: 714px;
}

#festivales_detalle .infofestival .datos, #festivales .infofestival .bandas {
    float: left;
}

#festivales_detalle .infofestival .datos {
    background: none repeat scroll 0 0;
    height: 200px;
    margin: 0 0 0 42px;
    
}

#festivales_detalle .infofestival .datos .lugar {
background:transparent none repeat scroll 0 0;
color:#58595B;
font-family:arial;
margin:0 0 0 18px;
width:180px;
}
#festivales_detalle .infofestival .datos .lugar strong {
	
	

}
#festivales_detalle .infofestival .bandas {
    background: none repeat scroll 0 0;
    color: #58595B;
    font-family: arial;
    height: 200px;
    line-height: 15px;
    margin: 0px 0 0;
    width: 575px;
}

#festivales_detalle .infofestival .bandas p {
padding: 55px 0 0 0;

}

#festivales_detalle .historia {
    width: 600px;
    background: transparent url(../images/bg_festivales_historia.gif) no-repeat;
    padding: 63px 0 0 20px;
}

#festivales_detalle .historia p {
    margin: 0 0 20px 0;
    color: #58595B;
    font-family: arial;
    line-height: 15px;
}

#festivales_detalle .historia h1 {
    margin: 0 0 20px 0;
    color: #58595B;
    font-family: arial;
    line-height: 18px;
    font-weight: bold;
}

#festivales_detalle .historia {
    width: 600px;
    background: transparent url(../images/bg_festivales_historia.gif) no-repeat;
    padding: 63px 0 0 20px;
}
/**/
.footer {
    height: 220px;
    clear: both;
    width: 100%;
    display: table;
}

* html .footer .content {
    width: 810px;
	position: relative;
	top: 0px;
	left: 180px;
}

:first-child+html .footer .content {
    width: 810px;
	position: relative;
	top: 0px;
	left: 180px;
}

.footer .content {
    width: 810px;
	position: relative;
	top: 0px;
	left: 180px;
	margin: 0 auto;
}

.footer .produccion, .footer .powered, .footer .copyright {
    color: #333300;
    font-size: 11px;
    float: left;
}



.footer .produccion {
    margin: 172px 50px 0 0px;

}

.footer .powered {
    margin: 172px 100px 0 0px;
}

.footer .copyright {
    margin: 172px 0 0 0px;
    text-align: right;
}






.footer .produccion b, .footer .powered b, .footer .copyright b {
    font-weight: bold;
}
/*FOOTER*/
#home .footer {
    background: url(../images/bg_foot.gif) top center;
}

#rrfotos .footer {
    background: url(../images/foot_fotos.gif) top center;
}

#festivales_home .footer, #festivales_home .footer {
    background: url(../images/foot_festivales.gif) top center;
}

#videos .footer {
    background: url(../images/foot_videos.gif) top center;
}

#loquenoviste .footer {
    background: url(../images/foot_lqnv.gif) no-repeat scroll center top;
}

#info .footer {
    background: url(../images/bg_foot.gif) top center;
}

.nohayresultado {
	border: none;
	color: red;
	font-weight: bold;;
}
.vacio {
	border: none;
	color: #40879B;
	font-weight: bold;;
}
#linkResultados {
	color:#015B09;
	display:block;
	font-size:11px;
	font-weight:bold;
	margin-bottom:0;
	margin-left:40px;
	margin-right:0;
	margin-top:10px;
}
.graciasVotar {
	
}