/* CSS Document */

H1 {
font-size: 16px;
font-family: "Comic Sans MS";
font-weight: bold;
}

body,td,th {
	font-family: Comic Sans MS;
	font-size: 16px;
	color: #000000;
	text-align: justify;
	background-attachment: fixed;
}
p {

text-align:center
}

a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #00FFFF;
}
a:active {
	color: #00FFFF;
}
.titulo{
	line-height: 18px;
	padding: 1px;
	font-size: 24px;
	text-align: center;
}
.tituloAzul {
	font-family: "Comic Sans MS";
	font-size: 24px;
	color: #0000FF;
	text-align: center;
}

.letracancionesfondooscuro{
	color: #FFFF00;
}
.texto_mensajes {
	font-family: "Comic Sans MS";
	font-size: 16px;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.texto_centrado {
	font-family: "Comic Sans MS";
	font-size: 16px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.rojo {
	color: #FF0000;
}

