

/* CONFIGURAÇÕES DA PÁGINA */

body{
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  
}


.dragme{
position:relative;
width: 250px;
padding: 10px;
font: 9pt sans, arial;
text-decoration: none;
cursor: pointer;
display: block;
}

/* CONFIGURAÇÕES DO CALENDÁRIO */
.linha_semanas{
   background: #CDC9C9;
}

.botao{
   width: 30px;
   height: 30px;
   background: #EEE9E9;
}


#dia_atual{
   width: 30px;
   height: 30px;
   background: #CDC9C9;
}

#dia_comum{
   width: 30px;
   height: 30px;
   background: #cccc;
}




#dia_branco{
   width: 30px;
   height: 30px;
   background: #ffffff;
}



#banner{
  width: 100%;
  height: 140px;
}

/* MENU */
*{
   margin:0;
   padding:0;
}
#menu{
   font-family:'Trebuchet MS', Verdana, Tahoma, sans-serif;
  

}
#menu h3{
   margin-bottom: 0px;
   color:#39F;
}
#menu ul{
   text-align:center;
   width:170px;
   margin-left: 0px;
   list-style:none;
   border:1px solid #ccc;
   border-bottom:none;
}
#menu ul li a{
   padding:5px;
   padding-left:0;
   font-size:15px;
   display:block;
   text-decoration:none;
   color:#999;
   border-left:15px solid #999;
   border-bottom:1px solid #ccc;
}
#menu ul li a:hover{
   background-color:#f5f5f5;
   color:#39F;
   border-left:15px solid #39F;
}
