* {
	list-style: none;
}

body {
	color: #868686;
	background: #e1e1e1;
}

.hide-on-md {
	display: none !important;
}

.hide-on-l {
	display: initial !important;
}

.colorEAG {
	color: #e40613;
	/*color: rgba(228, 6, 19, 1);*/
}

.display-none {
	display: none;
}

.sombra {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:    0 1px 1px rgba(0,0,0,.15);
	box-shadow:         0 1px 1px rgba(0,0,0,.15);
}

.pointer {
  cursor: pointer;
}


/*ÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇ///NAVIDAD///ÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇ*/
/*
	img#gorro {
	    position: absolute;
	    left: -27px;
	    top: -17px;
	    max-width: 88px;
	    max-height: 85px;
	    transform: rotate(-23deg);
	}

	img#regalo {
		width: 50px;
		margin-left: -10px;
	}

	img#bolas {
		width: 60px;
		margin-top: -40px;
		margin-right: -5px;
	}

	img#barba {
	    position: absolute;
	    left: 8px;
	    top: 35px;
	    border-radius: 0;
	    width: 65px;
	}

	li.perfil-movil > a {
		z-index: 0 !important;
		height: 72px;
		transition: all .5s ease;
	}

	li.perfil-movil.open a.perfil-movil-top {
		height: 128px;
	}

	.am-top-header .navbar-collapse .am-user-nav > li.dropdown > a div {
		margin-top: 22px !important;
	}

	@media screen and (max-width: 767px){

		div.am-left-sidebar .sidebar-elements > li a {
			background: #3d3c3c;
		}
	}

	@media screen and (max-width: 991px) and (min-width: 601px) {
		
		img#gorro {
			left: -21px;
		}

	}
*/
/*ÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇ*/


/*/////////////////////////////////////////PANEL INFERIOR SINCRONIZANDO GOOGLE//////////////////////////////////////////*/
#panel-sincro-google {
	display: none; 
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 1000;
    background: rgba(59, 59, 59, 0.7);
    color: #fff;
}
#panel-sincro-google > div {
    display: flex;
    align-items: center;
    width: 270px;
    margin: 0 auto;
    justify-content: space-between;
}
#panel-sincro-google p {
	margin: 0 0 3px;
}

.loader{
  /*margin: 0 0 2em;*/
  /*height: 100px;*/
  /*width: 20%;*/
  text-align: center;
  /*padding: 1em;*/
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

/*
  Set the color of the icon
*/
svg path,
svg rect{
  fill: #fff;
}

/*/////////////////////////////////////////PANEL INFERIOR LOGEO GOOGLE//////////////////////////////////////////*/

#panel-logueo-google {
	display: none; 
	position: fixed; 
	bottom: 0; 
	left: 0;	
	width: 100%; 
	height: 45px; 
	z-index: 1000; 
	background: rgba(59, 59, 59, 0.7);
	color:#fff;
}

#panel-logueo-google div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 475px;
    margin: 0 auto;
    padding-top: 8px;
}

#panel-logueo-google p {
	margin: 0;
	text-align: left;   
}

#panel-logueo-google a{
	cursor:pointer;
	color:#fff;
	background: #e40613;
	padding: 5px 10px;
	border-radius: 3px;
	transition: all .5s;
}

#panel-logueo-google a:hover{
	background: #de464f;
}

#panel-logueo-google i{
	cursor:pointer;
    font-size: 3rem;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.21);
    border-radius: 50%;
    margin-left: 20px;
    transition: all .5s;
}

#panel-logueo-google i:hover{
	background: rgba(255,255,255,0.20);
}

@media screen and (max-width: 600px) {

	#panel-logueo-google div {
	    width: 320px;
	    padding-top: 7px;
	}

	#panel-logueo-google p {
		width: 160px;	   
		line-height: 16px;
	}

	#panel-logueo-google i{
		margin-left: 20px;
	}
}

/*/////////////////////////////////////////SUGERENCIAS Y ERRORES//////////////////////////////////////////*/

	nav.navbar ul#sugerencias ul.am-notifications {
		width: 250px;
		margin-right: -125px;
	}

	nav.navbar ul#sugerencias ul.am-notifications li {
		border-top: none;
	}

	nav.navbar ul#sugerencias ul.am-notifications div.title {
		color: #e1e1e1;
	}

	nav.navbar ul#sugerencias ul.am-notifications div.am-scroller {
		top: 15px;
	}

	nav.navbar ul#sugerencias ul.am-notifications div.am-scroller textarea.form-control {
		border: none;
		max-width: 220px;
		min-height: 120px;
		max-height: 120px;
		background: #e1e1e1;
	}

	nav.navbar ul#sugerencias ul.am-notifications div.am-scroller div.spacer {
		padding-top: 115px;
	}

	nav.navbar ul#sugerencias ul.am-notifications div.footer {
		padding: 8px;
		text-align: center;
		position: absolute;
    	bottom: 0;
    	left: 50%;
    	transform: translateX(-50%);
	}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////*/


div.navbar-collapse ul.nav li.dropdown ul.dropdown-menu {
	padding-bottom: 0;
}

div.navbar-collapse ul.nav li.dropdown ul.dropdown-menu li.active a:hover {
	background: #7b7878;
}

div.navbar-collapse ul.nav li.dropdown ul.dropdown-menu li:first-child {
	/*margin-top: 5px;*/
}

div.navbar-collapse ul.nav li.dropdown ul.dropdown-menu li.perfil {
	border-top: 1px solid #d6d6d6;
	margin-top: 5px;
}

div.navbar-collapse ul.nav li.dropdown ul.dropdown-menu li:last-child {
	border-top: 1px solid #d6d6d6;
}

div.navbar-collapse ul.nav li.dropdown ul.dropdown-menu li.salir :hover {
	color: #fff;
	background: #e40613;
}

div.am-left-sidebar .sidebar-elements > li img {
	width: 35px;
	border-radius: 50%;
	margin-right: 8px;
}

div.am-left-sidebar .sidebar-elements > li:first-child > a {
	background: #292727;
    color: #f7f7f7;
    border-bottom: 2px solid #474646;
}

div.am-left-sidebar .sidebar-elements > li:first-child a.active {
	background: #6d6d6d;
	color: #e1e1e1 !important;
}

div.am-left-sidebar .sidebar-elements > li:first-child a.active:hover {
	background: #6d6d6d !important;
}

div.am-left-sidebar .sidebar-elements li.mas ul.sub-menu li a i {
	font-size: 2.4rem;
	float: right;
	padding-right: 10px;
}

div.am-left-sidebar .sidebar-elements li.mas ul.sub-menu li a {
	line-height: 2.4rem;
	font-size: 1.5rem;
}

div.am-scroll-top {
	background: rgba(0, 0, 0, 0.35);
	border-radius: 25px;
}

div.am-scroll-top:hover,
div.am-scroll-top:focus {
	background: rgba(228, 6, 19, .8);
}

div.content ul li span.mes {
	font-size: 20px;
	color: #e40613;
}

div.content ul li div.dia {
	position: absolute;
    left: 0;
    font-size: 18px;
    background-color: #424141;
    color: #d6d6d6;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 25px;
}

div.content ul li span.tarea {
	color: #fff !important;
	margin-top: 0 !important;
}

.am-right-sidebar .tab-panel .tab-content .announcement ul > li .content a.apunte {
    display: block;
    color: #fff;
    padding-top: 0px;
    font-size: 13px;
}

.am-right-sidebar .tab-panel .tab-content .announcement ul > li .content a.apunte:hover {
	color: #e45046;
}

.am-right-sidebar .tab-panel .tab-content .announcement ul > li > .icon {
	font-size: 22px;
}

div#tab2 div.nano-content div.content ul li div.content {
	padding-bottom: 10px;
    border-bottom: 1px solid #525252;
}

.am-right-sidebar .tab-panel .tab-content .announcement ul > li.nota {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #525252;
}

.am-right-sidebar .tab-panel .tab-content .announcement ul > li.nota > .icon {
	left: 90%;
	top: 7px;
	font-size: 15px;
	line-height: 25px;
	color: #e1e1e1;
}


.am-right-sidebar .tab-panel .tab-content .announcement ul > li.tema {
	padding: 0 0 0 0;
	/*border-bottom: 1px solid #525252;*/
	margin-bottom: 10px;
}

.am-right-sidebar .tab-panel .tab-content .announcement ul > li.tema > .icon {
	left: 90%;
	top: 7px;
	font-size: 15px;
	line-height: 25px;
	color: #e1e1e1;
}


.am-right-sidebar .tab-panel .tab-content .announcement ul > li.tema .content span{
	color:#737373;
}

.am-right-sidebar .tab-panel .tab-content .announcement ul > li .content span.asunto {
	display: block;
    color: #fff;
    padding-top: 0px;
    font-size: 13px;
    margin-top: 0;
    padding-right: 25px;
}


.am-right-sidebar .tab-panel .tab-content .announcement ul > li .content span.examen {
	display: block;
    color: #fff;
    padding-top: 0px;
    font-size: 13px;
    margin-top: 0;
    padding-right: 25px;
}

