
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 â° Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:14px/24px Arial; *font-size:small; } 
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 2px; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #444; color:#fff; text-shadow: none; }
::selection { background:#444; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #444; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: rgb(245,245,245); text-decoration: none; }
a:hover { text-decoration: underline; }

/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/

.limpa {
	clear: both;
	float: none;
	width: 0px;
	height: 0px;
}

.rel {
	position: relative;
	top: 0px; left: 0px;
}

html {
	background: url(images/back.png) repeat;
}

html, body {
    overflow-x: hidden;
}

img {
	border-collapse: collapse;
}

h1 {
	font-family: Arial;
	font-family: Arial;
	font-size: 28px;
	font-weight: normal;
}

h2{
	font-size: 200%;
	text-align: center;
}

h4{
	
}

p{
	margin: 5px 0px; 
	text-align: justify;
}

img{display:block;}


/* HEADER */
header {
	width:100%;
}

header nav {
	width: 969px;
	margin:0 auto;

}

header nav div {
	width: 190px;
	height: 29px;
	float: left;
	padding-top: 11px;
	text-align: center;
	margin-right:3px;
	cursor: pointer;
	font: 12px/20px Arial;
	color: white;
	border-color: rgb(200,200,200);
	border-color: rgba(200,200,200,0.5);
	background-color: rgb(80,80,80);
	background-color: rgba(0,0,0,0.3);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

header nav div:hover, .nav_active{
	border-color: rgba(200,200,200,0.5);
	background-color: #E77042;
}

/* FIM HEADER */

/* MAIN */

#main {
	background: rgb(245,245,245);
}

#div_corpo {
	width: 100%;
	height: inherit;
	overflow: auto;
	margin: 50px 0px;
	padding: 50px 0px;
	background: #E77042;
	color: white;
}

#div_inicio{
	width: 969px;
	margin: 0 auto;
}
/* fim main */

/* ASIDE */
#div_restrito {
	position: absolute;
	left: 591px;
	top: 10px;
	padding: 8px;
	color: rgb(245,245,245);
	font: bold 11px/1.6 Tahoma;
}
#div_restrito table th {
	text-align: left;
	font-weight: normal;
	color: rgb(215, 196, 97);	
}
#div_restrito input[type=text], #div_restrito input[type=password] {
	width: 100px;
	padding: 5px;
	background: white;
	border: 1px solid gray;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#div_restrito select{
	width: 100px;
	padding: 5px;
	background: white;
	border: 1px solid gray;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#div_restrito input[type=text], #div_restrito input[type=password], #FormOrca input:not([type=submit]):not([type=reset]), #FormOrca textarea {
	font-family: 'Trebuchet MS', 'Segoe UI', Arial;
	-webkit-transition: all .5s;
	transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
	
#div_restrito input[type=text], #div_restrito input[type=password], #FormOrca textarea ,#FormOrca input[type=text] ,#FormOrca input[type=password] {
	border: 1px solid black;
	background: rgb(245,245,245);
}

#div_restrito input[type=text]:focus, #div_restrito input[type=password]:focus, #FormOrca textarea:focus ,#FormOrca input[type=text]:focus ,#FormOrca input[type=password]:focus {
	border: 1px solid black;
	background: rgb(80,80,80);
	color: rgb(245,245,245);
}

#submit {
	width: 55px;
	height: 55px;
	position: relative;
	left: 283px;
	top: -58px;
	cursor: pointer;
}
#submit:hover {
	background: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
/* FIM ASIDE */

/* FOOTER */
footer {
	height: 56px;
	padding-top: 35px;
	text-align: center;
	margin-top: 2px;
}

footer, footer a {
	color: white;
	font: 13px Arial;
}
footer a:hover {
	color: rgb(30,30,30);
}
/* FIM FOOTER */

/* DEFAULTS */
.ajax-loader {
	width: 100px;
	margin: auto;
}

.ajax-loader img {
	margin-top: 20px;
	width: inherit;
	height: inherit;
}

.fl { float: left; }


.links {
	position: absolute;
	left: 400px;
}

.links div{
	margin-right: 8px;
	float: left;
	width: 74px;
	height: 59px;
}

.links a {
	text-decoration: none;
}

#com {
	padding-top: 28px;
}

#com div {
	width: 100%;
	height: 84px;
	margin-bottom: 5px;
	cursor: pointer;
}

#com div:hover {
	background: white;
	opacity: 0.3;
	filter: alpha(opacity=30);
}


.in_q{
	width: 310px;
	margin-right: 17px;
}



