@import url("reset.css");
@import url("structure.css");
@import url("twitter.css");

/********************** Elemtentos **********************/
p{
	color: #e6e6e6;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}


/********************** Classes **********************/
.marginAuto{
	margin: auto;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.textIndent{
	text-indent: -9999px;
}

.diplayNone{
	display: none;
}

.marginTop10{
	margin-top: 10px;
}

.marginTop15{
	margin-top: 15px;
}

.marginTop20{
	margin-top: 20px;
}

.margin-left25{
	margin-left: 25px;
}

.margin-left50{
	margin-left: 50px;
}

.marginLeft75{
	margin-left: 75px;
}

.width50{
	width: 50px;
}

.width100{
	width: 100px;
}

.width220{
	width: 220px;
}

.width390{
	width: 390px;
}

.width485{
	width: 485px;
}

.texto{
}

.texto6em{
	font-size: 0.6em;
}

.textoTitulo{
	margin-left: 140px;
	position: relative;
	top: -15px;
}

.backgroundEla{
	background-color: #00CC99;
}

.backgroundMilton{
	background-color: #aea693;
}

.backgroundSc{
	background-color: #3399FF;
}

.boasVindas{
	color: #e6e6e6;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 0.6em;
	margin: 22px 0 0 500px;
}

.textoMarcadores{
	color: #e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	line-height: 2em;
	list-style: disc;
	margin:10px 0 0 15px; 
}

.text-indent-cases{
	text-indent: -9000px;
	background: transparent url(../imagens/casesDestaque.png) no-repeat;
	width: 134px;
	height: 17px;
}

.text-indent-studio{
	text-indent: -9000px;
	background: transparent url(../imagens/ostudio.jpg) no-repeat;
	width: 76px;
	height: 27px;
}

.text-indent-portais{
	text-indent: -9000px;
	background: transparent url(../imagens/portais_sites.jpg) no-repeat;
	width: 174px;
	height: 27px;
}

.text-indent-comunicacao{
	text-indent: -9000px;
	background: transparent url(../imagens/comunicacao.jpg) no-repeat;
	width: 103px;
	height: 18px;
}

.link {
	color: #e6e6e6;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	}	

/*********** ARQUITETURA HOME ***************/

#arq {
	width:190px;
	height:390px;
	margin-bottom:180px;
	background: url(../imagens/arq_ban.png) no-repeat;
	margin-top: 20px;

	}
