
/* 
	detalhe.css
	©2008 webuild.pt
*/

.right_menu_spacer
{
	height:20px;
	width:100%;
	margin:0;
	clear:both;
}

#wrapper
{
	width:621px;
	height:192px;
}

#fixed
{
	float:left;
	display:block;
}

#floating
{
	width:auto;
	height:100%;
	position:relative;
}

#floating div
{
	position:absolute;
	bottom:0;
	right:0;
	width:290px;
	text-align:left
}

.content_fullbox_title
{
	float:left;
	color:#333333;
	text-transform:uppercase;
	text-align:left;
	font-size:18px;
	line-height:20px;
	padding-right:20px;
}

.content_fullbox
{
	width:621px;
	float:left;
}

.content_fullbox_spacer
{
	clear:both;
	background:url(../images/global/noticias_spacer.jpg) left repeat-x;
	width:621px;
	height:18px;
	padding:0;
	margin-top:12px;
	float:left;
}

.content_fullbox_body
{
	text-align:left;
	font-size:13px;
	color:#333333;
	line-height:16px;
}

.artigo_titulo_foto 
{
	width: 292px;
	height: 192px;
	overflow: hidden;
	padding-right: 15px;
}

.artigo_titulo_texto
{
	font-size: 18px; 
	color: #333;
	line-height: 110%;
	text-transform: uppercase;
	padding-right: 35px;
}

