@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;
	color:#FFF;
}
.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;
}

#twitter_div{
	position:fixed;
	/*margin-left:-50px;*/
	margin-top:-40px;
	/*left:100%;*/
	top:100%;
	z-index:999;
}

/*-------COMENTARIOS-------*/

#form_comenta input[type=text]{
	background-color: #c0c0c0;
	border:1px solid #666;
	width:360px;
	padding:4px;
}

#form_comenta textarea{
	background-color: #c0c0c0;
	border:1px solid #666;
	width:400px;
	padding:4px;
}

.label_form{
	width:40px;
	line-height:25px;
	vertical-align:middle;
	display:block;
	float:left;
}

.termos{
	width:410px;
	height:80px;
	overflow:auto;
	margin:10px 0 10px 0;
	text-align:justify;
}

.termos p{
	padding-right:7px;	
}
