@import url('reset.css');

* {
	margin: 0;
	padding: 0;
}

html {
	background-image: url(../images/fondo_rg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}

body {
	color: #fff;
	font-family: "PT Sans Narrow", "Arial", sans-serif;
}


a {
	color: #e6e6e6;
	text-decoration: none;
}

/* Cuadritos Rompecabezas */
.mb_pattern div{
	position: absolute;
	width: 50px;
	height: 50px;
    background-color: #000;
    z-index: 2;
}

/* Cabecera con logo y reproductor */
.music {
    float: right;
    margin: 154px 35px 35px 0px;
    background: transparent url(../images/bg_menu.png) repeat top left;
    z-index: 100;
    width: 300px;position:relative;
    box-shadow: 0.1em 0.1em 0.2em #CC2EFA;
}

.mb_heading h1 {
    position: absolute;
    top: 0px;
    left: 10px;
    font-size: 85px;
    color: #fff;
    text-shadow: 0.1em 0.1em 0.2em #CC2EFA;
    font-family: "Arial";
    font-weight: bold;
    z-index: 90;
}

.mb_heading h2 {
    position: absolute;
    top: 85px;
    left: 10px;
    font-size: 42px;   
    color: #fff;
    text-shadow: 0.1em 0.1em 0.2em #CC2EFA;
	font-family: "Arial";
	font-weight: bold;
	z-index: 90;
}

.mb_heading h3 {
	position: absolute;
	top: 0px;
	left: 10px;
	font-size: 30px;
	color: #000;
	font-family: "tahoma", sans-serif;
	z-index:4;
}

/* Menú */
.mb_menu{
	position: absolute;
	top: 154px;
	left: 0px;
	z-index: 120;
}

.mb_menu a{
	background-color: #000;
	margin-bottom: 2px;
	opacity: 0.9;
	display: block;
	width: 108px;
	height: 98px;
	color: #fff;
	line-height: 98px;
	text-align: center;
	text-transform: uppercase;
	outline: none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-transition: all 0.2s ease-in;
}

.mb_menu a:hover{
	color: #000;
	background-color:#fff;
}

/* Contenedores de información */
.mb_content_wrapper {
	background: transparent url(../images/bg_menu.png) repeat top left;
    width: max-content;
    height: 498px;
	position: absolute;
	top: 154px;
	left: 112px;
	z-index: 130;
	display: none;
}

.mb_content_wrapper2 {
	text-align: center;
	background: transparent url(../images/bg_menu.png) repeat top left;
	width: 400px;
	height: 498px;
	position: absolute;
	top: 154px;
	left: 532px;
	z-index: 140;
	display: none;
}

#hol1,#hol2,#hol4 {
    width: 400px;
    height: 395px;
}

#hol3,#hol5 {
    width: 1000px;
    height: 395px
}

#hol5 iframe {
    width: 100%;
    height: 350px;
    background: rgba(0,0,0,0.2);
    border: solid 1px #533c69;
}

span.mb_close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 11px;
	height: 12px;
	cursor: pointer;
	background: transparent url(../images/close.png) no-repeat top left;
	opacity: 0.8;
}

span.mb_close:hover{
	opacity: 1.0;
}

.mb_content {
	padding: 50px;
	display: none;
}

.mb_content h2 {
	font-family: "Arial";
	text-shadow: 0px 0px 1px #fff;
	font-size: 32px;
	background: transparent url(../images/line.png) repeat-x bottom left;
	padding: 0px 0px 5px 0px;
	margin-bottom: 10px;
}

.mb_content h3 {
	font-family: "Arial";
	text-shadow: 0px 0px 1px #fff;
	font-size: 20px;
	background: transparent url(../images/line.png) repeat-x bottom left;
	padding: 0px 0px 5px 0px;
	margin-bottom: 10px;
}

.mb_content_inner{
	font-family: "Arial";
	line-height: 24px;
	height: 368px;
	outline: none;
}

.mb_content_inner p {
	padding:5px 0px;
}

.galeria {
	width: 100%;
}

iframe{
    position: absolute;
	top: 0px;
	left: 0px;
    width: 1200px;
    height: 700px;
}

ul.mb_imagelist li {
	float: left;
	margin: 2px;
	cursor: pointer;
}

ul.mb_imagelist li img {
	display: block;
	/*opacity:0.3;*/
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-transition: all 0.5s ease-in-out;
}