.q_h{
	font: bold 22px/36px 'Segoe UI', Arial;
	text-align: left;
	color: black;
}

.q_hw{
	font: bold 22px/36px 'Segoe UI', Arial;
	text-align: left;
	color: rgb(245,245,245);
}

.q_i img {
	display: block inline;
	box-shadow: 0 0 5px rgb(80,80,80);
	margin-top: 20px;
	margin-bottom: 17px;
}

.q_iw img {
	display: block inline;
	box-shadow: 0 0 5px rgb(175,175,175);
	margin-top: 20px;
	margin-bottom: 17px;
}

.q_c, .q_c td{
	font-weight: normal;
	font-family: Arial;
	font-size: 14px;
	line-height: 24px;
	color: rgb(80,80,80);
}

.q_cw, .q_cw td{
	font-weight: normal;
	font-family: Arial;
	font-size: 14px;
	line-height: 24px;
	color: white;
}

.q_c ul li {
	list-style: square;
	margin-left: 15px;
}

.q_c table {
	width: 100%;
}

.q_c th {
	padding-left: 10px;
}
.q_c td {
	padding-left: 30px;
	vertical-align: middle;
}

.q_cw ul li {
	list-style: square;
	margin-left: 15px;
	color: white;
}

.q_cw table {
	width: 100%;
}

.q_cw th {
	padding-left: 10px;
}
.q_cw td {
	padding-left: 30px;
	vertical-align: middle;
}

.more-button {
	background: rgb(235,235,235); /* para browsers sem suporte a CSS 3 */
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#c8c8c8'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(235,235,235)), to(rgb(200,200,200))); /* webkit browsers */
	background: -moz-linear-gradient(top,  rgb(235,235,235),  rgb(200,200,200)); /* Firefox 3.6+ */
	
	border: 1px solid rgb(140,140,140);
	padding: 5px 20px;
	padding-top: 3px;
	width: 140px;
	
	font: 18px/36px 'Segoe UI', Arial;
	color: rgb(50,50,50);
	
	cursor: pointer;
	
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
}


.more-button:hover {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 1px inset;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 1px inset;
	color: white;
	border-color: rgb(60,60,60);
	
	filter: none;
	background: rgb(20,20,20); /* para browsers sem suporte a CSS 3 */
	
	
	
}

.more-button img {
	display: inline;
	position: relative;
	top: 2px;
	padding-right: 10px;
}

#boxes{
	clear: both;
	margin: 100px 0px;
	width: 969px;
	margin: 0 auto;
}


.button {
	color: black;
	font: 11px Arial, sans-serif;
	font-variant: normal;
	line-height: 24px;
	text-decoration: none;
	padding: 1px 12px;
	display: inline-block;
	cursor: default;
	background: white;
	border: solid 1px rgb(220,220,220);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 0px;
	margin-right: 10px;
	height: 28px;
}
.button:hover {
	border-color: rgb(170,170,170);
	background-color: rgb(white);
	background-image: -webkit-linear-gradient(top, white, rgb(200,200,200));
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
	-webkit-transition: border-color .218s;
	-moz-transition: border .218s;
	-o-transition: border-color .218s;
	transition: border-color .218s;
}
.button:active {
	background-color: rgb(200,200,200);
	border-color: gray;
	background-image: -webkit-linear-gradient(top, rgb(220,220,220),rgb(200,200,200));
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px inset;
}

input.button {
}

.gallery > div {
	position: absolute;
	top: 0px;
	left:0px;
}

.gallery > div > img {
	box-shadow: 0 0 5px rgb(60,60,60);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 969px;
	height: 342px;
}


.form-label {
	font: 13px Arial;
	color: rgb(250,250,250);
	margin-top: 10px;
	margin-bottom: 10px;
}

#FormOrca textarea,#FormOrca input:not([type="reset"]):not([type="submit"]){
	border: 1px solid rgb(245,245,245);
	padding: 5px;
}

.mes {
	font: bold 18px Arial !important;
	padding-bottom: 5px;
}

.dia:hover{
	background-color: rgb(200,200,200) !important;
}

#cal div{
	color: rgb(30,30,30);
}

#a_Topo{
	color: rgb(30,30,30);
	text-align: right;
	float: right;
	clear: both;
}
#a_Topow{
	color: rgb(250,250,250);
	text-align: right;
	float: right;
	clear: both;
}

.rodape{
	width:969px;
	margin: 0px auto;
	padding-top: 30px;
	clear: both;
	text-align: center;
}

.rodape a:hover{
	text-decoration: underline;
}

/* FIM DEFAULTS */



.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}