@charset "utf-8";
/* Divs Principais */

#principal {
	width:1000px;
	height:auto;
	margin:0px auto;
}
#propaganda {
	width:950px;
	height:500px;
	margin:0px auto;
}
#topo {
	width:100%;
	height:280px;
	background-image:url(../images/topo-fundo.jpg);
	background-repeat:no-repeat;
}
#idiomas {
	width:100%;
	height:215px;
	font-family:Tahoma, Verdana, Arial;
	font-size:9px;
	color:#FFFFFF;
}
#navglobal {
	width:100%;
	height:50px;;
	font-family:Tahoma, Verdana, Arial;
	color:#FFFFFF;
	font-size:12px;
	background-image:url(../images/fundo-adm-topo.png);
}
#esquerda {
	width:180px;
	height:auto;
	float:left;
}

#direita {
	width:750px;
	height:auto;
	float:right;
}
#rodape {
	width:100%;
	height:60px;
	font-family:Tahoma, Verdana, Arial;
	font-size:10px;
	color:#666666;
	float:right;
	background-color:#CCCCCC;
	text-align:center;
}

#socialmedia {
	width:100%;
	height:70px;
	font-family:Tahoma, Verdana, Arial;
	font-size:10px;
	color:#666666;
	float:right;
	background-color:#CCCCCC;
	text-align:center;
	margin-top:10px;
}


/* Divs internas */
#colabore {
	width:750px;
	height:80px;
	margin-bottom:10px;
}
#conteudo01 {
	width:550px;
	height:auto;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	color:#333333;
	float:left;
	background-color:#FFFFFF;
	padding:6px;
	margin-bottom:10px;
}
#institucional {
	width:550px;
	height:auto;
	margin-bottom:10px;
}

#noticias {
	width:550px;
	height:220px;
	font-family:Tahoma, Verdana, Arial;
	font-size:10px;
	color:#666666;
	background-color:#FFFFFF;
	overflow:auto;

}

#conteudo02 {
	width:180px;
	height:auto;
	float:right;
}

#newsletter {
	width:180px;
	height:150px;
	background-color:#FFFFFF;
	font-family:Tahoma, Verdana, Arial;
	color:#003366;
	font-size:10px;
}
#parceiros {
	width:180px;
	height:180px;
	background-color:#ffffff;
}

#menureabilitacao {
	width:180px;
	height:350px;
	background-color:#ffffff;
	overflow:auto;
}


/*Classes */

.box01 {
	width:100%;
	height:180px;
}

.box02 {
	width:100%;
	height:400px;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#990000;
	text-align:center;
}

.icon{
	margin:0px;
	padding:0px;
}

body {
	background-image:url(../images/fundo-site.jpg);
	background-position:center;
	background-repeat:repeat-x;
}
h1 {
	font-family:Tahoma, Verdana, Arial;
	font-size:14px;
	color:#003366;
	margin:0px;
	padding:0px;
	border-bottom-style:inset;
	border-bottom-color:#999999;
	border-bottom-width:4px;
}

h2 {
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	color:#CC0000;
	margin:0px;
	padding:0px;
	border-bottom-style:inset;
	border-bottom-color:#999999;
	border-bottom-width:4px;
}

h3 {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#666666;
	margin:0px;
	padding:0px;
}

ul {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:5px;
}


img {
	border:none;
}


/*Links navegação Local */

a.local:link {
	color:#666666;
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
}

a.local:hover {
	color:#003366;
	text-decoration:underline;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	
}

a.local:visited {
	color:#666666;
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;	
}

a.local:active {
	color:#666666;
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
}


/*links da navegação de rodapé */

a.rodape:link {
	color:#666666;
	text-decoration:none;
}

a.rodape:hover {
	color:#003366;
	text-decoration:underline;
	
}

a.rodape:visited {
	color:#666666;
	text-decoration:none;
}

a.rodape:active {
	color:#666666;
	text-decoration:none;
}


/**Formuário **/

#todoform input {
background:#CCCCCC; 
/* a cor do fundo dos três campos */
 border-color:#003366;
 border-width:thin;
}   

#todoform textarea {
 background:#CCCCCC;
 /* a cor do fundo do campo */
 border-color:#003366;
  border-width:thin;

}


#todoform input.botao {
background:#ff9900; 
/* a cor do fundo do botão */

color:#CCCCCC; /* a cor das letras Enviar */
/* uma borda de 2px solida branca no botão*/
}  


h1.adm {

	font-family:Tahoma, Verdana, Arial;
	font-size:14px;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	padding-top:3px;
	padding-right:5px;
	text-align:right;
}
	
.imagem {
	float:left;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
}

.imgnoticia {
	width:300px;
	height:300px;
	overflow:hidden;
}