/* CSS Document TeraB*/

* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0 auto;
	text-align:top center;
	background-image: url(imagens/fundo_html.jpg);
	background-repeat: repeat-x;
	background-color: #5693C0;
}

body {
	margin: 0 auto;
	text-align: center;
	background-image: url(imagens/fundo_site.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

/*fundo do rodape*/
.fundo_rodape {
	background-image: url(imagens/fundo_rodape.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.bg_rodape {
	background-image: url(imagens/bg_rodape.jpg);
	background-repeat: no-repeat;
	width: 766px;
	height: 127px;
}

/*bg_newsletter*/
.bg_newsletter {
	background-image: url(imagens/bg_newsletter.jpg);
	background-repeat: no-repeat;
	background-position: left;
	/*width: 348px;*/
	height: 201px;
}

/*texto preto*/
.texto_preto {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}

.texto_preto a {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.texto_preto a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

/*texto azul*/
.texto_azul {
	font-family: tahoma;
	font-size: 12px;
	color: #0077AF;
	text-transform: uppercase;
	font-weight: bold;
}

/*alinhar a site ao centro*/
.centro {
	margin: 0 auto;
	text-align: center;
}

/*endereço*/
address {
	font-style: normal;
}

/*class para as imagens*/
.img_noticias{
	float:left;
	margin:5px;
	border:0;
}

/*propriedades para os inputs, select e textarea*/

.interna input{
	margin:2px 0 2px 5px;
	font-family:tahoma;
	font-size:11px;
	color:#000000;
}

.interna select{
	margin:2px 0 2px 5px;
	font-family:tahoma;
	font-size:11px;
	color:#000000;
}

.interna textarea{
	margin:2px 0 2px 5px;
	font-family:tahoma;
	font-size:11px;
	color:#000000;
}