/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

.tituloSchneider {
	color: #FFFFFF;
	font-weight: bold;
	font-size: xx-large;
}
/* esto es para que ande bien  */
.bodySchneider{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("/archivosComunesSch/bg_grad.jpg") fixed;
}

.H1 {/*textGlobal*/
    color: #FF6600;
	font-weight: bold;
	font-size: large;
}

.piePagina {
	font-family: Arial,sans-serif;
	color: #333333;
	/*font-weight: bold;*/
	font-size: small;
}

/************ sectionLinks styles **************/

.sectionLinks{font-size: 13px}

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:     url("/archivosComunesSch/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	/*color: #005FA9;*/
	text-decoration: none;
}

a:hover{
	/*text-decoration: underline;*/
	text-decoration: none;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:     url("/archivosComunesSch/glbnav_background.gif");
	left: -4px;
}

#globalNav img{
	margin-bottom: -4px;
 
}
#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	right:0px;
	top: 0;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}
