@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}

body{
	background:url(../images/bghome.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	margin:0; 
	padding:0;	
}
a {color:#333;text-decoration:none;}
a:focus,
a:hover {color:#F11A29;text-decoration:none;}

#geral{
	position:relative;
	width: 1000px;
	min-height: 720px;
	margin:0 auto;
	display:block;
}
* html #geral {height: 100%;}

#segura{
	display: block;
	width: 1000px;
	min-height:750px;
	margin:0 auto;
	
}

#segura #topo{
	width: 1000px;
	height:80px;
	float:left;
}

#segura #topo #topohome{
	width:100%;
	height:80px;
	float:left;
}

#segura #topo #topohome p{
	display:none;
	text-indent: -99999px;
}

#segura #topo #topohome h1{
	display:none;
	text-indent: -99999px;
}

#segura #topo #topohome h2{
	display:none;
	text-indent: -99999px;
}


/*#segura #topo h1{ 
	width: 135px;
	height: 40px;
	margin: 20px 0 0 50px;
	float:left;
}
#segura #topo h2{
	width: 411px;
	height: 30px;
	background:url(../images/tit-osmelhores.gif) no-repeat;
	text-indent: -99999px;
	float:left;
	margin: 27px 0 0 95px;	
}*/
#segura	.flashhome{
	width: 1000px;
	height: 500px;
	float:left;	
/*	margin-top:20px;
	_margin-top:0;*/
	display:inline;

}

#segura	.flashhome p{
	display:none;
	text-indent: -99999px;
}

#segura	.navhome{
	width: 1000px;
	height: 112px;
	margin-top: 8px;	
	float:left;	
}
#rodape{
	position: relative;
	bottom: 0;
	height: 13px;
	width: 1000px;
	clear: both;
	padding-top: 40px;	
	background:url(../images/bgrodape.gif) repeat-x;
}
#rodape ul{
	width: 600px;
	height: 20px;
	list-style: none;
    margin: 0 auto;	
}
#rodape ul li{
	float: left;
	margin-left: 30px;
}
#rodape ul li a{
	display: block;
	text-decoration:none;
	color: #666666;
	font-size: 11px;
}
#rodape ul li a:hover{
	text-decoration:underline;
}	

/*BANNER HOME CONCURSO*/
.bannerconcurso{
	width: 728px;
	height: 90px;
	float:left;
	padding: 0 0 20px 146px;
}

.bannerconcurso a{
	text-indent: -99999px;
	display:block;
}

/*FIM BANNER HOME CONCURSO*/
