/* HTML */
body {
	font-family: Tahoma;
	font-size: 12px;
}
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
a:link { color: #666666;}
a:visited {	color: #666666;}
a:hover {	color: #FF6600;}
a:active { color: #FF6600;}
.ingresar, a.ingresar, a.ingresar:hover, a.ingresar:link {
	color: White;
	font-size: 20px;
}
.a_texto_Blanco, .texto_Blanco {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.a_texto_Creditos, .texto_Creditos {
	color: #666666;
	font-size: 11px;
}
.a_texto_General, .texto_General {
	color:#000000;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}
	
/* Layout */
.contenido {margin: 0; padding: 0;}
.encabezado {margin: 0; padding: 0;}
.encabezado01 {float: left; width: 205px;}
.encabezado02 {background-image: url(imagenes/bkgd_Menu.jpg); float: right; height: 80px; width: 745px;}
.limpiar_float {clear: both; font-size: 0; height: 0; line-height: 0;}
.nivel0 {background-image: url(imagenes/bkgd.jpg); background-repeat: repeat-x; height: 100%; width: 100%;}
.nivel1 {display: table; margin: 0 auto; width: 955px;} 
.pie {margin: 0; padding: 0;}
.pie01 {background-image: url(imagenes/linea_Creditos.gif); background-repeat: repeat-x; height:15px;}
.pie02 {text-align: center;}
.pie03 {background-image: url(imagenes/linea_Creditos_2.gif);	background-repeat:repeat-x; height:9px;}
.pie04 {text-align: center;}

/* [SOLPARTMENU] */
.m_Menu, .m_RootMenu, .m_SubMenu, .m_SubMenuSel {
	color: White;
	cursor: pointer;
	font-family: "Arial Narrow";
}
.m_Menu, .m_SubMenu, .m_SubMenuSel {
	font-size: 16px;
}
.m_MenuSeparador img {
	border: 0;
  position: relative;
  top: 0px;
}
.m_RootMenu {
	font-size: 16px;
	vertical-align: middle;
}
.m_RootMenuBreadcrumb {
	color: Yellow;
	cursor: pointer;
	font-family: "Arial Narrow";
	font-size: 16px;
}
.m_SubMenu {
	background-color: #F99C1B;
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
}
.m_SubMenuBreadcrumb {
	color: Yellow;
	cursor: pointer;
}
.m_SubMenuSel {
	background-color: Black;
	color: #F99C1B;
}

