         body { font-size: 0.7em;
                font-family: "  Stone Sans", Helvetica, sans-serif;
                background-color: #000;
		               }


      #imagen {margin:0 auto;
               width: 800px;               height: 600px;               position: relative; /*Muy Importante*/               background:url(images/fondo3.jpg) no-repeat;                }            a {display: block;               color:#000;               text-decoration:none;               position: absolute; /*Muy Importante*/               width: 64px; /*Tamaño de todos los cuadrados*/               height: 64px;                } 
       a:hover { cursor: hand;                }/*al pasar el ratón*/

       .efectohover{                display: block;                width: 64px;                height: 64px;                position: absolute;                top: 0px;                left: 0px;                }

/* Posicion del enlace */                 .casa a { top: 0px; left:0px; } 



               .siguiente a{                       top: 425px;                       left: 100px;                       }  

                 .anterior a{                       top: 432px;                       left: 165px;                       }             
#pizarra { display: block;                width: 315px;                height: 309px;                position: absolute;                top: 110px;                left: 427px;
	 }               


          .animacion {                       position: absolute;                      left: -10000px;                      align:center;                      width: 64px;                      top: 0px;                      }

         a:hover .animacion{                       
                       left: 0px;                      } 

img {border: none;}


#descripcion { display: block;                width: 315px;                height: 20px;                position: absolute;                top: 450px;                left: 427px;
	 } 

 #descripcion p { color: #fff;
		  font-size: 1em;
		  text-align: center;
                }

#descripcion em { color: #fff;
		  font-size: 0.9em; font-style: normal;
	          font-variant: small-caps;
		  text-align: center;
                }
		   
