.noticias
{
	position: relative;
	float: left;
	width: 700px;
	padding: 20px 20px 20px 20px;	
}
.noticias .titulo
{
	position: relative;
	display: block;
	font-family: MV Boli, Brush Script Std , Brush Script Std, Arial;
	font-size: 34px;
	letter-spacing:1px;
	color: #35a;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}
.noticias .txt
{
	position: relative;
	display: block;
	font-family: arial;
	font-size: 11px;
	color:#333;
	display: table;
	padding: 0px 15px 0px 15px;
	text-align: justify;
}
.noticias .fundoNoticias
{
	width:400px;
	height:205px;
	background:url(../imgs/noticias/fundo.jpg);
	margin:0px 0px 30px 0px;
}
.noticias .fundoNoticias h2
{
	display:block;
	font-family:arial;
	font-size:16px;
	color:#fff;
	width:100%;
	left:20px;
	top:5px;
	margin:5px auto 0px auto;
}
.noticias .fundoNoticias span
{
	display:block;
	text-align:left;
	width:350px;
	height:150px;
	font-family:arial;
	font-size:14px;
	color:#000;
	margin:20px 0px 0px 10px;
}