.am-right-sidebar .tab-panel .tab-content .announcement ul > li div.anotacion-lateral{
    margin-left: 5px;
   
    color: #ababab;
    /*display:none;*/
}
.am-right-sidebar .tab-panel .tab-content .announcement ul > li div.anotacion-lateral div{
	padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #e40613;
}


.am-right-sidebar .tab-panel .tab-content .announcement ul > li div.anotacion-lateral div p{
    line-height: 16px;
}
.am-right-sidebar .tab-panel .tab-content .announcement ul > li i.icono-anotacion{
	color: #e40613;
    font-size: 2rem;
    vertical-align: top;
    float: right;
    font-weight: 700;
    padding-right: 1px;
    cursor: pointer;
}

.am-right-sidebar .tab-panel .tab-content .announcement ul > li.tema i.icono-anotacion{
	color: #e40613;
    font-size: 1.6rem;
    /*vertical-align: top;*/
    float: right;
    font-weight: 700;
    padding-right: 1px;
    cursor: pointer;
    margin-top: -15px;
}
.am-right-sidebar .tab-panel .tab-content .announcement ul > li.tema div.anotacion-lateral div{
	padding-top: 5px;
    margin-top: 5px;
    /*border-top: 1px solid #d4d4d4;*/
    border-top: none;
}


div.tab-navigation ul.nav-tabs {
	height: 80px;
}

div.tab-navigation ul.nav-tabs li {
	padding-top: 10px;
}

span.notif {
    position: absolute;
    top: 5px;
    right: 20%;
    background: #e40613;
    color: #fff;
    padding: 0px 5px;
    border-radius: 200px;
}

span.suma-notif {
    position: absolute;
    top: 8px;
    right: 7px;
    color: #e40613;
    background: #fff;
    line-height: 13px;
    border-radius: 200px;
    padding: 2px 5px;
    font-weight: 600;
}

.widget.widget-fullwidth.widget-small {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:    0 1px 1px rgba(0,0,0,.15);
	box-shadow:         0 1px 1px rgba(0,0,0,.15);
}

div.volver {
	padding-left: 0;
	padding-bottom: 60px;
}

div.volver a {
	font-size: 	2rem;
	color: #e40613;
	background: none;
	border: none;
	margin: 0;
	padding: 0 20px 0 0;
}

div.volver a:hover {
	color: 	#e40613;
	background: none;
}

div.volver a:focus {
	background: none !important;
}

div.volver a i {
	font-size: 5rem !important;
}

div.volver a span {
	vertical-align: middle;
}

div.volver p {
	margin: 0;
	font-size: 2rem;
	padding: 12px 20px 0 16px;
	font-weight: 600;
}

table.table-fixed {
	table-layout: fixed;
}

td.recurso {
	width: 35vw;
}

td.width18 {
	width: 18%;
}


tr.apuntes:hover td.mas-apuntes i {
  color: #e40613;
  font-weight: bold;
}

td.mas-apuntes {
  padding: 0 !important;
  line-height: 1rem !important;
  cursor: pointer;
}

td.mas-apuntes i {
  font-size: 2.3rem;
  transition: all .5s;
}

tr.descripcion-apuntes td {
  height: 0 !important;
  padding: 0 !important;
  background: #fff !important;
}

tr.descripcion-apuntes td div div {
  padding: 12px 10px 5px;
  background: #fff;
  font-style: oblique;
}


td.descargar {
	padding: 0 !important;
	width: 18%;
	background: #e40613;
}

td.descargar:hover {
	background: #d20613;
}

td.descargar a {
	color: 	#fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	justify-content: center;
	padding: 0 3px;
}

td.descargar a i {
	font-size: 2rem;
}

td.descargar a span {
	font-size: 1.6rem;
	padding-left: 6px;
}

.descargado {
	background: rgba(217, 217, 217, 0.35) !important;
}

.descargado:hover {
	background: rgba(217, 217, 217, 1) !important;
}

.descargado a span {
	color: #868686;
}

.descargado a i {
	color: #868686;
}

div.am-logo {
	padding: 19px 0 0 75px;
	color: #f7f7f7;
	font-size: 2rem;
	font-family: helvetica;
	position: fixed;
	z-index: 999;
	width: 100%;
}

div.am-logo p {
	padding-top: 10px
}

div.am-logo p span {
	color: #e40613;
}

div.am-logo img {
	max-width: 50px;
   	max-height: 50px;
   	border-radius: 50%;
}

.overflow {
	overflow: hidden;
}

