@charset "utf-8";/* CSS Document *//* links */
a {
	color: #FF0;
	text-decoration: none
}
a:hover {
	text-decoration: underline;
	color: #F00
}
#rodape a:hover, #conteudo_noticias a:hover, #fundo_branco_int a:hover {
	color: #f00;
	text-decoration: underline
}
#rodape a, #conteudo_noticias a, #fundo_branco_int a {
	color: #000;
	text-decoration: none
}/* Tags principais */
body {
	background:url(images/background.gif);
	font-family:Verdana, Arial;
	font-size:13px
}
hr {
	width:100%;
	border: 1px dotted;
	margin: 4px
}
img {
	border:0;
	padding:0;
	margin:0
}
h1, p {
	margin:3px;
	padding:0
}
h1 {
	font-size:24px;
	font-weight:bolder;
	text-align:center;
	margin-bottom:1px;
	font-family: "Courier New"
}
p {
	font-size:12px
}
li {
	display:block;
	list-style-image:url(images/list_marker.gif)
}
input, textarea {
	width:100%;
	border:1px #CCC
}/* Estrutura */
#principal {
	margin:auto;
	width:760px;
	background:#dededd;
	border-width:2px;
	border-style:dashed
}
#lado_esquerdo {
	width:320px;
	float:left;
	padding-bottom:6px;
	position:relative;
	z-index:80
}
#lado_direito {
	width:440px;
	float:left;
	padding-bottom:6px;
	position:relative;
	z-index:80
}/* Rodapé da página */
#rodape {
	background:#999;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-size:10px
}/* Área da foto principal */
#espaco_float {
	width:100%;
	height:232px;
	position:relative
}
#float_aux {
	position:absolute;
	right:0;
	top:0;
	z-index:100;
	width:51px;
	height:232px;
	background:url(images/foto2.gif) right bottom no-repeat
}
#foto_site {
	position:absolute;
	left:0;
	top:0;
	z-index:50;
	width:352px;
	height:232px
} /* local das fotos *//* Notícias */
#caixa_noticias {
	border:1px #000 solid;
	margin-top:15px;
	margin-left:7px
}
#titulo_noticias {
	height:23px;
	padding-top:5px;
	background-image:url(images/noticias.gif);
	text-align:center;
	font-weight:bold;
	border-bottom:1px #000 solid
}
#conteudo_noticias {
	height:224px;
	background-color:#FFF;
	overflow:auto;
	
}/* Menu superior */
#barra_menu {
	background-image:url(images/menu.gif);
	font-family:Tahoma, Verdana, Arial, "Times New Roman";
	height:28px;
	width:354px;
	float:left;
	padding-top:9px;
	font-size:14px
}/* Fundo branco */
#fundo_branco {
	background:url(images/foto1.gif) bottom left no-repeat;
	padding:10px;
	padding-left:40px
}
#fundo_branco_int {
	height:77px;
	border:1px dotted;
	background:#FFF;
	padding:5px
}/* Conteúdo azul */
#blue_cont_header {
	height:27px;
	padding-top:10px;
	background:url(images/content_top.gif);
	text-align:center
}
#blue_content {
	background:url(images/content_middle.gif);
	padding-left:20px;
	padding-right:10px;
	height:290px;
	width:402px;
	overflow:auto
}
#blue_content img.esq {
	padding-right:5px
}
#blue_content img.dir {
	padding-left:5px
}
#blue_content p, li, td {
	color:#fff;
	padding:0;
	padding-bottom:7px
}
#blue_content p {
	text-align:justify
}
