/**
 * Banner principal
 */
#blqBannerMain{
   background: #FFF;
   height: 320px;
   width: 708px;
}
   #blqBannerMain a{
      text-decoration: none;
      border: none;
   }
   #blqBannerMain img{
      border: none;
   }

/**
 * Bloque de eventos
 */
#blqEventos{
   background: #FFF;
   padding: 0px;
}
      #blqEventos li{
         width: 332px;
         height: 300px;
         float: left;
         padding: 10px;
         position: relative;
         border: 1px dotted #DDD;    
      }
         #blqEventos li img{
            width: 330px;
            height: 240px;
            border: none;
         }
         #blqEventos li h2.nm{
/*
            position: absolute;
            top: 255px;
            left: 9px;
*/
            margin: 0px;
            font-size: 18px;
            font-weight: bold;
         }
            #blqEventos li .nm a{
               color: #231F20;
            }
         #blqEventos li .date{
/*
            position: absolute;
            top: 275px;
            left: 9px;
*/
            font-size: 14px;
            font-weight: bold;
            color: #FF3E6F;
         }
         #blqEventos li .ticket{
            position: absolute;
            top: 290px;
            left: 284px;
            background: url(/share/img/btn-ticket.png) no-repeat left top;
            height: 21px;
            width: 55px;
         }



#blqBannerFoot{
   padding: 10px;
}
   #blqBannerFoot a{
      border: none;
      text-decoration: none;
   }
   #blqBannerFoot img{
      background: #FFF;
      padding: 5px;
      border: none;
   }
    #blqBannerFoot-1{
      margin-right: 5px;
    }




/* Z-index of #mask must lower than #boxes .window */
#msgModalMask {
  position:absolute;
  z-index:9000;
  background-color: #000;
  top: 0;
  left: 0;
  display: none;
}

    #msgModalCnt{
        background: #222;
        border: 5px solid #000;
        padding: 20px;
        color: #FFF;
        width: 650px;
        font-size: 1.2em;
        position: absolute;
        display: none;
        z-index:9500;
    }
    #msgModalCnt h2{
        margin: 0 0 20px 0;
        font-size: 22px;
    }
    #msgModalClose{
        background: #000;
        text-align: center;
        padding: 5px;
    }
