SPAN, TD, TR, BODY, P{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	}
	
.textochicoazul { 
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px; 
	color: 002D6E; 
	text-decoration: none;
	}
	
a:link {  
	text-decoration: underline; 
	color: #002D6E;
	}
	
a:visited {
	text-decoration: underline; 
	color: #002D6E;
	}
	
a:hover {
	text-decoration: underline;
	color: #FF9900;
	}
	
.textochicogris {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	}
	
.textochiconegro {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000; 
	text-decoration: none;
	}
.textochicoazulbold {

	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: 002D6E;
	text-decoration: none; 
	font-weight: bold;
	}
	
.botoncitos {
	color: #000000; background-color: #88AEBD;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	border-style: outset;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}
	
.textochicoblancobold {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
	
.textochicoblanco {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.textochiconegrobold {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
	
.fondo {
	background-attachment: fixed;
	background-image: url(/imgs/bg_page.gif);
	background-repeat: repeat-y;
	background-color: #C0C0C0;
	background-position: center;
}
div.scroll {
 height: 330px;
 width: 180px;
 overflow: auto;
 background-color: #EBEBEB;
 padding: 10px;
}

	.navContainer {
		margin: 0;
		padding: 0;
		position: relative;
		width: 149px;
		height: 100%;
		z-index: 100;
	}
	#subInstitucional, #subInformacion, #subServiciosOnline, #subServicios {
		position: absolute;
		top: 25px;
		left: 0;
		visibility: hidden;
		border-top: 1px solid #FFFFFF;
		z-index: 100;
	}
	* html #subInstitucional, * html #subInformacion, * html #subServiciosOnline, * html #subServicios {
		top: 26px;
	}
	.initItems {
		width: 149px;
		padding: 5px 0 5px 0;
		margin: 1px 0 1px 0;
		text-align: center;
		font: bold 12px Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		background: #616161 url(/imgs/menu_bullet.gif) no-repeat 137px 11px;
	}
	.initItems A, .initItems A:link, .initItems A:active, .initItems A:visited, .initItems A:hover {
		color: #FFFFFF;
		text-decoration: none;
		display: block;
	}
	.items {
		width: 149px;
		margin: 0;
		text-align: center;
		background-color: #B7B7B7;
	}
	.items A, .items A:link, .items A:active, .items A:visited {
		color: #FFFFFF;
		padding: 6px 0 6px 0;
		text-decoration: none;
		display: block;
	}
	.items A:hover {
		background-color: #B0B0B0;
	}
	.off {
		visibility: hidden;
	}
	.on {
		visibility: visible;
	}

