/*
    Document   : newCascadeStyleSheet
    Created on : 12/05/2010, 11:29:03
    Author     : brunoleao
    Description:
        linha neocontemporanea
        defini��es gen�ricas
*/

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

@import url(fontColor.css);
@import url(t01.css);
@import url(m01.css);
@import url(b01.css);
@import url(c01.css);

#bandeira {
    position:fixed;
    width:188px;
    height:188px;
    z-index:99;
    top:0;
    right:0;
}

#sitepos {
    position:relative;
    width:966px;
    height:100% auto;
    min-height:407px;
    margin-bottom:20px;
    padding:0 15px;
    left:50%;
    margin-left:-498px;
    margin-top:0;
    visibility: visible;
    z-index:80;
}

#sitepos p {
    font-family:"Trebuchet MS";
    font-size:14px;
    margin:0 20px 18px 33px;
}

#sitepos h1 {
    font-size:28px;
    font-weight:normal;
    margin:0 20px 18px 20px;
}

#sitepos h1 a {line-height:28px;}

#sitepos #siteConteudo h1.tituloPagina {
    font-size:18px;
    font-weight:bold;
    margin:20px 20px 18px 20px;
    text-transform:uppercase;
    color:#de1920;
}

#sitepos #siteConteudo h1.tituloPagina span.navMenu {
    font-size:14px;
    font-weight:normal;
    margin:0;
    text-transform:uppercase;
    color:#bfc6d2;
}

#sitepos #siteConteudo h1.tituloPagina a {
    font-size:14px;
    font-weight:normal;
    text-transform:uppercase;
    text-decoration:none;
    text-align:center;
    margin:0;
    padding:0;
}

#sitepos #siteConteudo h1.tituloPagina a.ativo {
    color:#ab0202;
}

#sitepos #siteConteudo h1.tituloPagina a.inativo {
    color:#011a4c;    
}

#sitepos h2 {
    font-size:22px;
    font-weight:normal;
    margin:0 20px 18px 20px;
}

#sitepos h2.form {
    font-size:22px;
    font-weight:normal;
    margin:-17px 10px 10px 0;
}

#sitepos h3 {
    font-size:18px;
    font-weight:normal;
    margin:0 20px 18px 20px;
}

#siteRodape {
    width:940px;
    height:60px;
    padding:10px 0 0 0;
    background:none;
    text-align:left;
    float:left;
}

#rodapeExterno {
    float:left;
    width:100%;
    height:300px;
    text-align:left;
    margin:0 0 0 0;
    z-index:1;
    background:#c2d0ff url(../images/siteRodape.png) top center repeat-x;
}

span.btEnviar {
    width:71px;
    height:31px;
    cursor:pointer;
    display:block;
    float:left;
    margin:0 5px;
    background:url(../images/btEnviar.png) no-repeat left top;
}

span.btEnviar a {
    width:71px;
    height:31px;
}

span.btEnviar:hover {
    background:url(../images/btEnviar.png) no-repeat left bottom;
}

span.btEnviar:active {
    background:url(../images/btEnviar.png) no-repeat left bottom;
}

span.btLimpar {
    width:71px;
    height:31px;
    cursor:pointer;
    display:block;
    float:left;
    margin:0 5px;
    background:url(../images/btLimpar.png) no-repeat left top;
}

span.btLimpar a {
    width:71px;
    height:31px;
}

span.btLimpar:hover {
    background:url(../images/btLimpar.png) no-repeat left bottom;
}

span.btLimpar:active {
    background:url(../images/btLimpar.png) no-repeat left bottom;
}

span.btCancelar {
    width:96px;
    height:31px;
    cursor:pointer;
    display:block;
    float:left;
    margin:0 5px;
    background:url(../images/btCancelar.png) no-repeat left top;
}

span.btCancelar a {
    width:96px;
    height:31px;
}

span.btCancelar:hover {
    background:url(../images/btCancelar.png) no-repeat left bottom;
}

span.btCancelar:active {
    background:url(../images/btCancelar.png) no-repeat left bottom;
}

span.btVoltar {
    width:47px;
    height:21px;
    cursor:pointer;
    display:block;
    float:right;
    margin:0 5px;
    border:1px solid #c2d1e4;
    background:#dbe4ef;
    /*background:url(../images/btVoltar.png) no-repeat left top;*/
}

span.btVoltar a {
    width:47px;
    height:21px;
    display:block;
    font-size:12px;
    color:#02519e;
    line-height:21px;
    text-align:center;
    text-decoration:none;
}

span.btVoltar:hover {
    background:#c9d7e7;
    /*background:url(../images/btVoltar.png) no-repeat left bottom;*/
}

span.btVoltar:active {
    background:#dbe4ef;
   /* background:url(../images/btVoltar.png) no-repeat left bottom;*/
}

#redesSociais {
    width:299px;
    height:80px;
    float:left;
    padding:0 0 0 30px;
    position:absolute;
    background:url(../images/redesSociaisBg.png) no-repeat top center;
}

#redesSociais span {
    width:64px;
    height:62px;
    float:left;
    visibility:visible;
    cursor:pointer;
}

#redesSociais span a {
    width:100%;
    height:62px;
    display:block;
}

#redesSociais span.redesTwitter {
    background:url(../images/redesTwitter.png) top left;
}

#redesSociais span.redesYoutube {
    background:url(../images/redesYoutube.png) top left;
}

#redesSociais span.redesOrkut {
    background:url(../images/redesOrkut.png) top left;
}

#redesSociais span.redesFacebook {
    background:url(../images/redesFacebook.png) top left;
}

#redesSociais span:hover {
    background-position:bottom left;
}

#overlay {
    overflow:hidden;
    height:0;
    visibility: hidden;

}
