.button{
	background-color: white; 
    color: black; 
    border: 2px solid #E8B21D;
    padding: 8px 16px;
    transition-duration: 0.4s;
    font-size: 16px;
}

.button:hover{
    background-color: #E8B21D;
     color: white;
     box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.20)
}

body {    
    background-color:#FFE1B2;
}

p, h2 {
	color : #3B3A38;
}

#resul {
    font-family: 'BadSignal';
    font-size: 3em;
}

@font-face {
    font-family: "BadSignal";
    src: url(../fuentes/Bad_Signal.otf) format("opentype");
}

#original {
    float: left;
    text-align: center;
    width: 45%;
}


#falta {
    clear: both;
    text-align: center;
}


#divTabla {
    float: left;
    text-align: center;
    width: 50%;
}


#divFalta {
    float: left;
    width: 45%;
}


#divResul {
    float: left;
    width: 45%;
}


img {
    max-width: 100%;
    height: auto;
}

#tres {
    border: 3px solid black;
}