body{
    background:#fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 10px;
    margin:0;
}

#wrapper{
    position: relative;
    min-height: 100%;
    margin-bottom:-50px;
}

#topo{
    background:url(/portal/resources/images/login/bg_topo.png) repeat;
    height:200px;
    width:100%;
    padding:0px;
    margin:0px;
    top:0;
    position:relative;
    -webkit-box-shadow: 3px 5px 20px #aaa;
    -moz-box-shadow: 3px 5px 20px #aaa;
    box-shadow: 3px 5px 20px #aaa;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=3);
}

#center{
    width:98%;
    margin:auto;
    position: relative;
    min-height:50px;
}

#header{
    position: absolute;
    /*
right: -165px;
	bottom: -189px;
    */
    left: 10px;
    border: none;
    z-index: 1000;

}
#img_prefeitura{
    left: 1335px;
    position: absolute;
}
/* IMG PREFEITURA - SEPARADA
.img1{
	top:-20px;
	position:absolute;
	right:415px;
	z-index:1000;
	border:0;
}
.img2{
	top: -7px;
	position: absolute;
	right: 269px;
	z-index:500;
	border:0;
}
.img3{
	position: absolute;
	right: 137px;
	border:0;
}*/
#servicos{
    position:relative;
    left: 0px;
    top: 25px;
    z-index: 1;
}
.servico1{
    left: 0;
    position:absolute;
    width: 361px;
    border:0;
    top: 0px;
    z-index: 1;
}
.servico2{
    top: 120px;
    left: 100px;
    position: absolute;
    width: 361px;
    border:0;
    z-index: 1;
}
.servico3{
    top: 240px;
    left: 150px;
    position: absolute;
    width: 361px;
    border:0;
    z-index: 1;
}
.downloadManualNfse{
    top: 350px;
    left: 50px;
    position: absolute;
    width: 761px;
    border:0;
    z-index: 1;
}
#content{
    /*width:1320px;*/
    width: 100%;
    margin:0px;
    padding:0px;
    height:250px;
    clear:both;
    min-height: 535px;
}

label {
    position: absolute;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:16px;
    color:#fff;
    margin-left: 15px;
    margin-top: 14px;
}

#login{
    position: absolute;
    right:10px;
    margin:0px;
    width: 337px;
    background: #F0F0F0;
    border: 2px solid #CCC;
    padding: 27px 0px 20px 75px;
    float: right;
    margin-top: 80px;
    z-index: 5;
}
#login h1{
    font-size: 16px;
    margin-left: -50px;
    color:#666;
    z-index: 5;
}
#login p{
    color: #666;
    margin-bottom: 2px;
    margin-left: -50px;
    z-index: 5;
}
#login a{
    /*margin-left: -43px;*/
    color: #C00;
    /*padding-right: 75px;*/
    font-size: 12px;
    text-decoration:none;
    z-index: 5;
}

#solicitacaoNFS{
    color: #C00;
    margin-left: -60px;
    font-size: 12px;
    text-decoration:none;
    z-index: 5;
}


#login a:hover{
    text-decoration:underline;
}

#atalho1Caxias{
    position: absolute;
    right:230px;
    margin:0px;
    float: right;
    margin-top: 435px;
    z-index: 5;
    display: table-row;
}

#atalho1ComEventual{
    position: absolute;
    right:230px;
    margin:0px;
    float: right;
    margin-top: 435px;
    z-index: 5;
    display: table-row;
}

#atalho1{
    position: absolute;
    right:230px;
    margin:0px;
    float: right;
    margin-top: 370px;
    z-index: 5;
    display: table-row;
}

#atalhocertificado{
    position: absolute;
    right:230px;
    margin:0px;
    float: right;
    margin-top: 400px;
    z-index: 5;
    display: table-row;
}

#atalho2{
    position: absolute;
    right:10px;
    margin:0px;
    float: right;
    margin-top: 435px;
    z-index: 5;
    display: table-row;
}

.link_disabled{
    /*margin-left: -43px;*/
    color: #000;
    /*padding-right: 75px;*/
    font-size: 12px;
    text-decoration:none;
    z-index: 5;
}

input#usuario, input#senha{
    background:#fff;
    border:1px solid #ccc;
    height:30px;
    width: 335px;
    padding-left: 15px;
    font-size: 16px;
    margin-left: -50px;
    z-index: 5;
}

input#usuario:focus, input#senha:focus{
    -webkit-box-shadow: 0px 0px 8px #666;
    -moz-box-shadow: 0px 0px 8px #666;
    box-shadow: 0px 0px 8px #666;
    border:2px solid #666;
    outline:none;
    z-index: 5;
}
input#usuario:hover, input#senha:hover{
    border:2px solid #666;
    z-index: 5;
}

input#senha{
    width:252px;
    margin-left: -50px;
    margin-top:5px;
    z-index: 5;
}

input#button{
    background: #FAAEA6; /* Old browsers */
    background: -moz-linear-gradient(top, #FAAEA6 0%,#DD3F22 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAAEA6), color-stop(100%,#DD3F22)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FAAEA6 0%,#DD3F22 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FAAEA6 0%,#DD3F22 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #FAAEA6 0%,#DD3F22 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAAEA6', endColorstr='#DD3F22',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #FAAEA6 0%,#DD3F22 100%); /* W3C */
    width: 71px;
    height: 36px;
    color:#fff;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:20px;
    font-weight:bold;
    border:1px solid #999;
    margin-top:5px;
    cursor:pointer;
    z-index: 5;
}

input#button:hover{
    background: #FAAEA6; /* Old browsers */
    background: -moz-linear-gradient(top, #FAAEA6 0%,#DD3F22 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAAEA6), color-stop(100%,#DD3F22)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FAAEA6 0%,#DD3F22 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FAAEA6 0%,#DD3F22 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #FAAEA6 0%,#DD3F22 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAAEA6', endColorstr='#DD3F22',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #FAAEA6 0%,#DD3F22 100%); /* W3C */
    -webkit-box-shadow: 0px 0px 5px #FAAEA6;
    -moz-box-shadow: 0px 0px 5px #FAAEA6;
    box-shadow: 0px 0px 5px #FAAEA6;
    z-index: 5;
}

#footer{
    background:url(/portal/resources/images/login/bg_topo.png) repeat;
    height:60px;
    width: 100%;
    padding-top: 0px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:10px;
    bottom:0;
    padding-bottom:0px;
    -webkit-box-shadow: 3px 5px 45px #aaa;
    -moz-box-shadow: 3px 5px 45px #aaa;
    box-shadow: 3px 5px 45px #aaa;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=3);
    line-height: 75px;
    position:absolute;
}

#footer a{
    color:#000;
    text-decoration:none;
}
#footer a:hover{
    color:#000;
    text-decoration:underline;
}


