/* FRONT-END */
root { 
    display:block;
    font-size:12px;
}

body {
    font-family: Arial,Tahoma,sans-serif;
    font-size:12px;
}

#loginlogo {
    width:250px;
    height:96px;
    background-image:url(http://www.radiofona.com/img/RDFlogo.jpg);
    background-position:center;
    background-repeat:no-repeat;
}

#loginform {
    width:350px;
}

#header {
    width:1000px;
    height:76px;
    background-repeat:no-repeat;
    z-index:10;
}

#headleft {
    width:200px;
    height:76px;
    background-image:url(http://www.radiofona.com/img/RDFlogo.jpg);
    float:left;
}

#headcenter {
    width:530px;
    height:76px;
    background-image:url(http://www.radiofona.com/img/RDFfondo.png);
    float:left;
}

#headright {
    width:256px;
    height:76px;
    background-color:#eeeeee;
    float:left;
    text-align:center;
    font: normal 12px Arial, Tahoma, sans-serif;
    z-index:11;
}

#menubar {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float:left;
}

#titulo {
    width:976px;
    height:20px;
    background-color:#eeeeee;
    margin-top:-3px;
    padding: 0px 0px 0px 4px;
    text-align:left;
    font-family: Arial,Tahoma,sans-serif;
    font-size:15px;
    font-weight:bold;
}

#bodymain {

}

#bodyleft {
    width:190;
    height:auto;
    padding:10px 0px 0px 0px;
    background-color:#ffffff;
    font: bold 14px Arial, Tahoma, sans-serif;
    color:#111111; /* #8b4513; */
    position:absolute;
    top:120;
    left:8;
    z-index:20;
}
/* afecta al publicador de notas */
#bodycenter {
    width:550px;
    height:auto;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-color:#f5deb3;
    position:absolute;
    top:80;
    left:0;
    z-index:10;
}

#bodyright {
    width:168px;
    height:500px;
    background-color:#ffffff;
    border-left: 0px solid #a5a5a5;
    padding:0px 0px 0px 0px;
    position:absolute;
    top:139;
    left:817;
    z-index:20;
}

#footer {
    width:990px;
    height:60px;
    background-color:#faebd7;
    font-family: Arial,Tahoma,sans-serif;
    text-align:center;
    display:block;
    
}



