@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300';

body{
    font-size:1em;
    padding:10px;
    background-color: rgb(252, 247, 247);
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing: 0.1em;
    color:black;
    }
.boton{
    float:right;
    vertical-align: middle;
     }
.tema{  
    /* padding: 15px; */
    width:550px;
    height:auto;
    border-style: solid ;
    border-color: rgb(147, 145, 150);
    background-color: rgb(250, 249, 246);
     /* display:none; */            
}

.ruta{
    background-color: rgb(240, 243, 241);  
}
.titulo{
    width:100%;
    float:left;
    border-style: solid ;
    border-color: rgb(147, 145, 150);
    background-color: rgb(250, 249, 246);
    padding: 3px;
}
.tituloizda{
    width:40%;
    float:left;
}
.logo{
    background-color: rgb(183, 169, 231);  
}
.derecha{
float:right;
}

#numform{
    margin-top: 2px;
    float:right;
}
#claseform{
    margin-top: 2px;
    float:left;
}
.todo{
    display: flex;
    width: 100%;    
}
label{
    font-weight: bold;
    color: rgb(16, 16, 17);
}
#mapeador{
    width:100%;
    border-style: none;
}
.izda{
    width:50%;
    float:left;
}
.dcha{
    width:50%;
    float:right;
}
