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

body{
	margin:0;
	padding:0;
	/*background-color:#3C3C3C;*/
	background:url("../images/Recepcion2.JPG")repeat fixed;
	background-size:100% 100%;
}

.header{
	margin:0;
	padding: 15px 2%;
	height:100px;
	background:url("../images/pattern1.png")repeat fixed;
	/*background-color:#282828;*/
	/*background-color:#791C1C;*/
	/*border-bottom:2px solid #3B3B3B;*/
	border-bottom:2.5px solid #202020;
}

#cuerpo{
	margin:0;
	padding-top:15px;
}

#cuerpo ul{
	list-style:none;
	margin:0;
	padding:0;
}


#materias ul,#title{
	width:auto;	
	padding:.3% 2%;
	margin:15px 2%;
	/*background-color:#303030;
	border:2.5px solid #2D2D2D;*/
	background-color:rgba(40,40,40,.85);
	border:1px solid #2D2D2D;
	
}
#cuerpo ul{
	overflow:hidden;
}

#cuerpo li li{
	padding: 0 1%;
	margin:0;
	border:none;
	float:left;
}

li .lab,li .mat,li .prof,.size1{	
	width:23% !important;
}

.hora,.stat1, .stat2,.size2{
	width:10.5% !important;
}

.lab,.mat,.prof,.hora,.stat1,.stat2,#title{	
	font-size:26px;
	font-family:sans-serif;	
}

.lab,.hora,.stat1,.stat2{
	text-align:center;
	
}

.lab{
	color:#FF5C00;
}

.mat{
	color:orange;
}

.prof{
	color:orange;	
	text-align:center;
}

.hora{
	color:#E1E1E1;
}

#title,#title li{
	background-color:#282828 !important;
}

#title{
	color:white;
	text-align:center;
	border:2.5px solid #252525 !important;
}

.stat1{
	color:#090;
}

.stat2{
	color:rgb(244, 0, 0);
}

.stat1,.stat2{width:11.5px;}

.logo{
	float:left;
	width:50%;
}
#hora, #fec{
	float:left;
	width:25%;
}

#hora{
	height:100px;
	font-size:100px;
	color:rgb(54, 173, 44);
	/*color:rgb(88, 170, 81);*/
	/*color:rgb(202, 190, 50);*/
	text-align:right;
	//width: 50%;
}
#fec{
	height:100px;
	font-size:50px;
	color:rgb(54, 173, 44);
	/*color:rgb(88, 170, 81);*/
	/*color:rgb(202, 190, 50);*/
	text-align:center;
font-family:sans-serif;

}