*{
	margin: 0;
	padding: 0;
}

body{
	background: #e4e4e4; 
}

.pagina{
	padding: 20px;
	padding-left: 200px;
}

.conten-pagina{
	background: #fff;
	border-radius:5px;
	padding: 40px
}

.tabla{
	font-size: 13px;
	border-radius: 5px;
    overflow: hidden;
}

thead, tfoot{
	background: #cbe0e6;
}

table.dataTable thead th, table.dataTable thead td{
	border-bottom: none;
}

table.dataTable tfoot th, table.dataTable tfoot td{
	border-top: none;
}

.datepicker table tr td, .datepicker table tr th{
	background: #fff;
}

.course-attendance{
	display: inline-block;
	padding: 3px 10px;
	color: #fff;
	border-radius: 3px;
}

.timetable-class{
	padding: 10px;
	border: 1px  solid #ccc;
	border-radius: 3px;
	margin-bottom: 4px;
}