 body {
    padding: 20px 0px 0px 0px;
    margin: 0px;
    font-family: Arial, Helvetica;
    font-size: 13px;

   /* background: #CCC;*/
  }
  a:link, a:active, a:visited {
    text-decoration: none;
    color: #184878;
    font-weight: bold;
  }
  a:hover {
    text-decoration: underline;
  }
  img {
    border: 0px;
  }
  #bg-right {
    background: url(page-r-bg.png) repeat-x top;
  }
  #bg-left {
    background: url(page-l-bg.png) no-repeat left top;
  }
  #right-side {
    background: url(page-r.png) no-repeat right top;
  }
  #left-side {
    background: url(page-l.png) no-repeat left top;
  }
  #wrapper {
    text-align: center;
  }
  #centered {
    background: url(page-c-bg.png) no-repeat top center;
    margin:0 auto 0 auto;
    width:900px;
    height: 500px;
  }
  #menu {
    padding-top: 35px;
    text-align: left;
    color: #FFF;
    display: block;
    float: left;
    margin-left: 390px;
  }
 
.lavaLamp {
    position: relative;
    height: 29px; width: 421px;
    padding: 0px 15px; margin: 0px;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted lavaLamp-item. */
        .lavaLamp li.back {
            background: url("lava.png") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("lava.png") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each lavaLamp-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 14px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 7px;
        }
        .lavaLamp li a:visited, .lavaLamp li a:active {
          color: #fff;
          text-decoration: none;
        }
  #featured {
    width: 800px;
    text-align: center;
    display: block;
    float: left;
    margin-top: 28px;
  }
  #content {
    
  }
  #left {
    float: left;
    width: 650px;
    background: url(separador_m.png) no-repeat right top;
    /*min-height: 570px; ********/
    padding-top: 70px;
    text-align: left;
  }
  #right {
    float: left;
    width: 100px;
   /* background: #000;*/
    padding: 40px 0px 0px 30px;
  }
  #first {
    margin-top: 20px;
    background: url(telefono.png) right top no-repeat;
    padding: 10px 220px 0px 0px;
    width: 315px;
    height: 115px;
    display:block;
  }
  #separador_h {
    background: url(separador_h.png) center no-repeat;
    height: 80px;
    display: block;
  }
  #l-left div {
    background: url(precio_hogar.png) right bottom no-repeat;
    height: 230px;
  }
  #l-left {
    float: left;
    width: 250px;
    background: url(separador_v.png) right top no-repeat;
    margin-right: 33px;
    padding-right: 30px;
  }
  #l-right {
    float: left;
    width: 250px;
    background: url(precio_empresa.png) right bottom no-repeat;
    height: 230px;
  }
  ul.plan {
    margin: 20px 0px 0px 20px;
    padding: 0px;
  }
  ul.plan li {
    margin-bottom: 5px;
  }
  #bottom {
    clear: both;
    display:inline-block;
    color: #CCC;
    font-size: 11px;
    background: url(page-b-bg.png) repeat-x bottom;
    text-align: center;
    width: 100%;
  }
  #b-wrapper {
    margin: 0 auto 0 auto;
    width: 953px; /**/
  }
  #b-left {
    text-align: left;
    padding: 65px 0px 0px 0px;
    float: left;
    width: 200px;
  }
  #b-right {
    text-align: right;
    padding: 75px 0px 5px 0px;
    float: right;
    width: 400px;
  }
  #b-right a:link, #b-right a:visited {
    color: #999;
  }

  .small {
    font-size: 10px;
  }

  .fin_plan {
    margin-bottom: 10px;
  }

  .boton_inv {
    height: 100px;
    display: block;
  }

/**FORMULARIO*****************************/

  #f-contact {
    padding: 20px 20px 40px 20px;
    background: #EEE;
  }

  #f-left {
    float:left;
    width: 187px;
  }

  #f-right {
    float:left;
    width: 187px;
  }

  textarea {
    margin:0px;
  }

  #mensaje {
    border:solid 1px #ffdb14;
    background:#fffeb7 url(16-circle-red-check.png) 4px 4px no-repeat;
    padding: 4px 4px 4px 25px;
    font-size: 12px;
    text-align: left;
    width: 90%;
    margin-top:17px;
  }

  #no-mensaje {
    border:solid 1px #ff1717;
    background:#ff9f9f url(16-circle-red-delete.png) 4px 4px no-repeat;
    padding: 4px 4px 4px 25px;
    font-size: 12px;
    text-align: left;
    width: 90%;
    margin-top:17px;
  }

/**SOME PAGES*****************************/

  #centered2 {
    background: url(page-c-bg2.png) no-repeat top left;
    margin:0 auto 0 auto;
    width:953px; /**/
    padding-left: 47px;
    height: 500px;
  }
  #left2 {
    float: left;
    width: 650px;
    background: url(separador_m.png) no-repeat right top;
    padding-top: 10px;
    text-align: left;
  }
  #right2 {
    float: left;
    width: 100px;
    padding: 10px 0px 0px 30px;
  }
  #texto {
    margin-top: 20px;
    width: 600px;
    text-align: justify;
  }
  .tabla {
    width: 100%
  }
  .tabla td {
    background-color: #EEE;
    padding: 3px;
    font-size: 13px;
  }
  .tabla th {
    background-color: #000;
    font-weight: bold;
    padding: 3px;
    color: #FFF;
  }
  
.img1 { background: #FFF; float: right; padding: 1px; margin: 0 8px 5px 20px; color: #333; border: 1px solid #e0e0e0; }
