/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;font-weight:inherit;font-style:inherit;font-family:inherit;text-decoration:none;color:gray;list-style:none;}
/* Sombra */
.boxShadow{-moz-box-shadow: 0 0 3px 1px #555;-webkit-box-shadow: 0 0 3px 1px #555;box-shadow: 0 0 3px 1px #555;}
.boxShadowWhite{-moz-box-shadow: 0 0 3px 1px #fff;-webkit-box-shadow: 0 0 3px 1px #fff;box-shadow: 0 0 3px 1px #fff;}
/* Margins, Padding e Posicionamento */
.right,.alignright{float:right!important}
.left,.alignleft{float:left!important}
img.alignright{margin-left:10px!important}
img.alignleft{margin-right:10px!important}
.cLeft{clear:left!important}
.cRight{clear:right!important}
.cBoth,.clean{clear:both!important}
.esconder,.hide{display:none!important}
.block{display:block!important}
.relative{position:relative}
.absolute{position:absolute}
.mAuto{margin: auto;}
.m5{margin:5px}
.m10{margin:10px}
.mT5{margin-top:5px}
.mT10{margin-top:10px}
.mB5{margin-bottom:5px}
.mB10{margin-bottom:10px}
.mL5{margin-left:5px}
.mL10{margin-left:10px}
.mR5{margin-right:5px}
.mR10{margin-right:10px}
.p10{padding:10px}
.p5{padding:5px}
/* Borda Arredondada */
.radius{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.radiusTopLeft{-webkit-border-top-left-radius: 5px;-moz-border-radius-topleft: 5px;border-top-left-radius: 5px;}
.radiusTopRight{-webkit-border-top-right-radius: 5px;-moz-border-radius-topright: 5px;border-top-right-radius: 5px;}
.radiusBottomRight{-webkit-border-bottom-right-radius: 5px;-moz-border-radius-bottomright: 5px;border-bottom-right-radius: 5px;}
.radiusBottomLeft{-webkit-border-bottom-left-radius: 5px;-moz-border-radius-bottomleft: 5px;border-bottom-left-radius: 5px;}
/* Borda */
.borderLeft{border-left:1px solid #ccc}
.borderRight{border-right:1px solid #ccc}
.borderTop{border-top:1px solid #ccc}
.borderBottom{border-bottom:1px solid #ccc}
/* Text Align */
.tC{text-align:center}
.tR{text-align:right}
.tL{text-align:left}
/* Botões */
.botao{display:block;text-align:center;color:#fff;font-size:11px;margin:3px;padding:2px}
.botao.laranja{background:#fd8000}
.botao.cinza{background:#888}
/* Font */
small{font-size:9px;}
.bold{font-weight:bold !important;}
/* Font Shadow */
.textShadow{text-shadow:1px 1px 1px #444;}
/* Font Collors */
.white{color:#fff;}
/* Links */
a{color:#444}
a:hover{color:#000}
/* Headers */
h1,h2,h3,h4,h5,h6{font-weight:700;color:gray}
h1{font-size:19px}
h2{font-size:17px}
h3{font-size:16px}
h4{font-size:15px}
h5{font-size:13px}
h6{font-size:12px}
p{padding:5px 0 5px 5px}

/* ==========================================================================
   Umbria
   ========================================================================== */
body{
    font-family:"Trebuchet MS", sans-serif;
    background: #e0e0e0 url('../images/fundo.jpg') no-repeat center top;
    font-size: 13px;
    line-height: 21px;
    color: #595959;
    width: 100%;
    height: 100%;
}

/* ==========================================================================
   Barra superior
   ========================================================================== */
.superior{
    display: block;
    color: #FFFFFF;
    width: 1000px;
    margin: 20px auto 0 auto;
}

/* Logotipo
   ========================================================================== */
.logo{
    float: left;
    line-height: 0;
}
.logo a{
    border: 0;
}
.logo a img{
    border: 0;
}

/* ==========================================================================
   Menu
   ========================================================================== */
.menu{
    width: 740px;
    float: right;
}
.menu .itens{
    border-radius: 5px;
    float: left;
    border: 1px solid #329583;
    background: url('../images/fundo-menu.jpg') repeat-x;
}
.menu .itens .item{
    float: left;
}
.menu .itens .item a{
    display: block;
    text-align: center;
    width: 147px;
    line-height: 70px;
}
.menu .itens .item a:hover{
    background: url('../images/fundo-menu-h.jpg') repeat-x;
}
.menu .itens .item a span{
    vertical-align: middle;
    display: inline-block;
    line-height: 17px;
    font-size: 15px;
    color: #666;
}
.menu .itens .item a:hover span{
    color: #fff
}

/* ==========================================================================
   Banners
   ========================================================================== */
.banners{
    display: block;
    width: 1000px;
    height: 285px;
    margin: 20px auto 0 auto;
}

/* ==========================================================================
   Conteudo
   ========================================================================== */
.page{
    display: block;
    width: 1000px;
    margin: 0 auto 0 auto;
}

.topbar{
    display: block;
    width: 1000px;
    height: 27px;
    background: #329583;
    position: relative;
}
.topbar .wrappart{
    width: 680px;
    height: 27px;
    background: #329583 url('../images/fundo-topbar.png') repeat-x left bottom;
    float: left;
}
.topbar .wrapcn{
    float: left;
    width: 18px;
    height: 27px;
    background: #329583 url('../images/fundo-topbarcn.png') repeat-x left bottom;
}
.topbar .dobra2{
    width: 14px;
    height: 38px;
    background: url('../images/dobra2.png') repeat-x left top;
    position: absolute;
    top: 0;
    left: -14px;
}

/* Sidebar
   ========================================================================== */
.sidebar{    
    width: 320px;
    float: right;
    background: #329583 url('../images/fundo-sidebar.png') repeat-y left top;
    padding-bottom: 20px;
    height: 400px;
}
.sidebar div{
    margin: 0 15px 0 25px;
}
.sidebar div h2{
    color: #fff;
    font-size: 24px;
}
.sidebar div p{
    margin-top: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}
.sidebar div a{
    color: #fff;
    font-size: 14px;
    float: right;
    font-weight: bold;
}
.sidebar div .separador{
    width: 285px;
    height: 2px;
    background: url('../images/separador.gif') top left repeat-x;
    clear: both;
    margin: 30px 0 15px 0;
}
.bottombar{
    float: right;
    width: 349px;
}
.bottombar .wrappart{
    width: 310px;
    height: 27px;
    background: #329583;
    float: right;
}
.bottombar .dobra1{
    float: left;
    width: 39px;
    height: 27px;
    background: url('../images/dobra1.png') repeat-x left top;
}

/* Wrap
   ========================================================================== */
.wrap{
    background: #fff;
}

.wrap .conteudo{
    float: left;
    padding: 15px;
    width: 650px;
}

.fullwidth .conteudo{
    width: 100%;
}

.fullwidth .wrappart{
    width: 100%;
}

.conteudo .servicos{
    border-top: 1px solid #009000;
    border-right: 1px solid #009000;
}

.conteudo .servicos td{
    border-left: 1px solid #009000;
    border-bottom: 1px solid #009000;
    padding: 0 3px 0 3px;
}

.conteudo .erro{
    width: 100%;
    border: 1px solid red;
    color: red;
    padding: 5px;
}

.conteudo .ok{
    width: 100%;
    border: 1px solid green;
    color: green;
    padding: 5px;
}

.wrap h1{
    color: #333;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 15px 5px;
}

.wrap .umbrias .box{
    background: url('../images/fundo-grupo.jpg') top left repeat-x;
    height: 227px;
    width: 200px;
    border: 1px solid #ccc;
    text-align: center;
    float: left;
    margin-left: 11px;
    position: relative;
}
.wrap .umbrias .box:hover{
    border: 1px solid #329583;
}
.wrap .umbrias .box p{
    text-align: left;
    padding-left: 10px;
}
.wrap .umbrias .box img{
    margin: 15px 0 5px 0;
}
.wrap .umbrias .box a{
    margin-top: 18px;
    font-size: 16px;
    color: #333;
    position: absolute;
    bottom: 20px;
    left: 60px;
}
.wrap .umbrias .box:hover a{
    color: #329583;
}

/* ==========================================================================
   Rodapé
   ========================================================================== */
.bottom{
    width: 1000px;
    margin: 20px auto 30px auto;
    clear: both;
}
.bottom .texto{
    color: #333;
    float: right;
    text-align: right;
    width: 400px;
    margin-right: 20px;
}
.bottom .texto strong{
    color: #666;
    font-size: 22px;
}
.bottom .social{
    width: 146px;
    height: 32px;
    float: right;
}
.bottom .social .icon{
    width: 32px;
    height: 32px;
    display: inline-block;
    cursor: pointer;
}
.bottom .social .linkedin{
    background: url('../images/linkedin.jpg') no-repeat;
}
.bottom .social .linkedin:hover{
    background: url('../images/linkedin-h.jpg') no-repeat;
}
.bottom .social .fb{
    background: url('../images/facebook.jpg') no-repeat;
}
.bottom .social .fb:hover{
    background: url('../images/facebook-h.jpg') no-repeat;
}
.bottom .social .google{
    background: url('../images/google.jpg') no-repeat;
}
.bottom .social .google:hover{
    background: url('../images/google-h.jpg') no-repeat;
}
.bottom .social .twitter{
    background: url('../images/twitter.jpg') no-repeat;
}
.bottom .social .twitter:hover{
    background: url('../images/twitter-h.jpg') no-repeat;
}
.bottom .umbriagroup{
    background: url('../images/logo/umbria-group-v.png') no-repeat;
    width: 99px;
    height: 140px;
    float: right;
    margin-bottom: 20px;
}
.yottaseven{
    background: url('../images/logoy7.png') no-repeat;
    width: 100px;
    height: 52px;
    margin: 80px auto 20px auto;
    display: block;
    float: left;
    position: relative;
}
.yottaseven span{
    position: absolute;
    left: -14px;
    top: -20px;
    color: #666;
    font-size: 10px;
}
.deepix{
    background: url('../images/logoDpx.png') no-repeat;
    width: 100px;
    height: 52px;
    margin: 80px auto 20px auto;
    display: block;
    float: left;
    position: relative;
}