@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,700);


body {
    margin: 0px;
    padding:0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#000;
}
div#uses_logo{
    width:94px;
    height:30px;
    position:fixed;
    bottom:10px;
    right:10px;
    background: url(../imagens/uses.png) no-repeat right bottom;
}
div#estrutura{
    clear:both;
    margin:0px auto;
    width: 995px;
    overflow:hidden;
}
div#toposite{
    clear:both;
    height:150px;
    padding:10px;
    overflow: hidden;
    text-align: center;
}
div#conteudoindex{
    clear:both;
    overflow:hidden;
    padding:20px;
}
div#titulo{
    clear:both;
    overflow:hidden;
    padding-bottom: 3px;
    border-bottom:1px solid #ccc;
    font-size: 51px;
    color: #000;
    font-weight:750;
    font-family:'Quicksand',arial;
}

dl{
    margin:0px;
    margin-bottom: 5px;
    margin-right: 10px;
    color: #666;
    float:left;
    overflow:hidden;
}
dl dt{
    margin:0px;
    font-size:11px;
}
dl dd{
    margin:0px;
}

.login{
    width:200px;
    font-size:15px;
}

div.pontilhado{
    clear:both;
    background: url(../imagens/pontilhado.jpg) repeat-x center;
    height:3px;
    margin: 3px;
    padding: 5px;
}

div#containerlogin{
    border:1px solid #cecece;
    border-radius: 10px;
    padding:20px;
    width:215px;
    margin: 0px auto;
    margin-top:10px;
    background:#fafafa;
}

img#logomarca{
    width:250px;
    height:150px;
    border:none;
}
img#logomarcarodape{
    width:120px;
    height:60px;
    border:none;
}

div.containererror,
div.containersuccess,
div.containerinfo{
    clear:both;
    min-height: 55px;
    padding:10px;
    padding-left:70px;
    margin:10px;
}

div.containererror{
    background: #EEE3E3 url(../imagens/error.png) no-repeat 10px center;
    border:1px solid #9E6A55;
}
div.containersuccess{
    background: #E6FFE0 url(../imagens/ok.png) no-repeat 10px center;
    border:1px solid #56974A;
}
div.containerinfo{
    background: #E2EBF3 url(../imagens/info.png) no-repeat 10px center;
    border:1px solid #99CCFF;
}

/********** PADRAO *********/
.cinza6{color:#666!important;}
.cinzaC{color:#ccc!important;}
.txt11{font-size: 11px;}
.txt14{font-size: 14px;}
.txt16{font-size: 16px;}
.txt18{font-size: 18px;}
.negrito{
    font-weight: bold;
}
.link1{
    text-decoration: none;
}
.link1:hover{
    text-decoration: underline;
}
.centro{
    text-align: center;
}
.campo{
    font-size: 11px;
    padding:8px;
    border:1px solid #cecece;
    border-radius: 5px;
}
.botao{
    background: #000;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding:10px;
    border-radius: 10px;
    min-width: 100px;
    border:1px solid #cecece;
}