
A {
   color: grey;
   text-decoration: none;
   font-size: 12px;
}
   A.hover {

      color: blue;
   }

A.menu_ppal {
   font-family: Arial;
   font-size: 18px;
   font-weight: bold;
   color: grey;
   text-decoration: none;
}

   A.menu_ppal:hover {

      color: blue;
   }

A.menu_secundario {
   font-family: Arial;
   font-size: 14px;
   font-weight: bold;
   color: grey;
   text-decoration: none;
}

   A.menu_secundario:hover {

      color: blue;
   }


A.enlace_lista {
   color: grey;
   text-decoration: none;
}

   A.enlace_lista:hover {

      color: blue;
   }

.contenedor_principal {
   position: absolute;
   top: 70px;
   left: 410px;
   width: 640px;
   height: 400px;
   font-family: Arial;
   font-size: 12px;
   text-align: left;
   margin-right: 10px;
   margin-bottom: 35px;
   overflow: auto;
   padding: 5px;
}

.contenedor_principal_buscar {
   position: absolute;
   top: 70px;
   left: 410px;
   width: 850px;
   height: 600px;
   font-family: Arial;
   font-size: 12px;
   text-align: left;
   margin-right: 10px;
   margin-bottom: 35px;
   overflow: auto;
   padding: 0px;
}

.titulo_seccion {
   position: absolute;
   width: 600px;
   top: 20px;
   left: 410px;
   font-family: Arial;
   font-size: 15px;
   font-weight: bold;
}

.subtitulo_seccion {
   position: relative;
   top: 5px;
   font-family: Arial;
   font-size: 12px;
   font-weight: normal;
}

.linea_listado_par {
   margin-top: 3px;
   padding: 3px;
   background-color: #FBFAF9;
   font-size: 14px;
}

.linea_listado_impar {
   margin-top: 3px;
   padding: 3px;
   background-color: #FFFFFF;
   font-size: 14px;
}
