﻿.Bandera  
{
    float: left;
    width: 30px; 
    height: 30px; 
    margin: 0;
    padding: 0;
    border: solid 1px black;
    border-radius: 150px; 
    -webkit-border-radius: 150px; 
    -moz-border-radius: 150px; 
    overflow: hidden;
}

.ImagenBandera
{
    height: 15px;
}

.mostrarListadito
{
    display: block;
}


.dropdownBandera
{
    bottom: -24px;
    right: 50px;
    background-color: #fff;
}

.dropdownIdioma
{
    min-width: auto;
}

@media screen and (max-width: 1024px)
{
    .dropdownBandera
    {
        background-color: transparent;
    }
    .dropdownBandera, .menubar .bt-menu
    {
        float:right!important;
    }
    #arrowDown
    {
        float: none;
        font-size: 15px;
    }
}/*1024px*/