.cortar {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.cortar2 {
	display: block;
/*	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap; */
	font-size: 10px;
}

/*.cortar:hover {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	animation: texto infinite 5s linear;
}

	@keyframes texto {
		0%{margin-left: 0}
		100%{margin-left: -60%}
	}*/

.list-group-item {
	border: none;
	border-bottom: 1px solid #dddddd;
	background: rgba(247, 247, 247, 0.85);
}

.padding-left-0 {
	padding-left: 0;
}

ul li.asig {
	padding: 0 0 13px 5px;
	color: #e40613;
}

table.asignaturas tbody tr td {
	font-size: 1.8rem;
}

table.asignaturas tbody tr td span {
	font-size: 1.5rem;
}

table.asignaturas thead tr th {
	font-weight: 600;
}

.flex-jsb {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	justify-content: space-between;
}

.flex-jc {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	justify-content: center;
}

.entregado {
	background: none;
	color: #00ad00;
	/*border: 1px solid #00ad00;*/
}

.entregado i {
	font-size: 2rem;
}

.entregado span {
	display: block;
	float: right;
	line-height: 21px;
	font-size: 1.2rem;
	font-weight: 600;
}

.entregar {
	cursor: pointer;
	border-radius: 1px;
}

.entregar:hover {
	background: #a2a2a2;
}

.entregar i {
	font-size: 2rem;
}

.entregar span {
	display: block;
	float: right;
	line-height: 21px;
	font-size: 1.2rem;
	font-weight: 600;
}

.no-entregado {
	background: none;
	color: #e40613;
}

.no-entregado i {
	font-size: 2rem;
}

.no-entregado span {
	display: block;
	float: right;
	line-height: 21px;
	font-size: 1.2rem;
	font-weight: 600;
}

tr.entrega {
	background: #e1e1e1 !important;
}

tr.entrega td {
	padding: 12px 15px 12px 20px !important;
}

tr.entrega td input {
	border: none;
	padding: 6px 2px 6px 5px;
	margin-bottom: 5px;
}

tr.entrega td button.enviar {
	background: #e40613;
	border: none;
	padding: 4px;
	height: 30px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
	color:#fff;
	transition: all .5s;
}

tr.entrega td button.enviar:hover {
	color: #fff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
}

tr.entrega td button.enviar i {
	font-size: 2.3rem;
	vertical-align: middle;
	padding-right: 6px;
}

tr.entrega td button.enviar span {
	display: block;
}

.boton-deslizable  {
	float: right;

	position: relative;
	margin: 8px;
	height: 26px;
	width: 151px;
	background: #e1e1e1;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 75px;
  line-height: 26px;
  font-size: 11px;
  color: #b5b5b5;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.switch-label:active {
  font-weight: bold;
}

.switch-label-off {
  padding-left: 2px;
}

.switch-label-on {
  padding-right: 2px;
}

.switch-input {
  display: none;
}


.switch-input:checked + .switch-label {
  font-weight: bold;
  color: #777777;
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;

}

.switch-input:checked + .switch-label-on ~ .switch-selection {
  /* Note: left: 50% doesn't transition in WebKit */
  left: 76px;
}

.switch-selection {
  display: block;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  width: 73px;
  height: 22px;
  background: #fff;
  border-radius: 1px;
  background-image: -webkit-linear-gradient(top, #fff, #e8e8e8);
  background-image: -moz-linear-gradient(top, #fff, #e8e8e8);
  background-image: -o-linear-gradient(top, #fff, #e8e8e8);
  background-image: linear-gradient(to bottom, #fff, #e8e8e8);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

div#switch2 {
	margin: -10px;
}

div#switch2 .switch-input:checked + .switch-label{
	color: #e40613;
}


.panel {
	background: none;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:    0 1px 1px rgba(0,0,0,.15);
	box-shadow:         0 1px 1px rgba(0,0,0,.15);
}

.panel-body {
	background: rgba(255, 255, 255, 1);
}

.md-10vw {
	width: 10vw;
}

.md-20vw {
	width: 20vw;
}

/*/////////////////////////////////////////ASISTENCIA//////////////////////////////////////////*/

	div.asistencia {
		margin-top: 0 !important;
	}

	div.asistencia div.panel-heading {
		background: none !important;
	}

	div.asistencia div.panel-heading:hover {
		background: rgba(0, 0, 0, .3) !important;
	}

	.progress {
		height: 62px;
		margin-bottom: 0;
	}

	.progress-bar-success {
		background-color: #fff;
	}

	a.progress {
		position: relative;
	}

	a.collapsed div.progress-bar {
		/*position: absolute;*/
		top: 0 !important;
		left: 0 !important;
		height: 100% !important;
		opacity: 0.2;
		background-color: #3d3c3c !important;
		opacity: 0.06 !important;
	}

	a.progress div.progress-bar {
		position: absolute;
		width: 95%;
	    height: 10%;
	    top: 90%;
	    left: 0;
	    background-color: #e40613;
	    opacity: .8;
	}

	div.panel-asistencia {
		padding: 10px 15px !important;
	}

	.panel-body ul {
		padding: 0 0 10px 0;
		text-align: center;
	}

	div.panel-asistencia div.panel-heading a {
		padding: 5px !important;
		background: none !important;
		color: #3d3c3c !important;
	}

	div.panel-asistencia div.panel-heading a span.colorEAG {
		font-weight: 600 !important;
	}

	div.panel-asistencia div.panel-heading a span.justificada {
		padding: 0px 8px 3px;
		font-weight: 600;
		font-size: 13px !important;
		background: #3d3c3c;
		color: #fff;
		border-radius: 50%;
		margin-top: 2px;
		float: right;
	}

	div.panel-asistencia div.panel-heading i {
		float: right;
	}

	div.panel-asistencia div.panel-heading {
		border-bottom: 1px solid #e1e1e1;
	}

	div.panel-asistencia div.panel-heading:last-child {
		border-bottom: none;
	}

	div.panel-asistencia div.panel-heading:hover {
		background: none !important;
	}

	div.panel-asistencia div.panel-heading div div {
		padding: 15px 5px;
		font-size: 13px;
	}

	div.panel-body.panel-asistencia div.panel-heading a span {
		font-size: 15px;
	}

	div.panel-asistencia div.panel-heading div span:first-child {
		font-weight: 600;
		padding-right: 5px;
	}

	div.asistencia span.porcentaje {
		font-size: 2.2rem !important;
		transform: rotate(0deg) !important;
		line-height: 22px !important;
	}

	div.asistencia h4.panel-title a > span {
		line-height: 20px !important;
	}


/*//////////////////////////////////////////////EXPEDIENTE///////////////////////////////////////////*/

	div.panel-heading {
		margin: 0;
		padding: 10px 10px;
	}

	div.panel-heading .title {
		font-weight: 600;
	}

	a.imprimir {
		color: #e1e1e1;
	}

	.panel-group.accordion.accordion-color .panel .panel-heading a {
		background-color: #e40613;
		color: #fff;
		border-bottom: 1px solid #cecece;
	}

	.panel-group.accordion.accordion-color .panel:last-child .panel-heading a.collapsed {
		border-bottom: none;
	}

	.panel-group.accordion.accordion-color .panel .panel-collapse .panel-body {
		background-color: #fff;
		color: #3d3c3c;
		border-bottom: 2px solid #e40613;
	}

	.panel-group.accordion.accordion-color .panel:last-child .panel-collapse .panel-body {
		border-bottom: none;
	}

	.panel-group.accordion.accordion-color .panel .panel-heading a.collapsed {
		font-weight: 500;
		border-bottom: none;
		border-bottom: 1px solid #e1e1e1;
	}

	div.expediente-content div.row div.col-md-10 > div.panel {
		margin-bottom: 20px;
	}

	div.panel div.expediente-heading div.tools span.icon {
		font-size: 30px;
		color: #e1e1e1;
		font-weight: 600;
	}

	div.expediente-heading > span {
		cursor: pointer;
	}

	div.expediente-heading span.curso {
		display: block;
	}

	div.expediente-heading div.panel-collapse {
		border-top: 1px solid #e1e1e1;
		margin-top: 10px;
		padding-top: 10px;
	}

	div.expediente-heading div.panel-collapse ul {
		padding-left: 0;
	}

	div.expediente-heading div.panel-collapse ul li:first-child {
		padding-left: 8px;
		padding-bottom: 8px;
		font-weight: 600;
		font-size: 13px;
	}

	div.expediente-heading div.panel-collapse ul li:first-child:hover {
		background: none;
	}

	div.expediente-heading div.panel-collapse ul li {
		padding-bottom: 5px;
	}

	div.expediente-heading div.panel-collapse ul li:hover {
		background: #616161;
	}

	div.expediente-heading div.panel-collapse ul li a {
		color: #e1e1e1;
		display: block;
	}

	div.expediente-heading div.panel-collapse ul li a span {
		vertical-align: middle;
	}

	div.expediente {
		padding: 5px 15px 5px;
	}

	div.expediente div.seccion-anual {
		padding: 10px;
    	font-size: 18px;
    	font-weight: 300;
    	color: #e40613;
	}

	div.expediente .panel-group .panel + .panel {
		margin-top: 0;
	}

	div.expediente div.panel-group div.panel {
		box-shadow: none;
	}

	div.expediente div.panel-group div.panel:last-child .panel-collapse .panel-body {
		border-bottom: none;
	}

	div.expediente div.panel-group div.panel div.panel-heading h4.panel-title a.collapsed {
		/*background: #fff;*/
	}

	div.expediente div.panel-group div.panel div.panel-heading h4.panel-title a {
		padding: 12px 0 12px 8px;
	}

	div.expediente div.panel-group div.panel div.panel-heading h4.panel-title a span{
		font-size:14px;
		font-style:italic;
		color:#afafaf;
		padding-left:6px;
	}

	div.expediente div.panel-group div.panel div.panel-heading h4.panel-title a span.final {
	   position: absolute;
	   right: 45px;
	   padding: 2px 6px;
	   background: #e40613;
	   color: white;
	   font-style: inherit;
	   border-radius: 20px;
	   margin-right: 5px;
	   font-size: 1.5rem;
	}

	div.expediente div.panel-group div.panel div.panel-heading h4.panel-title a i {
		float: right;
		font-weight: 600;
	}

	div.expediente div.panel-group div.panel div.panel-collapse div.panel-body {
		padding: 0;
	}

	div.expediente ul {
		margin-bottom: 0;
		padding-top: 10px;
	}

	div.expediente ul li {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;

		justify-content: space-between;
		padding: 8px 0;
		border-bottom: 1px solid #e0e0e0;
	}

	div.expediente ul li:last-child {
		border-bottom: none;
	}

	.anotacion {
		cursor: pointer;
		transition: all .6s;
	}
	
	.anotacion2 {
		cursor: pointer;
		transition: all .6s;
	}

	div.expediente ul li.anotacion:hover,
	div.expediente ul li.anotacion2:hover {
		background: #e1e1e1;
	}

	div.expediente ul li.anotacion span:last-child:after {
		/*content: "!";*/
		content: "\e668";
		font-weight: 700;
		/*background: #c5c5c5;*/
		color: #e40613;
		/*padding: 0px 6px;*/
		/*border-radius: 150px;*/
		float: right;
		text-align: center;
		font-size: 2rem;
    	line-height: 16px;
	}

	div.expediente ul li.anotacion2 span:last-child:after {
		content: "!";
		font-weight: 700;
		background: #b5b5b5;
		color: #f1f1f1;
		padding: 0px 6px;
		border-radius: 150px;
		float: right;
		margin-left: 1px;
	}

	div.expediente ul li span.exclamacion {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex !important;
		justify-content: center;
		align-items: center;
		font-family: "Stroke 7";
	}

	div.expediente ul li span:first-child {
		padding: 0 5px 0 5px;
	}

	div.expediente ul li span:nth-child(3) {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;

		justify-content: center;
		align-items: center;

		font-weight: 600;
		padding: 0;
	}

	div.expediente ul div.textoanotacion div {
		padding: 8px 10px 30px;
		background: #e1e1e1;
		text-align: left;
		border-top: 1px solid #cacaca;
	}

	div.expediente ul div.textoanotacion div p {
		margin: 0;
	}

	div.expediente ul li.nota-media span,
	div.expediente ul li.nota-evaluacion span,
	div.expediente ul li.nota-final span {
		font-weight: 600;
	}

	div.expediente ul li.nota-media span:nth-child(3),
	div.expediente ul li.nota-faltas span:nth-child(3),
	div.expediente ul li.nota-evaluacion span:nth-child(3),
	div.expediente ul li.nota-final span:nth-child(3) {
		font-weight: 700;
	}

	div.expediente ul li.nota-faltas span {
		color: #e40613;
	}

	div.expediente ul li.nota-evaluacion {
		background: #e1e1e1;
	}

	div.expediente ul li.nota-final {
		border: 1px solid #e40613;
	}

	div.expediente ul li.nota-final span:nth-child(3) {
		color: #e40613;
	}



/*//////////////////////////////////////////////CALENDARIO///////////////////////////////////////////*/

	div.caja-calendario {
		padding-top: 10px !important;
	}

	div#semana {
		background: none;
	    color: #3d3c3c;
	    text-align: center;
	    padding: 0 0 10px 0;
	    margin-bottom: 15px;
	}

	div#semana table {
		margin-bottom: 0;
	}

	div#semana table thead tr {
		border-bottom: 2px solid #e1e1e1;
	}

	div#semana table tr th {
		text-align: center;
		padding-top: 10px;
		background: #3d3c3c;
		color: #e1e1e1;
		border-right: 1px solid #e1e1e1;
	}

	div#semana td {
		font-size: 15px;
		font-weight: 400;
		background: #fff;
		border-right: 1px solid #e1e1e1;
		border-top: none;
	}

	div#semana td div {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;

		flex-direction: column;
	}

	div#semana td div span:last-child {
		font-size: 12px;
		font-weight: 600;
		padding-top: 5px;
		color: #e40613;
	}

	div#semana td.horario div span:first-child {
		font-weight: 700;
	}

	div#semana td.horario div span {
		font-size: 13px;
		color: #3d3c3c;
		font-weight: 400;
	}

	div#semana thead tr:first-child th {
		background: none;
		border-right: none;
	}

	div#semana thead tr th.hoy {
		background: #e40613;
	    color: #e1e1e1;
	    border-top-left-radius: 6px;
	    border-top-right-radius: 6px;
	    padding: 6px;
	}

	div#semana thead tr th.hoy:before {
		content: "Hoy";
	}

	div#lista-tareas table {
		/*table-layout: fixed;*/
	}

	div.calendario > div div:first-child {
		font-size: 18px;
		font-weight: 600;
		/*margin-bottom: 10px;*/
	}

	div#lista-tareas {
		background: #fff;
		width: 57.5%;
		max-height: 100%;
    	overflow-y: auto;
		padding: 15px;
		position: absolute;
		font-size: 13px;
	}
	
	div#lista-tareas thead tr th.mes-calendario {
		font-size: 15px;
		padding: 5px 20px;
		text-align: left;
    	color: #e40613;
    	border-bottom: 1px solid #e40613;
	}

	div#lista-tareas table tbody tr.dia-semana {
		font-size: 15px;
	}

	div#lista-tareas table tbody tr.dia-semana td {
		border-top: none;
	    font-weight: 400;
	    padding-bottom: 3px;
	    border-bottom: 1px solid #3b3c3c;
	    padding-top: 16px;
	}

	div#lista-tareas table tbody tr.dia-semana td span:first-child {
		font-size: 20px;
		color: #e40613;
		font-weight: 600;
	}

	div.calendario {
		margin: 0;
	}

	div.calendario div div.widget {
		margin: 0;
		background: none;
	}

	div.widget-calendar .cal-container .cal-notes {
		width: 70vw;
		padding: 25px 10px;
		display: none;
	}

	div.widget-calendar .cal-container .cal-calendar {
		width: 30vw;
		padding: 10px;
		background: #fff;
	}

	div.widget-calendar .cal-container {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;

		flex-direction: row-reverse;
	}

	div.widget-calendar div.cal-notes div#dias {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;

		justify-content: space-around;
	}

	li#switch {
		padding: 6px 20px 11px 25px;
	}

	li#switch span {
		line-height: 35px;
		color: #b3b3b3;
		font-weight: 300;
	}

	li#switch label {
		float: right;
	}

		/* Important switch stuff */
	input[type=checkbox].boton-deslizable + label {
	  width: 34px;
	  height: 14px;
	  background: #303030;
	  display: inline-block;
	  border-radius: 10px;
	  position: relative;
	  cursor: pointer;
	  margin: 10px;
	}
	input[type=checkbox].boton-deslizable + label:before, input[type=checkbox].boton-deslizable + label:after {
	  content: "";
	  display: inline-block;
	  width: 20px;
	  height: 20px;
	  background: #757575;
	  border-radius: 50%;
	  position: absolute;
	  top: -3px;
	  left: 0;
	  transition: all .2s;
	}
	input[type=checkbox].boton-deslizable + label:after {
	  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
	}
	input[type=checkbox].boton-deslizable + label:before {
	  background: lightgray;
	  transform: scale3d(0, 0, 1);
	}
	input[type=checkbox].boton-deslizable + label:active:before {
	  transform: scale3d(3, 3, 1);
	  opacity: 0;
	}

	input[type=checkbox].boton-deslizable {
	  display: none;
	}

	input[type=checkbox].switch:checked + label {
	  background: rgba(3, 155, 229, 0.5);
	}

	input[type=checkbox].switch:checked + label:before, input[type=checkbox].switch:checked + label:after {
	  left: 14px;
	  background: #039be5;
	}

	input[type=checkbox].switch:disabled + label {
	  opacity: 0.4;
	  cursor: not-allowed;
	}

	input[type=checkbox].switch.green {
	  display: none;
	}
	input[type=checkbox].switch.green:checked + label {
	  background: rgba(228, 6, 19, 0.5);
	}
	input[type=checkbox].switch.green:checked + label:before, input[type=checkbox].switch.green:checked + label:after {
	  background: #e40613;
	}

	div#exam-y-tar {
		margin-bottom: 2px;
	}

	/*div#dia-o-semana {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: flex-end;
		width: 61.4%;
		text-align: center;
	}

	div#dia-o-semana div {
		width: 22%;
		padding: 2px 0;
		font-size: 16px;
		background: #c7c7c7;
		cursor: pointer;
		font-weight: 500;
	}

	div#dia-o-semana div.seleccionado {
		background: #fff;
		color: #e40613;
	}

	div#dia-o-semana div.seleccionado:after {
		content: "";
		display: block;
		margin: 2px auto 0;
		width: 75px;
		height: 1px;
		background: #e40613;
	}*/

	.hoy-lista-semana{
		background: #e40613;
    	padding: 2px 4px;
    	color: #fff;
    	border-radius: 2px;
    }

    .hoy-numero-dia{
        font-size: 3.7rem;
        float: left;
        background: #e40613;
        color: #fff !important;
        padding: 5px 5px 0px;
        border-radius: 3px;
        height: 50px;
        width: 50px;
    	text-align: center;
	}

	.hoy-lista-dia{
        position: absolute;
        left: 26px;
        top: 20px;
        color: #ffffff;
	}



