h2 {	
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-family: Arial , sans-serif, Helvetica;
	line-height: 1.8em;
	font-size: 1.8em;
}
#tit {
	position: absolute;
	left: 0;
	top: 0;
	width: inherit;
	height: 1.8em;
}
body {
	width: 98%;
	font-family: Arial , sans-serif, Helvetica;
	/*background-color: #86CFFF;*/
	padding: 75px 0 30px 0;
	margin: 0 1% 0 1%;
	background: #6a96fc;
	background: -moz-linear-gradient(top, #6a96fc 0%, #88cdff 10%, #88cdff 94%, #6a95fc 98%, #6a95fc 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #6a96fc), color-stop(10%, #88cdff), color-stop(94%, #88cdff), color-stop(98%, #6a95fc), color-stop(100%, #6a95fc));
	background: -webkit-linear-gradient(top, #6a96fc 0%, #88cdff 10%, #88cdff 94%, #6a95fc 98%, #6a95fc 100%);
	background: -o-linear-gradient(top, #6a96fc 0%, #88cdff 10%, #88cdff 94%, #6a95fc 98%, #6a95fc 100%);
	background: -ms-linear-gradient(top, #6a96fc 0%, #88cdff 10%, #88cdff 94%, #6a95fc 98%, #6a95fc 100%);
	background: linear-gradient(to bottom, #6a96fc 0%, #88cdff 10%, #88cdff 94%, #6a95fc 98%, #6a95fc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a96fc', endColorstr='#6a95fc', GradientType=0 );
}
div {
	padding: 0;
	margin: 0;
}
#cuerpo {
	background-color: #FAFAFA;
	/*width: 97%;*/
	height: 97%;
	margin: 0 20px 0 20px;
	padding: 5px 5px 5px 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/*#cuerpo div {
	border: 1px solid #666;
	float: left;
	display: inline;
}*/
#itmtree {
	margin-top: 10px;
	height: 96%;
	width: 220px;
	float: left;
}
#videos {
	background-color: #E7E7E7;
	height: 100%;
	margin: 0 0 0 220px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#videos > div {
	width: auto;
	height: auto;
}
.vidCIL {
	margin: 1% 1% 1% 1%;
	width: 97%;
	height: 97%;
}
#pie {
	position: absolute;
	left: 0;
	top: 97%;
	width: inherit;
	/*height: 100%;*/
	vertical-align: bottom;
}
#pie p {	
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-family: Arial , sans-serif, Helvetica;
	line-height: 0.8em;
	font-size: 0.8em;
	/* tab-size: 0; */
	margin: 0;
}