@charset "utf-8";

body{
	margin:0px;
	padding:0px;
	font-family:Verdana;
	font-size:12px;
	color:#333;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x repeat-y;
}

ul, li{
	list-style:none;
}

a{
	color:#2E6944;
}

#topo{
	width:1000px;
	height:200px;
	padding-top:20px;
}

#logo{
	width:230px;
	height:140px;
}

#menu{
	width:810px;
	height:40px;
	padding-right:0px;
}

.item_menu{
	width:128px;
	height:40px;
	background-image:url(../images/btn.png);
	background-repeat:no-repeat;
}

.item_menu a{
	text-decoration:none;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#333;
	text-align:center;
	margin-left:-22px;
}

.item_menu:hover{
	background-image:url(../images/btn_hover.png);
	background-repeat:no-repeat;
}

#images{
	width:100%;
	height:300px;
	background-image:url(../images/img_bg.png);
	background-repeat:repeat-x;
		
}

.texto{
	text-indent:20px;	
}
.titulo{
	font-family: 'Muli', sans-serif;
	color:#333;
	font-size:22px;
	font-weight:bold;
	margin-left:8px;
}
.sub_titulo{
	font-family: 'Muli', sans-serif;
	color:#333;
	font-size:16px;
	font-weight:bold;
	margin-left:8px;
}
.sub_titulo2{
	font-family: Verdana, Geneva, sans-serif;
	color:#434343;
	font-size:14px;
	font-weight:bold;
	margin-left:8px;
}

#conteudo{
	width:1000px;
	margin-top:20px;
}

.bloco{
	width:235px;
	height:265px;
	background-image:url(../images/container.png);
	background-repeat:no-repeat;
	text-align:center;
}

.blocob{
	width:180px;
	height:265px;
	background-image:url(../images/container.png);
	background-repeat:no-repeat;
	
}


.titulo_bloco{
	width:235px;
	height:20px;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	margin-top:30px;
}


.bloco p{
	width:200px;
	font-size:11px;
	text-align:center;
	margin: 10px 0px 0px 18px;
	text-align:center;
}

#interno{
	margin-left:20px;
	vertical-align:top;
}

#interno p{
	line-height:18px;
	text-align:justify;
}

#rodape
{
	width:100%;
	height:50px;	
	background-color:#3B8959;
	font-size:14px;
}

#rodape p{
	line-height:20px;
	vertical-align:middle;
	color:#FFF;
	font-style:italic;
}

.txt{
	height:20px;	
}