/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	overflow-y: auto;
	line-height: 22px;
	font-family: 'Tahoma', Helvetica, Trebuchet MS, Arial, sans-serif;
	font-size: 15px;
    background-color:#000;
    width:100%;
}

a, a:visited, a:active {
	color: inherit;
	text-decoration: none;
}

/*Clear*/
.clear {
	clear: both
}


/*Heading*/
h1 {
	font-size: 30px !important;
}
h2 {
	font-size: 26px !important;
}
h3 {
	font-size: 22px !important;
}

h4 {
	font-size: 18px !important;
	margin-bottom: 10px;
}

h1, h2, h3, h4, li {
	font-family: 'Oswald';
}
/**Heading*/
/* == logo , palco, conteudo, pg_erro ==*/
.logo {
	width: 78%;
	height: 101px;
	margin: 0 auto;
}
.logo img {
	width: 300px;/*255*/
	position: absolute;
	opacity: 0.95;
}

#logo {
	width: 980px;
	height: 101px;
	margin: 0 auto;
}
#logo img {
	width: 273px;/*255*/
	height: 101px;/*110*/
	position: absolute;
	opacity: 0.95;
}

.button {
	padding: 8px 10px;
	font-size: 15px;
	font-weight: bold;
	color: #fff !important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	background-color: #000;
	border: 0px;
}
.button a {
	color: #FFF;
}

.button:hover {
	background: rgb(33, 33, 33);
	background: rgba(33, 33, 33, 0.65);
}

.palco {
width: 80%;
height: 100%;
margin: 0 auto;
}

/* Geral */
#geral {
	min-height: 100%;
	position: relative;
	background: url('/static/imagens/pattern.png');
}

/* Corpo */
#corpo {
	padding: 10px;
	padding-bottom: 150px;
}

#corpo_esquerda {
	width: 470px;
	float: left;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 1px 1px 2px #cfcfcf;
	-moz-box-shadow: 1px 1px 2px #cfcfcf;
	-webkit-box-shadow: 1px 1px 2px #cfcfcf;
	behavior: url(PIE.php);
	padding: 10px;
}

#corpo_direita {
	width: 400px;
	float: right;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 1px 1px 2px #cfcfcf;
	-moz-box-shadow: 1px 1px 2px #cfcfcf;
	-webkit-box-shadow: 1px 1px 2px #cfcfcf;
	behavior: url(PIE.php);
	padding: 10px;
}

#esquerda {
	float: left;
	width: 217px; /*    height: 578px;*/
	min-height: 530px;
}
#esquerda_amplo {
float: left;
width: 70%;
min-height: 400px;
text-align: justify;
font-size: 16px;
line-height: 26px;
}
#direita_lateral {
	float: right;
	width: 25%;
	background: #f3f2f1;
	border-radius: 10px;
	padding: 10px;
	min-height: 400px;
	color: #FFF;
	background: rgb(33, 33, 33);
	background: rgba(33, 33, 33, 0.65);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#direita_lateral h3 {
	border-bottom: 2px solid #FFF;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.menu_lateral li {
	list-style-type: circle;
	list-style-position: inside;
}
/* Conteúdo */
.conteudo {
	width: 100%;
	height: auto;
	float: left;
	color: #fff;
	border-radius: 10px;
	margin: 0;
	padding: 10px;
	overflow-x: hidden;
	background: rgb(33, 33, 33);
	background: rgba(33, 33, 33, 0.65);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.pg_erro {
	float: left;
}
.pg_erro img {
	border: 0;
	width: 980px;
}

#slides ul.pagination {
	display: none;
}

.conteudo h1 {
	border-bottom: 2px solid #fff;
	font-family: 'Oswald', Tahoma;
	font-weight: 600;
	text-align: left;
	margin: 5px;
	margin-left: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.conteudo h2 {
	margin-bottom: 20px;
}
.conteudo h3 {
	float: left;
	text-align: justify;
	margin-bottom: 20px;
	width:100%;
}
.conteudo p {
	text-align: justify;
}

.conteudo .ver_preco {
	float: left;
	width: 120px;
	clear: both;
	font-size: 20px;
	margin-bottom: 20px;
}

.conteudo_corpo {
	width: 100%;
	float: left;
	clear: both;
}
.conteudo_corpo_imagem {
	float: left;
}


.conteudo_corpo_esquerda {
	float: left;
}
.conteudo_corpo_texto {
	width: 100%;
	float: left;
}


.conteudo_corpo_texto img{
	float:left;
    margin:0 20px 10px 0;
}
/*.conteudo img{
 width: 480px;
 height: 310px;
 float:left;
 border: 2px solid #fff;
 margin: 5px;
 rotate: 0.32s;
 }*/

/* == rodape == */
.conteudo_rodape {
	width: 1000px;
	height: 130px;
	margin: 0 auto;
}
/*==Menu*/
#menu ul li {
	float: left;
	list-style: none;
	display: inline;
	position: relative;
	padding: 11px 11px 11px 11px;
	font-size: 20px;
	font-family: 'Oswald', Tahoma;
}
#menu ul li ul {
	position: absolute;
	display: none;
	bottom: 44px;
	transition: 0.4s;
}