ul.mb_imagelist li img:hover{
	opacity: 1.0;
}

.mb_content form label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}

.mb_content form div {
	padding: 5px 0px;
}

.mb_content form input,
.mb_content form textarea {
	border: none;
	background: #fff;
	width: 200px;
	font-family: "Arial";
	color: #555;
	padding: 4px;
}

.mb_content form textarea {
	height: 140px;
}

/*Quienes somos*/

.rgama {
    width: 100%;
}

/* Tabla Con Horarios */
.table-rwd {
  font-family: sans-serif;
  font-size: .95em;
  border: 1px solid #9900FF;
  color: white;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto; }
  .table-rwd td, .table-rwd th {
    padding: .2em;
    border-bottom: 1px solid #9900FF; }
  .table-rwd th {
    background: #9900FF;
    color: #fff;
    font-weight: normal;
    text-align: left; }
  .table-rwd td {
    text-align: left; }
    .table-rwd td:before {
      color: blue; }    
    .table-rwd td:first-of-type {
      text-align: left; }
      .table-rwd td:first-of-type:before {
        content: ""; }
      .table-rwd td:first-of-type:after {
        content: ""; }
  .table-rwd tr:hover {
    background: rgba(181, 213, 144, 0.2); }
  .table-rwd tr td:nth-child(2n) {
    background: rgba(181, 213, 144, 0.2); }

.table-rwd {
  min-width: 1000px; }
  .table-rwd td:first-child {
    position: absolute;
    background: #CC2EFA;
    width: 7.5em;}
  .table-rwd th:first-child {
    width: 7.5em; }
  .table-rwd tr:hover td:first-child {
    background: #9900FF;
    color: #fff; }
  .table-rwd tr:nth-child(2) td:first-child {
    box-shadow: 0 -3em 0 -5px #9900FF, -7px -3em 0 -6px #9900FF; }
/* Finaliza Tabla Con Horarios */

/* Galería de eventos */
.galeria {
    max-width: 100%;
}

/* Aside Contenido principal y publicidad */
#patrocinadores{
	text-align: center;
	background: transparent url(../images/bg_menu.png) repeat top left;
	width: 300px;
    position: absolute;
    top: 240px;
    right: 35px;
}

/* Cabecera Noticias */
#head-patro {
	text-align: left;
    width: 80%;
	height:20px;
	margin-left: 10px;
    font-family: "Arial Narrow";
    font-size: 20;
    color: #fff;
    font-weight: bold;
}

/* X cierra ventana noticias y publicidad */
#close {
	position:absolute;
    top: 1px;
	right: 4px;
	width: 11px;
	height: 12px;
    cursor: pointer;
}

/* Contenido video */
.video {
    max-width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Notas del día */
.contacto {
    text-align: left;
    max-width: 100%;
    height: 199px;
    overflow-y: auto;
    padding: 10px;
    font-family: "Arial Narrow";
    font-size: 20;
    color: #fff;
}

.contacto a{
    text-decoration: none;
    font-family: sans-serif;
    color: #e6e6e6;
}

/* Derechos y manufactura */
.mb_footer{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 13px;
	background: #000;
	opacity: 0.9;
	height: 20px;
	padding-bottom: 5px;
	text-transform: uppercase;
	z-index: 200;
}
.mb_footer a{
	padding: 5px 10px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000;
	color: #ddd;
	float: right;
}
.mb_footer a:hover{
	color: #fff;
}
.mb_footer a span{
	font-weight: bold;
}
.mb_footer a.mb_left{
	float: left;
}


/* INICIO DE LA SECCIÓN DE RESPONSIVE PARA LAPTOPS */

@media (max-width: 1550px) {
    
#hol3,#hol5 {
    width: 950px;
}

.pat {
    display: none;
}

.separa {
    display: none;
    }
    
}


/* INICIO DE LA SECCIÓN DE RESPONSIVE PARA TABLETS HORIZONTAL */

@media (max-width: 1350px) {
    
.music {
    margin: 35px 35px 35px 0px;
}

.mb_menu a{
	height: 82px;
	line-height: 82px;
}

/* Aside Contenido principal y publicidad */
#patrocinadores{
    top: 154px;
    height: 418px;
}

/* Contenedores de información */
#hol3,#hol5 {
    width: 700px;
}

