body {
		 font-size: 18px; 
		color: rgb(0, 0, 255);
		 text-align: justify;
}

.titulo {
/*border: 3px dashed orange; 
background: green;*/
		text-align: center; 
		font-size: 48px; 
}

.subtitulo {
/*border: 3px dashed orange; 
background: green;*/
		text-align: center; 
}

.parrafo {
/*border: 3px dashed orange; 
background: green;*/
		color: rgb(0, 0, 0); 
}

.menu {
		 font-size: 24px; 
		 text-align: left;
}

.pie {
/*border: 3px dashed orange; 
background: green;*/
		 text-align: center;
		 font-size: 14px; 
}

.ficha {
/*border: 3px dashed orange; 
background: red;*/
		 font-size: 18px; 
		 text-align: center;
		 width:90%; margin: 0 auto;
}

.titulo-ficha {
/*		 width: 250px;
		 float: left;*/
		 font-size: 125%; 
		 font-weight: bold;
		 text-align: center;
}

.subtitulo-ficha {
/*		 width: 250px;
		 float: left;
		 font-weight: bold;
		 */
		 text-align: center;
}

.atributo-ficha {
/*border: 3px dashed orange; 
background: yellow;*/
		 width: 150px;
		 float: left;
		 font-weight: bold;
		 text-align: left;
}

.valor-ficha {
/*border: 3px dashed orange; 
background: green;*/
	text-align: left;
		color: rgb(0, 0, 0);
}

.imagen-ficha {
/*		 width: 250px;
		 float: left;
		 font-weight: bold;
		 */
		 text-align: center;
}

.foto-grande {
		 text-align: center;
}

.foto-centrada {
		 text-align: center;
}
