@charset "utf-8";
/* CSS Document */
html{
    height: 100%;
}
body {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	background: url(../img/fondoweb.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 *********/

#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;
}

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

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

/********** BEGIN CONTENT *********/
#content{
	float: left;
    width: 511px;
    height: auto;
    padding-right: 18px;
    margin: 0;
}
#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: 182px;
    text-transform: uppercase;
    font-weight: bold;
}
#content #proximos table tr td.dia a{
    color: #cc3333;
}
#content #proximos table tr td.dia span{
    color: #cc3333;
    font-weight: normal;
}
#content #proximos table tr td.hora{
    text-align: center;
    width: 52px;
}
#content #proximos table tr td.precio{
    padding: 5px 5px 8px 5px;
    text-align: center;
    width: 70px;
}
#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 h2{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin-top: 19px;
    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 *********/

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

/********** BEGIN PAGINACION *********/

#paginacion{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 8px;
}
#paginacion a{
    padding: 4px;
    background-color: #e0e0e0;
    border: 1px solid #9c9c9c;
}
#paginacion a.selected{
    color: #cc3333;
}

/********** END PAGINACION *********/

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

/********** BEGIN RESERVA *********/

#reserva{
    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;
}
#reserva img.tituloventa {
    margin: 5px 0 15px 0;
}
#reserva h2 {
    margin: 10px 0 0 0;
    font-size: 16px;
}
#reserva h2 span{
    font-weight: bold;
    color: #cc3333;
    font-size: 16px;
}
#reserva p.datos-reserva {
    height: 40px;
    line-height: 40px;
    background-color: #993333;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
    padding-left: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
#reserva p.ok {
    background-color: #38b64c;
}
#reserva p.entradas {
    height: 40px;
    line-height: 40px;
    background-color: #868686;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
    padding-left: 10px;
    color: #fff;
    font-size: 16px;
}
#reserva #imprimir{
    margin: 10px 0;
}
#reserva #imprimir img{
    float: left;
    margin: 5px 15px 0 0;
}
#reserva #imprimir a{
    font-size: 16px;
}
#reserva p.recogida {
    color: #666666;
}
#reserva table.precio {
    margin: 0 0 10px 0;
    font-size: 16px;
}
#reserva table.precio td{
    padding: 0;
}
#reserva table.precio span {
    font-weight: bold;
    color: #cc3333;
}
#reserva p.datos {
    margin: 0;
    font-size: 16px;
}
#reserva p.datos span{
    font-weight: bold;
    color: #cc3333;
}
#reserva table.form {
    padding: 10px;
    width: 481px;
    background-color: #dddddd;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}
#reserva table.form tr td:first-child{
    text-align: right;
    padding-right: 15px;
    width: 100px;
}
#reserva input[type=text]{
    border: 1px solid #333333;
    padding: 2px;
    width: 300px;
}
#reserva table.form td.title{
    text-align: left !important;
    padding: 0 0 10px 30px;
    font-size: 16px;
    font-weight: bold;
}
#reserva table.form td.news{
    padding: 10px 0;
}
#reserva #reservar{
    color: #fff;
    background-color: #a2a2a2;
    border: 0;
    padding: 4px 15px;
    cursor: pointer;
    font-weight: bold;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}
#reserva #nombrebanda{
    margin-top: 10px;
}
#reserva p{
    margin-top: 10px;
}
#reserva #banner{
    margin: 10px 0 5px 0;
}
