@charset "utf-8";
/* CSS Document */
img {
	border:0;
	behavior: url(../iepngfix.htc);
}
form {
	margin:0;
	padding:0;
}
#pergunta, #codigo, #alerta {
	position:absolute;
	margin:0;
	padding:0;
	top:180px;
	left:80px;
	width:440px;
	height:245px;
	z-index:1000;
}
.input_email{
	height:18px;
}
.input_pergunta{
	overflow-x:hidden;
}
.botao{
	background:#bbb8b7;
	border:none;
	width:64px;
	height:18px;
	text-align:center;
	color:#fff;
	cursor:pointer;
}
.separador{
	height:10px;
}
.imgGrande{
	height:265px;
	overflow:hidden;
}
.titGrande{
	height:165px;
	display:block;
	overflow:hidden;
}
/*#logotipos{
	width:100%;
	height:30px;
	overflow:hidden;
}*/
#logotipos{
	width:100%;
	height:35px;
	overflow:hidden;
	margin-top:-5px;
}
#logotipos img{
	margin-right:5px;
}
<!-- NOTICIAS -->
.noticiaTitulo{
	font-weight:bold;
}
.noticiaData{

}
.noticiaVerMais{
	margin-bottom:30px;
	margin-top:10px;
}
.noticiaVerMais a{
	font-weight:normal;
	text-decoration:none;
}
.noticiaCorpo{
	margin-bottom:30px;
	margin-top:-20px;
}
.sucesso{
	font-weight:bold;
	text-align:center;
}
