@charset "utf-8";
/* CSS Document */


.materias{

	background:none;	
	width:100%;
	border-spacing:0;
	margin-bottom:2%;
	border: thin solid #333;
}

.materias td,th{
	
	border: thin solid #333;
		
}

.materias tr{

	border: medium solid #333;
	
}

.materias{
	
	text-align:center;
		
}

.titulo_materias{

	padding:1% 0;

}

.asignaturas{

	background:white;
	padding:0;
	margin:0;
	width:13%;
}

.asignaturas a:link, .asignaturas a:visited{

	color:black;

}

.asignaturas a{
	
	height:100%;
	padding:2% 5%;	

	display: inline-block;
    	-moz-box-align: center;
    	-moz-box-pack: center;
	
	display: -webkit-box;
    	-webkit-box-align: center;
    	-webkit-box-pack: center;
     
    	display: -ms-flexbox;
    	-ms-flex-align: center;
    	-ms-flex-pack: center;
     
    	display: box;
    	box-align: center;
    	box-pack: center;
	
}

.asignaturas a:hover{
	
	//background:#900;
	//color:white;
	color:#900;
	text-decoration:underline;
	height:100%;
	
}

th{

	background:orange;
	color:white;
	width:6%;
	
}

.cuatri{

	background:#C30;
	color:white;
	width:3%;
		
}

.empty{

	background:#666;
	
}

