.superior{
    background-repeat: no-repeat;
    background-color: blue;
    background: url(../img/logosramfdo.png);
    height: 550px;
    width: 550px;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    background-size: contain;
}
.boton1{
    height: 200px;
    width: 200px;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    background-size: contain;
    border: 1px solid #000000;
    
}


.izquierdo {
    background: url(../Imagenes/consulta.png) no-repeat center;
    height: 50%;
    width: 30%;
    float:left;
    position: absolute;
    top:15px;
    left:200px;
    margin-left:10px;
border-radius: 200px 200px 200px 200px;
-moz-border-radius: 200px 200px 200px 200px;
-webkit-border-radius: 200px 200px 200px 200px;
border: 0px solid #000000;
}
.derecho {
    background: url(../Imagenes/Unknown.png) no-repeat center;
    height: 50%;
    width: 30%;
    float:left;
    position: absolute;
    top:15px;
    margin-left:10px;
border-radius: 200px 200px 200px 200px;
-moz-border-radius: 200px 200px 200px 200px;
-webkit-border-radius: 200px 200px 200px 200px;
border: 0px solid #000000;
}

.redondo{
    background: url(../Imagenes/Unknown.png) no-repeat center;
    height: 300px;
    width: 300px;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border: 1px solid #000000;
    
}


.card-container.card {
    width: 350px;
    padding: 40px 40px;
}


.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.img1{
    background-color: red;
    height: 30%;
    width: 30%;
    float:left;
    position: absolute;
}
