@charset "utf-8";
body {
	/*background-color: #c0c0c0;*/
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
input {
	background-color: #c0c0c0;
	font-size: 12px;
}
textarea {
	background-color: #c0c0c0;
	font-size: 12px;
}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #4A5E5F;
	font-weight: bold;
	text-decoration: underline;
}
.foto{
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.fundo_menu {
	background-image: url(images/fundo_menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #4A5E5F;
	font-weight: bold;
}
.tit {
	background-image: url(images/fundo_tit.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #4A5E5F;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	font-size: 14px;
}
.meio {
	background-image: url(images/fundo_meio.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: scroll;
}
.baixo {
	background-image: url(images/fundo_baixo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}
.busca {
	color: #4A5E5F;
	font-weight: bold;
	font-size: 14px;
}
.table_principal {
	/*border: 1px solid #000000;*/
	table-layout:fixed;
}
.fundo_topo {
	background-image: url(images/fundo_topo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.data_post {
	font-size: 12px;
	color: #334f57;
	text-decoration: none;
}
.titulo_post {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.fim_post {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #334f57;
}

.texto_post {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.texto_post img{
	margin: 5px 5px 5px 5px;
}
.tit_galeria {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
