.titulo {
	font-size: 13px;
	font-weight:bold;
}

.fecha {
	font-size: 9px;
	font-style: italic;
}

.cuerpo {
	font-size: 11px;
	text-align: justify;
}

.pie {
	font-size: 9px;
}

.print {
	font-size: 9px;
}

.print a:link {
	text-decoration: none; 
	color: #000000;
	padding-left: 20px;
	background: transparent url(../imagenes/icon_printer.gif) no-repeat center left;
}
	
.print a:visited {text-decoration: none; 
	color: #000000; 
	padding-left: 20px;
	background: transparent url(../imagenes/icon_printer.gif) no-repeat center left;
}
.print a:active {text-decoration: none; color: #000000}
.print a:hover {text-decoration: underline; color: #000000}

.print {
	font-size: 9px;
}

.noticia {
	font-size: 11px;
	text-align: left;
}

.noticia a:link {
	text-decoration: none; 
	color: #000000;
	padding-left: 13px;
	background: transparent url(../imagenes/icon_noticias.gif) no-repeat center left;
}
	
.noticia a:visited {
	text-decoration: none; 
	color: #000000; 
	padding-left: 13px;
	background: transparent url(../imagenes/icon_noticias.gif) no-repeat center left;
}

.noticia a:active {text-decoration: none; color: #000000}
.noticia a:hover {text-decoration: underline; color: #000000}




