a.previewNoticia {
	float: left;
	display: block; 
	width: 220px; 
	height: 60px; 
	border: 1px dotted #CCCCCC;
	margin: 10px 0px 0px 10px;
	padding: 8px 16px 16px 16px;
	color: #000000;
	font-family: "Myriad Pro", "Lucida Grande", Arial;
	overflow: hidden;
	position: relative;
}
a.previewNoticia:hover {
	text-decoration: none;
	border: 1px solid #3B80AE;
	background-color: #FFFFFF;
}
a.previewNoticia span.emergencia {
	font-family: "Myriad Pro", "Lucida Grande", Arial;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin-right: 6px;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 3px 7px 1px 7px;
}
a.previewNoticia span.agencia {
	font-family: "Myriad Pro", "Lucida Grande", Arial;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
	color: #000;
}
a.previewNoticia span.fecha {
	font-family: "Myriad Pro", "Lucida Grande", Arial;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #3B80AE;
}
a.previewNoticia span.titulo {
	font-size: 12px;
	line-height: 13px;
}
a.previewNoticia span.sobreImagen,
a.previewNoticia span.sobreImagenTransparente {
	position: absolute;
	bottom: 17px;
	left: 16px;
	width: 179px;
	background-color: transparent;
	color: #FFFFFF;
	padding: 10px;
	z-index: 2;
}
a.previewNoticia span.sobreImagenTransparente {
	color: #000000;
	background-color: #000000;
	[if IE] filter: alpha(opacity=70);
	[if IE 8] -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity: .70;
	z-index: 1;
}
a.previewNoticia span.sumario {
	display: block;
	font-size: 12px;
	color: #666666;
	margin-top: 4px;
	line-height: 13px;
}
div.navegacionNoticias {
	float: left;
	width: 763px;
	padding: 10px;
	margin: 10px;
	background-color: #3B80AE;
	text-align: right;
	color: #FFFFFF;
}
.current,
.paginate,
.inactive {
	float: left;
	display: block;
	padding: 2px 5px;
	border: 1px solid #FFF;
	margin-right: 5px;
	font-size: 10px;
}
a.current:hover,
a.paginate:hover {
	text-decoration: none;
}
a.current {
	color: #333333;
	background-color: #FFFFFF;
}
a.paginate {
	color: #FFFFFF;
	background-color: #3B80AE;
}
.current, 
a.paginate:hover {
	background-color: #FFFFFF;
	color: #333333;
}
.inactive {
	border: none;
}
.items {
	font-size: 10px;
}
