@charset "utf-8";
/* CSS Document */
html{
    height: 100%;
}
body {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	background: url(../img/fondo-bandas-tributo.png) #333333 top center no-repeat;
	margin:0;
	padding:0;
	font-size:12px;
	border:0;
	text-decoration:none;
    height:100%;
    text-align: left;
    color: #000000;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img, a, p, h1, h2, h3, h4{
    border: 0;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
#page {
	margin: 0 auto;
	padding: 58px 0 0 0;
	width: 800px;
    height: auto;
}

/********************************************************************************************************************************************/
/********************************************************************************************************************************************/

/********** BEGIN EXTRAS *********/

.alignleft{
    float: left;
}

.alignright{
    float: right;
}

.center {
	text-align: center;
}

.block {
    float: left;
}

.nomargin{
    margin-right: 0 !important;
}

.error{
    color: red !important;
}

.success{
    color: green !important;
}
.cancelado{
    padding: 0 5px;
    background: yellow;
    color: black !important;
    font-weight: bold !important;
}
p.cancelado{
    width: 200px;
    text-align: center;
    padding: 5px 0;
    font-size: 18px;
}

/********** BEGIN HEADER *********/
#header {
	background: url(../img/header.png) transparent top left no-repeat;
	margin: 0;
	padding: 0;
	height: auto;
	width: 800px;
    height: 123px;
    float: left;
}
#header h1{
    margin: 33px 0 0 27px;
}


/********** END HEADER *********/

/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
#center{
    width: 762px;
    padding: 19px;
    margin: 0;
    float: left;
    background-color: #ffffff;
	-moz-border-radius-topright: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/********** BEGIN BANDA *********/

#bandapost{
    width: 481px;
    padding: 12px 14px 14px 14px;
    height: auto;
    float: left;
    margin: 0 18px 0 0;
    border: 1px solid #a1a1a1;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}
#nombrebanda{
    width: 100%;
}
#nombrebanda div{
    float: left;
    width: 270px;
    text-transform: uppercase;
}
#nombrebanda div h1{
    font-size: 16px;
    font-weight: bold;
    color: #b91a2e;
}
#nombrebanda div h2{
    font-size: 15px;
}
#nombrebanda p{
    float: left;
    width: 270px;
    font-size: 15px;
    text-transform: uppercase;
}
#nombrebanda p span{
    font-size: 16px;
    font-weight: bold;
    color: #b91a2e;
}
#nombrebanda a{
    float: right;
}
#banner{
    width: 100%;
    float: left;
    margin: 15px 0;
}
#descripcion{
    width: 100%;
    float: left;
    font-size: 15px;
}
#descripcion p{
    margin-bottom: 15px;
}
#riderpdf{
    width: 100%;
    height: 72px;
    float: left;
    font-size: 15px;
    background: url(../img/pdf.png);
}
#riderpdf p{
    margin: 32px 0 0 53px;
}
#reproductor{
    width: 100%;
    height: 63px;
    float: left;
    background: url(../img/mp3.png);
    margin-top: 10px;
    overflow: hidden;
}
#reproductor p{
    font-size: 15px;
    font-weight: bold;
    float: left;
    margin: 23px 0 0 54px;
}
#reproductor #player{
    float: left;
    margin: 19px 0 0 17px;
}
#reproductor #player p{
    font-size: 10px;
    width: 350px;
    margin: -10px 0 0 0;
}
#reproductor #player p a{
    color: #b91a2e;
}
#galeria{
    width: 100%;
    /*height: 336px;*/
    height: auto;
    float: left;
    background: url(../img/galeria.png) no-repeat;
    margin-top: 10px;
}
#galeria img{
    margin: 0;
}
#galeria #nextprev{
    width: 100%;
    height: 41px;
}
#galeria #nextprev p#titulo{
    font-size: 15px;
    font-weight: bold;
    float: left;
    margin: 12px 0 0 54px;
}
#galeria #nextprev p#nav{
    font-size: 14px;
    font-weight: bold;
    float: right;
    margin: 12px 10px 0 0;
}
#galeria #slideshow {
    width: 481px;
    height: auto;
    position: relative;
    float: left;
}
#videos{
    width: 100%;
    height: auto;
    float: left;
    background: url(../img/galeria.png) no-repeat;
    margin-top: 10px;
}
#videos p{
    font-size: 15px;
    font-weight: bold;
    float: left;
    height: 41px;
    line-height: 41px;
    margin-left: 54px;
}
#videos #youtube{
    float: left;
}
.noexiste{
    font-size: 18px;
    font-weight: bold;
}
.noexiste a{
    font-size: 16px;
}

#bandapost #proximos {
	float: left;
    width: 481px;
    height: auto;
    margin-top: 12px;
}
#bandapost #proximos table{
	float: left;
    width: 481px;
    height: auto;
    margin: 0;
    padding: 0;
    border-left: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    font-size: 15px;
}
#bandapost #proximos table tr{
    width: 100%;
    margin: 0;
    padding: 0;
}
#bandapost #proximos table tr:hover{
    background-color: #ffe9c3 !important;
}
#bandapost #proximos table tr.oscuro{
    background-color: #e0e0e0;
}
#bandapost #proximos table tr td{
    margin: 0;
    padding: 8px;
    border-right: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
}
#bandapost #proximos table tr td.dia{
    width: 177px;
    text-transform: uppercase;
    font-weight: bold;
}
#bandapost #proximos table tr td.dia a{
    color: #cc3333;
}
#bandapost #proximos table tr td.dia span{
    color: #cc3333;
    font-weight: normal;
}
#bandapost #proximos table tr td.hora{
    text-align: center;
    width: 46px;
    font-size: 14px;
}
#bandapost #proximos table tr td.precio{
    text-align: center;
    width: 76px;
    font-size: 14px;
}
#bandapost #proximos table tr td.precio span{
    color: #cc3333;
}
#bandapost #proximos table tr td.lugar{
    width: 113px;
    border-right: 0;
    font-size: 12px;
}
#bandapost #proximos table tr td.lugar span{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
#bandapost #proximos #vertodos{
    float: left;
    background-color: #cc3333;
    text-align: right;
    width: 500px;
    height: 25px;
    line-height: 25px;
    padding-right: 11px;
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#bandapost #proximos #vertodos,
#bandapost #proximos #vertodos a{
    color: #ffffff;
}
#bandapost #proximos p{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px;
    float: left;
    background-color: #d2392f;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}

