body {
	margin: 0px;
}

/*HTML CABEZAL*/
#seguridad-header .tabla_cab {
	width: 100%;
}

#seguridad-header .td_logosupcab {
	width: 392px;
	font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
}

#seguridad-header  .tabla_supcab { width: 100%; }

#seguridad-header  .td_supcab {
	background-image: url(../images/cab_back.gif);
	background-repeat: repeat-x;
}

#seguridad-header  .td_infcab {
	background-color: #E6ECF2;
	height: 9px;
}

#seguridad-header  .td_sesion {
	font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	float: right;
	padding-right: 30px;
	padding-bottom: 10px;
}

#seguridad-header a.sesion:link {
	color: #FFFFFF;
	text-decoration: underline;
	padding-right: 8px;
	padding-left: 8px;	
	font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:12px;
}
#seguridad-header a.sesion:visited {
    color: #FFFFFF;
	text-decoration: underline;
	padding-right: 8px;
	padding-left: 8px;	
	font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:12px;
}
#seguridad-header a.sesion:hover{
    color: #FFFFFF;
	text-decoration:none;
	padding-right: 8px;
	padding-left: 8px;	
	font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:12px;
}

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */

#seguridad-header select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    cursor: default;
    margin: 0em;
	/* margin-right: 30px; */ 
    font: 400 13.3333px Arial;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;	
	background-color: white;
}

#seguridad-header form {
	display: inline-block;
}

#seguridad-header td {
	vertical-align: middle;
}

#SECTION1_MPAGE:has(>#CONTAINER_MPAGE) { display: flex; flex-direction: column; min-width: max-content; }
#CONTAINER_MPAGE { display: flex; }
#CONTAINER_MPAGE > #SECTION3_MPAGE { flex: 1 1 auto; max-width: 100%; margin-right: 15px;}
#CONTAINER_MPAGE > #HEADER_MPAGE { position: sticky; top: 0; z-index: 9999;}