body {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
}

.cita {
  color: #000000;
  font-family: Arial;
  font-size: 10pt;
}

.autorcita {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
}

 #DIV_NAV {
   position: fixed;
   top: 15px;
   left: 15px;
   margin: 0px;
   padding: 0px;
   z-index: 1;
 }
 
 #UL_NAV  {
   list-style:none;
   margin: 0px;
   padding: 0px;
 }

 #UL_NAV  li a {
   display:block;
   width: 100px;
   padding: 5px 0 5px 10px;
   margin-top: 5px;
   font-family: Arial;
   font-size: 10pt;
   color:#000000;
   background-color:#D0D0D0;
   border-left: 7px solid #666666;
   text-decoration: none;
   border-radius: 5px 5px 5px 12px;
   -moz-border-radius: 5px 5px 5px 12px;
 }

 #UL_NAV  li a:hover {
   color: #3366CC;
   border-left-color: #3366CC;
 }

 #DIV_LOGO {
   display: block;
   position: absolute;
   width: 612px;
   height: 480px;
   top: 50%;
   left: 50%;
   margin-top: -240px;
   margin-left: -306px;
 }

 #UL_LOGO {
   margin:0;
   padding:0;
   list-style:none;
 }

 #UL_LOGO li {
   float: left;
   display: block;
 }

 #TL {
   width: 204;
   height: 159;
   background-image: url('../images/gurrupito01.jpg');
 }

 #TC {
   width: 203;
   height: 159;
   background-image: url('../images/gurrupito02.jpg');
 }

 #TR {
   width: 205;
   height: 159;
   background-image: url('../images/gurrupito03.jpg');
 }

 #ML {
   width: 204;
   height: 161;
   background-image: url('../images/gurrupito04.jpg');
 }

 #MC {
   width: 203;
   height: 161;
   background-image: url('../images/gurrupito05.jpg');
 }

 #MR {
   width: 205;
   height: 161;
   background-image: url('../images/gurrupito06.jpg');
 }

 #BL {
   width: 204;
   height: 160;
   background-image: url('../images/gurrupito07.jpg');
 }

 #BC {
   width: 203;
   height: 160;
   background-image: url('../images/gurrupito08.jpg');
 }

 #BR {
   width: 205;
   height: 160;
   background-image: url('../images/gurrupito09.jpg');
 }

#DIV_QUITOMETRO {
   position: fixed;
   right: 15px;
   bottom: 15px;
   margin: 0px;
   padding: 0px;
   z-index: 2;
 }

#DIV_CITA {
   position: absolute;
   width: 500px;
   left: 50%;
   top: 50%;
   margin-top: 250px;
   margin-left: -250px;
 }