/*//////////////////////////////////////////////PROFESORADO///////////////////////////////////////////*/

	div.profesorado div.panel h4.panel-title div:first-child {
		min-width: 5rem;
		height: 5rem;
		border-radius: 50%;
		display: inline-block;
	}

	div.profesorado div.panel h4.panel-title a span {
		padding-left: 8px;
	}

	div.profesorado div.panel h4.panel-title a {
		display: -webkit-flex !important;
		 display: -moz-flex !important;
		 display: -ms-flex !important;
		 display: -o-flex !important;
		 display: flex !important;

		 align-items: center; 
		 justify-content: space-between;

		 padding: 17px !important;
	}

	div.profesorado div.panel div.panel-body {
		padding: 5px 10px 10px !important;
	}

	div.profesorado div.panel div.panel-body > ul {
		margin-bottom: 10px;
		border-bottom: 1px solid #e1e1e1;
	}

	div.profesorado div.panel div.panel-body ul li {
		padding-bottom: 5px;
		text-align: left;
		font-size: 1.4rem;
	}

	div.profesorado div.panel div.panel-body ul li i {
		font-size: 2rem;
		vertical-align: text-bottom;
	}

	div.profesorado div.panel div.panel-body ul li:first-child i {
		font-weight: 600;
		vertical-align: sub;
		padding-right: 5px;
	}

	div.profesorado div.panel div.panel-body ul li:first-child {
	    border-bottom: 1px solid #e1e1e1;
	    margin-bottom: 8px;
	    overflow: hidden;
	    text-overflow: ellipsis;
		white-space: nowrap;
	}

	div.profesorado div.panel div.panel-body div {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;

		justify-content: flex-end;
	}

	div.profesorado div.panel div.panel-body div button {
		padding: 5px 20px;
		margin-left: 5px;
		background: #3d3c3c;
		color: #fff;
		border-bottom: 2px solid black;
	}

	div.profesorado div.panel div.panel-body div button a {
		color: #fff;
	}

	div.profesorado div.panel div.panel-body div button:active {
		border-bottom: none;
		margin-top: 2px;
	}

	div.profesorado div.panel div.panel-body div button i {
		font-size: 2rem;
	}

		/*´´´´´´´´´´´´´´´´´´´´´´´TABLET Y ESCRITORIO´´´´´´´´´´´´´´´´´´´´´´*/

			div.row.profesorado2 {
				display: -webkit-flex;
				display: -moz-flex;
				display: -ms-flex;
				display: -o-flex;
				display: flex;

				-webkit-flex-wrap: wrap;
				-moz-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
				-o-flex-wrap: wrap;
				flex-wrap: wrap;

				margin-top:25px;
			}

			div.row.profesorado2 > div {
				/*margin-bottom: 30px;*/
			}

			div.profesorado2 div.panel {
				/*height: 100%;*/
				background: #fff;
				position: relative;
				padding-bottom: 30px;
			}

			div.profesorado2 div.panel div.panel-heading {
				display: -webkit-flex;
				display: -moz-flex;
				display: -ms-flex;
				display: -o-flex;
				display: flex;

				justify-content: flex-start;
				align-items: center;

				background: #fff;
				border-bottom: 1px solid #e1e1e1;
				color: #3d3c3c;
			}

			div.profesorado2 div.panel div.panel-heading div.foto {
				min-width: 6rem;
				height: 6rem;
				border-radius: 50%;
				display: inline-block;
			}

			div.profesorado2 div.panel div.panel-heading span {
				display: inline-block;
				padding-left: 5px;
				font-weight: 600;
			}

			div.profesorado2 div.panel div.panel-body {
				padding: 5px 10px 10px !important;
				/*position: relative;*/
			}

			div.profesorado2 div.panel div.panel-body > ul {
				margin-bottom: 10px;
				border-bottom: 1px solid #e1e1e1;
			}

			div.profesorado2 div.panel div.panel-body ul li {
				padding-bottom: 5px;
				text-align: left;
			}

			div.profesorado2 div.panel div.panel-body ul li i {
				font-size: 2rem;
				vertical-align: text-bottom;
			}

			div.profesorado2 div.panel div.panel-body ul li:first-child i {
				font-weight: 600;
				vertical-align: sub;
				padding-right: 5px;
			}

			div.profesorado2 div.panel div.panel-body ul li:first-child span {
				font-size: 1.1rem;
			}

			div.profesorado2 div.panel div.panel-body ul li:first-child {
			    border-bottom: 1px solid #e1e1e1;
			    margin-bottom: 8px;
			    overflow: hidden;
			    text-overflow: ellipsis;
				white-space: nowrap;
			}

			div.profesorado2 div.panel div.panel-body div.btn-group {
				position: absolute;
		    	bottom: 10px;
		    	right: 10px;
			}

			div.profesorado2 div.panel div.panel-body div button {
				max-width: 50%;
				font-size: 1rem;
				margin-left: 5px;
				padding: 5px;
				background: none;
			}

			div.profesorado2 div.panel div.panel-body div button i {
				color: #3d3c3c;
				font-size: 2.3rem;
			}

			div.profesorado2 div.panel div.panel-body div button i:hover {
				color: #e40613;
			}


			#deslizable-profe{
				position: absolute;
				top: 5px;
				right:27px;

			}
			.cancelar-tuto{
				color: #e40613 !important;
				border:1px solid #e40613 !important;
				background:none;
				border-radius:1px;
			}

			.cancelar-tuto:hover{
				color: #fff !important;
				background: #e40613 !important;
				border:1px solid #e40613 !important;
			}

			#caja-tuto{
				margin-top: 25px;
				padding-right: 0;
				padding-left:0;
			}

