@charset "UTF-8";
/* CSS Document */

a {text-decoration: none;}
a img{border:0}

a:link {
	color: #090;
}
a:hover {
	color: #FFF;
	text-decoration:underline;
}
a:visited {
	color: #090;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image:url(imagen/Hz2012_principal.jpg);
	background-position:top;
	background-attachment:scroll;
	background-repeat: no-repeat;
	background-color: #000000;
}
.xs {
	font-size: 9px;
	color: #999;
}
.principal {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:13px;
	padding-right:20px; padding-left:20px; padding-bottom:20px; padding-top:5px;
}

.mail {
	border:1px solid #030;
}

.mailtexto {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:12px;
}

.fechas {
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom:15px;
	padding-top:15px;
}
.facebook {
	padding-top:15px;
}
.end {
	padding-top:15px;
	height:40px;
	background-color:#52574C;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9px; color:#FFF;
}
#flashcontent {
	width: 505px;
	height: 500px;
	border:15px solid #FFF;
	opacity: 50;
}
#fechascontent {
	width:250px;
	height:400px;
	overflow-x:hidden; overflow-y:auto;
	background:url(imagen/top_backgr.png);
}
.fechasin {
	padding:20px 20px 20px 20px;
	border:1px solid #030;
}


.in {
	border:1px solid #030;
}

.dia {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#000;
	padding-top:5px;
}
.mes {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;

}
.festival {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
	padding-top:3px;
}
.lugar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCC;
	padding-top:10px;
	border-top:1px dotted #CCC;
}
.info {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#FFF;
}
.calendario {
	background-image:url(imagen/calendario.png);
	background-position:top;
	background-repeat:no-repeat;
}










/** ========== ESTILOS DEL SLIDESHOW ========== **/

#slider {
	width: 580px; 
	height: 280px; 
	position: relative;
	overflow: hidden;
	margin-left:-20px;
	margin-top:-1;
}
#sliderContent {
	width: 560px;
	position: absolute;
}
.sliderImage {
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
    width: 560px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}










/** ========== ESTILOS DEL PLAYER ========== **/


