@charset "utf-8";
.pesq {
	height: 27px;
	width: 150px;
	border: thin solid #F5F5F5;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999;
}

.newsletter {
	height: 24px;
	width: 160px;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999;
	border: 1.5px solid #CCC;
}

.texto_sup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	background-color: #E8E8E8;
	text-decoration: none;
}
.texto_sup a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	background-color: #E8E8E8;
	text-decoration: none;
}

.texto_sup:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #E8E8E8;
	text-decoration: none;
}
.linguas:hover {
	opacity: 0.4;
}


.texto_inf {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	line-height: 17px;
}


.texto_inf2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	line-height: 17px;
	text-decoration: none;
}
.texto_inf2 a {
	text-decoration: none;
}

.texto_inf2:hover {
	text-decoration: none;
	color: #F63;
}


















.texto_roda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #666666;
	line-height: 25px;
	letter-spacing: 0.1em;
}

.text_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.texto_sup_neg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.foobar2 {
	margin: 0px;
	padding: 0px;
	background-color: #D9D9D9;
}
.home {
	background-image: url(../imagens/2.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: right;
}






.dropbtn500 {
	cursor: pointer;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #F37022;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.dropbtn500:hover {
	color: #666 ;
	text-decoration: none;
	border: none;
}
.dropbtn500:visited {
	color: #FFF;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.dropbtn500:active {
	color: #FFF;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.dropbtn500:focus {
    outline: none;
}

.dropdown500 {

	position: relative;
	display: inline-block;
	color: #000;
}
.dropdown500 a:hover {
	background-color: #f1f1f1;
	color: #003;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}



.dropbtn500:focus {
    outline: none;
}












.menu_links {
	cursor: pointer;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #F37022;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menu_links:hover {
	color: #666;
	text-decoration: none;
	border: none;
}


.dropdown500 {

	position: relative;
	display: inline-block;
	color: #000;
}
.dropdown500 a:hover {
	background-color: #f1f1f1;
	color: #003;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-ms-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
}












.dropdown-content500 {
	
	display: none;
	position: absolute;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	color: #FFF;
	z-index: 5000;
	margin-top: 20px;
	border-radius: 0.4em;
	background-color: #F37022;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: middle;
}

.dropdown-content500 a {
	color: #FFF;
	text-decoration: blink;
	display: block;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
}

.dropdown-content5000{
	display: none;
	content: '';
	position: absolute;
	left: 42%;
	top: 180%;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #F37022;
	clear: both;
	z-index: 10000;
}	
	
.show500 {

	display:block;

}


.thumbnails {
	-o-transition: opacity 0.5s ease-out 0s;
	-moz-transition: opacity 0.5s ease-out 0s;
	-webkit-transition: opacity 0.5s ease-out 0s;
	transition: opacity 0.5s ease-out 0s;
	-ms-transition: opacity 0.5s ease-out 0s;
	cursor: pointer;
}