.mb_content_wrapper {
    height: 418px;
}

.mb_content_wrapper2 {
    height: 418px;
}

.mb_content_inner{
	height: 300px;
}

}


/* INICIO DE LA SECCIÓN DE RESPONSIVE PARA TABLETS VERTICAL */


@media (max-width: 800px) {

.music {
    margin: 154px 35px 35px 0px;
}
    
.mb_menu a{
	height: 98px;
	line-height: 98px;
}

/* Contenedores de información */
.mb_content_wrapper {
    width: 670px;
    height: 800px;
}

.mb_content_wrapper2 {
	width: 670px;
    height: 800px;
}

.mb_content_inner{
	height: 670px;
}

#hol5 iframe {
    height: 670px;
}

#hol1,#hol2,#hol3,#hol4 {
    width: 570px;
}

#hol5 {
    width: 570px;
}
  
#patrocinadores {
    top: 240px;
    height: 598px;
}

.pat {
    display: block;
}

.separa {
    display: block;
}

}

/* INICIO DE LA SECCIÓN DE RESPONSIVE PARA TELEFONO CELULAR HORIZONTAL */
@media (max-width: 768px) {
}

/* INICIO DE LA SECCIÓN DE RESPONSIVE PARA TELEFONO CELULAR VERTICAL*/

@media (max-width: 480px) {
    
/* Cuadritos Rompecabezas */
.mb_pattern div{
    z-index: -20;
    display: none!important;
    opacity: 0!important;
    pointer-events: none;	
}

/* Cabecera con logo y reproductor */
.music {
    float: none;
    margin: 0px;
    width: 100%;
    /* position absolute y bottom 30 son agregados de ultimo momento */
    position: absolute;
  bottom: 30px;
}

.musiquita {
    width: 100%;
}

/* borrar éstos dos en caso de que no se vea bien */
.mb_heading h1 {
    position: absolute;
    top: 0px;
    font-size: 30px;
}

.mb_heading h2 {
    position: absolute;
    top: 30px;
    font-size: 15px;
}
    /* ojo, esta posición del reproductor, para regresar a como estaba, quitar como comentado y borrar lo que está arriba
    
.mb_heading h1 {
    position: absolute;
    top: 80px;
    font-size: 30px;
}

.mb_heading h2 {
    position: absolute;
    top: 110px;
    font-size: 15px;
}
*/

/* Menú */

.mb_menu{
    position: absolute;
    top: 50px;
    margin: 1% 0% 0% 1%;
    z-index: 120;
    width: 99%;
}

.mb_menu a {
    width: 19%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
}

/* MENÚ BUENO, QUITAR COMO COMENTARIO SI SE DESEA REGRESAR A COMO ESTABA Y BORRA ESTO QUE ESTÁ ARRIBA
.mb_menu{
    position: absolute;
    top: 140px;
    margin: 1% 0% 0% 1%;
    z-index: 120;
    width: 99%;
}

.mb_menu a {
    width: 19%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
}
*/

#patrocinadores {
    display: none;
    top: 175px;
    margin: 1% 1%;
    width: 98%;
    padding-bottom: 26px;
}

#close {
    position:absolute;
    float: right;
    display: none;
}

span.mb_close {
    z-index: 150;
}

    
    
/* QUITAR ÉSTE CONTENEDOR SI NO CONVENCE */
.mb_content_wrapper {
    top: 90px;
    position: absolute;
    left: 0px;
    width: 98%;
    height: 460px;
    margin: 1%;
    }
    

 
/* CONTENEDOR BUENO, QUITAR COMO COMENTARIO SI SE DESEA REGRESAR A COMO ESTABA Y BORRA ESTO QUE ESTÁ ARRIBA
.mb_content_wrapper {
    top: 180px;
    position: absolute;
    left: 0px;
    width: 98%;
    height: 460px;
    margin: 1%;
    }
    
.mb_content_wrapper2 {
    top: 180px;
    position: absolute;
    left: 0px;
    width: 98%;
    height: 460px;
    margin: 1%;
}
*/
    
.mb_content {
    padding: 20px;
}

#hol1,#hol2,#hol3,#hol4,#hol5 {
    width: 90%;
    height: 395px
}

#hol5 iframe {
    width:100%;
    height:370px
    }

/* Contenedores de información */

.mb_content_inner{
	height: 370px;
}

}