#h1 {
	display: block;
    font-size: 1em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

#nombre {
	display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

#fecha {
	display: block;
}

#pantallaValores {
	font-family: "arial";
    font-size: 35px;
    color: white;
    height: 87px;
    width: 232px;
    border: none;
    text-align: end;
    background-color: black;
	
}

.calculadora {
	font-family: "arial";
    height: 436px;
    width: 232px;
    border: solid 1px;
    border-right-style: none;
	display: flex;
    flex-wrap: wrap;
}

.contenedorBotonEspecialElevado {
	height: 29px;
    width: 58px;
	display: block;
}

.botonEspecialElevado {
	font-size: 16px;
    height: 29px;
    width: 58px;
    border: solid 1px;
    border-left-style: none;
    border-top-style: none;
    text-align: center;
    background-color: grey;
	
}

.botonEspecial {
	font-size: 16px;
    height: 58px;
    width: 58px;
    border: solid 1px;
    border-left-style: none;
    border-top-style: none;
    text-align: center;
    background-color: grey;
}

.botonOperacion {
	font-size: 16px;
    height: 58px;
    width: 58px;
    border: solid 1px;
    border-left-style: none;
    border-top-style: none;
    text-align: center;
    background-color: white;
}

.botonNumero {
	font-size: 24px;
	height: 58px;
    width: 58px;
    border: solid 1px;
    border-left-style: none;
    border-top-style: none;
    text-align: center;
    background-color: pink;
}

.botonNumero0 {
	font-size: 24px;
	height: 58px;
    width: 116px;
    border: solid 1px;
    border-left-style: none;
    border-top-style: none;
    text-align: center;
    background-color: pink;
}