@CHARSET "ISO-8859-1";

/* CSS Document */

HTML, BODY
{
	background-color	:#cacaca;
	overflow:auto;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

HTML[xmlns] .clearfix {
    display: block;
}

* HTML .clearfix {
    height: 1%;
}

#pagina
{
	position			:relative;
	width				:992px;
	height				:600px;
	background-color	:#FFF;
	margin				:0 auto;
	
	
}

#header .header_barratopo
{
	position			:relative;
	height				:46px;
	background			:#FFF url(../img/intro/header_barratopo.gif) repeat-x top left;
}

#header .nav
{
	position			: relative;
	height				: 180px;
	background-color	: #FFF;
	overflow			: hidden;
	border-bottom		:6px solid #FFF;
}
#header .nav SPAN
{
	position			: relative;
	display				: block;
	float				: left;
	height				: 180px;
}

#header .nav SPAN .header_escolha
{
	padding-right		: 0;
}
#header .nav SPAN.header_pesquisa
{
	display				:block;
	width				:214px;
	height				:156px;
	border-bottom		:24px solid #ed1c24;
	overflow			:hidden;
	
}
#header .nav SPAN.header_pesquisa div.form_body
{
	width				:182px;
	border-left			:1px solid #e7e7e7;
	border-right		:1px solid #e7e7e7;
	padding-left:17px;
	
}
#header .nav SPAN.header_pesquisa SELECT
{
	color				: #7F7F7F;
	border				: 1px solid #F4F4F4;
	margin-bottom		: 8px;
	width				: 170px;
	font-family			: Arial, sans-serif;
	font-size			: 76%; 
}

/*
#header .nav SPAN.header_pesquisa A
{
	display				: block;
	width				: 70px;
	background-color	: #FFF;
}
#header .nav SPAN.header_pesquisa A:hover
{
	background-color	: #E5E5E5;
}
*/
#main
{
	position			: relative;
	height				: 351px;
	background-color	: #FFF;
}

#main UL
{
	position			: absolute;
	top					: 0;
	left				: 0;
	display				: block;
	padding				: 9px 8px 14px 16px; 	
}
#main LI
{
	position			: relative;
	float				: left;
	width				: 234px;
	height				: 328px;
	margin-right		: 8px;
}

#main LI A div.logo
{
	position:absolute;
	width:234px;
	height:83px;
	background:#ccc;
	display:none;
}



#footer
{
	position			: relative;
	height				: 17px;
	background-color	: #E5E5E5;
}

#footer
{
	
}

#footer UL
{
	text-align			: right;
	text-decoration		: none;
	padding				: 1px 14px 0 0;
	font-size			:85%;
	cursor				: default;
}
#footer UL LI
{
	display				: inline;
	color				: #9C9C9C;
	padding				: 0 3px;
	cursor				: default;
}
#footer UL LI A
{
	text-decoration		: none;
	color				: #9C9C9C;
}
#footer UL LI A:hover
{
	color				: #777;
}

