.titulo {
	font-family: Helvetica, Arial, sans-serif ;
	font-size: 18px;
	text-align: right;
	color: #FFF;
}
.textoContenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	font-weight: normal;
	text-align: justify;
}
.textoResaltado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #308F91;
	text-align: center;
}
.instrucciones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #308F91;
	text-align: center;
}
.volverInicio {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.creditos {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #969696;
	text-align: center;
}
.numeroActual {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #308F91;
	text-align: center;
	letter-spacing: 6pt;
}

.numeroActual a:link{
	color:#FFF;
   text-decoration:none;
} 
.numeroActual a:visited {
	color:#FFF;
   text-decoration:none;
	}
.numeroActual a:active {	
	color:#FFF;
   text-decoration:none;
	}
.numeroActual a:hover{
   color:#54C4C7;
   text-decoration:none;
}
.textoPersonaje {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #333;
	text-align: justify
}
