.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6699CC;
}
.contenido {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;

}
a:link {
	color: #6699CC;
	font-weight: bold;

}
a:hover {
	color: #3399FF;
	font-weight: bold;

}
a:visited {
	color: #6699CC;
	font-weight: bold;

}
a:active {
	color: #6699CC;
	font-weight: bold;

}
.celda {
	background-image: url(iconos/barra.gif);
	background-repeat: repeat;
}

