<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top:50px;
	margin-left:0px;
	background:url(../pics/kmmCrop.jpg);
	background-attachment: fixed;/*para que sea estático*/
	background-position: top center;/*arriba a la derecha*/
	background-repeat: no-repeat;/*que no se repita el fondo*/
	background-color: #000000;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #999999;
}

#frame {
	margin:0 auto;
	width:785px;
}

#header {
	float:left;
	width:785px;
}

#logo {
	float:left;
	width:300px;
	height:85px;
	margin-left:140px;
	display:inline;
}

#menuUp {
	float:left;
	width:150px;
	height:30px;
	display:inline;
	font-family: "Trebuchet MS", Arial;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
}

#menuCont {
	float:left;
	width:500px;
	height:30px;
	display:inline;
	margin-left:190px;
	margin-top:30px;
}

#management {
	float:left;
	width:700px;
	margin-left:42px;
	display:inline;
	font: normal 1.5em Georgia, Serif;
	font-weight:bold;
	text-align:center;
	color:#008CDC;
	margin-top:50px;
}


#box {
	float:left;
	width:125px;
	height:145px;
	margin-right:15px;
	margin-bottom:20px;
}

#boxTitle {
	float:left;
	width:125px;
	height:30px;
	margin-bottom:18px;
	font-family: "Trebuchet MS", Arial;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	background:url(../pics/boxTitYell.png) no-repeat center;
}

#boxTitleBlue {
	float:left;
	width:125px;
	height:30px;
	margin-bottom:18px;
	font-family: "Trebuchet MS", Arial;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	background:url(../pics/boxTitBlue.png) no-repeat center;
}

#boxPic {
	float:left;
	width:125px;
	height:95px;
}


#leftEntertainment {
	float:left;
	width:160px;
	height:168px;
	margin-left:32px;
	margin-top:58px;
}

#leftEntertainmentLogo {
	float:left;
	width:160px;
	height:56px;
	margin-bottom:20px;
}

#leftEnterMenus {
	float:left;
	width:160px;
	height:32px;
	background-image:url(../pics/entertainment.png);
	font-family: "Trebuchet MS", Arial;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
}



#leftKokopelli {
	float:left;
	width:160px;
	height:248px;
	margin-left:32px;
	margin-top:58px;
}

#leftKokopelliLogo {
	float:left;
	width:160px;
	height:47px;
	margin-bottom:20px;
}

#leftKokopelliMenus {
	float:left;
	width:160px;
	height:32px;
	background-image:url(../pics/kokopelli.png);
	font-family: "Trebuchet MS", Arial;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
}


#right {
	float:right;
	width:601px;
	height:608px;
}

#foot {
	float:left;
	width:785px;
	margin-top:50px;
	margin-bottom:20px;
}</pre></body></html>