body, html {
	margin: 0;
	height: 100%;
	width: 100%;
}

body {
	font-family: Tahoma;  }

a {
	color: #A01C1C;
}

a:hover {
	color: #E3634D;
}

#navbar {
	position: fixed;
	top: 0;
	left: 50px;
	width: 262px;
	height: 100%;
	background-image: url(../images/bg_bar.png);
	background-repeat: repeat-y;
	behavior: url(iepngfix.htc);
	text-align: center;
	z-index: 1;
}

#navbar img {
	margin: 0 auto 0 auto;
	margin-top: 50px;
} 

#top {
	position: relative;
	width: 100%;
	height: 151px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}

#flash {
	width:100%;
	height:193px;
	overflow:hidden;
	clear:both;
}

#footer {
	width:186px;
	position: fixed;
	bottom:0px;
	left:55px;
	z-index:2;
	font-size:11px;
	line-height:14px;
	margin-left:47px;
	overflow:hidden;
	background-color:#ffffff;
	padding:5px 0px;
}

#body {
	position: relative;
	float: left;
	overflow: hidden;
	top: 20px;
	left: 320px;
	width: 650px;
	/* background-color: #ccc; */
}

#body a {
	color: #A01C1C;
}

#body a:hover {
	color: #E3634D;
}

#body iframe {
	position: relative;
	float: right;
	clear: right;
	padding-right: 7px;
}

#body .main_content {
	position: relative;
	float: left;
	width: 640px;
	height: 100%;
	font-size: 13px;
	color: #666;
	text-align: justify;
	/* background-color: #ff0000; */
}

#body .main_content h2 {
	padding-top: 15px;
}

#body .main_content h1 {
	font-size: 20px;
	color: #575757;
                font-family: Arial;
}

#body .main_content h2 {
	font-size: 15px;
	color: #575757;
                font-family: Arial;
}

#body .graph {
	position: relative;
	float: right;
	clear: right;
	padding-top: 10px;
}

.menu {
	position: fixed;
	z-index: 100;
	text-align: left;
	margin-left: 50px;
	padding-top: 60px;
	top:100px;
	left: 50px;
	
}

.menu ul, .menu_superior ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu ul li a {
	font-weight: normal;
	font-size: 12px;
	color: #575757;
	text-decoration: none;
}

.menu ul li a:hover {
	color: #E3634D;
	text-decoration: none;
}


.menu_superior { width: 930px; text-align: right; padding-top: 8px; color: #ffffff; font-size: 10px; }
.menu_superior li { display: inline; padding: 0 4px 0 4px }
.menu_superior li a {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

.menu_superior li a:hover {
	color: #cccccc;
}

.TextoChico
{   FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    FONT-FAMILY: Arial;
    COLOR: #333333; }
  a.TextoChico:link, a.TextoChico:active, a.TextoChico:visited {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    text-decoration: none;}
  a.TextoChico:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    FONT-WEIGHT: normal;
    text-decoration: none;}



.Textoj
{   FONT-WEIGHT: normal;
    TEXT-ALIGN: justify }

INPUT {
	BACKGROUND-COLOR: #F7F7F7;
	COLOR: #333333;
	FONT-FAMILY: Verdana, arial, Helvetica;
	FONT-SIZE: 11px;
	border-bottom-color: #333333;
	border-top-width: 1px; border-top-color: #333333;
	border-right-width: 1px; border-right-color: #333333;
	border-bottom-width: 1px; border-bottom-color: #333333;
	border-left-width: 1px; border-left-color: #333333;
 }

TEXTAREA {
	BACKGROUND-COLOR: #F7F7F7;
	COLOR: #333333;
	FONT-FAMILY: Verdana, arial, Helvetica;
	FONT-SIZE: 11px;
	border-bottom-color: #333333;
	border-top-width: 1px; border-top-color: #333333;
	border-right-width: 1px; border-right-color: #333333;
	border-bottom-width: 1px; border-bottom-color: #333333;
	border-left-width: 1px; border-left-color: #333333;
}