﻿.rojo
		{ text-align: center;
		font-size: 30px;
		color: red;
		}
.centrado
		{ text-align: center;
		}
.punto
		{ font-size: 56px;
		color: red;
		}
.azul
		{ color: blue;
		}
.body
		{ background-color: #EFE99F;
		}
.derecha
		{ text-align: right
		}