@charset "UTF-8";

@font-face {
	font-family:'Font-Standart';
	src:url(../fonts/Arial%20Rounded%20Bold.ttf);
	}
	
body{
	font-family:'Font-Standart';
	background-color: rgba(35,35,35,1.00);
	color: rgba(255,255,255,1.00);
	background-image:url(../img/bg2.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
	background-attachment:fixed;
	font-size:30px;	
	font-weight:100;
	margin: 5px 0px 0px 0px;
	}
	
h1{
	font-size:65%}
	
table#tableheader{
	border-bottom:1px solid rgba(255,255,255,1.00);
	}
	
table#tableheader td#esq{
	width:40%;
	}
	
table#tableheader td#dir{
	vertical-align:bottom;
	}
	
table#tableapresent td#esq{
	width:80%;
	}
	
table#tableapresent{
	margin-top:1%;
	}

table#tableespec{
	width: 100%;
	font-size:70%;
	margin-bottom:0px;
	}
	
p#back{
	margin-top:0px;
	margin-bottom:0px;
	margin-right:20px;
	}

table#tableespec tr td table#subtablespec tr td{
	border:1px solid rgba(255,255,255,1.00);
	}
	
table#tableespec tr td table#subtablespec{
	border-collapse:collapse;
	}
nav#menu {
	display: block;
	}
	
nav#menu ul{
		list-style: none;
		text-transform: uppercase;
		float:right;
		top: -20px;
		left: 37%;
		}
		
nav#menu li{
	display: inline-block;
	background-color: rgba(0,0,0,0.00);
	padding: 10px;
	margin: 2px;
	transition:background-color 0.3s;
	}	
	
a{
	font-size:80%;
		color:rgba(255,255,255,1.00);
		text-decoration: none;
		transition: color 0.3s;
		}
		
a:hover{
		color:rgba(56,144,205,1.00);	
		}
	
div#apresentacao{
	font-family:"Font-Standart";
	width:100%;
	height:650px;
	color:rgba(255,255,255,1.00);
	font-size:70%;
	}
	
div#especifica{
	
	}
	
p{
	margin-left:3%;
	text-indent:3%;}
	
form{
	font-size:70%;
	padding-top:100px;
	}
	
input[type=text], input[type=tel], input[type=email], textarea{
	font-family:"Font-Standart";
	font-size:90%;
	background-color:rgba(0,0,0,0.50);
	color:rgba(255,255,255,1.00);
	border:1px solid rgba(255,255,255,1.00);
	}
	
input[type=submit]{
	border:2px solid rgba(255,255,255,1.00);
	font-size:100%;
	background-color:rgba(0,0,0,0.50);
	color:rgba(255,255,255,1.00);
	}
	
p#ptele{
	margin-bottom:400px;
	}

div#divmail{
	position:fixed;
	height:50%;
	top:25%;
	left:25%;
	background-color:rgba(0,0,0,0.50);
	margin:0px 0px 0px 0px;
	overflow:hidden;
	}
	
div#divmail iframe{
	width:100%;
	height:100%;
	}
	
.openwindow{
	width:50%;
	}
	
.closedwindow{
	width:0%;
	}
	
a#btclose{
	margin-right:3%;
	float:right;
	}
	
/*table td{
	border:1px solid rgba(255,255,255,1.00);
	}*/