.medio {
	background-image: url(imagenes/medio_azul.jpg);
	background-repeat: repeat-x;
}
.cabezal {
	background-image: url(imagenes/cabezal_fondo.jpg);
	background-repeat: repeat-x;
}
.cabezaltop {
	background-image: url(imagenes/sup_top.jpg);
	background-repeat: repeat-x;
}
.cabezalder {
	background-image: url(imagenes/sup_der.jpg);
	background-repeat: repeat-x;
}
.abajo {
	background-image: url(imagenes/abajo.jpg);
	background-repeat: repeat-x;

}
.txtsesion {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #164A6B;
}
.txtblanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;

}
.sistabajo {
	background-image: url(imagenes/p_sistema/img_teclado.jpg);
	background-repeat: repeat-x;
}
.sistabajotit {
	background-image: url(imagenes/p_sistema/fondo_tit.jpg);
	background-repeat: repeat-x;
}
.sistbandacentral {
	background-image: url(imagenes/p_sistema/fondo_bandacentral.jpg);
	background-repeat: repeat-x;
}
.sistbotonera {
	background-image: url(imagenes/p_sistema/fondo_botonera2.jpg);
	background-repeat: no-repeat;
}
.txtazul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #0A6636;
}
.txtbotonera {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.sistarriba {
	background-image: url(imagenes/p_sistema/img_sup.gif);
	background-repeat: repeat-x;
}
.sistflash {
	background-image: url(imagenes/p_sistema/fondo_flashml.jpg);
	background-repeat: repeat-x;
}
.logoMLWeb {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
} 

.logoFondo {
	z-index: -1;
} 
 

body {
	margin: 0px;
	background-color: #F2F2F4;
}

/* ============================================
   CLASES UTILITARIAS PARA REFACTORIZACIÓN CSS INLINE
   Compatible con CSP estricto (elimina necesidad de 'unsafe-inline' para styles)
   ============================================ */

/* Posicionamiento absoluto común */
.pos-absolute-top10 {
    position: absolute;
    top: 10px;
    z-index: 101;
}

.pos-absolute-top10-z105 {
    position: absolute;
    top: 10px;
    z-index: 105;
}

.pos-absolute-top10-left10 {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 105;
}

.pos-absolute-top0-left0 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.visibility-hidden {
    visibility: hidden;
}

/* Anchos comunes */
.w-48 { width: 48px; }
.w-137 { width: 137px; }
.w-190 { width: 190px; }
.w-300 { width: 300px; }
.w-388 { width: 388px; }
.w-385 { width: 385px; }
.w-546 { width: 546px; }
.w-555 { width: 555px; }
.w-559 { width: 559px; }
.w-620 { width: 620px; }
.w-934 { width: 934px; }
.w-1142 { width: 1142px; }
.w-100p { width: 100%; }

/* Alturas comunes */
.h-1 { height: 1px; }
.h-2 { height: 2px; }
.h-5 { height: 5px; }
.h-10 { height: 10px; }
.h-13 { height: 13px; }
.h-17 { height: 17px; }
.h-20 { height: 20px; }
.h-22 { height: 22px; }
.h-25 { height: 25px; }
.h-28 { height: 28px; }
.h-37 { height: 37px; }
.h-50 { height: 50px; }
.h-59 { height: 59px; }
.h-64 { height: 64px; }
.h-83 { height: 83px; }
.h-105 { height: 105px; }
.h-115 { height: 115px; }
.h-142 { height: 142px; }
.h-258 { height: 258px; }
.h-321 { height: 321px; }
.h-313 { height: 313px; }
.h-452 { height: 452px; }

/* Padding */
.pl-5 { padding-left: 5px; }
.pl-10 { padding-left: 10px; }
.pl-50 { padding-left: 50px; }
.pr-50 { padding-right: 50px; }
.px-50 { padding-left: 50px; padding-right: 50px; }

/* Text alignment */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

/* Display */
.d-flex { display: flex; }
.d-flex-space-around { 
    display: flex; 
    justify-content: space-around; 
}
.d-inline { display: inline; }

/* Casos específicos identificados */
.grilla-formularios-container {
    z-index: 101;
    left: 0px;
    width: 300px;
    position: absolute;
    top: 10px;
    height: 258px;
}

.formularios-siniestro-table {
    padding-left: 5px;
    position: absolute;
    top: 10px;
}

.background-layer {
    z-index: 1;
    left: 0px;
    visibility: hidden;
    width: 200px;
    position: absolute;
    top: 0px;
    height: 115px;
}

.busqueda-container {
    z-index: 105;
    position: absolute;
    top: 10px;
}

.busqueda-container-left10 {
    z-index: 105;
    left: 10px;
    position: absolute;
    top: 10px;
}

.titulo-busqueda {
    display: inline;
    font-size: large;
    width: 100%;
    color: #669999;
    height: 28px;
    text-align: center;
}

.boton-busqueda {
    border-right: silver 1px;
    border-top: silver 1px;
    border-left: silver 1px;
    width: 15%;
    border-bottom: silver 1px;
    height: 20px;
    background-color: #f5f5f5;
    text-align: left;
    text-decoration: underline;
}

.link-estilo-moderno {
    background: none;
    color: #007bff;
    font-size: 12px;
    border: none;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
}