
#top {
    position: relative;
    height: 70px;
    background-image: url("/periodico/javax.faces.resource/css/logo-nayarit.png.xhtml"), url("/periodico/javax.faces.resource/css/logo_sgg_.png.xhtml");
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    padding: 5px;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px; 
    background-color: #F5F5F5;  
}

#bottom {
    position:absolute; /*El div será ubicado con relación a la pantalla*/
    left:0px; /*A la derecha deje un espacio de 0px*/
    right:0px; /*A la izquierda deje un espacio de 0px*/
    bottom:0px; /*Abajo deje un espacio de 0px*/
    height:50px; /*alto del div*/
    z-index:0;
    background-color: #721738;  
    padding: 5px;
    margin: 10px 0px 0px 0px;
    text-align: center;
    color: #fff;
}

#left {
    float: left;
    background-color: #ece3a5;
    padding: 5px;
    width: 150px;
}

#right {
    float: right;
    background-color: #ece3a5;
    padding: 5px;
    width: 150px;
}

.center_content {
    position: relative;
    background-color: #f5f5f5;
    padding: 5px;
    margin-bottom: 70px;
}

.left_content {
    background-color: #dddddd;
    padding: 5px;
    margin-left: 170px;
}

.right_content {
    background-color: #dddddd;
    padding: 5px;
    margin: 0px 170px 0px 170px;
}

#top a:link, #top a:visited {
    color: white;
    font-weight : bold;
    text-decoration: none;
}

#top a:link:hover, #top a:visited:hover  {
    color: black;
    font-weight : bold;
    text-decoration : underline;
}


