/* CSS Document */
.boton{
	width:100px;
	height:100px;
	background-color: #5F7225;
	color:#FFFFFF;
	font-family:Arial;
	font-size:30px;
	font-weight:bold;
}
.resul{
	font-family:Arial;
	font-size:50px;
	font-weight:bold;
	color:#23588A;
	text-align:center;
}
.titulo{
	font-family:Arial;
	font-size:30px;
	font-weight:bold;
	color:#23588A;
	text-align:center;
}
#btn_reiniciar{
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	background-color:#23588A;
	color:#FFFFFF;
	border: solid 1px #000000;
	border-radius:5px;
}