#menu ul li:hover ul {
	/*display:block;
	 visibility:visible;
	 background: rgb(33, 33, 33);
	 background: rgba(33, 33, 33, 0.65);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";*/

}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	margin: 0;
	padding: 10px 20px;
	position: relative;
	height: 20px;
	line-height: 20px;
	font-family: Tahoma;
	font-size: 13px;
}
#nav > ul > li {
	float: left;
	height: 30px;
	line-height: 30px;
	font-family: 'Oswald', Tahoma;
	font-size: 20px;
}
#nav li > ul {
	visibility: hidden;
	width: 250px;
	position: absolute;
	z-index: 4000;
	bottom: 0px;
	left: 250px;
	background: -moz-linear-gradient(top,  rgba(81,81,81,0.92) 0%, rgba(81,81,81,0.92) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(81,81,81,0.92)), color-stop(100%,rgba(81,81,81,0.92))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(81,81,81,0.92) 0%,rgba(81,81,81,0.92) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(81,81,81,0.92) 0%,rgba(81,81,81,0.92) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(81,81,81,0.92) 0%,rgba(81,81,81,0.92) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(81,81,81,0.92) 0%,rgba(81,81,81,0.92) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb515151', endColorstr='#eb515151',GradientType=0 ); /* IE6-9 */
}

#nav ul li.menu_link_clicavel {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.60) 0%, rgba(0,0,0,0.60) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.60)), color-stop(100%,rgba(0,0,0,0.60))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 ); /* IE6-9 */
}

#nav ul li.menu_link_clicavel a:hover, #nav ul li.menu_link_clicavel:hover > a {
	color: #FFF;
}
#nav ul li.menu_link_clicavel:hover {
	background-color: #999;
}

#nav > ul > li > ul {
	bottom: 50px;
	left: 0;
}
#nav li:hover {
	background-color: #999;
}
#nav li:hover > ul {
	visibility: visible;
}
#nav ul li a {
	color: #d4d4d4;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
}

#nav ul li a:hover, #nav ul li:hover > a {
	color: #252525;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 -1px #000;
}

/***Menu*/

.rodape {
	width: 100%;
	height: 130px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ee5;
	color: #fff;
	background: #555555;
	background: -moz-linear-gradient(top,  rgba(85,85,85,0.65) 0%, rgba(17,17,17,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,85,85,0.65)), color-stop(100%,rgba(17,17,17,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(85,85,85,0.65) 0%,rgba(17,17,17,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(85,85,85,0.65) 0%,rgba(17,17,17,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(85,85,85,0.65) 0%,rgba(17,17,17,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(85,85,85,0.65) 0%,rgba(17,17,17,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6555555', endColorstr='#a6111111',GradientType=0 ); /* IE6-9 */
}

.rodape #nav{
width: 800px;
float: left;
}
.baixo {
	float: left;
	width: 100%;
	margin: 10px;
}
.dev {
float: left;
margin: 5px 35px 5px 10px;
font-size: 12px;
line-height: 25px;
}
.dev a {
	color: #fff;
}
.dev a:hover {
	text-decoration: underline;
}
.contato_rodape {
	float: left;
	width: 250px;
	margin: 0px 0px 0px 150px;
	font-size: 12px;
}

.contato_rodape p {
line-height: 20px;
}

#redes {
float: right;
height: 32px;
width: 320px;
margin: 0px 0px 0px 0px;
}
#redes ul li {
float: right;
display: inline;
list-style: none;
width: 150px;
}
#redes ul li a {
	float: left;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	background-color: 0;
	text-shadow: 0;
	box-shadow: 0;
	border-radius: 0;
}

.redes_sociais_barra_botoes {
float: right;
width: 100%;
height: 25px;
text-align: right;
margin-bottom: 10px;
}

#slider_interno {
	position: relative;
	width: 980px;
	height: 380px;
	float: left;
}

#fotos {
	float: left;
	width: 980px;
	margin-top: 10px;
}
#fotos ul {
	width: 790px;
	margin: 0 auto;
}
#fotos ul li {
	list-style: none;
	display: inline;
	float: left;
	margin: 5px;
}
#fotos ul li a {
	float: left;
	margin: 5px;
}
#fotos ul li a img {
	float: left;
	width: 225px;
	height: 163px;
	border: 4px solid #fff;
}
#fotos ul li a img:hover {
	float: left;
	width: 225px;
	height: 163px;
	transition: 0.4s;
	box-shadow: 0px 0px 18px #111;
}

