/* Movimenta */
* {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../layout/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #D6D6D6;
}

#wraper {
	width: 801px;
	margin: 0 auto;
}
p {
	line-height:22px;
}
ul, li {
	list-style:circle;
	font-size:1em;
	margin-left:20px;	
}

#cabecalho {
	background-image: url(../layout/bg_menu.jpg);
	height: 84px;
	background-repeat: no-repeat;
	margin-top:50px;
	padding-top:14px;
}
#nav {
/*	margin-top:14px;*/
	text-align:center;
}
#nav img{
	margin-left:3px;
	margin-right:3px;
	vertical-align:middle;
}
#banner{
	background-image: url(../layout/cabecalho.jpg);
	height: 296px;
	background-repeat: no-repeat;
}
#divisoria{
	background-image:url(../layout/tile_barra_divisoria.jpg);
	background-repeat:repeat-x;
	height:8px;
}
#content {
	background-image: url(../layout/bg_conteudos.jpg);
	background-position: left;
	background-repeat: repeat-y;
	background-color: White;
	font-size:0.8em;
	padding-left:50px;
}
#bloco {
	float:left;
}
#content .corpo {
	margin-right: 15px;
	text-align:justify;
	}
#rodape {
	background-image: url(../layout/rodape.jpg);
	height: 51px;
	background-repeat: no-repeat;
	padding:11px;
	font-size:0.6em;
}
#rodape img {
	float:right;
}
a{
	text-decoration: none;
}
h1{
	text-align: left;
	padding-left: 0%;
	padding-top: 2%;
	margin-bottom:10px;
	font-size: 20px;
	font-family: Constantia;
}
h4 {
	font-size: 1.1em;
	font-weight:bold;
	color:#889c6d;
	margin:7px;
}

#links td{
    height: 100px;
    width: 200px;
    vertical-align: middle;
	text-align: center;
}
#coldir {
	width: 332px;
	float:right;
	margin-left:10px;

}
#blocomarcas {
	background-color:#849d5e;
	padding:14px;
}
#blocomarcas .flash {
	text-align:center;
	margin-top:15px;
}
#blococontactos {
	background-color:#b8ba6a;
	padding:14px;
	height:140px;
}
#blococontactos .contactos{
	margin-top:8px;
	margin-left:15px;
	font-size:0.85em;
}