.ttw-music-player {
    width: 260px;
    margin: 20px auto;
    font-family: 'Lato', arial, sans-serif;
}
.ttw-music-player .player {
    width: 100%;
}
.ttw-music-player .album-cover {
    position: relative;
    float: left;
    background: #333 url(player/images/album-cover-bg.jpg) no-repeat 0 0 scroll;;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, .75);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .75);
}
.ttw-music-player .album-cover .img {
    box-shadow: inset 0 0 1px rgba(255, 255, 255, .6);
    -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, .6);
    -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, .6);
    background-position:center center;
    background-repeat:no-repeat;
    background-color:transparent;
}
.ttw-music-player .album-cover .highlight {
    background: transparent url(player/images/album-cover-highlight.png) no-repeat 0 0 scroll;
    opacity: 1;

}
.ttw-music-player .album-cover:hover .highlight {
    opacity: 1;
}
.ttw-music-player .album-cover,
.ttw-music-player .album-cover .img,
.ttw-music-player .album-cover .highlight {
    display: block;
    height: 80px;
    width: 80px;
}
.ttw-music-player .album-cover img,
.ttw-music-player .album-cover .img,
.ttw-music-player .album-cover .highlight {
    position: absolute;
    top: 0;
    left: 0;
    height:80px;
    width:80px;
}
.ttw-music-player .track-info {
    width: 120px;
    margin: 0px 0 0 20px;
    float: left;
    font-size: 14px;
}
.ttw-music-player .track-info p {
    margin: 0 0 -5px 0;
}
.ttw-music-player .player .title {
    color: #efefef;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
    font-family: 'Lato Bold', arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
}
.ttw-music-player .rating {
    width: 75px;
    height: 16px;
}
.ttw-music-player .rating-star {
    width: 15px;
    height: 16px;
    display: block;
    float: left;
    background: transparent url(player/images/rating-off.png) no-repeat center center scroll;
    cursor: pointer;
}
.ttw-music-player .rating-star:hover,
.ttw-music-player .rating-star.on,
.ttw-music-player .rating-star.hover {
    background: transparent url(player/images/rating-on.png) no-repeat center center scroll;
}
.ttw-music-player .player-controls {
    width: 160px;
    height: 30px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: transparent url(player/images/player-bg.png) repeat 0 0 scroll;
    float: left;
    margin: 10px 0 0 20px;
}
.ttw-music-player .player-controls .main {
    width: 52px;
    height: 12px;
    margin: 9px 9px;
    float: left;
}
.ttw-music-player .player-controls div {

    float: left;
    cursor: pointer;
}
.ttw-music-player .previous, .ttw-music-player .next {
    height: 10px;
    width: 15px;
    margin: 1px 0;
}
.ttw-music-player .play, .ttw-music-player .pause {
    width: 8px;
    height: 12px;
    margin: 0 7px;
}
.ttw-music-player .previous {
    background: transparent url(player/images/player-previous.png) no-repeat center center scroll;
}
.ttw-music-player .next {
    background: transparent url(player/images/player-next.png) no-repeat center center scroll;
}
.ttw-music-player .play {
    background: transparent url(player/images/player-play.png) no-repeat center center scroll;
}
.ttw-music-player .pause {
    background: transparent url(player/images/player-pause.png) no-repeat center center scroll;
}
.ttw-music-player .progress-wrapper {
    height: 9px;
    width: 80px;
    float: left;
    background: transparent url(player/images/player-progress.png) repeat-x 0 0 scroll;
    margin: 11px 10px 10px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.ttw-music-player .progress {
    height: 9px;
    width: 135px;
    cursor: pointer;
}
.ttw-music-player .elapsed {
    height: 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 1px;
    width: 60%;
    background: transparent url(player/images/player-elapsed.png) repeat-x 0 0 scroll;
}
.ttw-music-player .unused-controls {
    display: none !important;
}
.ttw-music-player .description {
    clear: both;
    margin: 20px 0 0 0;
    font-size: 12px;
    color: #999;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
}
.ttw-music-player .description.showing{
    margin:20px 0;
}
.ttw-music-player .tracklist {
    padding: 0px 10px;
	margin-bottom:20px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: transparent url(player/images/tracklist-bg.png) repeat 0 0 scroll;
    color: #CCC;
    font-size: 10px;
}
.ttw-music-player .tracklist ol {
    margin: 0;
    padding: 0;
    overflow:hidden;
}
.ttw-music-player .tracklist li {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    background: transparent url(player/images/tracklist-item-bg.png) repeat-x bottom left scroll;
    padding: 5px 0 5px 0;
    list-style-position: inside;
    position: relative;
}
.ttw-music-player .tracklist li:hover {
    color: #eee;
}
.ttw-music-player li:last-child{
    background: none;
}
.ttw-music-player .show-more-button li:last-child{
    background: transparent url(player/images/tracklist-item-bg.png) repeat-x bottom left scroll;
}
.ttw-music-player .tracklist .title {
    width: 190px;
	display:inline-block;
    padding: 0 0 0 10px;
    cursor: pointer;
}
.ttw-music-player li:nth-child(1n + 10) .title{
    padding-left:7px;
}
.ttw-music-player li.playing {
    color:#fff !important;

}
.ttw-music-player .tracklist .rating {
    margin-left: 10px;
    width: 30px;
    display: block;
    position: absolute;
    right: 28px;
    top: 5.5px;
}
.ttw-music-player .rating-bar {
    height: 10px;
    width: 3px;
    display: block;
    float: left;
    cursor: pointer;
    background: transparent url(player/images/rating-bar.png) no-repeat 0 0 scroll;
}
.ttw-music-player .rating-bar.on,
.ttw-music-player .rating-bar:hover,
.ttw-music-player .rating-bar.hover {
    background: transparent url(player/images/rating-bar-on.png) no-repeat 0 0 scroll;
}
.ttw-music-player .buy {
    width: 62px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: transparent url(player/images/buy-bg.png) repeat 0 0 scroll;
    margin: 0 0 0 10px;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    text-shadow: none;
    color: #999;
    text-decoration: none;
}
.ttw-music-player .buy:hover {
    color: #eee;
}
.ttw-music-player .buy.not-active{
    display:none;
}
.ttw-music-player .more {
    display:none;
    font-family: 'Lato Italic', arial, sans-serif;
    font-size: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    padding: 5px 0;
    margin: 5px 0 0 0;
    cursor: pointer;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: transparent url(player/images/tracklist-more.png) repeat 0 0 scroll;
}
.ttw-music-player .more:hover {
    color: #eee;
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, .2);
}
.ttw-music-player .show-more-button .more{
    display:block;
}
.ttw-music-player .more,
.ttw-music-player .album-cover .highlight,
.ttw-music-player .tracklist li,
.ttw-music-player .buy {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ttw-music-player .player:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

