body {
font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size:14px;
color:#111;
background:url(images/fondo.gif) no-repeat;
}

#root {
margin: 30px auto;
width: 680px;
height: auto;
}

#top {
background:url(images/top-back.png) no-repeat;
height: 80px;
clear:both;
padding: 10px;
}
#top  h1{
font-size: 36px;
margin-left: 20px;
}
#mid {
background-color: #333;
clear:both;
padding:20px 0;
}
#bot {
background:url(images/bot-back.png) no-repeat;
height: 20px;
clear:both;
text-align:center;
padding: 5px;
color: #444;
}

#left {
padding: 20px;
}
#right {
float:left;
width: 200px;
padding: 20px;
color: #e8e8e8;
font-size: 24px;
text-align:right;
}

#aviso {
position:fixed;
padding: 7px;
bottom: 20px;
right: 20px;
background-color:#3b5998;
}
#aviso:hover {
background-color:#6395ff;
}
#aviso a, #aviso a:active, #aviso a:visited {
color: #FFF;
text-decoration:none;
}