/*Imagens miniaturas*/
.img_mini {
	width: 60px;
	height: 100px;
	margin-right: 5px;
	float: left;
}
.exclui_img {
	text-align: center;
	height: 20px;
	width: 50px;
	font-size: 13px;
}
.dropshadowclass {
	border: solid 1px #CCC;
	-moz-box-shadow: 5px 5px 0px #999;
	-webkit-box-shadow: 5px 5px 0px #999;
	box-shadow: 5px 5px 0px #999;
}

.imagedropshadow {
	padding: 5px;
	border: solid 1px #D4D4d4;
}
a:hover img.imagedropshadow {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}

ul.foto_box {
	width: 100%;
	margin: 0 auto;
	float: none;
}
ul.foto_box li {
	display: inline;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 280px;
	float: left;
}

ul.foto_box li.foto_pequena {
	display: inline;
	margin-right: 15px;
	margin-bottom: 5px;
	width: 125px;
	float: left;
}

ul.foto_box li h2 {
	margin-bottom: 10px;
}

.imagens_box {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.imagens_box h2 {
	margin-bottom: 10px;
}

.video_box_conteiner {
	width: 900px;
	float: none;
	margin: 0 auto;
}

.video_descricao {
	float: left;
	width: 200px;
	height: 25px;
	width: 100%;
	margin-top: 1px;
	margin-bottom: 3px;
	font-weight: normal;
}
ul.video_box {
	width: 900px;
	margin: 0 auto;
	float: left;
}
ul.video_box li {
	display: inline;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 80px;
	width: 350px;
	float: left;
	height: 320px;
}
ul.video_box li h2 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	height: 39px;
	overflow: hidden;
	font-size: 18px;
	line-height: normal;
}
/* Pagina��o Banner*/
.pagination {
	width: auto;
	float: right;
	margin-top: 8px;
}
.pagination li {
	float: left;
	margin: 0 1px;
	list-style: none;
}
.pagination li a {
	display: block;
	width: 12px;
	float: left;
	overflow: hidden;
	height: 0;
	padding-top: 12px;
	background-image: url(../imagens/pagination.png);
	background-position: 0 0;
}
.pagination li.current a {
	font-weight: bold;
	text-decoration: underline;
	color: #589300;
	background-position: 0 -12px;
}

/*Pagina��o BD*/

.pagination_tabela_bd {
	font-size: 15px;
	float: right;
	margin-bottom: 20px;
}
.pagination_tabela_bd .current {
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	background-color: #5B8F0E;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
}

/*Mapa Canvas*/
#map_canvas {
width: 100%;
height: 450px;
margin-top: 20px;
margin-bottom: 20px;
float: left;
}

.mapa_google{
margin: 0 auto;
width: 855px;
}


