html {
  background: white;
}

body {
  /*position: relative;		*/
  padding:0.1em 1em;	
  background: #EFF2FB;
  min-height:500px;
  width: 1300px;
  margin: auto;
  color: black;
  line-height: 1.3;
  text-align: justify;
  font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
}
#main-header {
	background: #333;
	color: white;
	height: 110px;
	margin-bottom:0.5em;
}	
#main-header h1 {
	font-size: 2.3em;
	line-height: 1.3em;
	margin: 15px 0;
	text-align: center;
	font-weight: 300;
	text-decoration: none;
}
#main-header h2{
text-align: center;
}
a{
text-decoration: none;
}	
#asignaturas {
    position: fixed;
    top: 150px;
    padding:10px;
    margin-left:600px;
    width:490px;
}
#profesors {
    position: fixed;
    top: 150px;
    padding:10px;
    margin-left:700px;
    width:390px;
}

.alert{
color: red;
display: inline-block;
font-weight: bold;
}
.red{
color: red;
}
.blue{
color:blue;

}

.checkdoc{
color: red;
font-size:0.5em;
width:75%;
}


#persohours p{
 font-size:0.8em;
 	margin:0px 0px 0px 0px;
	display: inline-block;
}
.green{
color:green;
}

.orange{

color:orange;

}

.crimson {

color:crimson;

}
.black {

color:black;

}
.popup{
	font-size:0.8em;
}
.selec, .selec a:link:active,.selec a:visited:active,.selec a:link,.selec a:visited
{
	display: inline-block;
	font-style: italic;
	font-size:1.15em;
}
.ok, .ok a:link:active,.ok a:visited:active,.ok a:link,.ok a:visited
{
	display: inline-block;
	color: green;
}

.ko
{
	display: inline-block;
}
.years,.years a:link:active,.years a:visited:active,.years a:link,.years a:visited
{
	display: inline-block;
	color: red;
}


/*.selec a:link:active,.selec a:visited:active,.selec a:link,.selec a:visited,
.ok a:link:active,.ok a:visited:active,.ok a:link,.ok a:visited,
.years a:link:active,.years a:visited:active,.years a:link,.years a:visited
{
text-decoration: none;
}
*/
.noself
{
	display: inline-block;
	text-decoration: underline;
	margin:0px;
	
}
#teachers {
	margin:10px;
	
	
}
#teachers p {
	margin:0px 0px 0px 0px;
	display: inline-block;
	
	
}

#teachers li, ul {
	font-size:x-small;
	margin: 5px;

}

#teachers .end li, ul {
	font-size:medium;
	margin: 5px;
	font-weight: bold;

}

#teachers .end  table{
	display: inline-table;
}


#asignaturas2 {
    position: absolute;
    top: 150px;
    padding:10px;
    margin-left:500px;
    width:590px;
    
	/*position: absolute;
    top: 150px;
    left: 30em;
    ##background-color:white;
    padding:10px;
    width: 620px;
     z-index:100;*/
}

#menu ul{
	font-size:normal;
	margin: 5px;
	overflow:hidden;
	width:100%;
}
#menu li{
	float:left;
	width: 100%;
	margin-bottom: 1em;
	list-style-type:none;

}
#menu ul ul{
	font-size:normal;
	margin: 5px;
	overflow:hidden;
	border-top: 1px solid;
}
#menu ul li ul li{
	float:left;
	width: 50%;
	border-top: 0px solid;
	margin-bottom: 0em;
	list-style-type:circle;
}
.tutorial {
  ##width: 80%;
  margin: -1em auto 0 auto;
  ##box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  ##max-width: 800px;
  	text-align: center;
  	height: 1.5em;
  	z-index:200;
}

.tutorial ul {
  font-size: 0;
  list-style-type: none;
}
.tutorial ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  display: inline-block;
  padding: 4px 40px;
  position: relative;
}
.tutorial ul li ul {
  display: none;
}
.tutorial ul li:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}
.tutorial ul li:hover ul {
  display: block;
  margin-top: 3px;
  margin-left: 0px;
  width: 200px;
  left: 0;
  position: absolute;
  text-align: left;
  z-index:500;
}
.tutorial ul li:hover ul li {
  display: block;
  background-color: #e7e7e7;
  padding: 4px 5px;
}

.tutorial ul li:hover ul li:hover {
  background-color: #e0e0e0;
}
.tutorial ul li:hover ul li:hover span {
  background-color: #ee204e;
}


.tesis ul li {
    list-style-type:decimal;
    	font-weight: normal;
}


@media print {
.tutorial {display:none;}
.noprint {display:none;}
}


#hideMe {
    -webkit-animation: cssAnimation 5s forwards; 
    animation: cssAnimation 5s forwards;
}
