#salasCalendario{
	width:100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color:#f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 1em;
	box-shadow: 10px 10px 5px #888888;
	padding-bottom:4em;
	}
h1{
	font-size:1.2 em;
	font-weight: bold;
	text-align: center;
	color:#555555;
}

 .encabezado{
	width:100%;
	height:25px;
	font-size:1.1em;
	padding-top:0px;
	margin-top: 20px;
	text-align:center;
}
 .fondo{
	width:98%;
	font-size:12px;
	font-weight:bold;
	padding-left:0px;
	text-align:left;
}

.flechas
{	
	float:left;
	width:100%;
	height:30px;
	padding-left:20px;
	color:#767676;
	font-weight:bold;
	font-size:16px;	
	margin-bottom: 4px;
}

#btnhoy, #cmdCalendarios{
	width:5em;
	height: 2.5em;
	background:#767676;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border: 1px solid;
	border-radius: .7em;
}
#cmdCalendarios{
	width:12em;
}
#btnhoy:hover, #cmdCalendarios:hover{
	text-decoration: underline;
}

 .titulo{
	text-align:left;
}

 .diasemana{
	float:left;
	width:100%;
	text-align:center;
	height:25px;
	background:#f2f2f2;
}

 .diastit{
	float:left;
	width:14%;
	height:14px;
	color:#767676;
	background:#f2f2f2;
	padding-top:3px;
	font-size: 1.1em;
	font-weight:bold;
}

 .cuerpo{
	float:left;
	margin-left:1em;
	width:100%;
	margin-bottom: 30px;
}

 #dia{
	display:inline-block;
	width:14%;
	height:10%;
	background:#EFEFEF;
}

 .diasnum{
	width:95%;
	height:1.8em;
	text-align:center;
	font-size:1.8em;
	color:#767676;
	font-weight:bold;
	background-color:#ffffff;
}

 .diastxt{
	width:95%;
	height:10em;
	min-height:100%;
	background:#FFFFFF;
	text-align:left;
	font-size:.8em;
	font-weight:normal;
	overflow:auto;
}

 .diasfinsem{
	width:95%;
	height:10em;
	min-height:100%;
	background:#d9d9d9;
	text-align:center;
	font-size:.8em;
	color:#000000;
	font-weight:normal;
	overflow:auto;
	}

 .titform {
	color: #005B00;
	font-size: 24px;
	font-weight: bold;
	width:726px;
	height:40px;
}
