* {
  margin: 0px;
  padding: 0px;
}

HTML {
  width: 100%;
  height: 100%;
  font-size: 71%;
}

BODY {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background-position: top center;
}

IMG {
  border: none;
}

UL {
  list-style: none;
}

DIV#holder {
  width: 100%;
  height: 100%;  
}

DIV#holder_content {
  width: 838px;
  margin-left: auto;
  margin-right: auto;
}

DIV#idiomas {
  background: #000;
  height: 14px;
  width: 100%;
  text-align: right;
  color: #FFF;
}

DIV#link_idiomas {
  float: right;
  padding-right: 7px;
}

DIV#idiomas A {
  color: #FFF;
  text-decoration: none;
  font-size: 0.9em;
  font-family: Terminal, arial;
}

DIV#col_izq {
  float: left;
  margin-top: 27px;
  width: 370px;
}

DIV#col_der {
  float: right;
  margin-top: 20px;
  width: 452px;
}

DIV#col_der IMG {
  float: right;
}

DIV#col_der DIV#banner_abcn, DIV#col_der DIV#banner_abilbo, DIV#col_der DIV#banner_psw {
  width: 400px; 
  float: right;
  margin-bottom: 3px;
}

DIV#col_der DIV H3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #666;
  background: white;
  display: inline;
  padding-right: 9px;
  padding-left: 3px;
}

DIV#col_der UL {
  float: left;
}

DIV#col_der UL LI {
  margin-bottom: 4px;
}

DIV#col_der UL LI.ultim {
  margin-bottom: 0px;
}

DIV#info_abcn, DIV#info_abilbo, DIV#info_psw {
  height: 73px;
  width: 218px;
  float: left;
  display: none;
}

DIV#info_abcn[id], DIV#info_abilbo[id], DIV#info_psw[id] {
  background: url(../img/fondo_blanco_trans.png);
}



H2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3.2em;
  display: inline;
}

P {
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  display: inline;
  line-height: 18px;
}