@charset "utf-8";
/* CSS Document */
/*Fondo negro texto en verdana 12*/
body{
	background:url(../images/bkg-kinam_bot.jpg) bottom right no-repeat;
	background-color:#000000;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10pt;
	color:#CCCCCC;
	text-align:justify;
}

acronym{
	font-weight:bold;
	font-style:italic;
}

a:link, a:visited{ 
	font-weight:bold; 
	text-decoration: none; 
	color: #FFCC00;
}

a:hover, a:active{ 
	text-decoration: underline; 
	font-weight:bolder;
	color: #FFFFFF;
}

h1{
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
}

h2{
	color:#FFCC00;
	font-size:16px;
	font-weight:bold;
}

h3{
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
}

table{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:outset #990000;
	text-align:center;
	color:#FFFFFF;
}

td{
	border-color:#CC3300;
	border:inset #CC3300 thin;
}

li{
	padding:5px;
}

/*DIV DEFINITIONS*/
#container{
	width:90%;
	margin-bottom:5%;
	padding-left:5%;
	margin-right:5%;
	padding-top:3%;
	color:#EEEEEE;
	overflow: auto;
	background:url(../images/bkg-kinam_top.jpg) no-repeat top left;
}

#navi{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#FFFFFF;
}

#navi table{
	border-top:thin;
	border-left:thin;
	text-align:center;
	border-color:#CC3300;
}

#navi td{
	border:none;
}

#pageHeader{
	padding:5px;
	text-align:center;
}

#pageHeader h1{
	font-size:25pt;
}

#enlaces{
}

#enlaces h1{
	font-size:18px;
}

#enlaces table{
	border:none;
	padding:3px;
	font-size:9pt;
	width:85%;
}

#enlaces td{
	border:none;
	padding:3px;
	text-align:left;
}

#avisos{
}

#avisos table{
	border:#FFCC00 inset;
	border-width:thin;
	width:85%;	
}

#avisos td{
	padding:10px;
	border:#FF0000 outset;
	border-width:thin;
}

#notas{
	font:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#FFCC66;
	padding:10px;
}

#notas table{
	border:inset;
	width:75%;
	padding:10px;
}

#notas td{
	border:none;
}

#creditos{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#EEBB66;
	font-size:10pt;
}

/* C L A S S E S */
.jtext{
	font-size: 10pt;
	color:#EEEEEE;
	text-align:justify;
}

.desc_text{
	font-size: 10pt;
	color:#FFDD77;
	text-align:center;
}

.enlaces h1{
	font-size:18px;
}

.enlaces table{
	border:none;
	padding:3px;
	font-size:9pt;
	width:85%;
}

.enlaces td{
	border:none;
	padding:3px;
	text-align:left;
}

.exer table{
	border:none;
	padding:3px;
	font-size:9pt;
	width:95%;
}

.exer td{
	border:none;
	padding:3px;
	text-align:center;
	width:50%;
	height:300px;
}

.citas{
	font:Georgia;
	font-size:10pt;
	font-weight:normal;
	text-align:right;
	width:90%;
	float:right;
	top:0px;
	padding-top:10px;
	padding-bottom:10px;
	color:#FFDD77;
}

.citas em{
	font-style:italic;
	font-weight:normal;
	font-size:9pt;
	font-family:"Times New Roman", Times, serif;
}