* {
 margin: 0;
 padding: 0;
}

html {
	background: url(../../_Imgs/fundo_html.jpg) repeat-x 0 81px #79928E;

}
body, td, th {
	font: 12px arial, tahoma, verdana;
}
body {
	background: url(../../_Imgs/fundo_body.jpg) no-repeat;
}

h2, h3, h4, h5, h6 {
	color: #04A;
	margin: 10px 0;
}
p {
	margin: 10px 0;
}

a 
{
	text-decoration: none;
	color: #192976;
}
a:hover  
{
	color: #6288D3;
	text-decoration: underline;
}
a img 
{
	border: none;
}

.container-img {
	width: 61px;
	height: 67px;
	background: url(../../_Imgs/fundo_thumb.jpg) no-repeat;
	text-align: center;
	padding-top: 5px;
}
.container-img img {
	border: 0;
}

#container {
	width: 768px;
	position: relative;
	left: 50%;
	margin-left: -384px;
	background: url(../../_Imgs/fundo_container.jpg) repeat-x 0 301px #EFF3F4;
}
/*
	Quando for uma página interna com coluna à esquerda
*/

.interna-colesq #container {
	background: url(../../_Imgs/fundo_container_interna.jpg) repeat-y #EAEEED;
}

/*
	----------
*/

/*
	alinhamento do texto
*/

.tesq {
	text-align: left !important;
}
.tdir {
	text-align: right  !important;
}
.tjus {
	text-align: justify !important;
}
.tcen {
	text-align: center !important;
}

/*
	--------
*/

/*
	Elementos Flutuantes
*/

.fleft {
	float: left;
	margin: 5px 5px 5px 0;
}
.fright {
	float: right;
	margin: 5px 0 5px 5px;
}

br.clear 
{
	clear: both;
}

/*
	--------
*/

#banner-pagina a {
	display: block;
	margin-top: 30px;
	background: url(../../_Imgs/banner_iportal.jpg) no-repeat;
	height: 0;
	width: 768px;
	overflow: hidden;
	padding-top: 198px;
}

.menu-horizontal ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.menu-horizontal ul li 
{
	display: inline;
	margin-right: 15px;
}