/*//////////////////////////////////////////////TUTORÍAS///////////////////////////////////////////*/

	div.content-tutorias {
		padding-top: 5%;
	}

	div.content-tutorias span#notapie {
		padding: 0px 40px;
	    display: block;
	    font-weight: 300;
	    font-size: 1.2rem;
	}

	div.tutorias {
		padding-top: 30px;
	}

	div.tutorias form div.form-group {
		margin-bottom: 0;
	}

	div.tutorias form div.form-group > div.col-sm-12 {
		padding-bottom: 20px;
	}

	div.tutorias form div.form-group div.datetimepicker span:hover {
		background: #e40613;
		border-color: #e40613;
	}

	div.tutorias form div.form-group div.datetimepicker span:focus {
		background: #e40613;
		border-color: #e40613;
	}

	div.tutorias form div.form-group textarea {
		max-width: 100%;
		min-width: 100%;
	}

	div.tutorias form > div:last-child {
		padding: 30px 30px 0 30px;
	}

	div.tutorias form > div:last-child button {
		float: right;
		margin:0;
		background: #e40613;
		border-color: #e40613;
	}

	div.tutorias form > div:last-child button:hover {
		background: rgba(228, 6, 19, .8);
		border-color: rgba(228, 6, 19, .8);
	}

	div#md-solicitar div.modal-header {
		padding: 15px 15px 30px 30px;
	}

	div#md-solicitar div.modal-header i {
		font-size: 35px;
	}

	div#md-solicitar div.modal-body {
		padding: 0 0 20px;
	}

	div#md-solicitar div.modal-body div.tutorias {
		padding: 0;
	}

	div#md-solicitar div.modal-body div.tutorias select.form-control {
		padding: 10px 2px !important;
	}

	div#md-solicitar div.modal-body div.tutorias form > div:last-child {
		padding: 0 30px 20px;
	}

	div#md-solicitar div.modal-body div.tutorias > span {
		padding: 0 30px;
		display: inherit;
	}


/*/////////////////////////////////////////////////ESTUDIO////////////////////////////////////////*/

	div.tutorias form div#cajaselector {
		width: 100%;
		padding: 0 15px;
	}

	div.tutorias form div.selector {
		width: 13.6%;
		padding-left: 2px;
		padding-right: 2px;
		display: inline-block;
	}

	div.tutorias form div.selector select {
		padding: 0;
	}

	.table-condensed tr td:last-child, .table-condensed tr td:nth-child(6){
		color:#888 !important;
		cursor: inherit !important;
		text-decoration: line-through !important;

	}

	.table-condensed tr td:last-child:hover, .table-condensed tr td:nth-child(6):hover{
		color:#888 !important;
		background: none !important;
		
	}

	.table-condensed tr td.active:last-child, .table-condensed tr td.active:nth-child(6){
		background: #333 !important;
	}

	#ocupacion{
		margin-left: 14px;color:#e40613;
	}

/*//////////////////////////////////////////////////PERFIL////////////////////////////////////////*/

	div.modal-perfil div.modal-dialog {
		width: 400px;
		margin: 30px auto;
	}

	div.modal-perfil div.modal-header {
		height: 30px;
		padding: 0;
	}

	div.modal-perfil div.modal-header button {
		font-size: 4rem !important;
	}

	div.modal-perfil div.modal-body {
		padding: 0 20px 0 20px !important;
	}

	div.modal-perfil div.modal-body div.caja-avatar {
		padding: 0 20px 15px;
		border-bottom: 1px solid #e1e1e1;
	}

	div.modal-perfil div.modal-body div.avatar {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;

		align-items: center;
	}

	div.modal-perfil div.modal-body div.avatar img {
		border-radius: 50%;
		width: 120px;
		/*height: 120px;*/
		border: 2px solid #e1e1e1;
	}

	div.modal-perfil div.modal-body div.avatar div.name {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;

		flex-direction: column;
		align-items: flex-start;
		padding-left: 20px;
	}

	div.modal-perfil div.modal-body div.avatar div.name span {
		font-size: 1.8rem;
		font-weight: 300;
	}

	div.modal-perfil div.modal-body div.avatar div.name span:first-child {
		font-weight: 500;
		font-size: 2rem;
	}

	div.modal-perfil div.modal-body div.datos-alumno {
		padding-bottom: 15px;
	}

	div.modal-perfil div.modal-body div.datos-alumno div,
	div.modal-perfil div.modal-body div.cursos {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;

		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 7px;
		font-size: 1.5rem;
		border-bottom: 1px solid #dddddd;
	}

	div.modal-perfil div.modal-body div.datos-alumno div {
		border-bottom: none;
	}

	div.modal-perfil div.modal-body div.datos-alumno div span,
	div.modal-perfil div.modal-body div.cursos span {
		padding-bottom: 8px;
	}

	div.modal-perfil div.modal-body div.cursos span i {
		float: left;
		padding-right: 8px;
		font-size: 2.1rem;
	}

	div.modal-perfil div.modal-body div.datos-alumno div span i {
		float: left;
		padding-right: 8px;
		color: #e40613;
		font-size: 2.1rem;
	}

	div.datos-alumno-movil {
		padding: 5px 10px 7px;
	}
	
	div.datos-alumno-movil span {
		display: block;
		padding: 0 8px 8px;
	}

	div.datos-alumno-movil span:first-child {
		padding-top: 15px;
		border-top: 1px solid;
	}

	div.datos-alumno-movil span i {
		float: right;
		padding-left: 5px;
		font-size: 1.8rem;
		color: #c5c5c5;
	}

	li.perfil-movil ul li a {
		display: -webkit-flex !important;
		display: -moz-flex !important;
		display: -ms-flex !important;
		display: -o-flex !important;
		display: flex !important;

		justify-content: space-between;
		align-items: center;
		padding: 11px 20px !important; 
	}

	li.perfil-movil ul li a i {
		font-size: 2.5rem;
	}

	li.perfil-movil a.perfil-movil-top {
		/*position: fixed;
	    top: 0;
	    width: 271px;
	    height: 71px;*/
	    padding-top: 10px;
	    z-index: 9999;
	}

	li.perfil-movil a.perfil-movil-top img {
		width: 50px;
	}

	li.perfil-movil a.perfil-movil-top:after {
		content: '\e688';
    	float: right;
    	font-family: 'Stroke 7';
    	font-size: 30px;
    	line-height: 49px;
    	color: #a1a1a1;
	}



