﻿/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body, html {
margin: 0;
	padding: 0;
 	}



body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #000000;

}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.main,
.container > header {
	width: 100%;
	max-width: 800px;
	margin: 0;
	padding: 0;
}
.sobre
{
padding: 0px;
width: 280px;
height:400px;
color: #000000;
	text-decoration: none;
	font-size:10px;
padding-left:0px;
text-align:justify;
}

.meutexto{
color: #000000;
	text-decoration: none;
	font-size:12px;
}

.meutexto_ap{
color: #000000;
	text-decoration: none;
	font-size:14px;
}

.meutitulo_ap{
color: #000000;
	text-decoration: none;
	font-size:16px;
	margin: 15;
}

.imagem{
	text-decoration: none;
	font-size:16px;
	margin: 0px;
}
.mtable:hover
{
    background-color: #f4f4f4;
}

.container > header {
	padding: 0;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0px;
}

.container > header nav {
	float: right;
}

.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #ffffff;
	text-indent: -8000px;
}

.container > header nav a:after {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 100%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container > header nav a:hover:after {
	opacity: 1;
}

.container > header nav a:hover {
	background: #ffffff;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 0px;
}

.container > header nav a:hover:before {
	color: #fff;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\ffffff";
}
.scrollup {
  width: 67px;
  height: 67px;
  opacity: 0.3;
  position: fixed;
  bottom: 50px;
  right: 100px;
  display: none;
  text-indent: -9999px;
  background: url('../images/top.png') no-repeat;
}