
.comprobar{
	width: 76px;
    height: 63px;
	background: transparent;
	border: 1px solid transparent;
	background: url("../img/disenho/Boton.png")no-repeat; 
	background-size: contain;  
	margin: 10px 21px;
	float: right;
}
.comprobar:hover{
position: relative; 
top: 1px; 
left: 1px;
}

.fondo{
    margin-top: 50px;
    width: 860px;
    height: 636px;
    top: -55px;
    left: -20px;
    position: absolute;
    background: url(../img/disenho/fondo.jpg)no-repeat;
    background-size: 879px 680px;
}
.iconos{
    top:  293px;
    left: 840px;
    position: absolute;
}
.cuadros{
    width: 120px;
    height: 45px;
}
#icono1{
     position: absolute;
   background: url("../img/disenho/img1.png")no-repeat;
        background-size: 100% 100%;
    height: 145px;
    width: 100px;
}
#icono2{
    position: absolute;
    background: url(../img/disenho/img2.png)no-repeat;
    background-size: 98% 100%;
    top: 180px;
    //left: 46px;
}
#icono3{
        position: absolute;
    background: url(../img/disenho/img3.png)no-repeat;
    background-size: 100% 100%;
    height: 86px;
    width: 115px;
    top: 255px;
}
.resultados{
    position: absolute;
    top: 360px;
}
.circle{
    width: 75px;
    height: 55px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
}
#circulo1{
    left: 293px;
    top: -15px;
    position: absolute;
}
#circulo2{
    width: 136px;
    height: 85px;
    left: 380px;
    top: 147px;
    position: absolute;
}
#circulo3{
    left: 566px;
    top: 86px;
    position: absolute;
}
