#blococentral {
    /*	margin:0 auto;*/
    margin-top:30px;
    width:1090px;
    background:rgba(0, 0, 0, 0.8);
    color:rgb(255,255,255);
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#000000', endColorstr='#000000');*/
  
    background-image: url('../images/background-ie.png')\9;
    background-repeat: repeat\9;
    border:3px solid #525153\9;
    
    padding:20px/*top*/ 20px/*direita*/ 10px/*bottom*/ 20px/*esquerda*/;
    border:3px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:50px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    /*position:relative;
    z-index:10;*/
    float:left;
}
.blocotexto {
    float:left;
    min-height:250px;
    height: auto;
    width: 1140px;
    margin-bottom:25px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
}
.infoesq{
    float:left;
    width:680px;
    min-height:275px;
    height:auto;
    margin-left:13px;
}
.infodir{
    float:left;
    width:300px;
    min-height:275px;
    height:auto;
    margin-left:20px;
    padding-left: 55px;
}
.titulopagina{
    float:left;
    width:1065px;
    height:20px;
    margin-bottom:20px;
    margin-left:13px;
    text-transform:uppercase;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    border-bottom:2px solid #aacf98;
}
h1{
    height:20px;
    width:1060px;
    margin-bottom:20px;
    margin-left:13px;
    text-transform:uppercase;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    border-bottom:2px solid #aacf98;
}
h2{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#aacf98;
    text-transform:uppercase;
}
/*############################################*/
/*            EVENTOS / ESPECTÁCULOS          */ 
/*############################################*/
.blocoareaeventos {
    float:left;
    min-height:250px;
    height: auto;
    width: 1140px;
    margin-bottom:25px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    margin-top:20px;
}
.blocoeventos{
    float:left;
    width:300px;
    height: 150px;
    border: 1px solid #aacf98;
    margin-left: 45px;
    margin-bottom:25px; 
}
.imagemblocoevento{
    position:relative;
    width:100%;
    height:150px;
    overflow: hidden;
}
.tituloblocoevento{
    position:relative;
    width:290px;
    height:23px;
    padding-top: 7px;
    padding-left: 10px;
    background:rgba(0, 0, 0, 0.8);
    color:rgb(255,255,255);
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#000000', endColorstr='#000000'); */
    background-image: url('../images/background-ie.png')\9;
    background-repeat: repeat\9;
    margin-top:-30px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: bold;
    text-transform: uppercase;
}