/*//////////////////////////////////////////////////LOGIN////////////////////////////////////////*/

	div.fondo-body {
		
		cursor: pointer;
	}

	div#fondo {
		position: absolute;
	    background: #e40613;
	    height: 50vh;
	    width: 100vw;
	    bottom: 0;
	    opacity: .7;

	}

	div#login {
		position: absolute;
		/*left: 353px; FONDO GLS
		top: 69%;*/
		left: 200px; /*FONDO NORMAL*/
		top: 46%;
		transform: translate(-50%,-50%);
		width: 300px;
		z-index: 99;
		margin: 0;
		transition: all .5s ease;
		box-shadow: 2px 10px 40px rgba(0, 0, 0, 0.6);
		border: 1px solid #fff;
		border-radius: 2px;
		cursor: initial;
		background: linear-gradient(to bottom, rgba(255,255,255,0.95) 50%, rgba(214,214,214,.7) 100%);
	}

	div#login:hover {
		box-shadow: 0 5px 18px rgba(0,0,0,.75);
	}

	div#login div#nombre-campus {
	    /*background: rgba(255, 255, 255, 0.98);*/
	    font-weight: bold;
	    /*height: 51px;*/
	    font-size: 2rem;
	    padding: 32px 30px 0;
	    text-align: right;
	    color: #a9a9a9;
	    left: -1px;
	    font-family: helvetica;
	    line-height: 23px;
	}



	div#login div#nombre-campus > span span {
		color: #e40613;
		font-weight: 100;
	}

	

	div#login div.panel-body {
		height: 100%;
		padding: 30px 30px 50px;
		opacity: .99;
		/*background: linear-gradient(to bottom, rgba(255,255,255,1) 50%, rgba(214,214,214,.9) 100%);*/
		background: none;
	}


	div#login div.panel-body input.form-control {
		background-color: rgba(232,232,232,.7);
		border: none;
	}

	div#login div.panel-body div.am-checkbox {
		text-align: center;
		padding-top: 20px;
	}

	div#login div.panel-body div.am-checkbox label:before {
		margin-right: 10px;
	}

	div#login div.panel-body div.spacer {
		padding-top: 20px;
	}

	div#login div.panel-body div.spacer button {
		margin: 0;
		padding: 8px 30px;
		box-shadow: 0 1px 1px rgba(0,0,0,.15);
	}

	div#login div.panel-body div#logo-login {
		margin: 35px auto 0;
		width: 150px;
		height: 150px;
	    background: url(../img/logologin.jpg) center center no-repeat;
	    -webkit-background-size: cover;
	     background-size: cover; 
	}


	div#texto-video {
    	position: absolute;
	    left: 40px;
	    bottom: 40px;
	    width: 700px;
	    z-index: 99;
	    margin: 0;
	    transition: all .5s ease;
	    /*box-shadow: 2px 10px 40px rgba(0, 0, 0, 0.6);*/
	    /*border: 1px solid #fff;*/
		/*border-radius: 2px;*/
	    /*background: linear-gradient(to bottom, rgba(255,255,255,0.95) 50%, rgba(214,214,214,.7) 100%);*/
	    font-weight: 600;
    	font-size: 14px;
    	padding-left: 10px;
    	color:#efefef;
    	/*text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;*/
    	/*text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000, 0px 1px 0 #000, 0px -1px 0 #000,-1px 0px 0 #000, 1px 0px 0 #000, 2px 2px 0 #000,    -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000, 0px 2px 0 #000, 0px -2px 0 #000, -2px 0px 0 #000, 2px 0px 0 #000, 1px 2px 0 #000, -1px 2px 0 #000,    1px -2px 0 #000,    -1px -2px 0 #000, 2px 1px 0 #000, -2px 1px 0 #000, 2px -1px 0 #000,-2px -1px 0 #000;*/
        text-shadow: 0px 0px 8px #000;
	}




div#md-error div.modal-dialog div.modal-body {
  padding: 15px 30px 20px;
}

div#md-error div.modal-dialog div.modal-body textarea {
  max-width: 100%;
}


/*//////////////////////////////////////////////BIBLIOTECA///////////////////////////////////////////*/
	
	div#biblioteca {
		padding-left: 30px;
		padding-right: 45px;
	}

	div#biblioteca div div.col-md-12 {
		float: none;
	}

	div#biblioteca div.page-head {
		padding: 20px 20px 5px;
		margin-bottom: 25px;
	}

	div#biblioteca div.form-group,
	div#biblioteca div.input-group {
		margin-bottom: 0;
	}

	div#biblioteca div.input-group button.btn {
		padding: 8px 25px;
	}

	div#biblioteca div.input-group i {
		font-size: 2rem;
	}

	div#biblioteca div#accordion1 div.panel {
		box-shadow: none;
	}

	div#biblioteca div#accordion1 h4 i {
		position: absolute;
		top: 15px;
		left: 200px;
	}

	div#biblioteca div#accordion1 div.panel-body {
		padding: 0 0 10px 0;
	}

	div#biblioteca div#accordion1 div.panel-body div.btn-group a {
		font-size: 1.5rem;
		border: none;
		color: #a7a7a7;
	}

	div#biblioteca div#accordion1 div.panel-body div.btn-group a:first-child {
		background: #f7f7f7;
		color: #e40613;
	}

	div#biblioteca div#accordion1 div.panel-body div.btn-group a i:before {
		font-size: 2rem;
	    vertical-align: bottom;
	    padding-right: 5px;
	}

	div#biblioteca div#accordion1 div.panel-body div.form-group {
		/*border: 1px solid #d1d1d1;*/
		border-top: none;
		background: none;
		padding: 10px 0;
		height: 90px;
	}

	div#biblioteca div#accordion1 div.panel-body label {
		margin-bottom: 2px;
	}

	div#biblioteca div#accordion1 div.panel-body button {
		float: right;
		margin-top: 30px;
		margin-right: 0;
	}

	div#biblioteca div#listadoBB > div.widget {
	    background: none;
	    box-shadow: none;
	}

	div#biblioteca div#listadoBB > div > div.widget-head {
		padding: 0;
	}

	div#biblioteca div#listadoBB > div div.title {
	    border-bottom: 1px solid #e40613; 
		padding: 3px 10px 3px;
	}

	div#biblioteca div.row div.panel div.panel-heading {
		height: 265px;
		position: relative;
		border: 8px solid #fff;

		background: url(../img/libro1.jpg) center top no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	div#biblioteca div.row div.panel div.panel-heading div#prueba {
		width: 100%;
		height: 100%;
	}

	div#biblioteca div.row div.panel div.panel-heading div#titulo-libro {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background: rgba(225,225,225,.8);
		padding: 5px 10px 5px 10px;
	}

	div#biblioteca div.row div.panel div.panel-heading div span.title {
		font-weight: initial;
		padding-bottom: 5px;
		color: #3d3c3c;
		overflow: hidden;
	}

	div#biblioteca div.row div.panel div.panel-heading i {
		position: absolute;
		top: 5px;
		right: 5px;
		font-size: 3rem;
		background: rgba(225,225,225,.8);
		padding: 5px 7px;
		border-radius: 50%;
		color: #3d3c3c;
	}

	div#biblioteca div.row div.panel div.panel-heading button {
		margin-right: 0;
		width: 100%;
		background: none;
		border-color: #3d3c3c;
		color: #3d3c3c;
		transition: all .5s;
	}

	div#biblioteca div.row div.panel div.panel-heading button:hover {
		background: #e40613;
		border-color: #e40613;
		color: #fff;
	}

	div#biblioteca div.row div.panel div.no-disponible {
		opacity: .6;
	}

	div#biblioteca div.row div.panel div.no-disponible div#titulo-libro {
		background: rgba(225,225,225,.95);
	}

	div#biblioteca div.row div.panel div.no-disponible button {
		border-color: #e40613;
		color: #e40613;
		cursor: not-allowed;
	}

	div#biblioteca div.row div.panel div.no-disponible button:hover {
		background: none;
		color: #e40613;
	}

	div#md-biblioteca div.modal-dialog {
		width: 75vw;
	}

	div#md-biblioteca div.modal-body {
		height: 600px;
		padding: 0 0 0 15px;
	}

	div#md-biblioteca div.modal-body div#portada {
		width: 50%;
		height: 100%;
		padding: 0;

		-webkit-background-size: contain;
		background-size: contain;
	}

	div#md-biblioteca div.modal-body div#info-libro {
		padding: 0 20px 0 15px;
	}

	div#md-biblioteca div.modal-body div#info-libro ul {
		padding: 0;
	}

	div#md-biblioteca div.modal-body div#info-libro div {
		border-bottom: 1px solid #e1e1e1;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}

	div#md-biblioteca div.modal-body div#info-libro div:last-child {
		border-bottom: none;
	}

	div#md-biblioteca div.modal-dialog div.modal-footer {
		border-top: none;
	}

	nav#paginacion {
		position: fixed;
		bottom: 0;
		left: 50%;
		transform: translateX(-9%);
		margin: 0;
		width: 100%;
	}

	nav#paginacion ul {
		margin: 0;
		width: 100%;
	}

	nav#paginacion ul li.active a {
		background: #e40613;
		color: #fff;
		border-color: #e40613;
	}

	nav#paginacion ul li a {
		color: #e40613;
		font-weight: bold;
	}

	div#buscar-flotante {
		/*display: none;*/
		/*cursor: pointer;*/
		/*position: fixed;*/
		bottom: 70px;
		/*right: 25%;*/
		/*padding: 13px 13px;*/
		color: #3d3c3c;
		background: #fff;
		/*border-radius: 25px;*/
		z-index: 1;
	}

	div#buscar-flotante:before {
		content: '\e618';
		font-family: 'Stroke 7';
		font-size: 30px;
	}

	div#md-biblioteca div.modal-footer button.md-close {
	    background: #e1e1e1;
	    border: none;
	    color: #3d3c3c;
	}



/*-----------------------LARGE DESKTOP------------------------*/

