body {
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	padding:0;
	margin:0;
}


h1 {
	font-size: 11px;
	text-transform:uppercase;
	background-color: #669900;
	padding:5px 15px;
	margin:0
}

h2 {
	font-size:20px;
	font-weight: bold;
	margin:0;
	padding-left: 20px;
	padding-top: 20px;
	color: #333333;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
	width: 706px;
	margin-bottom: 10px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-left-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-right-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* ----------banner for logo-------------- */
#banner {
	background-color: #FFFFFF;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
#banner img {padding:10px 0px;} 

/* -----------------content--------------------- */
#content {
	padding: 0px;
	margin: 0px 200px 0px 0px;
	background-image: url(images/fondo.gif);
	background-repeat: no-repeat;
}
div#content {
	min-height:300px;



height:expression(this.scrollHeight > 600 ? "auto":"600px");
}

p, pre{
padding: 5px 10px;
margin:0px;
}


/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: right;
	color:#FFFFFF;
	background-color:#999999;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 35px;
	padding-top: 10px;
	font-weight: bold;
	color: #666666;
}
#titulo a {
	color: #666666;
	text-decoration: none;
}
#titulo a:visited {
	color: #666666;
	text-decoration: none;
}
#titulo a:hover {
	color: #FF6600;
	text-decoration: none;
}
#titulo a:active {
	color: #666666;
	text-decoration: none;
}
#titulo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-left: 20px;
	padding-top: 15px;
	font-weight: bold;
	color: #FF6600;
}
#titulo2 a {
	color: #FF6600;
	text-decoration: none;
}
#titulo2 a:visited {
	color: #FF6600;
	text-decoration: none;
}
#titulo2 a:hover {
	color: #999999;
	text-decoration: none;
}
#titulo2 a:active {
	color: #FF6600;
	text-decoration: none;
}
#right {
	float: right;
}