html { 
       padding: 0;
       margin:0
       }

body { 
       padding: 0;
       margin: 0;
       border: 0;
       color: #000;
       background-color: #fff;
       font-family: Tahoma, Verdana;
       text-align: center;
       }

#container { 
             text-align: left;
             margin: 0 auto 0 auto;
             background: url('../imgs/fondo_construccion_web.gif') no-repeat top center;
             height: 600px;
             width: 800px;
             position: static;
             }


#titulo_pagina { 
                 text-align: right;
                 }

#titulo_pagina h1 { 
                    margin: 0;
                    padding: 0;
                    font-weight: bold;
                    font-size: 11px;
                    padding: 10px 20px 0 0;
                    }

#titulares { 
             background: url('../imgs/logotipo_construccion_web.gif') no-repeat top center;
             position: relative;
             top: 200px;
             left: 120px;
             width: 300px;
             font-size: 14px;
             text-align: center;
             }

#titulares h1 { 
                padding: 60px 0 0 0;
                margin: 0;
                }

#titulares h2 { 
                padding: 2px;
                margin: 0;
                font-weight: normal;
                }

#direccion { 
             position: relative;
             top: 230px;
             left: 50px;
             font-weight: bold;
             }

#direccion .aclaracion { 
                         font-weight: normal;
                         }

#web { 
       background: url('../imgs/barra_construccion_web.gif') no-repeat bottom center;
       position: relative;
       top: 280px;
       left: 30px;
       padding-bottom: 20px;
       text-align: center;
       width: 300px;
       font-weight: bold;
       }

#disclaimer { 
              width: 800px;
              position: absolute;
              top: 580px;
              font-weight: bold;
              font-size: 11px;
              text-align: center;
              }

a { 
    color: #980E0E;
    text-decoration: none;
    }

.separador { 
             background: url('../imgs/cuadrado_construccion_web.gif') no-repeat top center;
             position: relative;
             top: 8px;
             padding: 0 3px 0 3px;
             }