<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*ESTILOS BASICOS - ABOY ASOCIADOS*/

html {
  width: 100%;
  background-color: #FFF;
  background-image: url('../images/mainBG.gif');
  background-repeat: repeat-x;
  background-position: top left;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
  background: transparent url('../images/styledHeader.png') no-repeat scroll 50% 42px;
  font: 75% Segoe,"Segoe UI","Trebuchet MS",Verdana,sans-serif;
  line-height:150%;
}

p {
  font-size: 12px;
  color:#363636;
}

p.destacado{
  font-size: 14px;
  font-weight: bold;
  color: #3f3f3f;
}

a {
  text-decoration: none;
  color: #fe5d0f;
}

a:hover {
  text-decoration: underline;
}

#noUpdate
{
  margin: 0 auto;
  font-family:Arial, Helvetica, sans-serif;
  font-size: x-small;
  color: #FFFFFF;
  text-align: center;
}

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