/* 
    Document   : masterSite
    Created on : 15/Set/2010, 9:56:30
    Author     : Amāndio
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body{
    background-image:url('../images/design/site/fill-backg.gif');
    margin: 0px;
    font-family: arial;
}
h2{
    font-size:12px;
    color:#3f83c4;
    text-transform: uppercase;
    font-weight: normal;
    font-stretch: ultra-expanded;
}
p{
    color:#737373;
    text-align: justify;
    font-size: 12px
}
.p2{
    color:#737373;
    text-align: justify;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 0px
}
a{
    color:#3f83c4;
    text-align: justify;
    text-decoration: none;
}
.painelPequeno{
    background-image: url('../../images/design/site/fundoPainerPequeno.png');
    background-repeat: no-repeat;
    width:179px;
    height: 26px;
    filter:alpha(opacity=90);
    opacity:0.9;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
.painelPequeno div{
    position: relative;
    padding-left: 10px;
    font-size: 11px;
    text-transform: uppercase;
    vertical-align: middle;
    color:#f2ece1;
    
}
.painelGrande{
    background-image: url('../../images/design/site/fundoPainer.png');
    background-repeat: no-repeat;
    width:178px;
    height: 54px;
    filter:alpha(opacity=85);
    opacity:0.85;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}
.centroLogo{
     background-image: url('../../images/design/site/logo.png');
     background-position: center top;
     background-repeat: no-repeat;
     height: 92px;
     width:571px;
}
.menuN{
     background-image: url('../../images/design/site/fundoMenu.png');
     height: 28px;
     width:177px;
     background-position: left top;
     background-repeat: no-repeat;
}
.vazio{
    height: 3px;
}
.escuroTopo{
   background-image: url('../../images/design/site/topoEscuro.png');
   height: 35px;
   width: 928px;
   background-repeat: no-repeat;
   filter:alpha(opacity=85);
   opacity:0.85;
   -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}
.escuroFundo{
   background-image: url('../../images/design/site/fundoEscuro.png');
   height: 35px;
   width: 928px;
   background-repeat: no-repeat;
   filter:alpha(opacity=85);
   opacity:0.85;
   -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}
.fundoFundo{
   padding-left: 10px;
   padding-right: 10px;
   background-image: url('../../images/design/site/fundofundo.png');
   height: 29px;
   width: 928px;
   background-repeat: no-repeat;
   filter:alpha(opacity=85);
   opacity:0.85;
   -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
   font-size: 9px;
   color:#FFFFFF;
   font-weight: bold;
}
.fundoFundo a{
   font-size: 9px;
   color:#FFFFFF;
   font-weight: bold;
   text-decoration: none
}
.corpo{
   background-color: #2b2117;
   width: 928px;
   filter:alpha(opacity=85);
   opacity:0.85;
   -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}
.menuN{
    font-size: 13px;
    text-transform: uppercase;
    color:#78143b;
    cursor: pointer;
    text-align: center;
    font-weight: bold
}

#container {
    margin-left:30px;
    margin-right: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 625px;
    height: 370px;
    overflow: hidden;
}
#content {
    position:relative;
    width: 615px;
    left: 5px;
}
#scrollArea {
    display:none;
    position: relative;
    left: 670px;
    top: 65px;
    height: 310px;
    width: 10px;
    border: 1px solid #666;
    overflow: hidden;
}
#scroller {
    position: relative;
    top	: -1px;
    width: 10px;
    background: #AAA;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    cursor:pointer
}
.texto{
    font-size: 12px;
    color:#737373;
}
.form_contactos{
    border:solid 1px #737373;
    width:230px;
    height: 17px;
    font-size: 11px;
    color:#737373;
}
.form_contactos1{
    border:solid 1px #737373;
    width:100px;
    height: 17px;
    font-size: 11px;
    color:#737373;
}
.form_contactos11{
    border:solid 1px #737373;
    width:126px;
    height: 17px;
    font-size: 11px;
    color:#737373;
}
.form_contactos2{
    border:solid 1px #737373;
    width:230px;
    height: 50px;
    font-size: 11px;
    color:#737373;
}
.border-botoes{
    border:solid 1px #737373;
    font-size: 11px;
    color:#737373;
}
#imgMao{
    position:relative;float: right;top:-40px;margin-right: 10px;cursor: pointer;
}