
/** GERAL **************************************/

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

#container{
	width:745px;
	margin: auto;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
/***********************************************/



/** Header *************************************/

#header{
	width:730px;
	height:132px;
	background-image:url('../images/header.jpg');
}

#header2{
	width:730px;
	height:132px;
	background-image:url('../images/header2.jpg');
}

#logo {
	padding:15px 0 0 135px;
}

#logo h1 {
	width:480px;
	height:100px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}

/***********************************************/



/** Content ************************************/

#content{
	width:730px;
	background-image:url('../images/body.jpg');
	text-align:center;
	padding:0px;
}


#content2{
	width:730px;
	background-image:url('../images/body2.jpg');
	text-align:center;
	padding:0px;
}
/***********************************************/




/** Footer *************************************/

#footer{
	width:730px;
	height:48px;
	background-image:url('../images/footer.jpg');
	text-align:left;
}

#footer2{
	width:730px;
	height:48px;
	background-image:url('../images/footer2.jpg');
	text-align:left;
}

.link-portal p a{
	width:70px;
	height:25px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin:5px 0 0 146px;
}

.link-ametran p a{
	width:70px;
	height:25px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	float:right;
	margin:5px 100px 0 0;
}

/***********************************************/

.textoTec { font-family:Verdana; font-size:11px; text-align:right; font-weight:bold;  }

.Alinhameto {text-align:left;}
.TextoHome
{
 text-align:justify; font-family:Tahoma, Times New Roman; font-size:12px;
}