/* CSS Document */

#fondo {
    width: 600px;
    height: auto;
    border:3px solid;
    border-color:#000066;
    background-image: url(images_css/fondo.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    _position:relative;
    _z-index:-2;

    }
#arriba1
    {
    width: 483px;
    height: 60px;
    float: right;
    background-image: url(images_css/arriba1.gif);
    background-repeat: no-repeat;

    }
#arriba2
    {
    width: 340px;
    height: auto;
    border: 0px solid;
    float: left;
    z-index:8;
    }
#logo
    {
    width: 108px;
    height: 108px;
    border: thin none #FF0000;
    float:left;
    background-image: url(images_css/logo.gif);
    z-index:10;

    }
    
#foto
    {
    width: 130px;
    _width: 115px;
    height: 100px;
    float:right;
   }
#medio
    {
    _margin-top:-50px;
    width: 460px;
    height: auto;
    background-image: url(images_css/centro.gif);
    background-repeat: repeat-y;
    background-position: left bottom;
    padding-left:110px;
    _padding-top:50px;
    _z-index:-1;
    _position:relative;

    }
#abajo
    {
    width: 600px;
    height: 30px;
    border: thin none #0000FF;
    padding-top:0px;
    background-color: #ffff99;
    background-image:url('images_css/fondo_bajo.gif');
    background-repeat: no-repeat;
    background-position: bottom right;
    }
p.titulo {
    font-family:arial;
    font-size:16px;
    color:#003c7b;
    text-decoration:underline;
    font-weight:bold;
    }
p.subtitulo {
    font-family:arial;
    font-size:12px;
    color:#003c7b;
    font-weight:bold;
    }
ul {
   list-style-type: square;
    }
li {font-family:arial;
    font-size:12px;
    color:#003c7b;
    }
   
p.foot {
    font-family:arial;
    font-size:10px;
    color:#003c7b;
    padding-top: 10px;
    text-align:center;
    }
a {
      text-decoration:none;
      color:#000066;
    }
a:hover {
      text-decoration:underline;
      }