@media screen and (min-width: 1200px) {

	.am-right-sidebar {
		position: fixed;
		padding-top: 80px;
		width: 20vw;
		height: 100vh;
		top: 0; 
		right: 0;
		z-index: 999;
		background: rgba(255, 255, 255, 1);

		-webkit-box-shadow: 1px 0px 7px 0px rgba(0,0,0,.15);
		-moz-box-shadow:    1px 0px 7px 0px rgba(0,0,0,.15);
		box-shadow:         1px 0px 7px 0px rgba(0,0,0,.15);
	}

	.am-right-sidebar .tab-navigation .nav-tabs {
		background: rgba(255, 255, 255, 0.5);
	}

	.am-right-sidebar .tab-navigation .nav-tabs > li > a:hover {
		background: #e1e1e1;
	}

	.am-right-sidebar .tab-navigation .nav-tabs > li.active a {
		border-bottom: 1px solid #e40613;
	}

	.am-right-sidebar .tab-navigation .nav-tabs > li.active > a:hover {
		background: none;
	}

	.am-right-sidebar .tab-panel .tab-content .tab-pane h2 {
		color: #6d6b6b;
	}

	div.content ul li div.dia {
		background: #e1e1e1;
		color: #3d3c3c;
	}

	.am-right-sidebar .tab-panel .tab-content .announcement ul > li .content span {
		color: #6d6b6b;
	}

	.am-right-sidebar .tab-panel .tab-content .announcement ul > li > .icon {
		background: none;
	}

	.am-right-sidebar .tab-panel .tab-content .announcement ul > li > .icon:hover {
		background: #e1e1e1;
	}

	.am-right-sidebar .tab-panel .tab-content .announcement ul > li > a {
		color: #e40613;
	}

	div.content ul li span.tarea {
		color: #ababab !important;
	}

	.am-right-sidebar .tab-panel .tab-content .announcement ul > li .content a.apunte {
		color: #ababab ;
	}

	.am-right-sidebar .tab-panel .tab-content .announcement ul > li .content span.examen {
		color: #ababab;
	}

	.am-right-sidebar .tab-panel .tab-content .announcement ul > li.tema .content span{
		color:#737373;
	}

	.am-right-sidebar .tab-panel .tab-content .announcement ul > li .content span.asunto {
    	color: #000;
	}

	.am-right-sidebar .tab-panel .tab-content .announcement ul > li.nota > .icon {
		color: #3d3c3c;
		background: #e1e1e1;
	}

	div#tab2 div.nano-content div.content ul li div.content {
		border-bottom: 1px solid #d0d0d0;
	}

	.am-right-sidebar .tab-panel .tab-content .announcement ul > li.nota {
		border-bottom: 1px solid #d0d0d0;
	}

	.am-content {
		width: 73vw;
	}

	.hide-on-l {
		display: none !important;
	}

	div.tab-navigation ul.nav-tabs {
		height: 55px;
		padding: 0 !important;
	}

	div.tab-navigation ul.nav-tabs li {
		padding-top: 0;
	}

	div.calendario {
		margin: 0;
	}

	div.widget-calendar .cal-container .cal-calendar {
		width: 20vw;
	}

	div.calendario div#lista-tareas {
		width: 63%;
	}

	nav#paginacion {
		position: fixed;
		bottom: 0;
		left: 50%;
		transform: translateX(-16%);
		margin: 0;
		width: 100%;
	}

	div#switch {
		padding-right: 16px; 
	}

	div#switch p {
		padding-right: 12px;
	}

	div#dia-o-semana {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: flex-end;

		/*position: absolute !important;*/
		/*top: 40.6%;*/
		width: 66.8%;
		text-align: center;
	}

}


/*-----------------------------------------------------*/

@media screen and (min-width: 601px) {

	.hide-on-large {
		display: none;
	}
}


/*------------------------TABLET SMALL-----------------------------*/

@media screen and (max-width: 991px) and (min-width: 601px) {
	
	/*div.caja-avatar {
		padding: 10px 15px 10px;
	}

	div.avatar {
		padding-bottom: 5px;
	}

	div.datos-alumno {
		position: relative;
	}

	div.datos-alumno div:first-child {
		justify-content: space-around;
	    position: absolute;
	    top: -150px;
	    left: 55%;
	    height: 150px;
	    padding: 20px 0;
		border-bottom: none;
	}

	div.datos-alumno div:last-child {
		padding-top: 5px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;

		flex-direction: row;
		padding-bottom: 12px;
	}

	div.datos-alumno div:last-child span.title {
		padding-right: 10px;
	}

	div.datos-alumno div span {
		padding-bottom: 0;
		font-size: 1.5rem;
	}*/

	/*div.widget-calendar .cal-container .cal-notes {
		width: 100%;
	}

	div.widget-calendar .cal-container .cal-calendar {
		width: 100%;
	}

	div.widget-calendar .cal-container {
		flex-direction: column;
	}*/

	div.tutorias form div#cajaselector {
		width: 100%;
		padding: 0 28px 20px;
	}

	div.tutorias form div.selector {
		width: 24%;
		padding: 0 10px;
	}

	nav#paginacion {
		position: fixed;
		bottom: 0;
		left: 50%;
		transform: translateX(-12%);
		margin: 0;
		width: 100%;
	}

	
}

/*------------------------------PÉRDIDA DE MENÚ LATERAL FIJO-----------------------------*/

@media screen and (max-width: 767px) {
	
	.hide-on-md {
		display: initial !important;
	}

	div.tab-navigation ul.nav-tabs {
		height: 70px;
	}

	div.tutorias form > div:last-child button {
		width: 40%;
		margin-right: 30%;
	}

	div.am-left-sidebar .sidebar-elements {
		
	}

	div.am-left-sidebar .sidebar-elements > li a {
		padding-top: 3.5%;
		padding-bottom: 3.5%;
	}

	tr.entrega td button.enviar i {
		font-size: 2.3rem;
		float: initial;
	}

	div.widget-calendar .cal-container .cal-calendar {
		width: 36vw;
		padding: 5px;

	}

	div#switch {
		padding-right: 0;
		width: 40%;
	}

	div#switch p {
		padding-right: 2px;
	}

	div#dia-o-semana {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: flex-end;

		/*position: absolute !important;*/
		/*top: 42.6%;*/
		width: 59.8%;
		text-align: center;
	}

	div#dia-o-semana div.seleccionado:after {
		width: 60px;
	}



	/*//////////////////////////////////////////////BIBLIOTECA 768px///////////////////////////////////////////*/
	
	div#biblioteca div#accordion1 div.panel-body div.form-group div:last-child {
		padding-top: 10px;
	}

	div#biblioteca div#accordion1 div.panel-body div.form-group {
		height: auto;
	}

	div#md-biblioteca div.modal-dialog {
		width: auto;
	}

	div#md-biblioteca div.modal-body div#info-libro {
		padding-top: 10px;
	}

	nav#paginacion {
		position: fixed;
		bottom: 0;
		left: 50%;
		transform: translateX(-22%);
		margin: 0;
		width: 100%;
	}


}

@media screen and (max-width: 767px) and (orientation: landscape) {

	.am-left-sidebar {
		width: 45%;
	}

	body.open-left-sidebar .am-content,
	body.open-left-sidebar .am-top-header {
	    -webkit-transform: translate3d(45%, 0, 0);
    	transform: translate3d(45%, 0, 0);
	}

	div#md-biblioteca div.modal-body {
		height: 63vh;
	}

	div#md-biblioteca div.modal-body div#info-libro {
		width: 50%;
	}


}



/*-------------------------- MOBILE-----------------------------*/

