/* ----------------------------------------------------------------------------
Estilos para popups
Author:   Ruairi Mc Comb (ruairi.mccomb@madrid.cepsa.es)
Version:  6 Mayo 2005
---------------------------------------------------------------------------- */

html { 
  position: relative; 
  height: 100%; 
}

body {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  background: url(../images/popup-cabecera-peque.gif) no-repeat left top;
}

#contenedor {
  position: relative;
  height: auto;
  min-height : 100%;
}

* html #contenedor {
  height: 100%;
}

#pie {
  background: #ccc url(../images/popup-pie-bg.gif) repeat-y left bottom;
  width: 100%;
  position: relative;
  height: 20px;
  margin-top: -10px;
}

* html #pie {
  margin-top: -12px;
}

#contenido {
  padding: 30px 10px 30px 10px;
  float: left;
}


