@charset "UTF-8";
/* CSS Document */

body  {
	background-color:#333;
	margin: 0; 
	padding: 0;
	background-image: url('../Imagens/bg.gif') ;
	top: 0;
	position:absolute;
	
}

.layout #container { 
	margin-top:100px;
	min-width:700px;
	border:none;
	background-repeat:no-repeat;
	background-attachment:fixed;
	position:relative;
} 

.layout #header {
	left:40px;
	position:fixed;
	top:35px;
	padding-right:40px;
	width:auto;
} 

.layout #lingua {
	float:left;
	position:fixed;
	
	left: 40px;
	top: 450px;
	font:12px Omnes, Geneva, Verdana, Arial;
	color:#FFF;
} 
.layout #Menu_Lateral {
	float:left;
	position:fixed;
	width: 300px;
	top:60px;
}

/*CSS do campo subscrever newsletter*/

.layout #news {
	
	float:left;
	position:fixed;
	left: 40px;
	bottom: 50px;
	width: 250px;
	
	}

.layout #news input {
	outline:none;
	}
	
.layout #news #texto {
	font-family: Omnes, Geneva, Verdana, Arial;
	font-size: 14px;
	color: #FFF;
	padding-left:10px;
}

/*CSS do campo noticias twitter*/

.layout #twitter {
	outline:none;
	position:relative;
	float: right;
	top:25px;
	width: 100px;
	/*height:150px;*/
	background-color: #000;
  	filter:alpha(opacity=60);
  	opacity:0.6;
	
	}

	
.layout #twitter_update_list {
	list-style-type:none;
	color:#FFF;
	font: 12px Omnes, Geneva, Verdana, Arial;
	margin:0px;
	padding:5px;
	
	
	}
	
/*costumizações do twitter para passar para outra folha de estilo*/
	
.layout #twitter h2 {
	font:16px Omnes, Geneva, Verdana, Arial;
	color:#FFF;
	margin-left:25px;
	}
	
.layout #twitter_update_list li{
	margin-bottom:15px;
	
	
	}
.layout #mainContent {
	
	min-height:600px;
	margin: 87px 0 0 350px;
	width:80%;
	float:left;
	position:reltive;
} 


.layout #fim {
	position:relative;
	width:600px;
	margin-left:350px;
	padding-left:40px;
	
}
.layout #fim p{
	font-size:10px;
	
	color:#FFF;
	
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    line-height: 0px;
}

