/* CSS Document */
.noticia_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-image: url(../imagenes/noticia_titulo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	padding-right: 60px;
	padding-bottom: 10px;
}

.noticia_cuerpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}

.noticia_imagen {
	padding: 10px;
}

.noticia_pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.noticia_vacio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}
