.campoOblig {
    font-weight: bold;
}
.pagSel{
	color:white;
	font-weight:bold;
	font-size:1.2em;
	background-color:rgb(0, 61, 165);
}
.licencias{
		font-size:0.9em;
}
.titulologin{
	font-size:1.4em;
	font-weight:bold;
	display:block;
}
.textologin{
	font-size:0.9em;
	font-weight:bold;
	color:#003da5;
	display:block;
}
.notasListado{
	font-size:0.8em;
}	
.listadoActividades{
	border: 1px solid #CCC;
	border-spacing: 5px;	  
}

.listadoActividades tr td{
	border: 1px solid #CCC;
	font-size:0.8em;
	  
}
.listadoActividades thead > tr{
	background-color:rgb(224, 241, 255);
	color: rgb(0, 65, 194);
	font-size:0.8em;	
	font-weight:bold;	
}
.nombrePersona{
	font-weight:bold;font-style:italic;color:#003da5;
}
.spanNombre{
	margin-left:10px;
	font-size:10pt;
}
.tituloNotas{
	font-size:10pt;
	font-weight:bold;
	text-decoration: underline;
}