#conteudo_interna {
	font-family:Verdana, Arial, sans-serif;
	width: 620px;
	_width:620px;
	background-color:#FFF;
	float:left;
	margin-left:18px;
	margin-right:20px;
	_margin-right:7px;
	_margin-left:4px;
	color:#666;
}
#conteudo_interna p, #conteudo_interna {
	line-height:1.5em;
}
h1 {
	font-size:16px;
	font-weight:bold;
	color: #47626E;
	text-transform:uppercase;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color: #47626E;
}
h3 {
	font-size:14px;
	font-weight:bold;
	color: #47626E;
}
h4 {
	font-size:16px;
	font-weight:bold;
	color: #47626E;
}
hr {
	border:1px #eae9e6 solid;
	margin-top:15px;
	margin-bottom:15px;
}
a {
	text-decoration:none;
	color: #666;
}
a:hover {
	text-decoration:underline;
	color: #666;
}
.box_cursos {
	width:520px;
	height:100px;
	font-size:13px;
}
.box_cursos ul {
	list-style:none;
}
.box_cursos ul li a {
	list-style:none;
}
.cursos_esquerda {
	width:300px;
	float:left;
	padding-left:15px;
}
.cursos_direita {
	width:300px;
	float:left;
	margin-left:20px;
}
.paginacao {
	padding-left:220px;
	margin-top:30px;
}
#descriptions {
	font-size:12px;
}
.botoes_eventos {
	text-align:right;
}
.box_noticias {
	background-color:#f7f7f7;
	width:270px;
	height:120px;
	float:left;
	margin-right:20px;
	padding:10px;
	margin-bottom:20px;
	font-family:Verdana, Arial, sans-serif;
/*	overflow:hidden;*/
}
.box_colaboradores {
	background-color:#f7f7f7;
	width:600px;
	float:left;
/*	margin-right:20px;*/
	padding:10px;
	margin-bottom:10px;
	font-family:Verdana, Arial, sans-serif;
}
.box_colaboradores h3 {margin: 0 0 5px 0 !important}
.box_noticias p {
	font-size:10px;
	line-height:1.5em;
	font-family:Verdana, Arial, sans-serif;
	color:#6e6c69;
}
.box_noticias a:hover {
	text-decoration:underline;
	color:#9e9a9a;
}
.box_noticias h4 a {
	color:#FBA61B;
	font-size:16px;
	font-weight:bold;
}
.box_noticias h4 a:hover {
	text-decoration:underline;
	font-size:16px;
	font-weight:bold;
	color: #bebcba;
}
h4 a:hover {
	font-size:16px;
	font-weight:bold;
	color:#f1c988;
}
.img_float_capa {
	float:left;
	padding-right:7px;
	padding-bottom:10px;
}
.botao {
	background:#b7b7b7;
	color:#ffffff;
	border:1px solid #898383;
}
.box_galeria_img {
	height:130px;
	float:left;
	margin:10px;
	padding:12px;
	font-family:Verdana, Arial, sans-serif;
	border:1px #a4a39d solid;
	text-align:center;
	background-color:#f7f7f7;
}
.titulo_float {
	float:left;
	width:100px;
}
img.voltar {
	float:left;
}
/************************** AREA RESTRITA ***************************/
#area_restrita {
	width:100%;
}
#area_restrita fieldset {
	clear:both;
	border:1px dotted #cccccc;
	padding:20px;
	margin:auto;
}
#area_restrita label {
	font-weight:bold;
}
#area_restrita input {
	width:200px;
	height:20px;
	border:1px #999 solid;
	margin-right:10px;
	background:#f4f4f4;
}
#area_restrita button {
	padding:3px;
	font-size:10px;
	font-weight:bold;
	border:1px #FFFFFF solid;
	background:#cccccc;
}
/************************** CSS DO FORMULÁRIO ***************************/


#formulario {
	padding-top:10px;
}
#formulario form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font:100% verdana, arial, sans-serif;
	margin: 0;
	padding-left: 35px;
	padding-right: 35px;
	font-family: "trebuchet ms", arial;
	width: 520px;
	margin: auto;
	background-color: #fff;
}
#formulario form fieldset {
	clear: both;
	border-color: #a4a39d;
	border-width: 1px;
	border-style: dotted;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	background-color: #fff;
}
#formulario form fieldset legend {
	font-size:15px; /* bump up legend font size, not too large or it'll overwrite border on left */
	font-family: "trebuchet ms", arial;
	color: #84969E;/* be careful with padding, it'll shift the nice offset on top of border  */
	font-weight:bold;
}
#formulario form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	padding: 0;
	margin: 5px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	color: #666;
	font-size: 12px;
}
#formulario input#nome, #telefone, #email2 {
	width: 310px;
}
#formulario form input {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of      */
	border: solid 1px #CCC;
}
#formulario input#enviar, #limpar {
	background-color: #CCC;
	float: right;
	color: #FFF;
	font-weight:bold;
}
#formulario input#enviar {
	margin-right: 12px;
}
#formulario form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: 310px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border: solid 1px #CCC;
}
#formulario form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
#formulario textarea {
	overflow: auto;
}
#formulario form small {
	display: block;
	margin: 0 0 5px 110px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
#formulario form .required {
	font-weight:bold;
} /* uses class instead of div, more efficient */
#formulario form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
.small {
	margin-left: 10px;
	font-size: 11px;
	text-align: left;
	color:#487CBF;
}
/********************* MAPA DO SITE*******************/

#mapa_do_site ul {
	list-style:none;
}
#mapa_do_site li {margin:0 0 10px 0;}
.mapa a {
	font-size:14px;
	font-weight:bold;
	color: #4C6672;
	text-transform:uppercase;
}
.mapa_int a {
	padding-left:12px;
	color:#4C6672;
	font-size:12px;
	text-transform:none;
}
/*videos*/
.caixas_videos {
	float:left;
	width:310px;
	margin:10px 0 10px 0;
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
}
.img_videos {
	float:left;
	width:90px;
	border:1px solid #ccc;
}
.img_videos img {
	width:90px;
	height:90px;
}
.txt_videos {
	float:left;
	width:168px;
	margin-left:10px;
}
.txt_videos h1 {
	margin-bottom:5px;
	font-size:1.1em;
}
.txt_videos a {
	color: #333;
}
.txt_videos a:hover {
	text-decoration:underline;
}
.txt_videos p {
	font:1em "Trebuchet MS", Verdana, Helvetica, sans-serif;
	line-height:1.5em;
}
