
.main {
	
	width: 100%;
	padding-top: 50px;
	background-image: url(topo.jpg);
	background-position: left;

}

.top {
	width: 100%;
	padding-top: 150px;
	background-image: url(teste.jpg); 
	background-repeat: no-repeat; 
	background-position: center;
}

.container {
	width: 960px;
  	margin: 0 auto;
}

.meio {

}

.selecionada {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+37,1b00ba+95 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 37%, #1b00ba 95%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,#000000), color-stop(95%,#1b00ba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 37%,#1b00ba 95%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 37%,#1b00ba 95%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 37%,#1b00ba 95%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 37%,#1b00ba 95%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1b00ba',GradientType=0 ); /* IE6-9 */


}

.titulohome {
	padding: 40px 0 0 312px;
	font-family: arial;
	font-size: 36px;
	font-weight: bold;
	background: -webkit-linear-gradient(#eee, #1b00ba);
 	 -webkit-background-clip: text;
 	 -webkit-text-fill-color: transparent;
}

.nuvem {
	float:left;
	width: 480px;
	height: 450px;
}

.video {
	padding: 60px;
}

.nuvem2 {
	float:left;
	width: 480px;
	height: 350px;	
}

.tituloabout {
	margin-bottom: 30px;
}

.about {
	margin-bottom: 60px;
	margin-left: 180px;
	width: 600px;	
}

.nuvemlast {
	margin-left: 250px;
}

.abas {
	height: 50px !important;
}

.foto {
	padding: 10px 60px;
	opacity: 0.7;
}

.conteudo {
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.2);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	height: 850px;
}

.aba {
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	width: 140px;
	height: 50px;
	border-radius: 20px 20px 0 0;
	float: left;
	margin-right: 65px;
}

.last {
	margin-right: 0 !important;
}

.aba a:hover {
	color: green;
}

.texto {
	background: -webkit-linear-gradient(white, yellow);
 	 -webkit-background-clip: text;
 	 -webkit-text-fill-color: transparent;
	font-family: arial;
	font-size: 14px;
}

.titulo {
	color: white;
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	padding-top: 20px;
}

.rodape {
	height: 100px !important;
	color: white;
	margin-left: 500px;
	padding-top: 20px;
}

.rodape a {
	font-size: 24px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	background: -webkit-linear-gradient(white, yellow);
 	 -webkit-background-clip: text;
 	 -webkit-text-fill-color: transparent;
}

.center {
	text-align: center;
	line-height: 25px;
}

.left {
	float:left;
}

.right {
	float:right;
}