@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../imagens/fundo.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ABABAB;
	background-position: center top;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
#base {
	width: 960px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#topo {
	float: left;
	height: 80px;
	width: 960px;
	text-align: center;
}
#conteudo{
	float:left;
	text-align: center;
}
#footer {
	float: left;
	height: 55px;
	width: 930px;
	text-align: right;
	padding-top: 15px;
	padding-right: 30px;
}

.titNoticias{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #d91d24;
	font-weight: bold;
	text-align: left;
}
.dataNoticias{
	font-size: 12px;
	color: #000000;
}
.linkNoticias:link,.linkNoticias:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #d91d24;
	text-align: left;
	text-decoration: none;
	font-style: italic;
	padding-left: 5px;
	padding-bottom: 5px;
	display:block;
}
.linkNoticias:hover,.linkNoticias:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	text-align: left;
	text-decoration: none;
	font-style: italic;
	padding-left: 5px;
	padding-bottom: 5px;
	display:block;
}
.respTitulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #d91d24;
	font-weight: bold;
}
.divisor {
	background-image: url(../imagens/separacao.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 1px;
	margin-right: 25px;
	margin-left: 25px;
	padding-right:25px;
	padding-left: 25px;
}
#baseHome {
	background-image: url(../imagens/bg_home.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 208px;
	width: 937px;
	padding-top: 15px;
}
.formNews{
	color: #FFFFFF;
	background-color: #ababab;
	height: 20px;
	width: 182px;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 10px;
}
.txtHome{
	font-size:11px;
}
#infoProjeto {
	margin-top: 40px;
}
#imgProjeto {
	width: 186px;
	margin-top: 12px;
	margin-left: 30px;
}
.formContato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	background-color: #FFFFFF;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover, a:active {
	color: #666666;
	text-decoration: none;
}
.fotoNoticia {
	margin-right: 20px;
}
