html, body
{
  height: 100%;
}
@font-face {
  font-family: "Square721 Bold BT";
  src: url(../font/SQR721B.TTF) format("truetype");
}
@font-face {
  font-family: "Square721 BT-Italic";
  src: url(../font/SQR721I.TTF) format("truetype");
}
@font-face {
  font-family: "Square721 BT";
  src: url(../font/SQR721N.TTF) format("truetype");
}
.part{
	background-color:white;
}
	.part h3{
		color:#933;
	}
#toc{
	display:block;
	padding:10px;
	position:relative;
	margin:15px 0;
	width:305px;
}
	#toc h3{
		padding-bottom:10px;
	}
	#toc h3 strong{
		font-size:13px;
		color:black;
	}

	#toc li{
		list-style-type:circle;
		padding-left:5px;
		margin-left:15px;
	}
		#toc a{
			color:#69C;
		}
div.section{
	width: 200px;
	position: fixed;
	z-index: 10;
	height: 100%;
	-moz-box-shadow: 0 0 50px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
}
	div.section h3{
		margin-bottom:10px;
	}
	div.section li{
		/*float:left;*/
	}
	div.pane{
		overflow: auto;
		margin-left: 201px;
		position: relative;
		background: white;
		height: 100%;
	}
	
.links a strong {
display: block;
}
	
ul.elements{
	background-color:#5B739C;
}
	.pags {
		width:1395px;
		height: 700px;
		font-weight:bolder;
		padding-left:90px;
		padding-top: 10px;
		position:relative;
		background-repeat: no-repeat; 
		float: left;
	}
		ul.elements li a{
			color:#933;
			font-size:12px;
		}
		ul.elements li p{
			color:#666;
		}
	#pane-options ul.elements li{
		margin:5px;
	}
	#pane-options{
		margin-bottom:10px;
	}
ul.links{
	/*height:20px;
	clear:left;*/
	font-family: 'latoregular',sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
	line-height: 13px;
	background: #F2F2F2;
}
ul.links strong {
	font-size: 14px;
}
ul.links a{
  height: 10px;
	display: block;
overflow: hidden;
text-decoration: none;
color: #191919;
padding-top: 25px;
padding-bottom: 25px;
padding-left: 70px;
padding-right: 5px;
text-align: left;
margin: 0;
border-bottom: 1px solid white;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
ul.links a:hover{
  height: 10px;
	background: #24b8dd;
	color: white;
	margin: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
ul.links img {
margin-left: -31px;
float: left;
padding: 1px 10px 0 0;
}

#pag_contato {
color: white;
}
h3 span{
	position:absolute;			
}
.meta {
display: inline;
color: #CCC;
font-family: 'lato_lightregular';
}
.message{
	background:#EEE;
	border:1px solid #999;
	color:#333;
	font-size:12px;
	font-weight:normal;
	padding:1px;
	margin-top:2px;
}
.info
{
  margin-top: 50px;
  width: 95%;
}
.goomap
{
  display: inline-block;
  margin-left: 50px;
  
}
 .margin-bot5
{
  font-size: 25px;
  color: #ff7224;
  margin-top: 50px;
  margin-left: 50px;
}
.address
{
  display: inline-block;
  margin-top: 0px;
  margin-left: 50px;
  vertical-align: top;
}
.contact_form
{
  display: inline-block;
  vertical-align: top;
  margin: -10px 0 0 30px;
}
.info1 .infos
{
  color: #000000;
  font-size: 15px;
  margin-left: 45px;
  
}
.info1
{
  width: 250px;
  
}

.address strong
{
  color: #ff7224;
}
.address .loc
{
  font-size: 15px;
  color: #000000;
  margin-top: 10px;
}
.middle
{
  height: 50px;
  width: 250px;
}
#short-time-msg {color:#99CC00;
 }