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



#home {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:800px;
	height:100%;
	background:#000 url(../imagens/layout/bg_home.jpg) repeat-x;
}

#foto {
	width:150px;
	float:left;
}

#boas_vindas {
	width:656px;
	float:left;
	color:#FFF;
    font-family: 'Coolvetica';
	font-size:17px;
	line-height:31px;
	text-align:left;
	padding:5px 50px 0px 40px;
	height:130px;
	letter-spacing: 1px;
	background:url(../imagens/layout/bg_boas_vindas.png) no-repeat left top;
}

#boas_vindas a {
	color:#00C0FF;
	text-decoration:none;
}

#boas_vindas a:hover {
	color:#00A0DD;
}

#banner_principal {
	clear:both;
	width:100%;
	height:430px;
	float:left;
	border-radious:5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	overflow:hidden;
}

.last {
	margin-right:0px;
}

.linha {
	background:#292929;
	border-top:1px solid #000;
	height:1px;
	float:left;
	width:100%;
}

.linha2 {
	background:#111;
	border-top:1px solid #0A0A0A;
	height:1px;
	float:left;
	width:100%;
}

#home #links {
	float:left;
	color:#DDD;
	font-size:10px;
}

#home #links a {
	color:#FFF;
	font-size:11px;
	text-decoration:none;
}

#home #links a:hover{
	text-decoration:underline;
}

#home #redes_footer {
	float:right;
	color:#DDD;
	font-size:10px;
	line-height:13px;
}

#home #redes_footer a {
	color:#FFF;
	line-height:18px;
}

#home #redes_footer img {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	float:left;
	margin-top:2px;
	margin-right:5px;
}
