
h3.news {
	
	width:50px;
	height:20px;
	color:white;
	font:bold 12px arial;
	background:url(../imgs/bg_news.gif) no-repeat;
	text-align:center;
	float:left;
	margin-top:20px;
	padding-top:2px;
	clear:left;
	
}

h3.portifolio {
	
	width:70px;	
	font:bold 12px arial;
	background:url(../imgs/bg_portifolio.gif) no-repeat;
	
}

ul.news {
	
	width:250px;
	float:left;
	margin-top:2px;
	clear:left;

}

ul.news a {
	
	color:blue;

}

ul.news a:hover {

	color:#1577FF;
	
}

ul.news a.green {
	
	padding:2px 4px;

}

ul.news li {

	position:relative;
	padding:2px 0px;
	
}

ul.news span {
	
	color:#666;
	font:normal 11px arial;
	
}

ul.news a.todas {

	color:blue;
	font-weight:bold;

}

ul.news a.todas:hover {

	color:#1577FF;
	
}

ul.news img {

	margin-top:3px;
	
}

li.portfolio {

	padding-top:20px !important;
	clear:left;

}

div.img {

	width:170px;
	float:left;

}

div.detail  {

	width:220px;
	float:left;
	
}

div.detail strong {
	
	color:#0D78DA;
	font:normal 18px arial;

}

div.detail span {

	font:normal 12px arial;
	color:#333;
	line-height:18px;

}

div.detail a {
	
	color:#00F;
	font:normal 12px arial;

}