body{
	margin-left:25%;
	margin-right:30%;
	width:50%;
	background: #000;
	}

fieldset{

	border:3px solid #B3B3FF;
	background: #4765FF;
}
	
#resultado{
	width: 75%;
}

#pantalla{
	width: 100%;
}

#pantalla, #resultado{
	
	height:60px;
	font-size:30px;
	text-align: right;
	border:none;
	background-color: #A2FF96;
	
	}
	
table tr td input{
	width:100%;
	height:100px;
	font-size:60px;
	background: #38BD2E;
	
	}
	
table{
	width:100%;
	}

label{
	color:#fff;
	font-size:40px;
}

#signo{
	top:71px;
	left: 44.5%;
	width: 5%;
	height: 60px;
	position:absolute;
	
}

#signo #simbolo{
	width:100%;
	height:60px;
	background-color: #A2FF96;
	font-size:40px;
	text-align: center;
	color:#000;
	border:none;
}

#suma:disabled, #resta:disabled, #multi:disabled, #division:disabled, #igual:disabled{
	background: #8A0000;
}

#notifica{
	position: absolute;
	left: 5%;
	top:150px;
	color:#fff;
	font-family: Comic Sans MS;
	font-size: 25px;

}