@charset "UTF-8";
/* CSS Document */

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	background-image:url(img/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	height:100%  !important;
	min-height:100% !important;
}

/* DIVs =========  */

#container {
	width:1000px;
	position:relative;
	min-height: 100%;
	clear:both;
	left:50%;
	margin-left:-500px;
}

#topo {
	width:625px;
	height:29px;
	float:right;
	position:relative;
	margin-bottom:20px;
	clear:both;
}


#container-meio {
	width:865px;
	clear:both;
	position:absolute;
	
}

#meio {
	width:865px;
	height:auto;
	background-color:#FFF;
	clear:both;
	position:relative;
	margin-top:49px;
	margin-left:38px;
	padding-bottom:42px;
	display:table;
}

#meio1 {
	float:left;
	padding-top:18px;
	padding-left:60px;
	
	
}

#meio2 {
	margin-top:50px;
	margin-left:108px;
	width:470px;
	float:left;
	
}

#img-bottom {
	position:relative;
	clear:both;
	margin-left:35px;
	width:500px;
	
}

#by-unodesign {
	position:relative;
	float:right;
	margin-right:-37px;
	margin-top:-124px;
	
}

#ufas {
	clear:both;	
	margin-bottom:50px;
	display:table;
}

#ufas-txt {
	width:260px;
	float:left;
}
#ufas-foto {
	width:191px;
	float:right;
	margin-left:19px;
}


/* CLASSES =========  */

.txt {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:13px;
	text-align:justify;
}

a.interna-link:link, a.interna-link:visited, a.interna-link:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:13px;
	text-decoration:none;
}

a.interna-link:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:13px;
	text-decoration:underline;
}



/* EXTRAS =========  */