body
{
    padding     : 0px;
    margin      : 0px;
    font-family : Arial;
}


#wrapper
{
    width       : 100%;
    margin      : auto;
    position    : relative;
}

#divBarraMenu
{
    position    : absolute;
    z-index     : 105;
    top         : 0px;
    right       : 110px;
    padding     : 5px 0px;
    background  : rgba(254, 254, 254, 0.85);
}




#divMenu
{
    list-style  : none; 
    margin      : 0px;
    padding     : 0px;
}
   
   

#divMenu li
{
    list-style  : none; 
    margin      : 0px;
    padding     : 0px;
    float       : left;
} 

#divMenu li a
{
    color       : #333333;
    font-size   : 15px;
    margin      : 0 10px;
    cursor      : pointer;
}
      
#divLogo
{
    width       : 343px;
    height      : 132px;
    background  : url('/img/logo.png');
    position    : absolute;
    top         : 200px;
    left        : 50%;
	margin-left: -595px;
    z-index     : 100;
}
      
        
    
.owl-prev
{ 
    width       : 40px;
    height      : 40px;
    position    : absolute;
    top         : 350px;
    right       : 180px;
    background  : url('/img/btnLeft.png');
    z-index     : 102;
}

.owl-next
{ 
    width       : 40px;
    height      : 40px;
    position    : absolute;
    top         : 350px;
    right       : 120px;
    background  : url('/img/btnRight.png');
    z-index     : 102;
}


#divBarraVermelha
{
    height      : 3px;
    background  : #F90C20;
}


#divBarraAzul
{
    height      : 100px;
    background  : #0932B0;
}
    



input
{
    background  : #F2F5FB;
    height      : 30px;
    border      : none;
    color       : #999999;
    font-size   : 14px;    
    padding     : 0 5px;
    font-family : arial;
}

textarea
{
    background  : #F2F5FB;
    height      : 100px;
    border      : none;
    color       : #999999;
    font-size   : 14px;    
    padding     : 0 5px;
    font-family : arial;
}


input.fail
{
    background  : #FFF2F2;
    height      : 30px;
    border      : none;
    color       : #999999;
    font-size   : 14px;    
    padding     : 0 5px;
    font-family : arial;
}

textarea.fail
{
    background  : #FFF2F2;
    height      : 100px;
    border      : none;
    color       : #999999;
    font-size   : 14px;    
    padding     : 0 5px;
    font-family : arial;
}