         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/fondo4.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: 536px;
		         left: 0px; } 
 
               .siguiente a{                       top: 415px;                       left: 505px;                       }  

                 .anterior a{                       top: 338px;                       left: 509px;                       }

             
#pizarra { display: block;                width: 380px;                height: 480px;                position: absolute;                top: 20px;                left: 20px;
	 }               


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

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

img {border: none;}


#descripcion { display: block;                width: 380px;                height: 20px;                position: absolute;                top: 50px;                left: 420px;
	 } 

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

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