.stNoticias {
	background-color: white;
	border: 2px solid #000000;
	width: 135px;		
}
.stTitular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0033;
	padding: 2px;
	text-align: center;
	width: 130px;
	overflow: hidden;	
}
.stNoticia {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #EEEEEE;
	border: 1px dotted #666666;
	/*margin:5px;*/
	padding: 5px;
	width: 120px;
	overflow: hidden;
	text-align: left;	
}
.stSeparador {
	height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
}
.stImagenes{
}
.stImagen {
	text-align: center;
}