@CHARSET "ISO-8859-1";

BODY
{
	background: #a00;
	color: #000;
	font-family: sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-size: 9pt;
	padding-top: 10px;
}

#container
{
	border: 5px double #f00;
	width: 760px;
	background: #fff;
	padding: 5px;
}

#container DIV
{
	margin: 5px 0px 5px 0px;
}

#posts
{
	text-align: left;
}

.postContainer
{
	padding-bottom: 20px;
	width: 620px;
}

.titulo
{
	font-weight: bold;
	font-size: 14pt;
	display: block;
	color: #f00;
	margin-bottom: 5px;
}

.dthr
{
	color: #666;
	font-size: 8pt;
	display: block;
	margin-bottom: 5px;
}

.texto-default
{
	color: #333;
}

.img
{
	text-align: center;
}

.img-border
{
	border: 5px solid #e1e1e1;
}

.comment-link
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 8pt;
}

.comment-link:hover
{
	text-decoration: underline;
}

.separator
{
	border: 1px dashed #efbdbd;
	margin-top: 10px;
}

#features
{
	width: 120px;
	/*border-left: 3px solid #ccc;*/
	float: right;
	text-align: left;
	padding-left: 5px;
}

#features DIV
{
	margin-bottom: 20px;
}

#features DIV DIV
{
	margin-bottom: 0px;
}

#features .label
{
	font-weight: bold;
	color: #fff;
	background: #c00;
	padding: 5px;
}

#features .item
{
	color: #C00;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	display: block;
	line-height: 15pt;
}

#features .item:hover
{
	text-decoration: underline;
}

#footer
{
	background: #efbdbd;
	padding: 5px;
	font-size: 7pt;
	color: #c00;
	font-weight: bold;
	clear: both;
}