#cuerpo h1{
	font-size: 20px;
	color: #000;
	border-left: 10px solid #0193de;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	background-color: #a1d3ed;
}
#cuerpo h2 {
	background:none;
	color: #0193de;
	line-height:120%;
	text-align: left;
}

.actividades {
	width: 580px;
	border-bottom: 1px solid #ffdd71;
	float:left;
}

.fecha{
	font-size: 12px;
	font-weight: bold;
	color: #0193de;
	text-align: right;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #a1d3ed;
	border-top: 1px solid #a1d3ed;
}

.actividad{
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #0193de;
}

.c1 {
	display: inline;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	margin: 2px;	
	font-size: 12px;
	font-weight: bold;
	
	background-color:#eeeeee;
}
#cuerpo .limpiar2{
	padding: 0px;
	margin: 0px;
	height: 1px;
	width: 100%;
	clear:both;
}


/*******************/
#columder{
	float:right;
	padding: 0px;
	margin: 0px;
/*	width: 300px;*/
	padding-bottom: 10px;
	border: 1px solid #a1d3ed;
}
#columder h2{
	font-size: 14px;
	color: #000;
	border-left: 10px solid #e47e33;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	background-color: #ffdd71;/*#ffeee2;*/
}

#cuerpo .calendario {
	width: 280px;
	font-size: 12px;
	line-height: 120%;
	margin-left: 9px;
	margin-right: 9px;
}
#cuerpo .calendario table{
	margin-top: 10px;
	width: 280px;
	border: 1px solid #CCCCCC;
}
#cuerpo .calendario td{
	text-align: center;
	vertical-align: middle;
}
#cuerpo .calendario td.nolectivo{
	background-color:#dddddd;
}
#cuerpo .calendario td.mes{
	background-color: #ffdd71;
	font-weight: bold;
}
#cuerpo .calendario td a{
	font-weight: bold; 
	font-size: 16px;
	color: #e47e33;
	border-bottom: none;
}


#cuerpo .calendario table td {
	width: 34px;
}
#cuerpo .calendario table td.mes {
	width: 100%;
}
#cuerpo .calendario table td a{
	width: 33px;
	height: 15px;
	display: block;
	text-align:center;
}
#cuerpo .calendario table td a div.capaactiv{
	position: absolute;
	left: -9999em;
	width: 60px;
	padding: 3px;
	text-align:left;
	font-size: 11px;
	font-weight: normal;
	background-color:#ffdd71;
	color:#000000;
	text-decoration: none;
}
#cuerpo .calendario table td a div.capaactiv p{
	line-height: 110%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-top: 1px solid #000000;
}
#cuerpo .calendario table td a:hover{
	background-color: #e47e33;
	color:#FFFFFF;
}
#cuerpo .calendario table td a:hover div.capaactiv{
	left: auto;
	display:block;
}
