a:link {
	color : #345784;
	font-weight : normal;
	text-decoration : none;
	border-bottom: 1px dashed #FF7F50;
	padding-bottom: 1.8px;
}

a:hover {
	background-color: #FFD9CC;
	color : #294468;
	font-weight : normal;
	text-decoration : none;
	border-bottom: 1px dashed #FF7F50;
	padding-bottom: 1.8px;
}

a:visited {
	color: #345784;
	font-weight : normal;
	text-decoration : none;
	border-bottom: 1px dashed #FF7F50;
	padding-bottom: 1.8px;
}

body {
	color: #1E1E1E;
	background-repeat: repeat;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 70%;
	margin: 0px;
	padding: 0px;
}

b {
	color: #585858;
}

h1 {
	color: #515151;
	font-size : 26px;
	font-weight : bold;
}

h2 {
	color: #515151;
	font-size : 22px;
	font-weight : bold;
}

h3 {
	color: #515151;
	font-size : 16px;
	font-weight : bold;
	margin-bottom: 8px;
}

h3#section {
	color: White;
	border-bottom: 3px solid #528387;
	background-image: url(../figuras/section.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 22px;
	padding-top: 2px;
	margin-bottom: 12px;
	padding-left: 6px;
}


h3#header {
	color: Black;
	background-color: #EAEAEA;
	border: 1px dotted #AEAEAE;
	padding: 8px;
	margin: 0px;
	margin-bottom: 12px;
}

h3#section2 {
	color: White;
	background-color: #528387;
	border: 0px solid #335153;
	padding: 6px; 
}


h4 {
	color: #515151;
	font-size : 12px;
	font-weight : bold;
}

ul {
	list-style-image: url(../figuras/list.gif);
	vertical-align: text-bottom;
	margin-left: 32px;
}

ul.ficha {
	list-style: disc;
	list-style-image: none;
	vertical-align: text-bottom;
	margin-left: 12px;
	padding-left: 6px;
	margin-bottom: 3px;
}


ol {
	list-style-type: decimal;
}

li.simples {
	list-style-image: url(../figuras/list.gif);
	vertical-align: text-bottom;
	margin-left: -6px;
}

li.simples2 {
	list-style-image: url(../figuras/list.gif);
	vertical-align: text-bottom;
	text-indent: -3px;
}

td, th {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 70%;
}

th {
	/*background-color: #DCDCDC;*/
	color: #515151;
	font-weight: bold;
	text-align: left;
}

img#header_left {
	left: 0px;
	margin-left: 0px;
	padding: 0px;
	position: static;
	float: left;
}

img#header_right {
	right: 0px;
	margin-right: 0px;
	padding: 0px;
	position: absolute;
	float: right;
}

.page {
	background-color: White;
	background-image: url(../figuras/bg_menu.gif);
	width: 100%;
	height: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.header {
	background-color: White;
	/*background-image: url(../figuras/header.jpg);
	background-repeat: no-repeat;*/
	width: 100%;
	height: 115px;
	padding: 0px;
	margin: 0px;
}

.left{
	width: 200px;
	height: 100%;
	padding: 0px;
}

.menu_header {
	background-image: url(../figuras/bg_ficha2.gif);
	background-repeat: repeat;
	background-color: White;
	border-top: 1px solid #A9A9A9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 26px;
	text-align: center;
	padding: 6px;
}

.menu {
	/*background-color: #F5F5F5;*/
	border-top: 1px dashed Gray;
	color: Black;
	font-size: 11px;
	font-weight: normal;
	width: 200px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

.content {
	background-image: url(../figuras/background_content.jpg);
	background-position: top;
	border: 1px dashed #779999;
	border-top: 1px solid #A9A9A9;
	border-right: 0px solid #DCDCDC;
	line-height: 16px;	
	margin: 0px auto;
	/*height: 98%;*/
	padding: 9px; 
	text-align: left;
	width: 100%;
}

.menu a {
	background-color: #E3E3E3;
	background-image: url(../figuras/list_2.gif);
	background-position: 6px 4px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: Black;
	font-weight: normal;
	display: block;
	border-bottom: 1px dashed Gray;
	border-right: 0px dashed Gray;
	padding: 6px;
	text-indent: 14px;
}

.menu a:hover {
	background-color: #94B5B7;
	background-position: 8px 4px;
	color: #FFFFFF;
	font-weight: normal;
	border-bottom: 1px dashed Gray;
	border-right: 0px dashed Gray;	
	border-left: 3px solid #696969;
	padding: 6px;
}

.menu a:active {
	background-color: #DCDCDC;
	color: Black;
	font-weight: normal;
	border-bottom: 1px dashed Gray;
	border-right: 0px dashed Gray;
	border-left: 3px solid #696969;
	padding: 6px;
}

.menu a:visited {
	text-decoration: none;
	font-weight: normal;
	display: block;
	border-bottom: 1px dashed Gray;
	padding: 6px;
}


a#menu {
	color: Black;
}

a#menu:hover {
	color: White;
}

