div
{
  position: relative;
  z-index: 200;
}

body
{
  width: 100%;
  font-family: Verdana;
  font-size: 11px;
}

#cuerpo
{
  width: 100%;
  overflow: auto;
  text-align: center;
  height: 100%;
  margin: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ddddff');
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ddddff));
  background: -moz-linear-gradient(top, #ffffff, #ddddff);
  background-attachment:fixed;
}

#supercontenedor
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#contenedor
{
  width: 800px;
  height: 500px;
  margin: 0 auto 0 auto;
  background: fff;
  z-index: 1000 !important
}

#marco_izquierdo
{
  width: 200px;
  position: relative;
  float: left;
  left: 50px;
  top: 212px;
  height: 248px;
  overflow-x: hidden;
  overflow-y: auto;
}

  #marco_izquierdo_contenido
  {
    display: block;
    width: 198px;
    height: 246px;
  }

#marco_derecho
{
  width: 490px;
  position: relative;
  top: 30px;
  text-align: justify;
  float: right;
  right: 55px;
  line-height: 14px;
}

#menu
{
   margin: 0px;
   padding-left: 10px;
}

#menu td
{
  padding-left: 3px;
  padding-right: 3px;
  line-height: 15px;
  text-align: center;
}

.elemento
{
  text-decoration: none;
  font-weight: normal;
  font-size: 9px;
}

.elemento_sobre
{
  text-decoration: underline;
  cursor: pointer;
  font-size: 9px;
}

.elemento_activo
{
  text-decoration: none;
  font-weight: bold;
  font-size: 9px;
}

  #presentacion
  {
     width: 70px;
  }
  
  #producto
  {
     width: 43px;
  }
  
  #localizacion
  {
    width: 65px;
  }
  
   #contacto
   {
    width: 42px;
  }
  
  #galeria
  {
    width: 40px;
  }
  
  #registro_sanitario
  {
    width: 100px;
  }

#contenido
{ width: 490px;
  height: 375px;
}

#fondo
{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

#contenedor_producto
{
  margin-top: 5px;
  width: 100%;
}

#d_menu
{
  text-align: center;
  width: 100%;
  height: 30px;
}

  #d_menu ul
  {
    list-style-type: none;
    padding: 0px;
    margin: 0 auto 0 auto;
    width: 250px;
  }

    #d_menu li
    {
      position: relative;
      float: left;
    }

      #d_menu a
      {
        text-decoration: none;
        color: #555;
      }

.producto
{
  float: left;
  width: 200px;
}

.producto li
{
  list-style: square;
  list-style-type: square !important;
  float: left;
  clear: both;
  padding: 0px;
  margin: 0px;
  height: 20px !important;
  line-height: 20px;
  width:  200px;
}

.ml20
{
  margin-left: 20px;
}

#logo
{
  width: 310px;
  height: 290px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.link_privacidad {
  position: absolute;
  bottom: 0.5em;
  right: 4em;
  color: white;
  cursor: pointer;
}

.link_privacidad:hover {
  text-decoration: underline;
}

.politica_de_privacidad {
  padding-right: 2em;
  text-align: justify;
  overflow-y: auto;
  height: 100%;
}

.politica_de_privacidad h4 {
  font-weight: normal;
  font-size: 1.2em;
}

.politica_de_privacidad dl {
  display: inline-block;
}

.politica_de_privacidad dt {
  float: left;
  width: 17em;
  text-align: right;
  clear: left;
}

.politica_de_privacidad dt:after {
  content: ":";
  margin-right: 0.5em;
}

.politica_de_privacidad dd {
  float: left;
  margin: 0 0 1em 0;
  width: 20em;
  text-align: left;
}

.politica_de_privacidad table {
  border-collapse: collapse;
  margin: 0.5em;
}

.politica_de_privacidad table th {
  padding: 0 1em;
}

.politica_de_privacidad table td {
  border: 1px solid #555;
  padding: 0.5em 1em;
  text-align: left;
}

.politica_de_privacidad ul.seguridad {
  list-style: lower-alpha;
}
