@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DBDBDB;
}
h1 {
	font-size: 27px;
	font-weight: bold;
	text-transform: uppercase;
	color: #303030;
}
h2 {
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #303030;
	margin-bottom: 20px;
}
h4 {
	color: #d22027;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
p {
	font-size: 12px;
	color: #535353;
	line-height: 16px;
}
p a {
	color:#d22027;
	text-decoration:none;
}
p a:hover {
	text-decoration:underline;
}
hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	display: table;
}
input {
	height: 30px;
	width: 333px;
	line-height: 30px;
	background-color: #FFF;
	border: 1px solid #D8D8D8;
	font-size: 11px;
	color: #999;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 18px;
}
select {
	width: 200px;
	background-color: #FFF;
	border: 1px solid #D8D8D8;
	font-size: 11px;
	color: #999;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	height: 30px;
	padding-top:5px;
	padding-left: 10px;
}
select option {
	border: none;
	background-color: #FFF;
	font-size: 11px;
	color: #999;
	padding-top:10px;
	padding-right: 15px;
	padding-left: 15px;

}

.nomargin-bottom {
	margin-bottom: 0px;
}
textarea {
	height: 200px;
	width: 442px;
	line-height: 15px;
	background-color: #FFF;
	border: 1px solid #D8D8D8;
	font-size: 11px;
	color: #999;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.botao {
	display: inline-block;
	line-height: 25px;
	height: 25px;
	font-size: 12px;
	color: #F2F2F2;
	padding-right: 18px;
	padding-left: 18px;
	background-color: #414141;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 10px;
	border:none;
	cursor:pointer;
}
.botao:hover {
	background-color: #D12026;
	color: #F0F0F0;
	
}






.wrap {
	display: table;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.box_1 {
	float: left;
	width: 223px;
	margin-top: 26px;
	margin-right: 26px;
	display: block;
	-webkit-border-radius: 6px;
    border-radius: 6px;
}
.box_2 {
	width: 472px;
	margin-top: 26px;
	margin-right: 26px;
	float: left;
	display: block;
	-webkit-border-radius: 6px;
    border-radius: 6px;
}
.box_3 {
	float: left;
	width: 721px;
	margin-top: 26px;
	margin-right: 26px;
	display: block;
	-webkit-border-radius: 6px;
    border-radius: 6px;
}
.box_4 {
	float: left;
	width: 970px;
	margin-top: 26px;
	display: block;
	-webkit-border-radius: 6px;
    border-radius: 6px;
}
.box_last {
	margin-right:0px;
}
.box_top {
	margin-top: 0px;
}
.box_grey {
	background-color: #e0e0e0;
}
.box_grey h2 {
	width: 183px;
	line-height: 50px;
	height: 35px;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	margin-bottom: 0px;
}
.box_grey .red_title {
	background-image: url(../images/bg_box_red.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	line-height: 50px;
	height: 50px;
}
.box_grey p {
	font-size: 12px;
	line-height: 16px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
}
.box_grey .botao {
	display: inline-block;
	line-height: 25px;
	height: 25px;
	font-size: 12px;
	color: #F2F2F2;
	padding-right: 18px;
	padding-left: 18px;
	background-color: #414141;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	margin: 20px;
}
.box_grey .botao:hover {
	background-color: #D12026;
	color: #F0F0F0;
	
}
.box_grey ul {
	width: 100%;
}
.box_grey ul li {
	height: 40px;
	width: 100%;
	list-style-type: none;
}
.box_grey ul li a {
	line-height: 40px;
	height: 40px;
	width: 183px;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.box_grey ul li a:hover {
	background-color: #C7C7C7;
	color: #D12028;
}
.box_grey ul li .alast {
	border:none;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}
.box_grey ul li .active {
	color: #D12026;
}



.box_dark {
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3e3e3e;
}
.box_dark h2 {
	font-size: 26px;
	color: #f2f3fa;
	padding: 20px;
}
.box_dark p {
	font-size: 12px;
	color: #b0b0b0;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 16px;
	height: 70px;
}
.box_dark .botao {
	display: inline-block;
	line-height: 25px;
	height: 25px;
	font-size: 12px;
	color: #333;
	padding-right: 18px;
	padding-left: 18px;
	background-color: #f2f2f2;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	margin: 20px;
}
.box_dark .botao:hover {
	background-color: #D12026;
	color: #F3F3F3;
}




.img_corner {
	-webkit-border-radius: 6px;
    border-radius: 6px;
}
.img_inpost1 {
	-webkit-border-radius: 6px;
    border-radius: 6px;
	float:left; 
	margin-right:26px; 
	margin-bottom:26px;
	width:223px;
}

.img_inpost {
	-webkit-border-radius: 6px;
    border-radius: 6px;
	margin-bottom: 20px;
	margin-top: 20px;
}




/*
@media only screen and (min-width: 768px) and (max-width: 979px) {
#content {
}
}
@media only screen and (max-width: 767px) {
#content {
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
#content {
}
}
*/
#header {
	/*height: 100px;*/
	width: 100%;
	position: relative;
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
}
#header .wrap {
	height: 142px;
}

#header .wrap #logo {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 83px;
	width: 241px;
}
#header .wrap #lang {
	height: 30px;
	position: absolute;
	top: 30px;
	right: 0px;
}
#header .wrap #lang p{
	height: 30px;
	text-align: right;
	font-size: 12px;
	color: #d22027;
	line-height: 30px;
	float: left;
	margin-right: 15px;
}
#header .wrap #lang a{
	height: 26px;
	width: 26px;
	margin-left: 3px;
	line-height: 26px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #F4F4F4;
	display: block;
	background-image: url(../images/bg_lang.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
	float: left;
	text-decoration: none;
}
#header .wrap #lang .active, #header .wrap #lang a:hover {
	background-position: left;
	}
