<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'OktaveBold';
    src: url('../fonts/OktaveBold.ttf') format('truetype');
}

html {
  min-height: 100% !important;
  position: relative !important;
}

body {
  margin: 0 !important;
  margin-bottom: 50px !important;
}

.background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(/Images/bk-repeat.jpg);
    background-size: cover;
    /* -webkit-filter: blur(2px); */
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    /* filter: blur(2px); */
    background-repeat: repeat-x;
}

footer {
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    color: #FFF;
    background: #006ea6;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 50px;
    z-index: 0;
    opacity: 0.5;
    border-top: 1px solid #2a4806;
    border-bottom: 1px solid #2a4806;
}

footer span {
    padding-top: 11px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.div_inicioSesion {
    margin-top: 100px !important;
    z-index: 500;
    width: 700px;
    position: relative;
    height: 300px;
    text-align: center;
    /* opacity: 0.5; */
    /* background-color: #000000; */
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.4);
}

.formu_inicioSesion {
    color:#ffffff;
}

.titulo_InicioSesion {
    height: 91px;
    line-height: 100px;
    font-weight: bold;
    font-size: 25px;
    font-family: Verdana;
}

.texto_normal {
    font-family: Arial;
    font-size: 12px;
    float: left;
    width: 350px;
    height: 34px;
    line-height: 34px;
}

.botones {
    background: #f4fefc !important;
    background-image: -webkit-linear-gradient(top, #108ac3, #085c80) !important;
    background-image: -moz-linear-gradient(top, #108ac3, #085c80) !important;
    background-image: -ms-linear-gradient(top, #108ac3, #085c80) !important;
    background-image: -o-linear-gradient(top, #108ac3, #085c80) !important;
    background-image: linear-gradient(to bottom, #108ac3, #085c80) !important;
    -webkit-border-radius: 1 !important;
    -moz-border-radius: 1 !important;
    border-radius: 1px !important;
    font-family: Arial !important;
    color: #ffffff !important;
    font-size: 12px !important;
    padding: 6px 15px 6px 15px !important;
    text-decoration: none !important;
    border-style: none !important;
}
  .botones:hover{
      background: #0395cc !important;
      text-decoration: none !important;
  }
 

.link_tipo1 a:link {

}




   
		.contenido{
            font-family:Arial;
            font-size:12px;

		}
		.logintitulo{
			color:white;
            padding-left:0px;
            padding-right:0px;
            margin-bottom:5px;
		}
         

		.login{
			padding-top:100px;
			width: 350px;
			margin: 0 auto;
			text-align: center;
			height: 90%;
		}
		.logininput{
			text-align: left !important;
            padding-left:0px;
		}

		.logininput *{
			margin-bottom: 3px;
		}
		.logininput  label{
			color:#bfb5b5;
            font-weight:normal !important;
		}
        .padding-left0{
            padding-left:0px;
        }
        .padding-right0{
            padding-right:0px;
        }
		.olvidopsslink a{
			color:#bfb5b5;
			text-decoration: underline;
		}
        .olvidopsslink button{
            width: 100px !important;
            float:left;
            padding-top:3px;
            padding-bottom:3px;
            padding-right:0px;
            padding-left:0px;
            font-weight:bold;
        }
        .olvidopsslink{
            padding-right:0px;
            padding-left:0px;
        }
		.loginopciones *{
			margin-bottom: 3px;
		}
        .cVertical{
            padding-top:9px;
        }
		.footerLogin{
			text-align: center;
			color:white;
		}
        .footerLogin p{
            color:#bfb5b5 !important;
        }


		#submitLogin{
			width: 90%;
			margin:0 auto;
		}
        .formnuevopassword{
			padding-top:100px;
			width: 420px;
			margin: 0 auto;
			text-align: center;
			height: 90%;
		}
        .form-control{
            font-size:12px !important;
            border-radius:0px !important;
        }

</pre></body></html>