@charset "iso-8859-1";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #475868;
}
#fundo_login {
	background-image: url(images/index_04.jpg);
	background-repeat: no-repeat;
	height: 58px;
	float: right;
	width: 430px;
	padding-left: 70px;
	padding-top: 14px;
}
.senha {
	color: #F7F4EB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.fundo_topo {
	background-image: url(images/index_02.jpg);
	background-repeat: repeat-x;
}
.fundo_logo {
	background-color: #F7F4EB;
	background-image: url(images/index_08.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 178px;
	width: 951px;
}
.fundo_menu {
	background-image: url(images/index_11.jpg);
	background-repeat: repeat-x;
	height: 33px;
	background-color: #F7F4EB;
}
.fundo_servicos {
	background-image: url(images/index_43.jpg);
	background-repeat: repeat-x;
	height: 206px;
}
#fundo_noticias {
	width: 580px;
	overflow: hidden;
}
.campos {
	background-color: #3e4c59;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #333333;
}



.fundo_lat_D {
	background-image: url(images/index_26.jpg);
	background-repeat: repeat-y;
}
.alinhado_D {
	float: right;
	clear: both;
}

.fundo_lat_E {
	background-image: url(images/index_24.jpg);
	background-repeat: repeat-y;
}
#conteudo {
	background-color: #F7F4EB;
	padding-top: 20px;
}
.campos2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #D3D0CB;
	font-size: 10px;
}

#esq {
}
.copyright {
	color: #afbac7;
}
#fundo_botton {
	background-image: url(images/index_51.jpg);
	background-repeat: repeat-x;
	height: 33px;
	padding-top: 30px;
}
#classificados {
	background-image: url(images/index_47.jpg);
	background-repeat: no-repeat;
	height: 218px;
	width: 290px;
	padding-top: 20px;
	padding-left: 17px;
	padding-right: 20px;
}
.titulo_classificado {
	font-weight: bold;
	color: #BEE35F;
	font-size: 13px;
}
.texto_classificado {
	color: #FFFFFF;
}

.fundo_ESQ {
	background-image: url(images/index_32.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 30px;
}
a:link {
	color: #373C40;
	text-decoration: none;
}
a:visited {
	color: #373C40;
	text-decoration: none;
}
a:hover {
	color: #731D1C;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.setinha {
	background-image: url(images/index_38.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.setinha_verde {
	background-image: url(images/setinha.jpg);
	background-repeat: no-repeat;
	padding-left: 18px;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #373C40;
	text-decoration: underline;
	font-style: normal;
}
.aviso {
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	background-color: #FF0000;
	font-weight: bold;
}


/* MODAL */

.dg-modal-popup {
    z-index: 999;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
}

.dg-modal-popup .dg-img-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 95px;
    position: relative;
}

.dg-btn-close-modal {
    position: absolute;
	top: 22px;
    right: 27px;
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
}

.dg-btn-close-modal:hover{
    opacity: 0.8;
    text-decoration: none;
}

.dg-container-modal{
	position: relative;
}

@media(max-width:1360px) and (min-width: 1023px){
	.dg-modal-popup .dg-img-modal {
		margin-top: 96px;
	}
	.dg-btn-close-modal {
		top: 25px;
		/* right: 428px; */
	}
}

@media(max-width:1024px) and (min-width: 992px){
	.dg-btn-close-modal {
		top: 0;
		/* right: 15%; */
	}
}

@media(max-width:991px){
	.dg-btn-close-modal {
		right: 15%;
	}

}