@charset "utf-8";
/* CSS Document */

#paginas {
	height: 399px;
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-color: #FFF;
}
#conteudo {
	height: 373px;
	width: 778px;
	overflow: auto;
	margin: 0px;
	float: left;
}

#titulo_pg {
	background-color: #FFF;
	float: left;
	height: 25px;
	width: 413px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	margin-left: 10px;
	display: block;
	font-family: "Univers Condensed", "Trebuchet MS", Arial;
	font-size: 19px;
	color: #900;
	font-weight: normal;
}
#texto_home{
	float: left;
	height: 175px;
	width: 394px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	display: block;
	background-image: url(../images/fundo_texto.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	
	
	
	}
#propaganda_home {
	height: 185px;
	width: 312px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	padding-right: 2.5px;
	padding-left: 2.5px;
}
#sub_titulo {
	float: left;
	height: 25px;
	width: 201px;
	margin-top: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	font-family: "Univers Condensed", "Trebuchet MS", Arial;
	font-size: 18px;
	color: #900;
	display: block;
}
#sub_conteudo {
	background-image: url(../images/fundo_texto.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 135px;
	width: 191px;
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
#sub_titulo_dois {
	font-family: "Univers Condensed", "Trebuchet MS", Arial;
	font-size: 18px;
	color: #900;
	display: block;
	height: 25px;
	width: 320px;
	margin-top: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	float: left;
}
#sub_conteudo_dois {
	height: 135px;
	width: 310px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	background-image: url(../images/fundo_texto.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-left: 10px;
}
#gambiarra {
	clear: both;
	width: 5px;
	height: 10px;
}
