@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
@import url(fonts/stylesheet.css);

body, html {
	margin: 0;
	padding: 0;
	font-family: "Open Sans" ;
	font-size: 14px;
	width:100%;
	background-image: url("../_img/bgall.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-width: 300px;
}
a {
		color: #61cae1;
	text-decoration: underline;
	font-weight: 700;
}
h1 {
	font-weight: 400;
	color: #004761;
	font-size: 32px;
	margin-top: 5px;
	margin-bottom: 5px;
}
p {
	color: #6a6a6a;
	line-height: 24px;
}
hr {
	border-top: 1px solid #d1e3ea;
	border-bottom: none;
	margin-top: 20px;
	margin-bottom: 10px;
}
input {
	  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  height: 20px;
  
	  padding: 3%;
  
	  width: 94%;
  border: 1px solid #aab2bd;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
textarea {
	  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  height: 20px;
  
	  padding: 3%;
  
	  width: 94%;
	  height: 150px;
  border: 1px solid #aab2bd;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Open Sans"
}
input.botao {
	margin: 8px;
	background-color: #61cae1;
	color: #fff;
	text-align: center;
	height: inherit;
	width: inherit;
	display: block;
	margin: auto;
	cursor: pointer
}
input.botao2 {
	padding: 10px 50px 10px 20px;
	border: 1px solid #aab2bd;
	width: initial;
	height: initial;
	background-color: #fff;
	background-image: url("../_img/arrow_bt.png");
	background-repeat: no-repeat;
	background-position: right;
	margin: auto;
	font-weight: 700;
	color: #004761;
	font-size: 22px;
	display: block;
}

*:focus {
    outline: 0;
}



#top_box {
	width: 100%;
	height: 36px;
	padding-top: 4px;
	background-color: #002d3e;

	position: fixed;
	box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 0.3);
	z-index: 15;
}
#top_box a {
	color: #fff;
	font-size: 11px;
	/* margin-left: 20px; */
	font-weight: 400;
}


#top_menu {
	width: 50%;
	float: left;
	margin-top: 2px;
	display: none;
}
#top_menu img {
	margin-right: 5px;
}







#top_menu ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0}

#top_menu ul a
{
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	padding:0 15px;
	font-weight: 400;
}

#top_menu ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0}

#top_menu ul li.current-menu-item
{
	background:#ddd
}

#top_menu ul li:hover
{
	background:none;
}

#top_menu ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#002d3e;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:0px;
	width:170px;
	border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#top_menu ul ul li
{
	float:none;
	width:130px;
	height:20px;
	text-align:left;
	padding:3px;
	margin-top:0px;
}

#top_menu ul ul a
{
	line-height:100%;
	padding:5px 5px 5px 5px;
	margin-left:10px;
	margin-top:0px;
	display: block;
	width: 100%;
	font-size:12px;
	border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight: 300;
}
#top_menu ul ul a:hover
{
	background-color:#1a7496;

}

#top_menu ul ul ul
{
	top:0;
	left:100%
}

#top_menu ul li:hover > ul
{
	display:block
}






#search_bar {
	float: right;
	margin-top: 5px;
	height: 30px;
	text-align: right;
}
#search_bar input {
  background-color: #004761;
  color: #fff;
  font-size: 11px;
  padding-left: 30px;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border: 0px solid #800000;
  width: 100px;
  height: 18px;
  background-image: url("../_img/header/search.png");
  background-repeat: no-repeat;
  background-position-x: 10px;
  margin: 0;
}
#search_bar img {
  margin-top: 5px;
  float: right;
  margin-left: 10px;
}
#middle_box {
	max-width: 940px;
	padding-left:42px;
	padding-right: 42px;
	height: 110px;
	padding-top: 65px;
	padding-bottom: 0px;
	background-color: #fff;
	margin: auto;

	text-align: center;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 5px 30px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 5px 30px 0px rgba(50, 50, 50, 0.5);
}
#middle_box .Logo {
	width: 100%;
	max-width: 251px;
}

#ad_top {
	width:570px;
	height: 80px;
	background-color: #3e3e3e;
	float: right;
	display: none;
}

#main_nav {
	max-width: 940px;
	padding-left:42px;
	padding-right: 42px;
	height: 0px;
	background-color: #004761;
	margin: auto;

}













#main_nav ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;

	width: 100%;
	display: none;
}

#main_nav ul a
{
	/* display:block; */
	color:#fff;
	text-decoration:none;
	font-size:13px;
	/* line-height:32px; */
	/* padding:0 15px; */
	/* width:14%; */
	font-weight: 400;
}

