/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08/01/2015, 16:15:23
    Author     : alexsandro
*/

/* Barra de acesso da UFU */
.barra_ufu_wrap { /*display: inline-block;*/ background: #000; width: 100%; /*box-shadow: 5px 0 1px #333;*/ }
.barra_ufu { display: block; margin: 0 auto; height: 40px; }/*valor inicial 36px*/
.barra_logo_ufu { float: left; padding: 7px 0 0 3px; }
.barra_acesso_rapido { float: right; padding: 6px 0 0 0; }
#wrapper-barra-brasil{ height: 32px; }
div#barra-brasil .brasil-flag {height: 32px;}

/* fone portrait */
@media screen and (min-width: 439px){
    .barra_logo_ufu { padding: 7px 0 0 10px; }
    .barra_acesso_rapido { padding: 6px 1.76% 0 0; }
}

/* fone landscape e tablet portrait  */
@media screen and (min-width: 639px){
    
}

/* desktop mÃ©dio e tablet em landscape */
@media screen and (min-width: 959px) {
    .barra_ufu { width: 960px; }
    .barra_logo_ufu { padding: 7px 0 0 3px; }
    .barra_acesso_rapido { padding: 6px 0 0 0; }
}

/* desktop grande */
@media screen and (min-width: 1149px){
    .barra_ufu { width: 1135px; }
}