/* Hoja de estilo para la pagina web de SEADM */
/* Referencia general: http://www.w3schools.com/css/default.asp */
/* por ACR */

/* Reglas generales para el cuerpo de la pagina */ 

   body {
      font: x-small/1.5em Georgia,Serif;
      font-size:small;
      background:#FFF;
      margin:0;
      padding:0;
      color:#000;
      } 

/* Pestanyas de navegacion */
/* Informacion en http://platea.pntic.mec.es/jmas/manual/html/slidingdoors.html */

    #tab_index {
      float:left;
      width:100%;
      background:rgb(128,128,128) url("bg.gif") repeat-x bottom;
      font-size:93%;
      line-height:normal;
      }
    #tab_index ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #tab_index li {
      float:left;
      background:url("left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    #tab_index a {
      float:left;
      display:block;
      background:url("right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      color:#333;
      font-weight:bold;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #tab_index a {float:none;}
    /* End IE5-Mac hack */
    #tab_index a:hover {
      color:#333;
      text-decoration:underline;    
      }
    #tab_index #current {
      background-image:url("left_on.gif");
      border-width:0;
      }
    #tab_index #current a {
      background-image:url("right_on.gif");
      color:#333;
      padding-bottom:5px;
      text-decoration:none; 
      }
    #tab_index #logo {
      background:rgb(0,64,128);
      }

/* Seccion del texto */
/* Ideas de presentacion de http://www.tel.uva.es */
   
     #text {
       clear:both;
       padding-top:2%;
       padding-right:5%;
       padding-left:5%;
       text-align:justify;
     }
     #text td{
       font:x-small/1.5em Georgia,Serif;
       font-size:small;
     }
     #text h1{
       font-family:verdana;
       font-size:large;
       font-weight:bold;
       color:white;
       text-align: center;
       background-color:rgb(0,64,128);
       padding-top:10px;
       padding-bottom:10px;
       margin-top:30px;
       margin-bottom:20px;
       width:50%;
       position:relative;
       left:25%
     }
     #text h2{
       font-size: medium;
       color: rgb(0,64,128);
       display:block;
       border-bottom: 2px solid rgb(0,64,128);
       margin-top: 40px;
       margin-bottom: 20px;
     }

/* Pie de pagina */

     #bottom_page {
       padding-right:3%;
       padding-left:3%;
       padding-bottom:10px;
       font-size:x-small;
       line-height:60%;
     }
