/************ HOME *******************************/
#body_home{
  margin:0;
  padding:0;
}

#table_contenido{
  width:100%;
  height:100%;
  border:0;
  font: 1px Verdana;
}

  #td_centro{
    height:530px;
  }

  #contenido_flash {
    width: 100%;
    height: 530px;
    margin:0 auto;
    text-align:center;
  } 


/************ fin HOME *******************************/


/********** PROMOCIONES ************************/
#body_promociones{
  margin:0;
  padding:0;
  background:#fff;
}

#promocion{
  width:550px;
  height:300px;
  position:absolute;
  top:0px;
  left:0px;
}

#foto{
  position:absolute;
  top:30px;
  left:15px;
  padding:1px;
  border: 1px solid #757575;
}

  #foto img{
  border:0;
  }

#numeros_fotos{
  font:9px Verdana;  
  position:absolute;
  top:250px;
  left:15px;
  width:260px;
  height:20px;
  padding-top:5px;
}

    #numeros_fotos a, #numeros_fotos a:visited{
      color: #757575;
      padding: 1px 4px;
      border: solid 1px #757575;
      background: #fff;
      text-decoration: none;
    }

    #numeros_fotos a:hover {
      color: #fff;
      background: #0063DC;
      border-color: #001C8D;
      text-decoration: none;
    }
    
    #numeros_fotos a:active {
      color: #fff;
      background: #001C8D;
      border-color: #001C8D;
      text-decoration: none;
    }
    
#logo{
  width:88px;
  height:66px;
  position:absolute;
  top:10px;
  right:10px;
  background: url(logo.jpg) no-repeat right top;
}

#texto{
  width:235px;
  height:152px;
  overflow:auto;
  position:absolute;
  top:90px;
  right:10px;
}

  #texto h1{
    font: 11px Verdana;
    font-weight:bold;
    margin:10px 0 5px 0;
    color:#626262;
  }
  
  #texto p{
    font: 11px Verdana;
    margin:0;
    color:#626262;
  }
  
  #texto #separador{
    margin:10px 0;
    border-top:1px dotted #626262;
  }
    
#pie{
  background:#CCC;
  width:100%;
  height:25px;
  position:absolute;
  bottom:0;
  font: 10px Verdana;
  color:#000;
}

  #pie #izq p{
    margin:7px 0 0 15px;
    position:absolute;
    left:0;

  }
  
  #pie #der p{
    margin:7px 15px 0 0;
    position:absolute;
    right:0;
  }
    
/********** fin PROMOCIONES ************************/
