.cursos {
display: block;
text-align: left;
text-decoration:underline;
font-family:Verdana,Arial;
font-size:12px;
color: blue;
}

A.cursos:hover {
color:#FF3333;
}

.listadocursos{
display: block;
text-align: left;
font-family:Verdana,Arial;
font-size:9px;
color: blue;
}

.pagos{
text-align: left;
font-family:Verdana,Arial;
font-size:10px;
color: blue;
font-weight:lighter;
}

.altacursos{
display: block;
text-align: left;
font-family:Verdana,Arial;
font-size:11px;
color: blue;
font-weight: bolder;
}

.enlacealta{
text-decoration:none;
color: blue;
font-family:Verdana,Arial;
font-size:10px;
}

A.enlacealta:hover {
color:#FF3333;
}


