* {
	margin: 0;
	padding: 0;

	background-repeat: no-repeat;

	font-family: sans-serif;
}

html {
	height: 100%;
}

body {
	position: relative; /* Para evitar problemas no redimensionamento das janelas do IE */

	height: 100%;

	font-size: 0.7em;
}

img 
{
	display: block;

	border: none;
}

/* Permite usar imagens PNG transparentes no IE, mas não como fundo em CSS */
/* Ao imprimir, o PNG perde a transparência */

* html img {
	filter:expression(
		this.napalmLoaded
		? "" :
		(
			this.src.substr(this.src.length-4)==".png"
			?
			(
				(!this.complete)
				? "" :
					this.runtimeStyle.filter=
					("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
					(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
					String(this.napalmLoaded=true).substr(0,0)+
					(this.src="/v2/imagens/comum/vazio.png").substr(0,0)
			)
			:
			this.runtimeStyle.filter=""
		)
	);
}

a {
	overflow: hidden; /* Para o Mozilla não colocar uma caixa de seleção enorme por causa do texto escondido com 'text-indent: -9999px' */

	color: #0000FF;

	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #0000FF;/*DESTAQUE NA FONTE A PEDIDO DO RENATO*/
	/*color: #2c72ab;*/
}

a:hover
{
    text-decoration:underline;  /*DESTAQUE NA FONTE A PEDIDO DO RENATO*/
}

ul {
	list-style-type: none;
}

.romano {
	list-style-type: upper-roman;
}

.centro {
	margin-left: auto;
	margin-right: auto;

	text-align: center;
}

.direita {
	text-align: right;
}

h1, h2 {
	font-size: 100%;
	text-indent: -9999px;
}

p.canto_direita {
	position: absolute;
}

.impar {
	background-color: #fff;
}

.par {
	background-color: #f5f5f5;
}

#container_mestre {
	overflow: hidden; /* Para as duas colunas funcionarem */

	min-height: 100%;

	background-color: #fff;	
}

* html #container_mestre {
	overflow: visible; /* Para as duas colunas funcionarem - no IE */

	height: 100%;
}

#principal,
#interno {
	font-size: 120%;
}

#coluna_direita {
	float: left;

	width: 70%;
	min-height: 100%;

	padding-bottom: 1000em; /* Para as duas colunas funcionarem */
	margin-bottom: -1000em; /* Para as duas colunas funcionarem */

	background-image: url(../../imagens/estrutura/coluna_direita_fundo.jpg);
	background-repeat: repeat-x;
}

* html #coluna_direita {
	height: 100%;	
}

#rodape {
	position: relative;

	height: 34px;
	width: 486px;

	padding-top: 17px;

	color: #333;
	background-image: url(../../imagens/estrutura/rodape_sombra.png);
	background-repeat: repeat-x;

	text-align: center;
}

* html #rodape {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='imagens/estrutura/rodape_sombra.png');
}

#rodape p.canto_direita { /* Estrutura modificada por causa do Opera */
	position: relative;

	float: right;

	margin-top: -13px;
}

#rodape p.canto_direita a {
	display: block;

	width: 40px;
	height: 10px;

	background-image: url(../../imagens/estrutura/rodape_vixtime_fundo.gif);

	text-indent: -9999px;
}