@charset "utf-8";
/* CSS Document */

body{
    background-color:#AE0A00;
    }
#contenedorSeries{
    float:left;
    width:990px;
    }
.elemento{
    width:470px;
    padding: 5px;
    float:left;
    margin:10px 5px;
    border: 1px solid #600;
    display:inline;
    }
.divCasillaEscenas{
    position:relative;
    width:54px;
    height:34px;
    top: 6px;
    left: 238px;
    margin:0;
    padding:6px 0 0 0;
    background-image:url(images/casillaEscenas3.gif);
}
a.logo{
    float:left;
}
.divCasillaEscenas p{
    font-family:Arial, Helvetica, sans-serif;
    color:#FFF;
    margin:0;
    padding:0;
    text-align:center;
    }
.numEscenas{
    font-size:24px;
    line-height: 20px;
    font-weight:bold;
    }
.descEscenas{
    font-size:11px;
    line-height: 10px;
    }
.divImgPekes{
    width:141px;
    height:138px;
    overflow:hidden;
    float:left;
    margin:0 5px 0 0;
    }
.divImgGrande{
    width:455px;
    height:280px;
    float:left;
    position:relative;
    padding:0;
    margin:0 0 5px 0;
    }
.divClear{
    clear:both;
}

/**/

.boxgrid{ 
    width:470px;
    height:280px; 
    float:left;  
    overflow: hidden; 
    position: relative; 
}
.boxgrid img{ 

}
.boxgrid p{ 
    font-family:Tahoma, Geneva, sans-serif;
    font-size:11px;
    padding: 0 10px;
    margin:5px 0 10px 0;
    color:#FFF;
}
.boxgrid p a{
    text-decoration:underline;
    font-weight:bold;
    color:#F00;
}
.boxgrid p a:hover{
    text-decoration:none;
}
.boxcaption{ 
    float: left; 
    position: absolute; 
    background: #000; 
    height: 280px; 
    width: 100%; 

}
.captionfull .boxcaption {
    top: 260px;
    left: 0;
}
.caption .boxcaption {
    top: 240px;
    left: 0;
}
.cover h3{ margin: 5px 10px 0 10px; color:#FFF; font:18pt Arial, sans-serif; font-weight: bold;  }
.cover h3 a{
    font-family:Tahoma, Geneva, sans-serif;
    font-size:11px;
    padding: 0 10px;
    margin:0;
    color:#FFF;
    text-decoration:underline;
    }
