.noticias{
	position:relative;
	margin:27px 0 0 0;
	padding-bottom:40px;
	font:10px arial;
	color:#666666;
	min-height:450px;
	_height:450px;
}

.label_noticias{
	position:relative;
	margin-left:-51px;
	height:62px;
}

.tipo_noticias{
	position:relative;
	width:776px;
	margin-left:10px;
}

.tipo_noticias ul{
	margin:1px 0 0 0;
	padding:0;
	list-style-type:none;
}
.tipo_noticias li{
	position:relative;
	padding:0;
	margin:0 0 12px 0;
	float:left;
	overflow:hidden;
	background: #ffffff url(../img/title_background.jpg) repeat-x;
}
.tipo_noticias li div.date{
	position:absolute;
	top:20px;
	left:0;
	margin:0;
	padding:10px 0 0 13px;
	color:#4490b9;
}
.tipo_noticias li a.readingvoice{
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
	clear:both;
}
.tipo_noticias li a.download{
	position:absolute;
	bottom:15px;
	right:13px;
	color:#4490b9;
	margin:0;
	padding:0;
}
.tipo_noticias li img.imgtitle{
	position:relative;
	padding:3px 0 0 13px;
	margin:0;	
	overflow:hidden;
}
.tipo_noticias li img.itemimage{
	position:relative;
	border: 3px solid #e7e8ea;
	padding:0;
	margin:30px 0 30px 0;
}
.tipo_noticias li p{
	position:relative;
	margin:0;
	padding:0;
}

.tipo_noticias li.horizontal{
	width:100%;
}
.tipo_noticias li.horizontal img.itemimage{
	float:left;
}

.tipo_noticias li.horizontal p{	
	width:366px;
	padding:30px 31px 40px 13px;
	float:left;
}

.tipo_noticias li.vertical{
	width:379px;
}
.tipo_noticias li.vertical p{
	width:340px;
	padding:10px 35px 40px 13px;
}
.tipo_noticias li.vertical img.itemimage{
	margin:40px 0 20px 0;
	left:13px;
}
