@charset "utf-8";
/* CSS Document */
/* 
	Colors RGB Codes
	Azul Claro: #09C5FB   */

	body {
	font-family:'lucida grande',arial,verdana,sans-serif;
	margin-top: 0px;
	background-image:url(../img/layout/background-splash.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	font-size: 13px;
	color: #FFF;
	text-align:left; /* Centraliza no IE*/
	margin:0;
	padding:0;
	}
	
	p{
		font-size: 12px;
		text-align:justify
		color: #CCC;
	}	
	
	ul{
		font-size:14px;
		display:inline;
	}
	
	h1{
		font-size:30px;
		font-weight:bolder;
		color:#09C5FB;
		margin:0px;
	}
	
	h2{
		font-size:28px;
		font-weight:bolder;
		color:#09C5FB;
		margin:0px;
	}
	
	
	A:link {text-decoration:none; color:#F60; }
	A:visited {text-decoration:none; color:#F60}
	A:active {text-decoration:none; color:#F60}
	A:hover { text-decoration:underline; color:#1880cb; }
	

/*///////////// Layout Default. MAP: ID ////////////// /*/
#logo{
	margin-left:100px; 	margin-top:30px;
	background:url(../logo-lucasmendonca.png) no-repeat; display:block; overflow:hidden; text-indent:-1000px; width:235px; height:50px;
}
#conteudo{
	margin-top:100px;
	position:relative;
	padding-bottom: 100px;
}

.texto{
		margin-left: 13px;
		text-align:justify
		color: #1be2ff;
		font-weight:bolder;
}	
.button{
	margin-left:50px;
	position: relative;
	float: none;
}


.conteudo-interna{
	border:1px #333 solid;
	margin-left:5%;
	width:90%;
	height:320px;
	position: static;
	top: 38px;
	overflow:auto;
		 margin-top: 50px;
}

.conteudo-interna img{
	border: 1px #FFF;
    float:left;
	 margin-right:5px;

}

.conteudo-interna img a:hover{
	border:1px #CCC;
}

.conteudo-interna img a{
	border:1px #FFF;
}


#CG2004, #CG2005, #design200X, #web0809{
		display:block;
}
/*/// Basics ///*/
.marginBottom20{
	margin-bottom:20px;
}

/* /// SCRIPT ALPHA AZUL /// */ 
.alphaBlue {

     text-align:justify;
     }
.alphaBlue  h2 {
     font-size:18px;
     font-weight:bold;
     }

/* Aplicando a transparência apenas no IE 6 */
* html body .alphaBlue   {
     background-color:#17b9d0;
     filter: alpha(opacity=50); /* Já q o FF não recebe, não vamos declarar o –moz-opacity */
     }

/* Aplicando a background-image para os outros navegadores */
html > body .alphaBlue   {
     background-image:url(../img/alphaBlue.png);
     }
	 
	 

