@charset "UTF-8";

/* CSS Document */
html
{
	font-family:"Lucida Sans Unicode";
	font-weight:normal;
}

img
{
	border:none;
}

body
{
	background-image:url(../../Freela%20maia/html/img/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

a.defult:link
{
	color:#FF9900;
	text-decoration: none
}

a.defult:visited
{
	color:#FF9900;
	text-decoration: none
}

a.defult:hover
{
	color:#999999;
	text-decoration: underline;
}

a.defult:active
{
	color:#999999;
	text-decoration: none
}

.general
{
	width:980px;
	height:100%;
	position:relative;
	margin:0 auto;
}

.header
{
	width:980px;
	height:110px;
	background:#0054a6;
	position:relative;
	float:left;
}

.logo
{
	width:330px;
	height:110px;
	position:relative;
	float:left;
}

.logo img
{
	margin-top:20px;
	margin-left:15px;
}

.headerimage
{
	width:650px;
	height:110px;
	background-image:url(img/imgheader.jpg);
	background-repeat:no-repeat;
	position:relative;
	float:left;
}

.left
{
	width:170px;
	height:100%;
	position:relative;
	float:left;
}

.menu_left
{
	width:170px;
	height:100%;
	/*margin-top:10px;*/
}

ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

li
{
	border-bottom: 1px solid #fff;
	font-size:12px;
	margin: 0;
}

li a
{
	color:#000000;
	display: block;
	background-color: #e1e1e1;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:3px;
	text-decoration: none;
}

.menu_left li a:link, .menu_left li a:visited
{
	color:#000000;
	display: block;
	background-color: #e1e1e1;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:3px;
	text-decoration: none;
}




/* Fix IE. Hide from IE Mac \*/
* html .menu_left ul li { float: left; height: 1%; }
* html .menu_left ul li a { height: 1%; }

.menu_left li a:hover
{
	color:#fff;
	display: block;
	background-color: #858585;
	padding-top:5px;
	padding-bottom:3px;
	text-decoration: none;
}

.menu_left li a:active
{
	color:#fff;
	display: block;
	background-color: #858585;
	padding-top:5px;
	padding-bottom:3px;
	text-decoration: none;
}

.international
{
	width:170px;
	height:20px;
	position:relative;
	float:left;
}

.international img
{
	margin-right:5px;
	padding-top:3px;
}

.contentmiddle
{
	width:800px;
	height:100%;
	margin-left:10px;
	margin-top:12px;
	position:relative;
	float:left;
}

.content
{
	width:100%;
	height:100%;
	position:relative;
	float:left;
}

.content p
{
	font-size:12px;
	color:#000000;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
}

.content h1
{
	width:790px;
	color:#FFFFFF;
	background:#0054a6;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:1px;
}

.content ul
{
	width:100%;
	margin:0;
	padding:0;
	margin-top:10px;
}

.content li
{
	font-size:12px;
	color:#000000;
	background:url(img/arrow.gif);
	background-position:center left;
	background-repeat:no-repeat;
	list-style:none;
	margin:0;
	padding-left:20px;
}

.right
{
	width:150px;
	position:relative;
	margin-top:10px;
	margin-left:10px;
	float:left;
}

.right h1
{
	font-size:14px;
	color:#999999;
	text-align:center;
	font-weight:normal;
	margin:0;
	padding:0;
}

.footer
{
	width:100%;
	height:20px;
	color:#999999;
	padding-top:5px;
	font-size:11px;
	text-align:center;
	margin-top:10px;
	position:relative;
	float:left;
}

/*___________________________________________ Filtro png ie6 _______________________________________________*/

* html img
{
filter:expression( this.alphaxLoaded ? "" :
( this.src.indexOf(".png") > 0 ? ( (!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.alphaxLoaded=true).substr(0, 0)+ (this.src="img/blank.png").substr(0, 0) ) :
this.runtimeStyle.filter="" ) );
}

* html input
{
filter:expression( this.alphaxLoaded ? "" :
( this.src.indexOf(".png") > 0 ? ( (!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.alphaxLoaded=true).substr(0, 0)+ (this.src="img/blank.png").substr(0, 0) ) :
this.runtimeStyle.filter="" ) );
}


.Menu

{

      background-color:Black;

      color:White;

      text-decoration: none;

      cursor: hand;

      font-family: Verdana;

      font-size: 10px;

      height: 18px;

      background-repeat: repeat;

}

 

.MenuSelecionado

{

      background-color:#886611;

      color:White;

      text-decoration: none;

      cursor: hand;

      font-family: Verdana;

      font-size:10px;

      height:18px;

      background-repeat: repeat;

}