/*LINGUAS*/
ul#ulLinguas{
    list-style				: none;
    padding					: 0;
}

ul#ulLinguas li{
    list-style				: none;
    float					: left;
    margin					: 0 10px 0 0 ;
	cursor					: pointer;
}

ul#ulLinguas li a {
	color					: #5A5A5A;
	text-decoration			: none;
	font-size               : 17px;
	text-transform          : lowercase;
}



ul#ulLinguas li a:hover {
	color					: #333333;
}

ul#ulLinguas li a.selectedLingua {
	color					: #D2D2D2;
	font-weight				: bold;
	cursor					: default;
}

@media (max-width: 992px)  
{
    ul#ulLinguas li a {
        font-size   : 15px;
   
    }
}
