@charset "utf-8";
#textoNoticia {
	font-size: 11px;
}
#textoNoticia img {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #FFFFFF;
}
#entradillaNoticia {
	font-size: 11px;
	font-weight: bold;
}
#filtroNoticias {
	width: 95%;
	margin: 15px auto;
}
#filtroNoticias label {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.panelNoticia {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.panelNoticia img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 70px;
	width: 77px;
}