#header .wrap nav {
	height: 50px;
	width: 100%;
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}
#header .wrap nav a {
	line-height: 52px;
	height: 50px;
	color: #E2E2E2;
	text-decoration: none;
	font-size: 12px;
	display: block;
	float: left;
	padding-right: 17px;
	padding-left: 17px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
#header .wrap nav a:hover, #header .wrap nav .active {
	background-color: #d1484e;
	color:#FFF;	
}
#header .wrap nav .bt_home {
	background-image: url(../images/bt_home.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #d1484e;
	margin: 0px;
	padding: 0px;
	width: 58px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 6px 0px 0px 0px;
    border-radius: 6px 0px 0px 0px;
}
#header .wrap nav a:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main {
	display: table;
	width: 100%;
	position: relative;
	background-color: #f3f3f3;
}
#main .wrap {
}
#main .wrap #map {
	height: 240px;
	width: 470px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #FFFFFF;
	margin-bottom: 26px;
	border: 1px solid #D8D8D8;
}


#footer {
	display: block;
	width: 100%;
}
#footer #city {
	width: 100%;
	height: 88px;
	background-image: url(../images/bg_city.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
#footer .wrap {
}
#footer .wrap p {
	height: 70px;
	line-height: 40px;
	font-size: 11px;
	color: #8f8f8f;
	text-align: center;
}
#footer .wrap p a {
	color: #d22027;
	text-decoration: none;
}

#pop {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/bg_black_tranp.png);
	background-repeat: repeat;
	z-index: 888;
	cursor:pointer;
}

#pop #popup {
	height: 360px;
	width: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -220px;
	margin-left: -300px;
	z-index: 999;
	cursor: pointer;
	border: 5px solid #000;
}

#pop #popup-close {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background-image: url(../natal/img/close-bt.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
	z-index:9999;
}

.table {
	border: 1px solid #BCBCBC;
	margin-top: 10px;
	margin-bottom: 10px;
}

.table tr td {
	border: 1px solid #BCBCBC;
	padding: 6px 4px;
	font-size: 12px;
}