/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background:url(../images/body_top_bg.jpg) left top repeat-x #161921;
}


* html h1 {font-size:20px;}  /* Hack para H1 en IE6, o inferiores */
*+html h1 {font-size:20px;}  /* Hack para H1 en IE7*/
* html h2 {font-size:17px;}  /* Hack para H2 en IE6, o inferiores */
*+html h2 {font-size:17px;}  /* Hack para H2 en IE7*/
* html h3 {font-size:13px;}  /* Hack para H3 en IE6, o inferiores */
*+html h3 {font-size:13px;}  /* Hack para H3 en IE7*/

#nav, #nav ul {
	float: left;
	width: 47em;
	list-style: none;
	line-height: 1.5;
	background: #292238;
	font-weight: bold;
	padding: 0;
	border: solid #50586d;
	border-width: 0px;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width: 16em;
	color: #fff;
	text-decoration: none;
	padding: 0.25em 1.2em;
}
* html #nav a {width: 9.4em;}  /* Hack para IE6, o inferiores */


#nav a.daddy {
	background: url(../images/arrow.gif) center right no-repeat;
}


#nav li {
	float: left;
	padding: 0;
	width: 11.5em;
}



#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em;
}

#nav li ul a {
	width: 11em;
	
}

#nav li ul ul {
	margin: 0em 0 0 6em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #50586d;
}


.border_left_right
{
border-left:1px solid #FFFC00;
border-right:1px solid #FFFC00;
}
.country_icon
{
margin-left:3px;
margin-right:3px;
}
.input_field
{
width:150px;
height:18px;
background-color:#FFFFDE;
padding-left:3px;
color:#212121;
}
.border_bottom
{
border-bottom:1px dashed #8B8C90;
}
.news_box
{
border:3px solid #FFA401;
padding:9px;
}
.footer_icon
{
margin-left:10px;
margin-right:10px;
}
.download_bt
{
margin-top:488px;
}




/* CSS Background image Document */
.bar_left_bg
{
background:url(../images/bar_left_bg.gif) left top repeat-y;
width:11px;
}
.bar_right_bg
{
background:url(../images/bar_right_bg.gif) left top repeat-y;
width:11px;
}
.banner
{
background: url(../images/banner.jpg) left top no-repeat;
border-left:1px solid #FFFC00;
border-right:1px solid #FFFC00;
height:450px;
}

.footer_bg
{
background:url(../images/footer_bg.jpg) left bottom repeat-x;
height:91px;
}


.download_bt
{
margin-left:52px;
margin-top:102px;
}





/* CSS Text Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #D0D1D3;
	text-decoration: none;
}
.top_menu_text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color:inherit;
	text-decoration: none;
}
.top_menu_text:hover
{
color:#FFC1C7;
background-color:inherit;
text-decoration:underline;
}
.more_link
{
color:#F2D85C;
background-color:inherit;
font-weight:bold;
text-decoration:none;
line-height:20px;
}
.more_link:hover
{
text-decoration:underline;
color:#F2D85C;
background-color:inherit;
}
.more_white
{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}
.more_white:hover
{
text-decoration:underline;
color:#999999;
background-color:inherit;
}

.footer_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color:inherit;
}
.footer_link:hover
{
text-decoration:underline;
color:#999999;
background-color:inherit;
}
