
body{
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%; 
  max-height: 100%; 
}
#cabecera{
  top: 0; 
  left: 120px;
  height: 150px;
  text-align: center;
}

#contenedor_principal{
  position: absolute;
  top: 150px;
  left: 130px; 
  right: 130px;
}
#lista_izquierda, #lista_derecha{
  position: absolute; /*fixed; con fixed solo se ve una columna */
  top: 60px; /* */
  width: 50%;
}
#lista_izquierda{
/* left: 140px; */
}
#lista_derecha{
  left: 50%;
}
#resumen{
  font-size: 83%; /*small;*/
}

/* p.abajo, p.arriba{
  font-family: Arial,Times,Courier;
  border-style: double;
  border-left: 0;
  border-right: 0;
  left: 135px; 
  right: 130px;
  width: 100%; 

} */
p.arriba{
  top: 0;
  text-align: center;
  font-size: medium; /* small; */
  font-family: Arial,Times,Courier;/* no influye en el fondo*/
  border-style: double;
  border-left: 0;
  border-right: 0;
  left: 135px; 
  right: 130px;
  width: 100%; 
}

/* p.abajo{ ESTA NO LA UTILIZO
  position:  absolute;
  top: 690px; 
  width: 30%; 
  font-size: large;
  font-weight: 900;
} */

#esquina_izquierda, #esquina_derecha{
  position:  absolute; 
  font-family: Arial,Times,Courier;
  top: 25px;
  font-size: large;
  font-weight: 900;
}
#esquina_izquierda{
  left: 15px;
  width: 125px; 
}

/* 
#esquina_derecha{ ESTA NO LA UTILIZO
  right: 15px;
  width: 115px;
}
*/

* html body{ /*IE6 hack*/
  padding: 0 125px 0 125px; /*Set value to (0 WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}

* html #contenedor_principal{ /*IE6 hack*/
  height: 90%; 
  width: 100%; 
}

.margenes_y_fondo{
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  background-color: rgb(0, 235, 255);
  background-image:url('../../imagenes/tira_degradado_24bit.png'); 
  background-repeat: repeat-x;
  background-attachment: fixed;
}
