
table.tabla_cursos {
	/*border-spacing:1px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background-color:#E7E7E7;
	color: #5D5D72;
    border-bottom: 2px solid #3366CC;
    border-top:0px;
    border-left:0px;
    border-right:0px;
    margin:0px 0px 10px 10px;
}

table.tabla_cursos caption {
	font-weight: bold;
	background: #6699FF url(../images/border_caption.gif) bottom left repeat-x;
	color: #FFF;
	text-transform:uppercase;
	padding:6px;
	font-size:1.2em;
	/*border-bottom:2px solid #C60;*/
}

table.tabla_cursos td, table.tabla_cursos th {
	padding: 2px;
}

table.tabla_cursos thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
	font-size:10px;
}

table.tabla_cursos tbody th {
	font-weight: bold;
}

table.tabla_cursos tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
	
table.tabla_cursos tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

/*tbody th a:link, tbody th a:visited{
	color:#96D030;
	background:url(http://infectedfx.net/css/tables/layout.gif) no-repeat; 
	padding:3px 0px 0px 18px;
	}*/
table.tabla_cursos tbody th a:hover{
	color:#FF8601;
	}

table.tabla_cursos tbody tr td { 
	height:35px;
	background: #FFF;
	border: 1px solid #FFF;
	}

table.tabla_cursos tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}

table.tabla_cursos td a:link, table.tabla_cursos td a:visited {
	color: #3366CC;
	text-decoration: none;
}

table.tabla_cursos td a:hover {
	color: #333333;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}

/*tbody td a[href="http://www.infectedfx.net"] {
	margin: 0 auto;
	height: 15px;
	background: url(http://infectedfx.net/css/tables/ok.gif) no-repeat;
	border-bottom: 0;
	padding:3px 0px 0px 18px;
	font-weight:bold;
	color:#FF8601;
}*/

/*table a[title^="Download"] { 
	background: url(http://infectedfx.net/css/tables/down.gif) no-repeat center;
	padding:20px 0px 0px 15px;
}*/

table.tabla_cursos tfoot th, tfoot td {
	background-color:#E7E7E7; padding:10px;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px; font-weight:bold; font-style:italic;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}