<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: "helvetica";
	background-color: #F0F1E3;
	height:100%;
margin: 0;
}

.cajainterior{
    width: 350px;
/*    height: 260px;*/
    /* border-style: solid; */
    /* border-color: #8989A3; */
    /* border-width: 0.5px; */
    border-radius: 5px;
    position: absolute;
    top: 0%;
    left: 50%;
    margin-left: -190px;
    text-align: center;
    margin-top: -200px;
    padding: 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 5px #adadad;
color: #35565A!important;
}



#mensajerespuesta{
	border-style: solid;
	border-width: 2px;    
	border-radius: 4px;
	margin-top: -135px;
	text-align: center;
	width:385px;
	margin-left:-250px;
	padding: 3px;
	display: none;
	color:red;
	border-color: #94BCBC;
	position: absolute;
	top: -110%;
	background-color: #FFFFFF;
	box-shadow: 5px 10px 18px #888888;
	left: 107%;
}

#generaperfil a {
    width: calc(100% - 20px);
    display: block;
    padding: 10px;
    border-bottom: 1px solid #efefef;
}
#generaperfil a:hover {
    background-color: #efefef;
}

/*Esta es la imagen del logo, hay que agregarle un ID para que no quede tan genérico*/
img {
 margin-left: 10px;
    margin-top: 10px; 
}

hr {
    height: 1px !important;
    background-color: #ced4da !important;
}

#dimensionescaja{
	width:100px;
	height:100px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-50px;
	margin-top:-50px;
}

#pie{
position: absolute;
    bottom: 0;
    text-align: center;
    color: #ced4da;
    width: 100%;
    padding: 10px 0;
background: rgb(84,84,84);
background: linear-gradient(0deg, rgba(84,84,84,1) 0%, rgba(134,134,132,1) 100%);
}

#pie a {
color: white !important
}
#pie hr {
display:none
}

.linkPie{
text-align: center;
    color: #ced4da;
    position: relative;
    margin-bottom: 20px;
font-size: 12px;
text-decoration: underline;
}

.disclamer{
    text-align: center;
    color: #ffffff;
    position: relative;
    font-size: 70%;
    width: 80%;
    margin: 0 auto;
    opacity: 0.6;
}


#aScotia{
position: fixed;
    right: 0;
    margin-right: 10px;
    margin-top: 20px;
	
}

.boton{
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .5rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    width: 100%;
margin-top: 10px;
background: rgb(45,164,8);
background: linear-gradient(0deg, rgba(45,164,8,1) 0%, rgba(102,198,74,1) 100%);
    border-color: #26860A;
cursor:pointer;
}

#botonnuevaclave{
	width: 180px;
	padding: 8px;
}

.user{
	text-align: left;
}

.clave {
	text-align: left;
}

.conttexto{
width: 100%;
margin-bottom: 10px;	
}

.conttexto input {
    display: block;
    width: calc(100% - 1.5rem);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.conttexto br {
  display:none
}


.olvideclave{
/*	margin-right:-110px;*/
	text-decoration: underline;
font-size: 12px;
margin-top: 20px;
}

a:link, a:visited{
	text-decoration:none;
	color: #35565A!important;	
}

form label {
 font-size: 12px;
color: #35565A;
}


#seleccioneperfil{
	display: none;
}

#perfiles{
	text-align: left;
}

#generaperfiles{
	color: blue;
	
}

#recuperaclave{
	display: none;
}

#mensajerecuperaclave{
	font-size: 11px;
	display: none;
	text-align: left;
	background-color: white;
}

#mensajeclaveexpirada{
	font-size: 11px;
	display: none;
	text-align: left;
	background-color: white;
}

#log{
	display: block;
}
#log h2,
h2 {
color: #4663d9
}

#claveexpirada{
	display: none;
}

.nclave{
	text-align: right;
	margin: 9px;
	
}

#mensajeclaveexpirada{
	display: none;
}



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