/* CSS Document */

body  {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight:normal;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

img{border:0px;}

.titulo{
	font: 14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#c2110a;
	margin-bottom: 10px;
}
.subtitulo{
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#c2110a;
	margin-bottom: 10px;
	margin-top: 10px;
}

#post_imagem{
border: 1px solid #EECDC7;
background:#FFFFFF;
padding:12px;
text-align:left;
}

.imagenspostada{
border: 7px solid #EECDC7;
}

.paginacao{
	font: 14px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#c2110a;
}

#conteudoacontece {
	width:248px;
	height:130px;
	overflow: auto;
}

#conteudoacontece_semfoto {
	width:475px;
	height:130px;
	overflow: auto;
}
