/* DIV's */

.contenido {display: inline; margin: 0; padding: 0;}
.contenido_01 {display: table-cell; float: left; vertical-align: top; width: 720px;}
.contenido_01_01 {}
.contenido_01_02 {height: 5;}
.contenido_01_03 {}
.contenido_02 {display: table-cell; float: left; vertical-align: top; width: 2px;}
.contenido_03 {display: table-cell; float: left; vertical-align: top; width: 258px;}

.encabezado {display: table-row; height: 145px; margin: 0; padding: 0;}
.encabezado_01 {display: table-cell; float: left; width: 339px;}
.encabezado_02 {display: table-cell; float: left; height: 73px; padding-top: 72px; text-align: right; width: 641px;}

.menu {background-color: #003E7D; display: table-row; height: 26px; margin: 0; padding: 0; text-align: right; vertical-align: middle;}

.pie {margin: 0; padding: 0;}
.pie_01 {height: 11px;}
.pie_02 {background-color: #CCCCCC; color: #333333; font-size: 10px; height: 25px; text-align: center;}
.pie_03 {text-align: right;}

.limpiar_float {clear: both; font-size: 0; height: 0; line-height: 0; visibility: hidden;}
.nivel0 {display: table; height: 100%; width: 100%;}
.nivel1 {display: table; margin: 0 auto; padding: 0; width: 980px;}


/* [SOLPARTMENU] */

.m_Menu, .m_RootMenu, .m_SubMenu, .m_SubMenuSel {
	color: White;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.m_SubMenu, .m_SubMenuSel {
	font-size: 12px;
}
.m_MenuSeparador img {
	border: 0;
  position: relative;
  top: 0px;
}
.m_RootMenu {
	color: White;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}
.m_RootMenuBreadcrumb {
	color: Orange;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.m_SubMenu {
	background-color: #003E7D;
	border-color: White;
	border-style: solid;
	border-width: 1px;
}
.m_SubMenuBreadcrumb {
	background-color: #003E7D;
	color: Orange;
	cursor: pointer;
}
.m_SubMenuSel {
	background-color: White;
	color: #003E7D;
}