#main_nav ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width: 14%;
	height: 38px;
	padding-top: 15px;
	text-align: center;
}

#main_nav ul li.current-menu-item
{
	background:#1a7496;
}

#main_nav ul li:hover
{
	background:#1a7496;
}

#main_nav ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#002d3e;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:0px;
	width:200px;
	border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	z-index: 100;
}

#main_nav ul ul li
{
	float:none;
	width:165px;
	height:20px;
	text-align:left;
	padding:3px;
	margin-top:0px;

}
#main_nav ul ul li:hover {
	background: #002d3e;

}


#main_nav ul ul a
{
	line-height:100%;
	padding:5px 5px 5px 5px;
	margin-left:10px;
	margin-top:0px;

	display: block;
	width: 100%;
	font-size:12px;
	border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#main_nav ul ul a:hover
{
	background-color:#1a7496;

}


#main_nav ul ul ul
{
	top:0;
	left:100%;
	background:#004761;
}
#main_nav ul ul ul li:hover {
	background: #004761;

}
#main_nav ul li:hover > ul
{
	display:block
}








/*
#main_nav a {
	width: 14%;
	height: 38px;
	text-align: center;
	color: #fff;
	display: block;
	float: left;
	padding-top: 15px;
	font-size: 13px;
}
#main_nav a:hover {
	background-color: #1a7496;
}

*/
#box_content {
	max-width: 940px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
	margin: auto;
	border-top: 1px solid #d1e3ea;
}


.c2_1 {
	width:48%;
	margin-right: 4%;
	float:left;

}
.c2_2 {
	width:48%;
	float: left;

}
.c22_1 {
	width:65%;
	margin-right: 5%;
	float:left;

}
.c22_2 {
	width:30%;
	float: left;

}
.c1 {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}


footer {
	width: 100%;
	background-color: #002d3e;
	height: 215px;
	float: left;
}
footer a {
	font-size: 11px;
	color: #61cae1;
	line-height: 30px;
	text-decoration: none;
	font-weight: 300;
}
footer a:hover {
	color: #fff;
}
#footer_c1 {
	width: 50%;
	height: 145px;
	margin-top: 15px;
	float: left;
}
#footer_c2 {
	width: 50%;
	height: 145px;
	margin-top: 15px;
	float: left;
	color: #fff;
	font-size: 12px;
}
#footer_c3 {
	width:20%;
	height: 145px;
	margin-top: 15px;
	float: left;
	display: none;
}
#footer_c4 {
	width:20%;
	height: 145px;
	margin-top: 15px;
	float: left;
	display: none;
}
#bicho_line {
	border-top: 2px solid #004761;
	text-align: right;
	width: 100%;
	float: left;
	padding-top: 5px;
	text-align: center;
}
.wrapper {
	max-width: 940px;
	padding-left: 22px;
	padding-right: 22px;
	margin: auto;
}
.cclear {
	clear: both;
}
.topoimg {
	width: 100%;
	margin-bottom: 30px;
}

#anunciantesBox {
	padding: 50px;
}
#logIn {
	padding: 50px;
	text-align: center;
}
#logIn input {
	text-align: center;
}
#logIn img {
	  width: 100%;
  margin-bottom: 20px;
  max-width: 251px;
}
 .m_menu {
	display: block;
	float: left;
	width: 33px;
	cursor: pointer;
}
#menu_mobile {
	display: none;
	width: 100%;	
	position: absolute;
	background-color: #002d3e;
	top: 0;
	padding-top: 40px;
	z-index: 10;
}
#menu_mobile ul {
    list-style: none;

    padding: 0px 0px 0px 22px;
}
#menu_mobile ul li {
    margin-top: 20px;

}
#menu_mobile ul ul {

}
#menu_mobile ul ul li {
    margin-top: 5px;

    padding: 15px 15px 15px 40px;
    background-color: #031935;
    margin-left: -40px;
    text-transform: uppercase;
}
#menu_mobile a {
    color: #fff;

    text-decoration: none;
    font-weight: 400;
}
#menu_mobile .main_ativo {
	    padding: 5px;

    display: block;
    background-color: #61cae1;
    margin-left: -17px;
    color: #031935;
    font-weight: 700;
    text-transform: uppercase;

}
#menu_mobile .main_inativo {
    padding: 5px;

    display: block;
    background-color: #61cae1;
    margin-left: -17px;
    color: #031935;
    font-weight: 700;
    text-transform: uppercase;
}


.belt {
    display:none;
}
