/*Estilo de la tabla de seminarios*/
table {
	width: 485px;
	border-collapse:collapse;
	border:1px solid #2E2E2E;
	margin-left:10px;
}
caption {
	font: 1.8em/1.8em Arial, Helvetica, sans-serif;
	text-align: center;
	height: 35px;
	color: #062B5E;
}
thead th {
	background: #062B5E url(../images/th1.gif) no-repeat right;
	height: 35px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #8D8D8D;
}
tbody tr {
background: url(../images/td1.jpg) repeat-x top;
}
tbody tr.odd {
	background: #FBAC02;
}

tbody th,td {
	font-size: 1.0em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #2E2E2E;
	padding: 10px 7px;
	border-top: 1px solid #243D02;
	border-right: 1px solid #8D8D8D;
	text-align: left;
}

tfoot th {
	background: #062B5E url(../images/th2.gif) no-repeat right;
	border-top: 1px solid #0F0549;
	color: #FFFFFF;
}
tfoot td {
	background: #062B5E url(../images/th2.gif) no-repeat right;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
}