.contenedor-menu-principal {
    background-color: #3294c4; 
    width:400px; 
    height:50px; 
    border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    -webkit-border-radius: 100px 100px 100px 100px;
}

.btn-inicio-sesion {
    color:#00344E; 
    text-decoration: none; 
    font-weight: bolder;
    margin-left:10px; 
    margin-right:10px;
}

.btn-registrarse {
    color:#ffffff; 
    text-decoration: none; 
    font-weight: bolder;
    margin-left:10px; 
    margin-right:10px;
}

.btn-contacto {
    color:#0070C0; 
    text-decoration: none; 
    font-weight: bolder;
    margin-left:10px; 
    margin-right:10px; 
    border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    -webkit-border-radius: 100px 100px 100px 100px; 
    background-color: #ffffff; 
    height:35px; 
    width:100px;
}

.btn-contacto:hover {
    color:#00344E; 
}

.btn-agende-llamada {
    background-color: #3294c4; 
    width:200px; 
    height:50px; 
    border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    -webkit-border-radius: 100px 100px 100px 100px; 
    margin-left:10px;
}

.estilo-tag-a {
    color:#ffffff; 
    text-decoration: none; 
    font-size:12px; 
    font-weight: bolder;
}

.contenedor-idiomas {
    position:fixed; 
    right:0;
}