/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{

	background: #000;
	font-weight: 400;
	font-size: 15px;
	overflow-y: scrool;
	overflow-x: scrool;
}
.ie7 body{
	overflow:hidden;
}
a{
	text-decoration: none;
	color:#FFF;
}


.logo{
	position: absolute;
	margin-left:40px;
	margin-top:40px;
	width:900px;
}
.clr{
	clear: both;
}








/* menu */



	

	


#menu li  {
	display: inline;
	letter-spacing:1px;
	


	
	
	}


#menu ul  {
	display: inline;
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:30px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	
	
	}
	
	
	
#menu li  {
	display: inline;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	color:#FFF;


	
	
	}

.bverde:active {
	background-color:#61be1a;
	
	}
	
.bverde:visited {
	background-color:#61be1a;
	
	
	}
	
.bverde:link {
	background-color:#61be1a;
	}
	
.bverde:hover {
	background-color:#61be1a;

	
	}


.verde {
	background-color:#61be1a;


	
	
	}
	
.bling:active {
	border-bottom:#FFF;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-top:#FFF;
	border-top-width:1px;
	border-top-style:solid;
	border-left:#FFF;
	border-left-width:1px;
	border-left-style:solid;
	border-right:#FFF;
	border-right-width:1px;
	border-right-style:solid;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	
	}
	
.bling:visited {
	border-bottom:#FFF;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-top:#FFF;
	border-top-width:1px;
	border-top-style:solid;
	border-left:#FFF;
	border-left-width:1px;
	border-left-style:solid;
	border-right:#FFF;
	border-right-width:1px;
	border-right-style:solid;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	
	
	}
	
.bling:link {
	border-bottom:#FFF;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-top:#FFF;
	border-top-width:1px;
	border-top-style:solid;
	border-left:#FFF;
	border-left-width:1px;
	border-left-style:solid;
	border-right:#FFF;
	border-right-width:1px;
	border-right-style:solid;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	
.bling:hover {
	border-bottom:#FFF;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-top:#FFF;
	border-top-width:1px;
	border-top-style:solid;
	border-left:#FFF;
	border-left-width:1px;
	border-left-style:solid;
	border-right:#FFF;
	border-right-width:1px;
	border-right-style:solid;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);

	
	}

.ling {
	border-bottom:#FFF;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-top:#FFF;
	border-top-width:1px;
	border-top-style:solid;
	border-left:#FFF;
	border-left-width:1px;
	border-left-style:solid;
	border-right:#FFF;
	border-right-width:1px;
	border-right-style:solid;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	
	
	}
	
	


.titulos2 { 	
    font-family: 'Oswald', sans-serif;
    font-size: 52px;
	text-align:left;
	color:#FFF;
	font-weight:normal;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	line-height:60px;
	
}

.titulos3 { 	
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
	font-weight:700;
	text-align:left;
	font-weight:normal;
	color:#FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	line-height:40px;
	
}

.texto { 	
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	text-align:justify;
	color:#FFF;
	line-height:20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	
}

.textosub { 	
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	text-align:justify;
	text-decoration:underline;
	color:#FFF;
	line-height:20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	
}

.texto2 { 	
    font-family:Verdana, Geneva, sans-serif;
    font-size: 14px;
	text-align:left;
	color:#FFF;
	line-height:20px;
	background-color:#999;


	background-repeat:repeat;
	
}

.texto3 { 	
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
	text-align:left;
	color:#FFF;
	line-height:18px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	
}

.texto4 { 	
    font-family: 'Open Sans', sans-serif;
    font-size: 9px;
	text-align:left;
	color:#FFF;
	line-height:11px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	
}

 #apDiv1 {
	position: absolute;
	width: 520px;
	text-align:justify;
	z-index: 1;
}

 #apDiv2 {
	position: absolute;
	width: 543px;
	text-align:justify;
	z-index: 1;
}

#apDiv3 {
	position: absolute;
	width: 520px;
	text-align:justify;
	z-index: 1;
}

  #erro {
	position:absolute;
	width:222px;
	height:52px;
	z-index:1;
	top:120px;
	left:450px;
}

.backgroundfull { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
	background-image:url(../images/1.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	
	
}




.backgroundfull2 {

    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
	background-image:url(../images/2.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	
	
}

.backgroundfull4 {

    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
	background-image:url(../images/4.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	
	
}

.backgroundfull5 {

    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
	background-image:url(../images/5.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	
	
}




.backgroundfullmar {

    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
	background-image:url(../images/3.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	
	
}

.backgroundfull6 {

    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
	background-image:url(../images/6.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	
	
}








	


	
	
	
/* Media Queries */

@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}




.linguagens { 
    z-index: 1000;
    position: relative;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: left;
    color: #fff;
   
}

#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }



