.tituloNoticia {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
	color: #336600;
	border-bottom-style: dotted;
	border-bottom-color: #336600;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
}
.fechaNoticia {
	text-align: right;
}
.noticia {
	font-size: small;
	text-align: justify;
	padding-right: 5px;
	width: 100%;
}
.actual {
	background-image: url(../images/boton_rojo_p.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 20px;
}
.general {
	background-image: url(../images/boton_verde_p.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 20px;
}
.proximo {
	background-image: url(../images/boton_amarillo_p.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 20px;
}
.imagenNoticia {
	vertical-align: top;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
