body {
	background-color: #FFFF80;
	background-image: url(../img/fondo_body.gif);
	background-repeat: repeat-x;	
	margin:0px;
	padding:0px;
	font-family: tahoma;
	font-size: 70%;
}

td {
	font-size: 1em;
	font-family: tahoma;
}

#ListadodeCursos ul {
	margin-left: 12px;
	padding-left: 12px;	
}
#ListadodeCursos li {
	padding-bottom: 5px;
	margin-bottom: 5px;	
	list-style-type: square;
}

