.texto-defecto{
	font-size: 15px;
}
.texto-defecto-grande{
	font-size: 23px;
}


/*CURSOS*/
.titulo-curso{
	font-weight: bold;
}
.lista-video{
	font-size: 11px;
	color: #222222;
	background-image: url('/imagenes/lista-video.png');
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-bottom: 0;
}
.lista-doc{
	font-size: 11px;
	color: #222222;
	background-image: url('/imagenes/lista-doc.png');
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-bottom: 0;
}
.lista-descarga{
	font-size: 11px;
	color: #222222;
	background-image: url('/imagenes/lista-descarga.png');
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-bottom: 0;
}
.lista-link{
	font-size: 11px;
	color: #222222;
	background-image: url('/imagenes/lista-link.png');
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-bottom: 0;
}
.lista-test{
	font-size: 11px;
	color: #222222;
	background-image: url('/imagenes/lista-test.png');
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-bottom: 0;
}
.borde-rojo td{
	border: 1px solid  #ec0000;
	border-collapse: collapse;
}
/*FIN CURSOS*/


