/**
 * LeasePlan - Carné por Puntos
 * 
 * @copyright 2006 secuoyas.com
 * @author Secuoyas.com (mmr)
 * @version 1.0 
 * 
*/

* { margin:0; padding:0;}
 ul { list-style:none; }
 a img, fieldset { border:0; }
 h1,h2,h3,h4,h5,h6,pre,code { font-size:1em;}
 acronym, abbr { border:0; cursor: help; }
 address {font-style:normal; }
 a {outline: none;color:#f3822a; font-weight:bold;}
 
 body {
  width: 760px;
  margin: 0 auto;
  background-color:#888;
  font:normal 11px tahoma,sans-serif
 }
 
 p {
 margin:10px 0;
 }
 
 ul {
  margin:20px 0 30px 20px;
  width:380px;
 }
 
 li {margin:10px 0;}
 
 p strong em {color:#f3822a;font-style:normal}
 
 div#cabecera img {
  display:block;
 }
 
 div#cuerpo{
  background:#fff;
  padding:10px 34px;
 } 
 
 dt,dd {display:inline}
 dt {font-weight:bold}

 div#interactividad {
  overflow:hidden;
  width:692px;
  margin-top:26px;

  }

 div#interactividad form {
  float:left;
  width:350px;
  padding:20px;
  background:#f9f9f9;
  border:1px solid #eaeaea;
 }
 
 div#interactividad form label {
  display:block;
  font:bold 12px tahoma,sans-serif;
  float:left;
  margin-bottom:10px;
 } 
 
 div#interactividad form label strong {
  float:left;
  width:100px;
  } 
 
 div#interactividad form label input {
 float:left;
 
 }
 
 div#interactividad form button {
  border:0;
  background:none;
 } 
  
 div#interactividad div#ayuda {
  float:left;
  width:232px;
  margin-left:36px  
 } 
 
 div#interactividad div#ayuda ul {
  margin:0;
  width:auto;
 }
 
 
 div#interactividad div#ayuda ul li{
  margin:4px 0;
 } 
 
 
 ul#pie {
  background:#f1f1f1;
  margin:0; 
  width:700px;
  height:30px;
  padding-left:60px;
 }
 
  ul#pie li {
   display:inline;
   line-height:30px;   
  }
  
  ul#pie li a {
   color:#000;
   margin-right:20px;
   font-weight:normal;
  }  
  
  dl {display:none;}
  
  dt {color:#f3822a;font-size:14px;}
  
  dd {font-weight:bold;}
  
  dl {background:#fafafa;border:1px solid #eaeaea;padding:20px;margin:26px 0;}
  
  h2 {
   background:url(infor.gif);
   height:33px;
   width:230px;
  }
    
  
  
  .puntos6 {
  display:block;
  background:url(puntos6.gif);
  height:30px;
  width:230px;}

  .puntos4 {
  display:block;
  background:url(puntos4.gif);
  height:28px;
  width:230px;}

  .puntos3 {
  display:block;
  background:url(puntos3.gif);
  height:28px;
  width:230px;}
  
  .puntos2 {
  display:block;
  background:url(puntos2.gif);
  height:28px;
  width:230px;}

  .puntosCuantos {
  display:block;
  background:url(puntosCuantos.gif);
  height:42px;
  width:230px;}  

  .puntosConductor {
  display:block;
  background:url(puntosConductor.gif);
  height:41px;
  width:230px;} 

  .puntosRecuperar {
  display:block;
  background:url(puntosRecuperar.gif);
  height:43px;
  width:230px;}  
  
  h2 span,
  .puntos6 span,
  .puntos4 span,
  .puntos3 span,  
  .puntos2 span,
  .puntosCuantos span,
  .puntosConductor span,
  .puntosRecuperar span {
    display:none;
   }  
  
  p#aviso {
    text-align:justify;
    font-size:9px;
    color:#333
  }
  
  