html,
body {
    height: 100%;
}

#estructura {
    min-height: 100%;
}

#estructura {
	padding-bottom: 120px;
}

.centrar-contenido {
	display: block;
	text-align: center;
    text-align: -webkit-center;
}

.texto_grande {
    font-size: 2.5rem;
    color: white;
} 
#icone_grande {
    font-size: 8rem;
    color:#fff;
} 
.centrar {
	/*width: 1200px;*/
    margin: 0 auto;
}
.table  {
	font-family: "Lucida Sans Unicode";
} 

.text-center {
    text-align: center!important;
}

.titulo-asistencia {
	color: #555555 !important;
}

.asistencias_grupales tbody tr>td {
	padding-top: 0;
	padding-bottom: 0;	
}

.asistencias_grupales tbody div>div {
	padding: 10px;
}

/*margenes y rellenos*/
.mb-35 {
	margin-bottom: 35px;
}

.pt-50 {
	padding-top: 50px;
}

.bd-footer {
	margin-top: -92px;
}
.table-no-bordered {
	margin-left: -15px;
    margin-right: -15px;
}
.table-no-bordered th{
	border-color: #FFFFFF;
	/*padding-left: 0;*/
}

.align-middle {
    vertical-align: middle!important;
}

.small, 
small {
    font-size: 80%!important;
    font-weight: 400;
}

@media screen and (max-width: 1024px) {
	.container {
	    padding-right: 0.781rem !important;
	    padding-left: 0.781rem !important;
	}
}

@media screen and (max-width: 1066px) {
	#navbar-header .dropdown-menu>.row, .container, body .container-fluid {
	    padding-left: 25px!important;
	    padding-right: 25px!important;
	}
}

@media screen and (max-width: 767px) {
	.bd-footer .container {
	    padding-right: 0.781rem !important;
	    padding-left: 0.781rem !important;
	}
}
@media screen and (max-width: 530px) {
	.rotate-materia {
		filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0.9);
	    -webkit-transform:rotate(-90deg);
	    -moz-transform:rotate(-90deg);
	    -o-transform:rotate(-90deg);
	    -ms-transform:rotate(-90deg);
	    transform:rotate(-90deg);
	}
}