﻿
#cabecera {
    font-family: Verdana;
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -490px;
    border: 1px solid #333366;
    height: 216px;
    width: 980px;
    color: #fff;
    display: block;
    padding-bottom: 10px;    
    overflow-y: hidden;
    overflow-x: hidden;    
    cursor: initial;
}

    #cabecera img{
        width: 980px;
        height:auto;
    }

#pagina {
    font-family: Verdana;
    position: relative;
    top: 15px;
    left: 50%;
    margin-left: -500px;
    border: 1px solid #333366;    
    width: 1000px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: white;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    display: block;
    padding-bottom: 10px;   
    overflow-y: auto;
    overflow-x: hidden;
    -moz-box-shadow: 3px 3px 3px rgba(0, 0,0, .3);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0,0, .3);
    box-shadow: 3px 3px 3px rgba(0, 0,0, .3);
    cursor: initial;
}
