#div_cadastro {
        font-size: 12px;
        position: absolute;
        top: 60px;
		z-index:2;
        text-align: right;
        right: 50px;
        background-image: url(../img/btn_usuario_logout.png);
        background-repeat: no-repeat;
        background-position: 5px 2px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 33px;
        background-color: #E8EFF7;
        color: #6699FF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        cursor: pointer;
        visibility: hidden;
        border: 3px double #C6D9FF;
		border-radius: 10px; /* alteração design */
}
#esqueci_minha_senha{
	color:#286FFF;
}
#div_cadastro td{
        font-size: 10px;
        color: #666666;
        padding: 5px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #FFFFFF;
        border-right-color: #FFFFFF;
        border-bottom-color: #E8EFF7;
        border-left-color: #E8EFF7;
        background-image: url(../img/fundo_zaul_transp_branco.png);
        font-weight: normal;
}
.fechar_div {
        font-size: 10px;
        color: #FFFFFF;
        text-decoration: none;
        background-color: #FF0000;
        text-align: center;
        padding: 5px;
        width: 10px;
        float: right;
        font-weight: bold;
        cursor: pointer;
		border-radius: 5px; /* atualização design */
}
.fechar_div:hover {
        background-color: #000000;
}

.fechar_div_novo {
        font-size: 8px;
        color: #FFFFFF;
        text-decoration: none;
        background-color: #FF0000;
        text-align: center;
        padding: 2px;
        width: 10px;
        float: right;
        font-weight: bold;
        cursor: pointer;
		margin-bottom: 2px;        
}
.fechar_div_novo:hover {
        background-color: #000000;
}

.fechar_div_novo10 {
        font-size: 8px;
        color: #FFFFFF;
        text-decoration: none;
        background-color: #FF0000;
        text-align: center;
        padding: 2px;
        width: 10px;
        float: right;
        font-weight: bold;
        cursor: pointer;
		margin-top: -15px;
		margin-bottom: 3px;		
		margin-right: 10px;
}
.fechar_div_novo10:hover {
        background-color: #000000;
}

#div_menu {
        font-size: 11px;
        position: absolute;
        top: 10px;
        text-align: right;
        right: 145px; /* atualização design */
        background-image: url(../img/fundo_zaul_transp_branco.png);
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 3px;
        border-top-style: dotted;
        border-right-style: dotted;
        border-bottom-style: dotted;
        border-left-style: solid;
        border-top-color: #6699FF;
        border-right-color: #6699FF;
        border-bottom-color: #6699FF;
        border-left-color: #6699FF;
        padding-top: 8px;
        padding-right: 10px;
        padding-bottom: 8px;
        padding-left: 10px;
		border-radius: 5px; /* atualização design */
		z-index: 5;
}
#div_login {
		visibility:visible;
        font-size: 12px;
        position: absolute;
        top: 60px;
        text-align: right;
        right: 50px;
        background-image: url(../img/btn_usuario_logout.png);
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: none;
        border-left-style: solid;
        border-top-color: #C6D9FF;
        border-right-color: #C6D9FF;
        border-bottom-color: #C6D9FF;
        border-left-color: #C6D9FF;
        background-repeat: no-repeat;
        background-position: 5px 2px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 33px;
        background-color: #FCFDFE;
        color: #6699FF;
        font-family: Verdana, Arial, Helvetica, sans-serif;       
        font-weight: bold;
        cursor: pointer;
		border-radius: 5px 5px 0px 0px; /* alteração design */
		z-index: 5;
}

