/* CSS Document */

table.cursos {border:#F90 solid 1px;}
table.cursos tr.hedr {background:#F90; color:#333; font-size:16px; font-weight:bold;}
table.cursos tr.hedr td{height:10px; padding:10px;}
table.cursos td {height:10px; padding:5px; }
table.cursos tr.non {background:#F2F2F2;}
table.cursos tr.par {color:#666666;}
div.btn_java {padding:10px;}
div.btn_java a{font-weight:bold;}
.ver_curso {display:block;}
.ocultar_curso {display:none;}
span.ocultar a{font-size:12px; display:block; text-align:right; color:#333; text-decoration:inherit; background:url(imgweb/flecha_ocultar_gris.gif) no-repeat; background-position:91% 50%; margin-top:10px}	
span.ocultar a:hover{color:#333;}