/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
/* ***************************ale************************************* */
.button{text-decoration:none; text-align:center; 
 padding:11px 32px; 
 border:solid 1px #000000; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:17px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#ffffff; 
 background-color:#e3aa01; 
 background-image: -moz-linear-gradient(top, #e3aa01 0%, #665324 100%); 
 background-image: -webkit-linear-gradient(top, #e3aa01 0%, #665324 100%); 
 background-image: -o-linear-gradient(top, #e3aa01 0%, #665324 100%); 
 background-image: -ms-linear-gradient(top, #e3aa01 0% ,#665324 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#665324', endColorstr='#665324',GradientType=0 ); 
 background-image: linear-gradient(top, #e3aa01 0% ,#665324 100%);   
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
  
  }.button:hover{
 padding:11px 32px; 
 border:solid 1px #000000; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:18px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#ffffff; 
 background-color:#665324; 
 background-image: -moz-linear-gradient(top, #665324 0%, #e3aa01 100%); 
 background-image: -webkit-linear-gradient(top, #665324 0%, #e3aa01 100%); 
 background-image: -o-linear-gradient(top, #665324 0%, #e3aa01 100%); 
 background-image: -ms-linear-gradient(top, #665324 0% ,#e3aa01 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3aa01', endColorstr='#e3aa01',GradientType=0 ); 
 background-image: linear-gradient(top, #665324 0% ,#e3aa01 100%);   
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
  
 }.button:active{
 padding:11px 32px; 
 border:solid 1px #000000; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:18px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#e3aa01; 
 background:#ffffff; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
  
 }
/****************************************************fin ale*******************************/
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    font-family:Arial, Helvetica, sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
	vertical-align: middle;
	float: left;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
    background-color: #000;
}

.wrapper {
    width: 80%;
    display: none;
   
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    margin: 0 auto;
    width: 100%;
}

.main-container{
    margin: 0 auto;
    width: 100%;
}

.main aside {
    border-top: 20px solid #e44d26;
}

.header-container,
.footer-container,
.main aside {
    background: #000;
}

.title {
    width: 100%;
    padding: 15px 0;
    margin: 0 auto;

    vertical-align: middle;
}
.title-mobil{
    display: none;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {

    display: table;
    margin-bottom: 10px;

    text-align: center;
    text-decoration: none;
    font-size: 14px;

    color: black;
    
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #E3AA01),
        color-stop(1, #B08D19)
    );
    background-image: -o-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: -moz-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: -webkit-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: -ms-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: linear-gradient(to bottom, #E3AA01 0%, #B08D19 100%);
}

nav a:hover {
    color: #fff;
    text-decoration: none;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #E3AA01),
        color-stop(1, #B08D19)
    );
    background-image: -o-linear-gradient(top, #E3AA01 0%, #B08D19 100%);
    background-image: -moz-linear-gradient(top, #E3AA01 0%, #B08D19 100%);
    background-image: -webkit-linear-gradient(top, #E3AA01 0%, #B08D19 100%);
    background-image: -ms-linear-gradient(top, #E3AA01 0%, #B08D19 100%);
    background-image: linear-gradient(to top, #E3AA01 0%, #B08D19 100%);
}

nav .selected {
    color: #fff;
    text-decoration: none;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #E3AA01),
        color-stop(1, #B08D19)
    );
    background-image: -o-linear-gradient(top, #E3AA01 0%, #B08D19 100%);
    background-image: -moz-linear-gradient(top, #E3AA01 0%, #B08D19 100%);
    background-image: -webkit-linear-gradient(top, #E3AA01 0%, #B08D19 100%);
    background-image: -ms-linear-gradient(top, #E3AA01 0%, #B08D19 100%);
    background-image: linear-gradient(to top, #E3AA01 0%, #B08D19 100%);
}

/* ==============
    MOBILE: Main
   ============== */


.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}


.footer-container footer {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	color: white;
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Inicio */
.imginicio{
    width: 100%;
    height: auto;
    border: 0;
}
/*   Boleteria     */
.boleteria-bg {
    width: 100%;
    height: 520px;
}
.textDatos{
    display: inline-block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 30px;
    color: white;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}
.textDatos p{
    line-height: 130%;
}

.ubicacion-text{
    color: white;
    width: 225px;
    float: left;
    margin: 20px;
}
#map-canvas { 
    display: block;
    float: left;
    min-width: 100%;
    padding-bottom: 100%;
    height: 0;
    margin: 20px;
}

.construccion{
	width: 100%;
	height: 500px;
	margin: 0 auto;
	text-align: center;
	padding-left: auto;
	padding-right: auto;
}
.construccion img{
	display: inline-table;
	text-align: center;
	margin-top: 180px;
	float: none;
}

/* CARTELERA */
.cl-tab{
    display: inline-table;
    height: 100px;
}
.cl-fechas{
    list-style-type: none;
    width: 100%;
}

.cl-fechas li{
   margin: 0 10px 0 0;
}

.cl-fechas{
    padding: 0 0px 0px 28px;
}
.cl-fechas li a {
    display: inline-table;
    width: 290px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background-color: #000;
    text-decoration: none;
    text-align: center;
    border: 1px solid #E3AA01;
    
}
.cl-fechas a.selected{
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #E3AA01),
        color-stop(1, #B08D19)
    );
    background-image: -o-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: -moz-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: -webkit-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: -ms-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: linear-gradient(to bottom, #E3AA01 0%, #B08D19 100%);
   color: #000;
}
.cl-fechas li a:hover{
   background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #E3AA01),
        color-stop(1, #B08D19)
    );
    background-image: -o-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: -moz-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: -webkit-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: -ms-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: linear-gradient(to bottom, #E3AA01 0%, #B08D19 100%);
   color: #000;
}
.contenedor{
    background-color:#ffffff;  
    padding:10px;  
    border:1px solid #464c54;     
}
#primero,
#segundo,
#tercero,
#cuarto
{ 
    display: block;
    margin-left: 30px;
    margin-bottom: 20px;
    display:none; 
    height: auto;
}

.cl-imageload{
    display: inline-block;
    border: 1px solid #e2ae16;
    margin-right: 13px;
    margin-bottom: 30px;

}

.cl-listFecha{
    display: block;
    width: 375px;
    height: 370px;
}

#cl-fecha-parent{
    width: 375px;
    height:328px;
    overflow:hidden;
    background-color: #2e2e2e;
}
.cl-fecha-child{
    width: 373px;
    height: 68px;
    border: 1px solid #e2ae16;

    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #E3AA01),
        color-stop(1, #B08D19)
    );
    background-image: -o-linear-gradient(bottom, #E3AA01 0%, #665324 100%);
    background-image: -moz-linear-gradient(bottom, #E3AA01 0%, #665324 100%);
    background-image: -webkit-linear-gradient(bottom, #E3AA01 0%, #665324 100%);
    background-image: -ms-linear-gradient(bottom, #E3AA01 0%, #665324 100%);
    background-image: linear-gradient(to bottom, #E3AA01 0%, #665324 100%);
    background-color:#2e2e2e;
    cursor:pointer;

}
.cl-fecha-child.selected{
    border: 1px solid #665324;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #E3AA01),
        color-stop(1, #665324)
    );
    background-image: -o-linear-gradient(top, #E3AA01 0%, #665324 100%);
    background-image: -moz-linear-gradient(top, #E3AA01 0%, #665324 100%);
    background-image: -webkit-linear-gradient(top, #E3AA01 0%, #665324 100%);
    background-image: -ms-linear-gradient(top, #E3AA01 0%, #665324 100%);
    background-image: linear-gradient(to top, #E3AA01 0%, #665324 100%);
}
.cl-fecha-child p{
    margin: 15px 0 0 15px;
    font-size: 18px;
    color: #fff;
    padding: 0;
    line-height: 100%;
}
#cl-fecha-up{
    vertical-align: top;
    width:375px;
    height:20px;
    text-align: center;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #E3AA01),
        color-stop(1, #B08D19)
    );
    background-image: -o-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: -moz-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: -webkit-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: -ms-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: linear-gradient(to bottom, #E3AA01 0%, #B08D19 100%);
    background-color:#006600;
    cursor:pointer;

    border-bottom: 2px solid #2e2e2e;
}
#cl-fecha-down{
    width:375px;
    height:20px;
    text-align: center;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #E3AA01),
        color-stop(1, #B08D19)
    );
    background-image: -o-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: -moz-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: -webkit-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: -ms-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: linear-gradient(to bottom, #E3AA01 0%, #B08D19 100%);
    background-color:#006600;
    cursor:pointer;
}

/* SALA */
.sala-contenido{
    display: inline-table;
    width: 100%;
    margin: 20px;
}

.sala-escenario{
    display: block;
    width: 100%;
    float: left;
    text-align: left;
}
.sala-esc-button{
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.sala-esc-button a{
    width: 85px;
    float: left;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    border: 1px solid #e2ae16;
    cursor:pointer;
    font-weight: bold;
}
.sala-esc-button a.selected{
    color: black;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #E3AA01),
        color-stop(1, #B08D19)
    );
    background-image: -o-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: -moz-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: -webkit-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: -ms-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
    background-image: linear-gradient(to bottom, #E3AA01 0%, #B08D19 100%);
    background-color:#006600;
    cursor:pointer;
}
.sala-esc-img{
	display: block;
	width: 240px;
	height: 415px;
	float: left;
	margin-bottom: 20px;
	margin-top: 0px;
}
.sala-informacion{
    width: 100%;
    display: block;
    float: left;
}
.sala-inf-text{
    font-size: 14px;
    color: white;
    line-height: 100%;
    margin-bottom: 50px;
    font-family: 'MyriadPro-Regular';

}
.sala-inf-img{
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #e2ae16;
}
.sala-inf-img img {
    width: 100%;
    height: auto;
}
.techo-img {
	display: none;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 480px) {
    .title{
        width: 100%;
        text-align: left;

    }
    .title-img{
       display: none;
    }
    .title-mobil{
        width: 200px;
        display: inline-block;
    }
    .title-mobil img{
        float: left;
    }
    .ubicacion-text{
        width: 100%;
    }

    .cl-imageload img{
        width: 400px;
        height: auto;
    }
    .imgconstruccion{
        width: 100%;
        height: auto;
        border: 0;
    }

}

@media only screen and (min-width: 480px) {

    .wrapper {
        width: 100%;
       
    }

    .main{
	border-right: 1px solid #b08c19;
	border-left: 1px solid #b08c19;
	border-bottom: 1px solid #b08c19;
    }


/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        display: table;
        float: left;
        padding: 3px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

    #map-canvas { 
        display: block;
        float: left;
        min-width: 68%;
        padding-bottom: 46%;
        height: 0;
        margin: 20px;
    }

    .cl-fechas li{
       display: inline;
       text-align: center;
    }   
    .cl-imageload{
        width: 508px;
        height: 370px;
        float: left;
        display: block;
    }
    .cl-listFecha{
        float: left;
        display: block;
    }
    #primero,
    #segundo,
    #tercero,
	#cuarto
    { 
        width: 900px; 
    }
/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }

    
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        width: 960px;
    }

    .header-container {
        margin: 0 auto;
        width: 960px;
    }
    .main-container{
        margin: 0 auto;
        width: 960px;
    }
    nav {
        float: right;
        width: 100%;
        background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #E3AA01),
            color-stop(1, #B08D19)
        );
        background-image: -o-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
        background-image: -moz-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
        background-image: -webkit-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
        background-image: -ms-linear-gradient(bottom, #E3AA01 0%, #B08D19 100%);
        background-image: linear-gradient(to bottom, #E3AA01 0%, #B08D19 100%);
    }

    .sala-escenario{
        display: block;
        width: 370px;
        float: left;
        border-right: 1px solid #e2ae16;
        text-align: left;
        margin-right: 35px;
    }
    .sala-esc-button{
        display: block;
        width: 90px;
        float: left;
    }

    .sala-informacion{
        width: 500px;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
	
	.boleteria-bg {
		background: #000 url('../img/bg-boleteria.jpg') no-repeat right bottom;
		width: 100%;
		height: 520px;
	}


@media only screen and (min-width: 1140px) {


/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 960px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }

    .main{
        border-right: 1px solid #b08c19;
        border-left: 1px solid #b08c19;
        border-bottom: 1px solid #b08c19;
        display: none;
    }

    .navheader{
        display: table;
        width: 960px;
        border: 1px solid #e5ab00;
        padding: 5px 0px 5px 0px;
    }
    .title {
	width: 100%;
	padding: 15px 0;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	text-align: left;
	vertical-align: middle;
	float: left;
    }
	.techo-img {
	float: right;
	display: inline;
}

/*}*/

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

}
}
