/* CSS Document */

/* body */
body {
	margin: 5px 0 0 0;
	padding: 0;
	background-image: url(imgs/fundo.gif);
}

li {
	padding: 8px 0 0 0;
}

#fundocentro {
	background-image: url(imgs/fundo_centro.gif);
}

#fundorodape {
	background-image: url(imgs/sombra_rodape.gif);
}

#fundoesq {
	background-image: url(imgs/fundo_cinza.jpg);
}

#fundoponti {
	background-image: url(imgs/pontilhado_vert.gif);
}

#fundopontih {
	background-image: url(imgs/linha_horiz2.gif)
}

#centro {
	padding: 25px;
}
.tcinza {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.tpreto {

	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

#barracinza {
	background-color:#F2F2F2;
	height:0 !important;
	height: 17px;
	padding: 5px 0 10px 5px !important;
	padding: 0 0 0 5px;
	margin: 0 0 10px 0;
}

/* fotos e textos da home */

#logo1 {
	float: left;
	margin: 10px 30px 10px 25px;
	margin: 10px 30px 10px 40px !important;	
}

#txt1 {
	margin: 10px;
	padding-top: 10px;
}

#logo2 {
	float: left;
	margin: 10px 30px 10px 25px;
	margin: 10px 30px 10px 40px !important;	
}

#txt2 {
	margin: 10px;
	padding-top: 10px;
}.link {
	font-family: Tahoma;
	font-size: 11px;
	color: #D34118;
	text-decoration: none;
}
.link:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #D34118;
	text-decoration: underline;
}
.form {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
