@charset "iso-8859-1";
/* CSS Document */

/**/

table { 
width: 100%; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 60%; 
margin: 5px 0px; 
}

table tr th { 
	background: #999; 
	padding: 8px; 
	color: #FFF; 
	font-weight: normal; 
	border-bottom: 3px #FFF solid;
	border-right: 3px #FFF solid;
}

table tr th.white { 
	background: #fff; 
	padding: 8px; 
	color: #999; 
	font-weight: normal; 
	border-bottom: 3px #FFF solid;
	border-right: 3px #FFF solid;
}

table tr th.text_left { 
	text-align: left;
}

table tr td {
	background: #CBCBCB; 
	padding: 8px; 	
	border-bottom: 3px #FFF solid;
	border-right: 3px #FFF solid;
}

table tr td.center {
	text-align: center;
}

table tr td a {
	color: #000;
	text-decoration: none;
}
table tr td a:hover {
	color: #FFF;
}

/**/

table.cursos { 
width: 100%; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 60%; 
}
table.cursos tr th { 
	background: #999; 
	padding: 8px; 
	color: #FFF; 
	font-weight: normal; 
	border-bottom: 3px #FFF solid;
	border-right: 3px #FFF solid;
}

table.cursos tr th.text_left { 
	text-align: left;
}

table tr td {
	background: #CBCBCB; 
	padding: 8px; 	
	border-bottom: 3px #FFF solid;
	border-right: 3px #FFF solid;
}

table.cursos tr td.center {
	text-align: center;
}

table.cursos tr td a {
	color: #000;
	text-decoration: none;
}
table.cursos tr td a:hover {
	color: #FFF;
}