#div_login:hover {
        right: 50px;
        background-image: url(../img/btn_usuario_login.png);
        background-color: #6699FF;
        color: #FFFFFF;
        z-index: 5;
}
#logo_perga {
        height: 25px;
        width: 150px;
        float: right;
        border-top-color: 10;
        right: 30px;
        top: 40px;
        position: absolute;
        visibility: hidden;
        z-index: 5;
}
#div_logout {
        font-size: 12px;
        position: absolute;
        top: 60px;
        text-align: right;
        right: 50px;
        background-image: url(../img/btn_usuario_login.png);
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: none;
        border-left-style: solid;
        border-top-color: #C6D9FF;
        border-right-color: #C6D9FF;
        border-bottom-color: #C6D9FF;
        border-left-color: #C6D9FF;
        background-repeat: no-repeat;
        background-position: 5px 2px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 33px;
        background-color: #2CAE00;
        color: #FFFFFF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        cursor: pointer;
		border-radius: 5px 5px 0px 0px; /* alteração design */
		z-index: 5;
}
#div_logout:hover {
        right: 50px;
        background-image: url(../img/btn_usuario_logout2.png);
        background-color: #FF0000;
        color: #FFFFFF;
        text-decoration: none;
        z-index: 5;
}
#div_idioma {
        font-size: 11px;
        position: absolute;
        top: 10px;
        text-align: right;
        right: 4px;
        background-image: url(../img/fundo_zaul_transp_branco.png);
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 3px;
        border-top-style: dotted;
        border-right-style: dotted;
        border-bottom-style: dotted;
        border-left-style: solid;
        border-color: #6699FF;
        height: 30px;
        cursor: pointer;
		border-radius: 5px 5px 0px 5px; /* alteração design */
}
.div_campus1 {
        font-size: 11px;
        color: #666666;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: dotted;
        border-top-color: #6699FF;
        border-right-color: #6699FF;
        border-bottom-color: #6699FF;
        border-left-color: #6699FF;
        padding: 4px;
        background-color: #FFFFFF;
        font-weight: bold;
}
.div_campus2 {
        font-size: 11px;
        color: #666666;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: dotted;
        border-top-color: #6699FF;
        border-right-color: #6699FF;
        border-bottom-color: #6699FF;
        border-left-color: #6699FF;
        background-color: #FFFFFF;
        font-weight: normal;
        padding-top: 4px;
        padding-right: 4px;
        padding-bottom: 4px;
        padding-left: 15px;
}
.div_campus_ico1 {
        font-size: 24px;
        font-weight: bold;
        color: #009900;
}
.div_campus_ico2 {
        font-size: 24px;
        font-weight: bold;
        color: #FF0000;
        padding: 2px;
}
.div_campus_altura {
        overflow: auto;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
}
#div_idioma:hover {
        border-color: #33CC33;
}
#div_idioma2 {
        font-size: 11px;
        position: absolute;
        top: 43px;
        text-align: center;
        right: 10px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 3px;
        border-top-style: dotted;
        border-right-style: dotted;
        border-bottom-style: dotted;
        border-left-style: solid;
        border-color: #33CC33;
        width: 30px;
        cursor: pointer;
        background-color: #FFFFFF;
        visibility: hidden;
}

#unid_informacao {
           	position: absolute;
		    top: 255px;
		    width: 390px;
		    z-index: 56;
		    font-size: 12px;
		    background-position: 5px 2px;
		    padding: 10px;
		    background-color: #E8EFF7;
		    color: #6699FF;
		    font-family: Verdana, Arial, Helvetica, sans-serif;
		    font-weight: bold;
		    cursor: pointer;
		    visibility: visible;
		    border: 3px double #C6D9FF;
		    right: 39px;
}

#unid_informacao2 {
        position:absolute;
        top: 323px;
        width:390px;
        z-index:56;
        font-size: 12px;
        background-position: 5px 2px;
        padding: 10px;
        background-color: #E8EFF7;
        color: #6699FF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        cursor: pointer;
        visibility: visible;
        border: 3px double #C6D9FF;
        right: 700px;
}

#unid_informacao3 {
        position:absolute;
        top: 303px;
        width:390px;
        z-index:56;
        font-size: 12px;
        background-position: 5px 2px;
        padding: 10px;
        background-color: #E8EFF7;
        color: #6699FF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        cursor: pointer;
        visibility: visible;
        border: 3px double #C6D9FF;
        right: 338px;
}

#unid_informacao4 {
        position:absolute;
        top: 324px;
        width:390px;
        z-index:56;
        font-size: 12px;
        background-position: 5px 2px;
        padding: 10px;
        background-color: #E8EFF7;
        color: #6699FF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        cursor: pointer;
        visibility: visible;
        border: 3px double #C6D9FF;
        right: 769px;
}

#unid_informacao5 {
        position:absolute;
        top: 324px;
        width:390px;
        z-index:56;
        font-size: 12px;
        background-position: 5px 2px;
        padding: 10px;
        background-color: #E8EFF7;
        color: #6699FF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        cursor: pointer;
        visibility: visible;
        border: 3px double #C6D9FF;
        right: 165px;
}

#tipos_obrasnovo {
        position:absolute;
        top:280px;
        width:390px;
        z-index:56;
        font-size: 12px;
        background-position: 5px 2px;
        padding: 10px;
        background-color: #E8EFF7;
        color: #6699FF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        cursor: pointer;
        visibility: visible;
        border: 3px double #C6D9FF;
        right: 39px;
}

#tipos_obrasnovo2 {
        position:absolute;
        top:375px;
        width:390px;
        z-index:56;
        font-size: 12px;
        background-position: 5px 2px;
        padding: 10px;
        background-color: #E8EFF7;
        color: #6699FF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        cursor: pointer;
        visibility: visible;
        border: 3px double #C6D9FF;
        right: 150px;
}

