<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.login {
	font-family: "ArgentumSans", sans-serif;
	font-size: 12px;
	color: #000;
	background-color: rgb(255,255,255);
	background-repeat: repeat-x;
}

body.login #baselogin {
	height: 550px;
	width: 800px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -290px;
	margin-left:-395px;               
	
	background-image: url(img/basecontent.jpg);
	background-repeat: no-repeat;
      background-size: cover;
      -moz-background-size: cover;
      -webkit-background-size: cover;
      -o-background-size: cover;
}

body.login #contenidologin {
	height: 536px;
	width: 786px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
}

body.login #logo {
	height: 40px;
	width: 174px;
	margin-top: 47px;
	margin-left: 54px;
	position: absolute;
}

body.login #avisoCentrado {
	height: 85px;
	width: 450px;
	text-align: center;
	font-family: "ArgentumSans", sans-serif;
	font-size: 11px;
	color: #000000;
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}

body.login #formulario h1{
    text-align: right;
}

body.login #formulario {
	width: 410px;
	margin-top: 70px;
	margin-left: 330px;
	background-repeat: no-repeat;
	font-family: "ArgentumSans", sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	position: absolute;
}

body.login #footerLogin {
	font-family: "ArgentumSans", sans-serif;
	font-size: 11px;
	color: #666666;
	width: 778px;
	margin-top: 20px;
	position: relative;
	float: left;
	text-align: center;
}

li {
	margin-bottom: 7px;
	list-style-position: outside;
	list-style-type: disc;
}

ul {
	display: table-cell;
	float: left;
	margin-top: 5px;
	padding-left: 20px;
	margin-left: 0px;
}

body.login #formulario .buttonLogin {
	width: 60px;
	font-weight: bold;
	height: 20px;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #660066;
	text-decoration: none;
	font-family: "ArgentumSans", sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 5px;
}

h1 {
	display: block;
	width: 320px;
	float: left;
	margin-top: 20px;
	font-family: "ArgentumSans", sans-serif;
	font-size: 24px;
}

#avisoico {
	height: 74px;
	width: 82px;
	float: left;
	margin-bottom: 12px;
}

#content {
	width: 100%;
	float: left;
	font-size: 14px;
}

.nota {
	font-family: "ArgentumSans", sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.src {
  border-style: solid;
  border-color: #5c068c;
  border-width: 1px;
}

.btn {
   background-clip: border-box;
   background-color: rgb(122, 59, 122);
   background-image: url("https://www.ull.es/portal/buscador/wp-content/themes/buscador-ull/assets/svg/search.svg");
   background-origin: padding-box;
   background-repeat: no-repeat;
   background-size: 19px auto;
   border-bottom-color: rgb(122, 122, 122);
   border-bottom-width: 0px;
   border-image-outset: 0;
   border-image-repeat: stretch stretch;
   border-image-slice: 100%;
   border-image-source: none;
   border-image-width: 1;
   border-left-color: rgb(122, 122, 122);
   border-left-style: none;
   border-left-width: 0px;
   border-right-color: rgb(122, 122, 122);
   border-right-style: none;
   border-right-width: 0px;
   border-top-color: rgb(122, 122, 122);
   border-top-style: none;
   border-top-width: 0px;
   box-sizing: border-box;
   margin-left: 5px;
   color: rgb(122, 122, 122);
   font-family: "Encode Sans Compressed", sans-serif;
   height: 20px;
   width: 20px;
   outline-color: rgb(122, 59, 122);
   outline-style: solid;
   outline-width: 0.766667px;
}
</pre></body></html>