﻿#listadoCursosCliente
{
	padding: 20px 30px 0px 0px;
}

#listadoCursosCliente table
{
	width: 100%;
}

#listadoCursosCliente table tr th
{
	background-color: #EEEEEE;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px #CCCCCC solid;
}

#listadoCursosCliente table tr td
{
	border-bottom: 1px #CCCCCC solid;
	color:#000000;
	font-size:12px;
}

#listadoCursosCliente table tr td input
{
	width:30px;
}

#nombreCursoCliente
{
}

#numeroAlumnoCursoCliente
{
	text-align:center;
	width:118px;
}