#tipos_obrasnovo3 {
        position:absolute;
        top:340px;
        width:390px;
        z-index:56;
        font-size: 12px;
        background-position: 5px 2px;
        padding: 10px;
        background-color: #E8EFF7;
        color: #6699FF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        cursor: pointer;
        visibility: visible;
        border: 3px double #C6D9FF;
        right: 335px;
}

#tipos_obrasnovo4 {
        position:absolute;
        top:323px;
        width:390px;
        z-index:56;
        font-size: 12px;
        background-position: 5px 2px;
        padding: 10px;
        background-color: #E8EFF7;
        color: #6699FF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        cursor: pointer;
        visibility: visible;
        border: 3px double #C6D9FF;
        right: 329px;		
}


#tipos_obrasnovo5 {
        position:absolute;
        top:323px;
        width:390px;
        z-index:56;
        font-size: 12px;
        background-position: 5px 2px;
        padding: 10px;
        background-color: #E8EFF7;
        color: #6699FF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        cursor: pointer;
        visibility: visible;
        border: 3px double #C6D9FF;
        right: 296px;		
}

#tipos_obrasnovo6 {
        position:absolute;
        top:353px;
        width:390px;
        z-index:56;
        font-size: 12px;
        background-position: 5px 2px;
        padding: 10px;
        background-color: #E8EFF7;
        color: #6699FF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        cursor: pointer;
        visibility: visible;
        border: 3px double #C6D9FF;
        right: 160px;		
}

.txt_acervo {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #286FFF;
}

.div_campus3 {
        font-size: 11px;
        color: #666666;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: dotted;
        border-top-color: #6699FF;
        border-right-color: #6699FF;
        border-bottom-color: #6699FF;
        border-left-color: #6699FF;
        background-color: #FFFFFF;
        font-weight: normal;
        padding-top: 1px;
        padding-right: 1px;
        padding-bottom: 1px;
        padding-left: 4px;
}

#div_cadastro2 {
        font-size: 12px;
        position: absolute;
        top: 10px;
	    left: 10px;
        background-image: url(../img/btn_usuario_logout.png);
        background-repeat: no-repeat;
        background-position: 5px 2px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 33px;
        background-color: #E8EFF7;
        color: #6699FF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        cursor: pointer;
        visibility: hidden;
        border: 3px double #C6D9FF;
}
#div_cadastro2 td{
        font-size: 10px;
        color: #666666;
        padding: 5px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #FFFFFF;
        border-right-color: #FFFFFF;
        border-bottom-color: #E8EFF7;
        border-left-color: #E8EFF7;
        background-image: url(../img/fundo_zaul_transp_branco.png);
        font-weight: normal;
}

#tipos_niveis
{
        position:absolute;
        top:148px;
        width:390px;
        z-index:56;
        font-size: 12px;
        background-position: 5px 2px;
        padding: 10px;
        background-color: #E8EFF7;
        color: #6699FF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        cursor: pointer;
        visibility: visible;
        border: 3px double #C6D9FF;
        right: 204px;
}
/* atualizado design */
/*@media screen and (max-width:1050px)*/
@media handheld
{
	#div_cadastro ,	 
	#div_menu , 
	#div_login ,  
	#logo_perga , 		
	#div_idioma {
		display:none;
	}
	.top_geral_canto img{
		/*border:#FF0000 solid 1px;
		border-radius: 0px 0px 10px 10px;*/
		box-shadow: 0px 0px 20px #BDC4CB;
   		-webkit-box-shadow: 0px 0px 20px #BDC4CB;
   		-moz-box-shadow: 0px 0px 20px #BDC4CB;
		/*margin-left: -10px;*/
		margin-left: 35%;		
	}
	
}
/* atualizado design */
/*		--- Alto Contraste	---		*/
#alto_contraste{
	background: #000;	 color: #FFF;	 	border-color: #c0c0c0;
    font-size: 12px;	 right: 25px;	 	top: 10px;
    text-align: left;	 position: absolute;
   		padding-top: 8px;
        padding-right: 10px;
        padding-bottom: 8px;
        padding-left: 10px;
     	border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 3px;
        border-top-style: dotted;
        border-right-style: dotted;
        border-bottom-style: dotted;
        border-left-style: solid;
        border-color: #286fff;
        border-radius: 5px;
     	z-index: 6;
}

#alto_contraste:hover{	background-color:#FFF;	color:#000; }
#icon-contraste{
	background-image: url("../biblioteca/img/alto_contraste_pergamum.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	background-size: 24px;
	border-radius: 5px;
	width:30px;
	height: 30px;
	position:fixed;
	top:275px;
	left:4px;
	cursor:pointer;
}

/*		--- fim Alto Contraste	---	*/