@media screen and (max-width: 600px) {

	.main-content{
		padding-top: 10px;
	}

	.hide-on-small {
		display: none !important;
	}

	.padding-x-0 {
		padding-left: 0;
		padding-right: 0;
	}

	.sm-25vw {
		width: 25vw;
	}

	.sm-15vw {
		width: 15vw;
	}

	div.volver {
		padding-bottom: 15px;
	}

	td {
		font-size: 1.4rem;
	}

	td.recurso {
		padding: 12px 4px !important;
		width: 46vw;
	}

	td.descargar {
		width: 12%;
	}

	a.list-group-item {
		padding: 13px 5px;
	}

	div.panel-body {
		padding: 15px 0;
	}

	.badge i {
		font-size: 2.2rem;	
	}

	div.panel-heading {
		margin: 0;
		padding: 10px 5px;
	}

	table.asignaturas tbody tr td {
		font-size: 1.3rem;
	}

	table.asignaturas tbody tr td span {
		font-size: 1.3rem;
	}

	tr.entrega td {
		padding: 12px 5px 12px 5px !important;
	}

	div.caja-avatar {
		padding: 0;
	}

	div.avatar {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;

		justify-content: left;
		border-bottom: none;
		padding: 0 0 0 10px;
	}

	div.datos-alumno {
		padding: 0 10px 0 10px;
	}

	div.datos-alumno div:first-child {
		border-top: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	div.datos-alumno div:last-child {
		padding: 10px 0 10px 0;
	}

	div.datos-alumno div span {
		font-size: 1.4rem;
	}

	div.avatar img {
		width: 75px;
		height: 75px;
	}

	.am-radio.inline + .am-radio.inline {
		margin-left: 0;
		margin-right: 15px;
	}

	div.tutorias form div.form-group {
		padding-left: 0;
		padding-right: 0;
	}

	div.tutorias form > div:last-child button {
		width: 100%;
		margin-right: 0;
	}

	tr.entrega td input {
		padding: 7px 2px 6px 5px;
	}

	tr.entrega td button.enviar {
		height: 33px;
	}

	div.entregas .widget > .widget-head .title {
		font-size: 16px;
	}

	div.expediente ul li span:first-child {
		font-size: 1.4rem;
	}

	div.tutorias form div#cajaselector {
		width: 100%;
		padding: 0 0 20px;
	}

	div.tutorias form div.selector {
		width: 24%;
		padding: 0 2px;
	}

	.boton-deslizable {
		width: 119px;
	}

	#deslizable-profe{
		width: 150px;
		z-index: 99;
		top: 12px;
		left: 50%;
		transform: translateX(-50%);
	}

	#deslizable-profe .switch-label {
		width: 75px;
	}

	#deslizable-profe .switch-selection {
		width: 75px;
	}

	#caja-tuto{
		margin-top: 0px;
	}

	#cabecera-tuto{
		background: #3d3c3c;
	}
	#cabecera-tuto-no{
		margin-top: 50px;
	}

	.switch-label {
		width: 59px;
		font-size: 9px;
	}

	.switch-input:checked + .switch-label-on ~ .switch-selection {
		left: 59px;
	}

	.switch-selection {
		width: 58px;
	}

	/*/////////////////////////////////ASISTENCIA////////////////////////////*/

		div.asistencia span.porcentaje {
			font-size: 1.8rem !important;
		}

		div.asistencia h4.panel-title a > span {
			line-height: 22px !important;
		}

		div.asistencia h4.panel-title a {
			font-size: 1.4rem;
		}

		div.asistencia h4.panel-title a i {
			float: left;
		}

		div.panel-asistencia {
			padding: 10px 5px !important;
		}

		.panel-heading a span {
			font-size: 15px !important;
		}

	/*///////////////////////////////////PERFIL//////////////////////////////*/

		div.modal-perfil div.modal-dialog {
			width: 90vw;
			margin: 10px auto;
		}

		div.modal-perfil div.modal-body div.avatar {
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;

			align-items: center;
		}

		div.modal-perfil div.modal-body div.avatar img {
			border-radius: 50%;
			width: 120px;
			height: 120px;
			border: 2px solid #e1e1e1;
		}

		div.modal-perfil div.modal-body div.avatar div.name {
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;

			flex-direction: column;
			align-items: flex-start;
			padding-left: 20px;
		}

	/*///////////////////////////////////CALENDARIO//////////////////////////////*/

		div#semana {
			display: none;
		}

		div.widget-calendar .cal-container .cal-calendar {
			width: 100%;
		}

		div.calendario div#lista-tareas {
			top: 103%;
			width: 92%;
			overflow-y: inherit;
			max-height: none;
		}

		 div#semana-movil table {
	      background: #fff;
	      margin: 2px 0 10px;
	    }

	    div#semana-movil > span {
	      background: #e1e1e1;
	      color: #e40613;
	      padding-left: 5px;
	      font-weight: bold;
	      font-size: 15px !important;
	      border-right: none !important;
	    }

	    div#semana-movil table tr td {
	      padding-bottom: 2px;
	      padding-top: 2px;
	    }

	    div#semana-movil table tr:last-child {
	      border-top: 1px solid #e1e1e1;
	    }

	    div#semana-movil table tr td:first-child {
	      display: -webkit-flex;
	      display: -moz-flex;
	      display: -ms-flex;
	      display: -o-flex;
	      display: flex;

	      flex-direction: column;
	      font-size: 12px;
	      padding-left: 5px;
	      padding-right: 5px;
	      border-right: 1px solid #e40613;
	    }

	    div#semana-movil table tr td:first-child span:first-child {
	      font-weight: bold;
	    }

	    div#semana-movil table tr td:nth-child(2) {
	      padding-left: 15px;
	      font-size: 16px;
	    }

	    div#semana-movil table tr td:last-child {
	      text-align: right;
	      padding-right: 5px;
	      color: #e40613;
	    }

	    div#switch {
		padding: 0 28px 16px 0;
		width: 100%;
		}

		div#switch p {
			padding-right: 16px;
		}

		div#dia-o-semana {
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			position: absolute !important;
			top: 103%;
			width: 92%;
			text-align: center;
		}

		div#dia-o-semana div {
			width: 50%;
			padding: 5px 0;
			font-size: 16px;
			background: #c7c7c7;
			cursor: pointer;
		}

		div#dia-o-semana div.seleccionado {
			background: #fff;
			color: #e40613;
		}

		div#dia-o-semana div.seleccionado:after {
			content: "";
			display: block;
			margin: 2px auto 0;
			width: 75px;
			height: 1px;
			background: #e40613;
		}

	/*///////////////////////////////////EXPEDIENTE//////////////////////////////*/

		div.panel div.panel-heading div.tools span.icon {
			font-size: 25px !important;
		}

		div.panel div.panel-heading div.tools span.porcentaje {
			font-size: 18px !important;
		}
		div.expediente div.panel-group div.panel div.panel-heading h4.panel-title a span.final{
			right: 30px;
		}
	/*///////////////////////////////////LOGIN//////////////////////////////*/

		div.fondo-body {
			background: none;
		}

		div#login {
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%,-50%);
			width: 100vw;
			height: 100vh;
			z-index: 99;
			margin: 0;
			transition: all 1s;
			background-color: #fff;
		}

		div#login div.panel-body {
			height: 100%;
			padding: 50px 30px 20px;
		}

		div#login div.panel-body div#logo-login {
			position: absolute;
			top: 0;
			left: 50%;
    		transform: translateX(-50%);
			margin: 0 auto;
		}

		div#texto-video {display:none;}


		div#md-error h3.modal-title {
			font-size: 16px;
		}

		div#md-error label {
			font-size: 12px;
		}
	/*///////////////////////////////////600px BIBLIOTECA//////////////////////////////*/

		div#biblioteca {
			padding-left: 0;
			padding-right: 0;
			padding-top: 0;
		}

		div#biblioteca div.page-head {
			padding: 20px 0 0;
		}

		div#biblioteca div.input-group button.btn {
			padding: 8px 10px;
		}

		div#biblioteca div#accordion1 div.panel-body button {
			width: 100%;
		}

		div#biblioteca div.row > div {
			padding-left: 5px;
			padding-right: 5px;
		}

		div#biblioteca div.row div.panel div.modal-content {
			position: relative;
		}

		div#biblioteca div.row div.panel div.panel-heading {
			height: 200px;
			border: 4px solid #fff;
		}

		div#biblioteca div.row div.panel div.panel-heading i {
			right: 10px;
		}

		div#biblioteca div#titulo-libro span.title {
			font-size: 13px !important; 
		}

		div#md-biblioteca div.modal-dialog {
			width: auto;
		}

		div#md-biblioteca div.modal-header {
			padding: 5px;
		}

		div#md-biblioteca div.modal-body {
			height: 335px;
		}
		div#md-biblioteca div.normas {
			height:auto;
		}
		

		div#md-biblioteca div.modal-body div#portada {
			width: 100%;
			margin-bottom: 20px;
		}

		div#md-biblioteca div.modal-body div#info-libro {
			width: 100%;	
			padding: 0 15px;
			margin-bottom: 15px;
		}

		div#md-biblioteca div.modal-footer button {
			position: absolute;
			bottom: 10px;
			right: 5%;	
		}

		div#md-biblioteca div.modal-footer button.md-close {
			right: 55%;
		    background: #e1e1e1;
		    border: none;
		    color: #3d3c3c;
		}

		div#biblioteca div.panel {
			margin-bottom: 15px;
		}

		nav#paginacion {
			position: fixed;
			bottom: 0;
			left: 50%;
			transform: translateX(-30%);
			margin: 0;
			width: 100%;
		}

		div#buscar-flotante {
			top: 20px;
			right: 5%;
		}
	
}


@media screen and (max-width: 600px) and (orientation: landscape) {

  div#semana {
    display: inherit;
  }

  div#semana td {
    font-size: 13px;
  }

  div#semana-movil {
    display: none;
  }

  div#calendario {
    display: none !important;
  }

  div#md-biblioteca div.modal-body div#info-libro {
		width: 100%;
	}

 }

@media screen and (max-width: 320px) {

	nav#paginacion {
		transform: translateX(-40%);
	}
}


@media screen and (max-width: 319px) {

	div#biblioteca div.row > div {
		width: 100%;
	}

	div#biblioteca div.row div.panel div.panel-heading {
		height: 320px;
	}

	div#biblioteca div.row div.panel div.panel-heading i {
		right: 15px;
	}

	div#biblioteca div#titulo-libro span.title {
		padding-left: 5px;
		font-size: 16px !important;
	}

	nav#paginacion {
		transform: translateX(-40%);
	}

	nav#paginacion ul li a {
		padding: 5px 10px;
	}


}



@media screen and (max-width:680px) {

	#boletinPC{display:none;cursor:pointer;}
	#boletinMov{display:block;cursor:pointer;}
 }

@media screen and (min-width:681px) {

	#boletinPC{display:block;cursor:pointer;}
	#boletinMov{display:none;cursor:pointer;}
 }
.s7-download.descargar:before {
    content: "\e65c";
    position: relative;
    top: 3px;
    left: 3px;
}