/*==========================================
DEFINE REGRAS GERAIS PARA TODOS OS ELEMENTOS
============================================*/

body {
background:#B3C2D7;
color:000080;
width:240px;
margin:0;
padding:0;
}

/*============================
DEFINE REGRAS GERAIS PARA TOPO
==============================*/

#topomobile {
background:url(topo_mobile.png) no-repeat;
}

#topo {
display:none;
}

/*============================
DEFINE REGRAS GERAIS PARA MENU
==============================*/

#menu ul li {
list-style-type:none;
}

/*================================
DEFINE REGRAS GERAIS PARA CONTEUDO
==================================*/
#conteudo {
color:#000080;
text-align:center;
}

.colEsq {
float:left;
margin:1px;
padding:0;
}

/*==============================
DEFINE REGRAS GERAIS PARA RODAPÉ
================================*/

#rodape {
clear:both;
text-align:left;
color:#000080;
}

#rodape .data {
display:none;
}

/*=============================
DEFINE REGRAS GERAIS PARA LINKS
===============================*/

a:link, a:visited, a:hover, a:active {
text-decoration:none;
}
