/* CSS Document */
* {
	margin: 0px;
}
/* Global Elements */
body {
	font: 0.75em Arial;
	color: #000000;
	text-align: center;
	background-color: #dcedcb;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
}
fieldset {
	border: 0px;
	padding: 0px;
}
form {
	padding: 0px;
}



#ttext
{
font-weight: bold;
text-decoration: none;
}

#ttext a {
	text-decoration: none;
font-weight: none;
}

#ttext a:hover {
	text-decoration: none;
font-weight: none;
}


a {
	color: #003399;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
	height: 0%;
	font-size: 0%;
}
/* Top container */
#container {
	width: 769px;
	margin: 20px auto 20px auto;
	text-align: left;
	background: url(/images/container_bg.gif) repeat-y center;
}
#content {
	padding: 24px 20px 0px 21px;
	background: url(/images/top.gif) no-repeat;
}
/* Heading */
#title {
	background: url(/images/gradient.gif) repeat-x;
	height: 95px;
	padding: 0px 20px 0px 23px;;
}
#title h1 {
	color: #003399;
	padding: 10px 0px 20px 0px;
	float: left;
	font-family: Georgia;
	font-size: 30px;
}
#title h2{
	padding: 10px 0px 0px 0px;
	font-family: Georgia;
	font-size: 15px;;

}

/* Search Box */
#search {
	float: right;
	color: #000000;
	width: 240px;
	font-size: 0.9em;
	padding-top: 25px;
}
#search .label {
	margin-top: 10px;
	display: block;
	float: left;
	width: 60px;
}
#search .box {
	background: url(/images/search_box.gif) no-repeat;
	float: left;
	padding: 9px 10px;
}
#search .box input {
	font: 1.0em Arial;
	color: #000000;
	width: 152px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#search .go {
	float: right;
	margin-top: 0px;
	font: 1.5em Arial;
	width: 60px;
	padding: 3px 0px;
}

/* Main Content */
#main {
	margin-top: 15px;
	padding: 0px 0px 0px 20px;
	background: url(/images/main_bg.gif);
}
#main #left {
	line-height: 1.5em;
	float: left;
	width: 450px;
}
#main #left h1 {
	color: #003399;
	font: 1.7em Georgia;
	margin-bottom: 4px;
}
#main #left .one {
	font-size: 0.9em;
}
#main #right {
	width: 200px;
	float: right;
	margin-top: 10px;
	;
}
#main #right h1 {
	background: url(/images/h1.gif) no-repeat;
	font: 1.2em Arial;
	padding: 11px 0px 11px 20px;
}
#main #right #list a {
	background: url(/images/a.gif) repeat-x bottom;
	display: block;
	text-decoration: none;
	padding: 11px 20px;
}
#main #right #list a:hover {
	text-decoration: underline;
}

#main #right #list2 {
	padding: 0px 5px;
	margin-top: 5px;
}

/* Footer */
#footer {
	background: url(/images/bottom.gif) no-repeat bottom;
	text-align: left;
	padding: 0px 20px 27px 21px;
	margin-top: 2px;
}
#footer .bar {
	background: #FBFBFB;
	padding: 7px 14px 7px 0px;
	font-size: 0.9em;
}
.Estilo2 {font-size: 10px}
.Estilo3 {color: #666666}
