
fieldset {
	width:580px;
	margin:auto;
}
#result {
	width:100%;
	color: white;
	font-size: 18px;
	padding:10px;
	text-align:left;
}
	.boton{
		color: white;
		text-transform: uppercase;
		font-size: 16px;
		background-color: rgba(255,0,0,.2);
		width: 150px;
		transition: width .3s;
		box-sizing: border-box;
		height: 40px;
	}

	.boton:hover{
		color: white;
		font-size: 19px;
		background-color: rgba(0,0,0,.4);
		width: 200px;
		height: 45px;

	}


	#loading{
		background-image: url(progre.gif);

	}
