﻿
h1,h2,h3,p  { padding: 0px; margin: 0px;
              color: rgb(0,26,90);
              font-style: normal;
              font-variant: normal;
              font-weight: 100;
              font-family: verdana; }

h1    { position: absolute;
        left: 50px; top: 50px;
        font-size: 24px;
        line-height: 24px;
        }

h2     { position: absolute;
        left: 50px; top: 80px;
        width: 600px;
        font-size: 15px;
        line-height: 20px;
        }

h3     { position: absolute;
        left: 50px; top: 150px;
        padding: 0px; margin: 0px;
        font-size: 18px;
        line-height: 24px;
        }

p.phrase01     { position: absolute;
                 left: 50px; top: 130px;
                 font-size: 13px;
                 line-height: 14px; }

p              { position: absolute;
                 left: 50px; top: 150px;
                 font-size: 16px;
                 line-height: 24px;
                }

p.tels01       { position: absolute;
                 left: 50px; top: 650px;
                 font-size: 14px;
                 line-height: 16px;
                }      



div.all_page           { position: absolute;
                         left: 0px; top: 0px;
                         width: 800px; height: 800px;
                         padding: 0px; margin: 0px;
                         background-color: rgb(240,240,255); }

p.titleEmp           { position: absolute;   
                       left: 250px; top: 170px;
                       font-size: 12px;  }  
       
ul.empresas     {  position: absolute;
                   left: 250px; top: 200px;
                   width: 300px;
                   padding: 0px; margin: 0px;
                   list-style-position: inside;
                   list-style-type: none;
                   font-weight: 100;
                   font-family: tahoma;
                   color: rgb(100,100,120);
                   text-align: left;
                   z-index: 1; }

p.titleInd         { position: absolute;
                     left: 250px; top: 390px;
                     font-size: 12px; }

ul.individual        { position: absolute;
                       left: 250px; top: 420px;
                       width: 300px;
                       padding: 0px; margin: 0px;
                       list-style-position: inside;
                       list-style-type: none;
                       font-weight: 100;
                       color: rgb(100,100,120);
                       text-align: left;
                       z-index: 1; }             

li      { font-style: normal;
          font-variant: small-caps;
          font-weight: 100;
          font-size: 11px;
          line-height: 16px;
          font-family: tahoma;
          color: rgb(100,100,120);
          text-align: left;
          z-index: 1; }

a:link      { color: rgb(100,100,100); text-decoration: none; }
a:visited   { color: rgb(100,100,100); text-decoration: none; }
a:hover     { color: rgb(100,100,255); text-decoration: none; }


               