#contato {
	float: left;
	width: 500px;
	height: 310px;
	margin: 33px auto;
}
.campo {
	color: #ccc;
	width: 330px;
	height: 18px;
	padding: 5px;
	margin-bottom: 4px;
	font-size: 16px;
	color: #333;
	border-radius: 5px;
	border: 1px solid #999;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.campo:hover {
	color: #333;
}
.campo_txt_area {
	color: #ccc;
	padding: 4px;
	font-size: 16px;
	color: #333;
	border-radius: 5px;
	border: 1px solid #999;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.campo_txt_area:hover {
	color: #333;
}
.bot_frm {
	margin: 3px 7px;
	padding: 8px 19px;
	color: #fff;
	font-weight: 600;
	border: 1px solid #222;
	box-shadow: 0px 0px 4px #000;
	background: rgb(125,134,160); /* Old browsers */
	text-shadow: 0px 0px 3px #111;
	background: -moz-linear-gradient(top,  rgba(125,134,160,1) 1%, rgba(63,76,107,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(125,134,160,1)), color-stop(100%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,134,160,1) 1%,rgba(63,76,107,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,134,160,1) 1%,rgba(63,76,107,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,134,160,1) 1%,rgba(63,76,107,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,134,160,1) 1%,rgba(63,76,107,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d86a0', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
}
.bot_frm:hover {
	background: #878daf; /* Old browsers */
	background: -moz-linear-gradient(top,  #878daf 0%, #c3cbe0 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878daf), color-stop(99%,#c3cbe0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #878daf 0%,#c3cbe0 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #878daf 0%,#c3cbe0 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #878daf 0%,#c3cbe0 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #878daf 0%,#c3cbe0 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878daf', endColorstr='#c3cbe0',GradientType=0 ); /* IE6-9 */
}
.ok_msg {
	font-size: 16px;
	padding: 5px;
	width: 100%;
	margin: 3px;
	color: #fff;
	box-shadow: 0px 1px 2px #fff inset;
	border-radius: 5px;
	text-shadow: 2px 2px 3px #111;
	background: -moz-linear-gradient(top,  rgba(228,239,192,0.5) 0%, rgba(227,238,191,0.5) 1%, rgba(171,189,115,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,239,192,0.5)), color-stop(1%,rgba(227,238,191,0.5)), color-stop(100%,rgba(171,189,115,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(228,239,192,0.5) 0%,rgba(227,238,191,0.5) 1%,rgba(171,189,115,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(228,239,192,0.5) 0%,rgba(227,238,191,0.5) 1%,rgba(171,189,115,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(228,239,192,0.5) 0%,rgba(227,238,191,0.5) 1%,rgba(171,189,115,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(228,239,192,0.5) 0%,rgba(227,238,191,0.5) 1%,rgba(171,189,115,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80e4efc0', endColorstr='#80abbd73',GradientType=0 ); /* IE6-9 */
}

.err_msg {
	font-size: 16px;
	padding: 5px;
	width: 100%;
	margin: 3px;
	color: #fff;
	box-shadow: 0px 1px 2px #fff inset;
	border-radius: 5px;
	text-shadow: 2px 2px 3px #111;
	background: -moz-linear-gradient(top,  rgba(252,80,80,0.5) 0%, rgba(221,55,55,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,80,80,0.5)), color-stop(100%,rgba(221,55,55,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,80,80,0.5) 0%,rgba(221,55,55,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,80,80,0.5) 0%,rgba(221,55,55,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,80,80,0.5) 0%,rgba(221,55,55,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,80,80,0.5) 0%,rgba(221,55,55,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80fc5050', endColorstr='#80dd3737',GradientType=0 ); /* IE6-9 */
}

form table {
	border-collapse: separate;
	border-spacing: 15px;
}

.form_contato {
	float: left;
	width: 500px;
	margin: 0 auto;
	margin: 15px 10px 15px 320px;
}

/* Erro */
.barra_msg_erro {
float: left;
height: auto;
width: 99%;
font-size: 20px;
color: white;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 5px;
margin-bottom: 10px;
text-align: center;
padding-bottom: 15px;
padding-top: 15px;
background: rgb(33, 33, 33);
background: rgba(33, 33, 33, 0.65);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.barra_msg_erro li {
	font-size: 20px
}

/* Form */
td.col1 {
	vertical-align: middle
}
td.col1 {
	width: 250px;
	text-align: right;
}
table {
	border-collapse: separate;
	border-spacing: 15px;
}
label {
text-align: right;
display: inline;
font-weight: bold;
padding-right: 10px;
text-align: right;
font-size: 90%;
}
label.col1 {
	width: 160px;
	text-align: right;
	float: right;
	font-size:14px;
}
form p:first-child {
	margin: inherit
}
.desc-message p {
	line-height: 19px
}
.hint {
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	color:#000;
}
.desc-message ul li {
	text-align: left;
	color: black;
}
.desc-bubble .desc-message {
	color: white;
	font-size: inherit;
	line-height: inherit;
}
td.col1 {
	vertical-align: middle
}
td.col1 {
	width: 170px;
	text-align: right;
}
td.col2 {
	width: auto;
	height: auto;
}
td {
	vertical-align: middle;
	text-align: left;
}
#rowElementContainer {
	width: auto;
	display: table;
	border-spacing: 0px;
}
.tr {
	display: table-row;
	padding: 0;
}
.th, .td {
	display: table-cell;
	padding: 0;
	width: auto;
}
.desc-bubble {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 3px 3px 3px;
	margin: 0px 3px 0 10px;
	text-align: right;
	position: absolute;
	margin-top: -1px;
	left: auto;
	width: expression(document.body.clientWidth < 82? "80px" : document.body.clientWidth > 352? "350px" : "auto");
	min-width: 80px;
	max-width: 350px;
	color: white;
	background-color: #F8F8F8;
	border: 1px solid #F3A926;
	font-size: 12px;
	line-height: 18px;
	behavior: url(/static/css/PIE.php);
	-ms-behavior: url(/static/css/PIE.php);
}
.desc-bubble .desc-bubble-arrow-border {
	display: block;
	border-color: transparent #F60 transparent transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
	position: absolute;
	top: 10px;
	left: -12px;
}
.desc-bubble .desc-bubble-arrow {
	border-color: transparent #F8F8F8 transparent transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
	position: absolute;
	top: 10px;
	left: -11px;
}
.desc-bubble .desc-message {
	color: white;
	font-size: inherit;
	line-height: inherit;
}

/*Error Form*/
.error-container {
	margin-top: 5px;
	float: left;
	height: 40px;
	width: 100%;
}
.error-bubble {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 3px 3px 3px;
	text-align: right;
	position: absolute;
	width: auto;
	color: red;
	background-color: #FFF1F1;
	border: 1px solid #BA6262;
	font-size: 12px;
	line-height: 12px;
}
.error-bubble .error-message {
	color: #fff;
	font-size: inherit;
	line-height: inherit;
}
.error-message {
	color: #BA6262;
	font-size: 10px;
}
.error-bubble .error-bubble-arrow-border {
	display: block;
	border-color: transparent transparent #BA6262 transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
	position: absolute;
	top: -12px;
	left: 50px;
}
.error-bubble .error-bubble-arrow {
	border-color: transparent transparent #FFF1F1 transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
	position: absolute;
	top: -11px;
	left: 50px;
}
ul.errors {
	padding: 5px;
	display: inline;
	color: #000;
	float: left;
}
/***---Form*/
form input[type="text"], form input[type="email"], form input[type="password"], form textarea {
	padding: 3px;
	font-size: 12px;
	line-height: 1;
	color: #000;
	border: 1px solid #d3d3d3;
	width: 220px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/static/css/PIE.php);
	-ms-behavior: url(/static/css/PIE.php);
	background: rgb(255, 255, 255);
	background: rgba(255,255, 255, 0.65);
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {

	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 220px;
	padding:3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
		background: rgb(255, 255, 255);
	background: rgba(255,255, 255, 0.65);
}

.col1 {
	color: #FFF;
}
/**Login**/

.login .lembrete_senha {
display: none;
margin-left: 100px;
margin-top: 20px;
width: 280px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 10px;
}
.login .lembrete_senha p {
	line-height: 25px;
}

.login .lembrete_senha p .button {
	margin-top: 10px;
}
.login .esquerda {
width: 50%;
float: left;
}

.login .direita {
float: right;
width: 40%;
height: 100px;
font-size: 20px;
padding: 5px;
padding-left: 2%;
border-left: 1px solid #CCC;
}

.login .direita a {
	font-weight: bold;
}

.login .direita a:hover {
	text-decoration: underline;
}

#login_menu {
	width: 180px;
	float: right;
	list-style: none;
	margin-top: 17px;
}

#login_menu a:hover {
	text-decoration: underline;
}
.esqueci_senha{
	padding-left:10px;
	color:#FFF;
}

/**Login**/

/**Minha Conta**/
/* Imagem perfil*/
#imagem_perfil_minha_conta {
	width: 420px;
	margin: 0 auto;
}
.small_box_img_perfil {
	max-width: 120px;
	max-height: 120px;
	/* Ie6 e Ie7 */
	*width: 120px;
	*height: 120px;
	/* Ie6 e Ie7 */
}

#esq_pequena {
width: 20%;
min-height: 350px;
height: auto !important;
height: 350px;
float: left;
}
#dir_ampla {
width: 70%;
float: right;
margin-left: 10%;
}

.panes{
	margin-top: 10px;
	float:left;
}

.bootstrap .nav>li>a:hover, .nav>li>a:focus {
text-decoration: none;
background-color: #eeeeee;
color: #000;
}
/***Minha Conta**/
