/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A1A1A1;
}

.botao {
	margin-top: 10px;
	margin-bottom: 10px;
    background-image: url('../imagens/fundo_botao.jpg');
	background-repeat: no-repeat;
    color: #5e8d32;
    border: none;
    width: 250px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    font-weight: bolder;
	
} .botaomenor {
	margin-top: 10px;
	margin-bottom: 10px;
    background-image: url('../imagens/fundo_botao_menor.jpg');
	background-repeat: no-repeat;
    color: #5e8d32;
    border: none;
    width: 100px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bolder;
} 	
	  
h1, h2, h3, h4, h5, h6 {
    text-align:center;
	color: #2582A4;
}

p, ol, ul {
	text-align: justify;
}

strong {
	font-weight: bold;
	color: #808080;
}

a {
	color: #87A019;
}

a:hover {
	text-decoration: none;
	color: #2582A4;
}

.caixa {
	margin-bottom: 0;
	padding-bottom: 0;
	background: url(../imagens/img07.gif) repeat-x left bottom;
}

.bottom {
	display: block;
	margin-bottom: 0;
	padding-bottom: 10px;
	background: url(../imagens/img08.gif) no-repeat left bottom;
}

.image {
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
}



#cabecalho {
	width: 95%;
	height: 37px;
	margin: 0 auto;
	background: #BECF74 url(../imagens/img01.gif) repeat-x;
	border-bottom: 3px solid #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 600px;
	height: 37px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(../imagens/img02.gif) no-repeat;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 10px 15px 0px 15px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #A4B74C url(../imagens/img04.gif) repeat-x;
}


/* Content */

#conteudo {
	width: 95%;
	margin: 0 auto;
}

#divmenu {
	float: left;
	width: 19%;
	background: url(../imagens/img05.gif) repeat-x;
}

#divmenu h3 {
	padding: 0 20px;
}

#divmenu ul {
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
	list-style: none;
}

#divmenu li {
	padding: 5px 0;
	border-top: 1px solid #EFEFEF;
}

#divmenu li.first {
	border: none;
}

#aplicacao {
	margin-left: 20px;
	float:left;
	width:79%;
	/*padding: 30px 40px 0 30px;*/
	height: 660px;
	background: url(../imagens/img09.gif) repeat-x;
}


#aplicacao h2 {
	margin-top: 0; 
	font-size: 26px;
}

#aplicacao h3 {
	margin-bottom: 0;
	font-size: 18px;
}

#aplicacao h4 {
	margin-top: 0;
	font-size: 11px;
	font-weight: normal;
}

#aplicacao .box {
	margin: 0 -30px 30px -20px;
	padding: 0 30px 0 20px;
}

#aplicacao .bottom {
	margin: 0 0 20px -20px;
	padding: 0 0 20px 20px;
}

/* Logo */

#logo {
	height: 200px;
	background: url(../imagens/img06.gif) no-repeat;
}

#logo h1, #logo h2, #logo a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	/*text-transform: lowercase;*/
	text-align: center;
	color: #FFFFFF;
}

#logo h1 {
	padding-top: 25px;
	font-size: 34px;
}

#logo h2 {
	margin-top: -5px;
	font-size: 12px;
}

/* Footer */

#rodape {
	clear: both;
	width: 95%;
	margin: 0 auto;
	padding-top: 40px;
	background: url(../imagens/img11.gif) repeat-x;
}

#rodape p {
	margin: 0;
	text-align: center;
}

* .erro {
    color:#FF0000;
}