/********** END BANDA *********/

/********************************************************************************************************************************************/
/********************************************************************************************************************************************/

/********** BEGIN CONTENT *********/
#content{
	float: left;
    width: 511px;
    height: auto;
    padding-right: 12px;
    margin: 0;
}
#minifichas{
    float: left;
    background-color: #dbdbdb;
    margin: 10px 0;
    padding: 8px 8px 0 8px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}
.listabandas{
    padding: 12px 0 12px 12px !important;
    width: 768px !important;
}
#content img {
	float: left;
}
.catalogo {
    display: table;
	float: left;
    width: 244px;
    height: 233px;
    background-color: #cc3333;
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    margin: 0 12px 12px 0;
    padding: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}
.catalogo div{
    display: table-cell;
    vertical-align: middle;
    width: 242px;
}
.list {
    overflow: hidden;
	float: left;
    width: 242px;
    height: 231px;
    border: 1px solid #9c9c9c;
    margin: 0 12px 12px 0;
    padding: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    background: url(../img/minifichatop.png) #ffffff top left no-repeat;
}
#content .banda {
    overflow: hidden;
	float: left;
    width: 242px;
    height: 231px;
    border: 1px solid #9c9c9c;
    margin: 0 7px 8px 0;
    padding: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    background: url(../img/minifichatop.png) #ffffff top left no-repeat;
}
#content .banda .descripcion,
.list .descripcion{
    display: table;
	float: left;
    width: 242px;
    height: 54px;
    margin: 0;
    text-align: center;
}
.list .descripcion div,
#content .banda .descripcion div {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    width: 212px;
    padding: 0 15px;
}
.list .descripcion div div,
#content .banda .descripcion div div {
    width: 212px;
}
.list .descripcion div span,
#content .banda .descripcion div span {
    font-weight: bold;
}
.list .descripcion div a,
.list .descripcion div div.nolink,
#content .banda .descripcion div a {
    font-weight: bold;
    color: #cc3333;
}
.list .pregunta{
    text-align: center;
    font-size: 13px;
}
.list .pregunta a{
    font-weight: bold;
}
.list .pregunta span{
    font-size: 40px;
}
.list .imagen,
#content .banda .imagen {
	float: left;
    width: 242px;
    height: 177px;
    margin: 0;
    padding: 0;
}
#content img.bebatickettitulo {
    margin: 5px 0 30px 30px;
}
#content #proximos {
	float: left;
    width: 511px;
    height: auto;
}
#content #proximos table{
	float: left;
    width: 511px;
    height: auto;
    margin: 0;
    padding: 0;
    border-left: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    font-size: 15px;
}
#content #proximos table tr{
    width: 100%;
    margin: 0;
    padding: 0;
}
#content #proximos table tr:hover{
    background-color: #ffe9c3 !important;
}
#content #proximos table tr.oscuro{
    background-color: #e0e0e0;
}
#content #proximos table tr td{
    margin: 0;
    padding: 8px;
    border-right: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
}
#content #proximos table tr td.dia{
    width: 210px;
    text-transform: uppercase;
    font-weight: bold;
}
#content #proximos table tr td.dia a{
    color: #cc3333;
}
#content #proximos table tr td.dia span{
    color: #cc3333;
}
#content #proximos table tr td.hora{
    text-align: center;
    width: 54px;
}
#content #proximos table tr td.precio{
    text-align: center;
    width: 40px;
}
#content #proximos table tr td.precio span{
    color: #cc3333;
}
#content #proximos table tr td.lugar{
    width: 138px;
    border-right: 0;
    font-size: 12px;
}
#content #proximos table tr td.lugar span{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
#content #proximos #vertodos{
    float: left;
    background-color: #cc3333;
    text-align: right;
    width: 500px;
    height: 25px;
    line-height: 25px;
    padding-right: 11px;
    margin-bottom: 10px;
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#content #proximos #vertodos,
#content #proximos #vertodos a{
    color: #ffffff;
}
#content #proximos h2{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px;
    float: left;
    background-color: #d2392f;
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
#content #proximos h2:first-child{
    margin-top: 0;
}

/********** END CONENT *********/

/********************************************************************************************************************************************/
/********************************************************************************************************************************************/

/********** BEGIN SIDEBAR *********/

#sidebar{
	float: left;
    width: 233px;
    height: auto;
    margin: 0;
    padding: 0;
}
#sidebar img{
    float: left;
    margin-top: 19px;
}
#sidebar img.destacado{
    margin-top: 0;
}

/********** END SIDEBAR *********/

/********************************************************************************************************************************************/
/********************************************************************************************************************************************/

/********** BEGIN FOOTER *********/
#footer {
	margin: 0;
	padding: 20px 0;
	width: 800px;
    color: #fff;
    float: left;
    font-size: 13px;
    text-align: center;
}
#footer a {
    color: #fff;
}


/********** END FOOTER *********/

/********************************************************************************************************************************************/
/********************************************************************************************************************************************/