a#menu:visited {
	
}

.footer {
	/*background-color: #EEEEEE;*/
	margin: 0px;
	padding: 6px;
	width: 100%;
	height: 43px;
	border-bottom: 1px dashed #779999;
	text-align: center;
}

.header, .footer {
	clear:left;
}


input.field {
	border: 1px solid #BEC7C9;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 22px;
	padding: 3px;
}

input.keyfield {
	background-image: url(../figuras/ico_xp_lock.gif);
	background-position: left;
	background-repeat: no-repeat;
	border: 1px solid #BEC7C9;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 23px;
	padding: 3px;
	padding-left: 22px;
}

select {
	border: 1px solid #AEAEAE;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 22px;
	padding: 2px;
}


table.forms {
	background-color : White;
	border: 1px solid #BEC7C9;
	border-collapse : collapse;
	border-spacing: 2px;
}

table.forms th,
table.forms td {
	border: 0px solid white;
	padding: 6px;
}

table.forms th {
	color: Black;
	background-color: #D8DEE0;
	font-family: Verdana;
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	cursor : default;
}

table.forms td {
	font-family: Verdana;
	font-size: 70%;
	cursor : default;
}

.group {
	color: Black;
	border: 1px solid #A0C8C9;
	background-color: #D8E8E9;
	line-height: 14px;
	font-family: Tahoma;
	font-size: 11px;
	list-style-image: url(../figuras/list_2.gif);
	padding-left: 1px;
	text-indent: 3px;
}

.field_group {
	color: Black;
	background-color: #D8DEE0;
	font-family: Verdana;
	font-size: 70%;
}

.fields {
	background-color: #F5F5F5;
}

.a {
	color: Black;
	background-color: White;
}

.b {
	color: Black;
	background-color: #F7F8F9;
}

.table_busca {
	border: 0px;
	background-color: White;
}

.table_busca td {
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-collapse: collapse;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 6px;
	padding-right: 6px;
}

.table_busca th {
	border-right: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
	background-color: #E3E3E3;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
}

table.table_detail {
	background-color: White;
	border-collapse : collapse;
}

table.table_detail td  {
	background-image: url(../figuras/bg_ficha2.gif);
	background-repeat: repeat;
	background-color: #FEFEFE;
	border: 1px solid #EAEAEA;
	border-collapse : collapse;
	padding: 6px;
}

table.table_detail th {
	background-image: url(../figuras/bg_ficha1.gif);
	background-repeat: repeat;
	background-color: #F0EAE4;
	border: 1px solid #DED3C7;
	border-collapse : collapse;
	padding: 6px;
	text-align: left;
}

table.table_cursos {
	background-color: White;
	border-collapse : collapse;
}

table.table_cursos td  {
	background-image: url(../figuras/bg_white.gif);
	background-repeat: repeat;
	background-color: White;
	border: 1px solid #EAEAEA;
	border-collapse : collapse;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
}

table.table_cursos th {
	background-image: url(../figuras/bg_lightsilver.gif);
	background-repeat: repeat;
	color: black;
	background-color: #F3F3F3;
	border: 1px solid #EAEAEA;
	border-collapse : collapse;
	padding: 2px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}

.foto  {
	background-image: url(../figuras/bg_ficha2.gif);
	background-repeat: repeat;
	background-color: #FEFEFE;
	border: 1px solid #EAEAEA;
	border-collapse : collapse;
	padding: 6px;
}

.button_search {
	background-image: url(../figuras/ico_search.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-family: Arial, Verdana;
	font-size: 12px;
	height: 26px;
	text-indent: 22px;
}

.selecterror {
	color: White;
	background-color: Red;
}

.selectfirst1 {
	color: White;
	background-color: #508487;
}

.selectfirst2 {
	color: Gray;
	background-color: White;
	font-family: Verdana;
}

.comment {
	color: Gray;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	padding: 6px;
}

div#counter {
	text-align: center;
	width: 100%;
	position: static;
	display: block;
}

div#warning {
	color: Red;
	font-size : 16px;
	font-weight : bold;
	border-bottom: 1px solid Red;
	border-top: 1px solid Red;
	padding: 8px;
	margin: 6px;
	text-align: center;
}

div#title {
	font-size: 14px;
	margin: 6px;
}

div#error {
	color: white;
	background-color: red;
	border: 6px solid White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:  center;
	padding: 6px;
	margin: 8px;
}

div#stats {
	color: #455458;
	background-image: url(../figuras/bg_ficha2.gif);
	background-repeat: repeat;
	background-color: #EFF7F7;
	border: 1px solid #CCDCDD;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	padding: 6px;
	margin: 6px;
	bottom: -21px;
	position: relative;
}


