html 
{
 height:100%;
}

body 
{
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align:center;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0;
}

a {
    color: #000000;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form{
	margin: 0px;
	padding: 0px;
}
/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display:inline;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

/* ******************************* */

#container
{
    margin:0px auto 0px auto;
	text-align:left;
	border: 1px solid #666666;
	width: 760px;
}

#barra_vermelha
{
	background-color: #BF013F;
	height: 3px;
}

/* ************* menu ********** */
#navcontainer
{
	/*margin: 0px 0px 0px 0px;
	padding: 0px;*/
}

#navcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a
{
	background: #ffffff;
	border-left: 1px solid #BF013F;
	padding: 2px 10px 0px 10px;
	margin: 0 0 10px 0;
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

}

#navcontainer ul li a:hover
{
	color: #BF013F;
}

#navcontainer a:active
{
	color: #Bbb03F;
}

#navcontainer li#active a
{
	background: #c60;
	color: #BF000F;
}

/* ****************** colunas *************** */

#colunas
{
	margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	height: 213px;
	background-color: #ffffff;
}

#coluna1
{
	float: left;
	width: 230px;
	height: auto;
/*	background-color: #ff80ff;*/
}

#coluna2
{
 float:left;
 width:318px;
 height:auto;
/* background-color:#CC00F2;*/
}

#coluna3
{
	float: right;
	width: 178px;
	height: auto;
}

#coluna_interior
{
	float: left;
	width: 548px;
	height: auto;
	
}

/* *************** Login ************** */

#fundo_login
{
	background-image: url(../imagens/btn_background_login.gif);
	background-repeat: no-repeat;
	width:157px;
	height:140px;
	color: #ffffff;
	margin-top:21px;
}


/* ************ patrocinios *********** */
#patrocinadores
{
 margin:10px 0px 0px 0px;
  /*padding:0px 0px 0px 0px;*/
/*background-color:#00ff00;*/
}

.patrocinios
{
	display: inline;
	padding-left:8px;
	margin-bottom:8px;
	
}

/* *************** LOGOS ************ */

.logos
{
	display: inline;
	float: left;
	padding: 16px 0px 6px 6px;
}

/* *************** textos **************** */

.txt_titulo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.txt_normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
}

.txt_msg
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
}

.espaco_txt
{
	padding:5px 10px 5px 10px;
	
}

.espaco
{
	padding-left:14px;
}

.txt_login
{
	background-color:#014A6F;
	color:#ffffff;
	width:157px;
}

.alinhamento
{
	padding:10px 3px 3px 3px;
}

.alinhar_dir
{
    text-align:right;
	padding: 0px 5px 3px 0px;
}

.cor_fundo_listagem
{
	background-color:#F0F0F0;
}

.titulo_interior
{
	background-image: url(../imagens/background_titulo.gif);
	background-repeat: no-repeat;
	color: #ffffff;
}

.cor_vermelha, .cor_vermelha a
{
	color:#BF013F;
	text-decoration: none;
}

/* ***************** Formularios ****************** */
input
{
 background-color:#ffffff;
 font-family:"Arial";
 font-size:11px;
 padding:0px 0px 0px 0px;
}

.txt_pequeno
{
 font-family:"Arial";
 font-size:11px;
 color:#BF013F;
}

.txt_formulario
{
 font-family:"Arial";
 font-size:11px;
 width:155px;
 padding:10px 5px 0px 11px;
}

.txt_form
{
 font-family:"Arial";
 font-size:11px;
 width:350px;
}

.form_esq
{
 float:left;
 padding:10px 5px 10px 11px;
 width:125px;

}
.form_dir
{
 float:left;
 padding:10px 5px 10px 11px;
}

.centrar
{
 margin:0px 0px 0px 0px;
 padding:0px 20px 0px 20px;
}

.fm-cx1{
 border-width: 1px 1px 1px 1px;
 border-style:solid;
 border-color: #7f9db9;
}

.fm-cx2{
 border-width: 0px 0px 0px 0px;
 width:149px;
 height:19px;
}

/* ******************* paginacao ********************** */
#paginacao {
		width:530px;
		margin:0px;
		padding:0px;
		text-align:left;
		}
		
	#pag_esq {
		width:100px;
		margin:0px;
		padding:0px;
		float:left;
		text-align:left;
		}

	#pag_cent {
		width:330px;
		margin:0px;
		padding:0px;
		float:left;
		text-align:center;
		}

	#pag_dir {
		width:100px;
		margin:0px;
		padding:0px;
		float:left;
		text-align:right;
		}
