
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666666;
	margin:0px;
}

div, ul, li, br {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.2em;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2 {
	font-size: 1.5em;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #000000;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

a {
	color: #7ab0e4;
}

.italico {
	font-style: italic;
}



div#geral {
	font-size: 1.2em;
	background-image: url(../images/topo_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
}

div#site {
	margin: auto;
	width: 870px;
}

div#intro {
	margin: auto;
	width: 270px;
}


/*----------------------------------
	Topo
-----------------------------------*/

div#topo {
	height: 100px;
	clear: both;
	margin-bottom: 10px;
}

div#topo h1 {
	background-image: url(../images/logo_ernestod.jpg);
	background-repeat: no-repeat;
	width: 270px;
	height: 36px;
	text-indent: -10000px;
	margin-top: 26px;
	margin-bottom: 0px;
	padding: 0px;
}

div.nav {
	font-size: 0.9em;
	padding-top: 18px;
}



/*----------------------------------
	Lateral Esquerda
-----------------------------------*/

div#lateral_esquerda {
	width: 289px;
	float: left;
	margin-bottom: 10px;
}

p.destaques_tit {
	width: 260px;
	background-color: #9fcced;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
}

div.destaque {
	width: 260px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #cccccc; 
}

div#destaques ul {
	margin-left: 20px;
	margin-top: 10px;
}

div#destaques ul li {
	margin-bottom: 2px;
}

div.pub {
	width: 260px;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #cccccc; 
}

.cor_amarelo {
	margin-top: 4px;
	padding: 0px;
	color: #fed65c;
}

.txt_pub {
	margin-top: 4px;
	padding: 0px;
}



/*----------------------------------
	Lateral Direita
-----------------------------------*/

div#conteudo ul {
	margin-left: 20px;
}

div#lateral_direita {
	width: 544px;
	float: right;
	margin-bottom: 10px;
	border-left: 1px dotted #cccccc;
	padding-left: 15px;
}

div.menu_principal {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 25px;
	float: left;
	width: 546px;
	margin-bottom: 20px;
}

div.menu_principal ul li {
	float: left;
	display: block;
	width: 91px;
	text-align: center;
	
}

div.menu_principal ul li a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	height: 21px;
}

div.menu_principal ul li a:hover {
	color: #ffffff;
	background-color: #9fcced;
}

p.cor_branco {
	color: #ffffff;
	background-color: #cccccc;
	padding: 2px;
}

p.cor_vermelho {
	color: #ff3300;
	background-color: #cccccc;
	padding: 2px;
}

p.cor_azul {
	color: #3366ff;
	background-color: #cccccc;
	padding: 2px;
}

p.cor_verde {
	color: #33cc00;
	background-color: #cccccc;
	padding: 2px;
}

p.cor_laranja {
	color: #ff6600;
	background-color: #cccccc;
	padding: 2px;
}

p.cor_preto {
	color: #000000;
	background-color: #cccccc;
	padding: 2px;
}

div.portfolio_cont {
	border-bottom: 1px dotted #cccccc;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.portfolio_cont img {
	float:left;
	margin-right: 10px;
}

div.portfolio_cont p {
	float:right;
	padding: 0px;
	width: 190px;
}



/*----------------------------------
	Rodape
-----------------------------------*/

div#rodape {
	clear: both;
	height: 80px;
	border-top: 1px dotted #cccccc;
	padding-top: 10px;
	padding-bottom: 20px;
}

div.copyright {
	text-align: center;
	font-size: 0.9em;
	padding-top: 10px;
}

div.logos_rodape {
	text-align: center;
	padding-top: 20px;
}

div.logos_rodape img {
	border: none;
}





