body {
	margin: 0px;
	background-color: ecf1f5;
}
.texto_rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 20px;
}

.classe{
 behavior: url(iepngfix.htc)
}
A:link {
	TEXT-DECORATION: none;
}
A:visited {
	TEXT-DECORATION: none;
}
A:hover {
	TEXT-DECORATION: underline;
}
.textos {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: 565656;
	font-size: 11px;
}
#banners {
	background-image: url(images/banner_modelo.jpg);
	background-position: center center;
}
input.contato{
	width: 322px;
	height: 24px;
	float: left;	
	background: url(images/bg_inputs.gif) top right no-repeat;
	border: 0px;
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
	padding-right: 6px;
}
input.contatomenor{
	width: 177px;
	height: 24px;
	float: left;	
	background: url(images/bg_inputs_menor.gif) top right no-repeat;
	border: 0px;
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
	padding-right: 6px;
}
textarea.contato_msg{
	width: 322px;
	height: 93px;
	float: left;	
	background: url(images/bg_inputs_msg.gif) top right no-repeat;
	border: 0px;
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
}
input.contato-submit{
	width: 94px;
	height: 24px;
	float: left;	
	background: url(images/bt_enviar.gif) top right no-repeat;
	border: 0px;
	font-size: 13px;
	color: #333333;
	cursor: pointer;
	margin-right: 37px;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #24736F;
}
.bg_conteudo_home {
	background-image: url(images/bg_conteudo_home.gif);
	background-repeat: repeat-y;
}
.bg_conteudo_home2 {
	background-image: url(images/bg_conteudo_home_cursos.gif);
	background-repeat: repeat-y;
}
.invisivel {
	display: none;
}

