.pagina{
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    background-image: url("fondo2.png");
    background-repeat: repeat-x;
    background-position: center;
    background-size: 4px 300px;    
    text-align: center;
}
.cabecera{
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    border:3px;
}
.cuerpo{
    display: inline-block;
    margin: 0;
    padding: 0;
    /* background-color: #dbdbcf;*/ 
    width: 90%;
    text-align: center;
}
.cuerpo table{
    text-align: center;
    width: 100%;
    border: 2px;
    border-color: black;
    padding: 3px;
    margin: 0px;

}
.iframe{
    border: 0px;
}
.titulo{
    text-align: center;
    font-size: 45px;
    font: oblique bold 40px sans-serif;

}
.Reglamento{
    text-align: justify;
    width: 100%;
    word-wrap: break-word;
}
p{
    font-size: 20px;
}
body, img{
    margin:0;
    padding:0;
    height: 300px;
    
}
body{
    text-align: center;
    /*background-color: #309e51;*/
    
    background-color: #fff;
}
.banner{
    width: 250px;
    
    height: 208px;
}
