
html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 10px;
    width: 100%;
    height: 100%;
    font-family: 'Ubuntu', sans-serif;
}

.pagina {
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    color: #50535a;
}

.texto{
    margin-top: 15px;
    width: 97%;
    margin-left: 1%;
    height: 50px;
/*    border: 1px solid green;*/
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}
.imagen{
/*    width:100%;
    text-align: center;
    border: 1px solid blue;*/
}
.imagen img{
    width: 100%;
    float: left;
/*    height:475px; */
}
.izq{
    position: absolute;
    margin-top: 100%;
    left: 10px;
    text-align: center;
}
.izq img{width: 20px;}
.der{
    position: absolute;
    left:90%;
    margin-top: 100%;
    text-align: center;
}
.der img{width: 20px;}

.circulos{
    position: absolute;
    top: 90%;
    width: 100%;
    font-size: 14px;
    height: 64px;
}
.parar{
    left: 25%;
    position: relative;
    text-align: center;
    width: 50%;
    height: 18px;
    color: black;
    background-color: white;
    border: 1px solid white;
    border-radius: 12px 12px 12px 12px;
}
.texto2{
    display: none;
    margin-top: 0px;
    width: 97%;
    margin-left: 1%;
    height: 50px;
/*    border: 1px solid green;*/
    font-size: 16px;
    text-align: center;
    float: left;
}






