body {font-family: Georgia, Times, "Lucida Sans";
      font-size: 12px;
      background-color: #1b1b16; /* antracita */
      color: #535544;   /*texto gris oscuro */
      text-align: center;
      padding: 0px;
    }	      


#contenedor { position: relative;
	      width: 800px;
              padding: 0px;
              height: 600px;
	      background: #fff url("images/fondoshorinryu.jpg") top right no-repeat; 
              margin: 0px auto;  
              text-align: justify;
	      }	


#logotipo {   margin: 0px auto;
	      width: 267px; 
              height: 100px;
              background: url("images/logotipo.jpg") top left no-repeat;
              padding: 0px;
              position: absolute;
              top: 0px;
	      left: 0px;
          }

#logotipo a {       width: 267px;       /*ajustar ancho y alto de la zona de clic*/
       height: 100px;       display: block ;        /*hacer del enlace un elemento bloque*/       padding: 0px;       margin: 0px;       text-decoration: none ;	}

#logotipo span { visibility: hidden; }



#encabezado { margin: 0px auto;
	      width: 533px; 
              height: 100px;
              color: #535544;
              padding: 0px;
	      position: absolute;
	      top: 0px;
              right: 0px;
	     }



#encabezado h1 {
                font-size: 2.5em;
                margin: 0px auto;     /* los h vienen con margen por defecto */
                line-height: 1em;
		font-family: "American Typewriter", "Courier New", "New Century Schoolbook", "Avant Garde";
                color: #be311c;
                position: absolute;
	        bottom: 10px;
                right: 20px;              
		} 


#barrainfo {  font-size: 0.8em;
	      width: 780px;
              padding: 0px 10px;
              height: 15px;
              color: #424433;  
	      position: absolute;
	      top: 100px;
              left: 0px;  

         }




#cajamenu { display: inline;
            margin: 0px 10px 0px 10px; 
            width: auto;
            height: 280px;
            position: absolute;    
	      top: 130px;
              left: 0px; 


           }       

dt {font-family: "American Typewriter", "New Century Schoolbook", "Courier New", "Avant Garde";
    
    font-size: 18px;
    

   }

dd {margin-bottom: 5px;


   }


#cajapubli { display: inline;
            margin: 0px 10px 0px 10px; 
            padding: 3px;
            background-color: #fff;
            border: 2px double #be311c;
	    color: #222;
	    font-family: Trebuchet MS, "Gill Sans", Helvetica;
	    font-style: italic;
            font-size: 0.9em;
	    width: 200px;
            height: auto;
            position: absolute;    
	    top: 410px;
            left: 0px; 
           }   


/*enlaces generales */

a:link {text-decoration: none;
   	    color: #711;
           } 

a:visited {text-decoration: none;
 	   }         


a:hover {color: #be311c;
        }

a:active {text-decoration: none;
           color: #faa;
          }



#cajacontenido a:link {text-decoration: underline;
   	    		color: #711;
         		font-size: 0.9em;  
         		font-style: oblique; 
          	       } 

#cajacontenido a:visited {text-decoration: underline;
           background-color: #ddd;
           font-size: 0.9em;  
           font-style: oblique; 
          }         


#cajacontenido a:hover {text-decoration: underline;
         color: #be311c;
         background-color: #aab;
         font-size: 0.9em;  
         font-style: oblique; 
  	}

#cajacontenido a:active {background-color: #434534;
          color: #fff;
          font-size: 0.9em;  
          font-style: oblique; 
         }






dl a:link {text-decoration: none;
   	   color: #be311c;
   	} 

dl a:visited {text-decoration: none;
              color: #d78367;
              font-size: 18px;
	 }         


dl a:hover {color: #be311c;
           position: relative;
           right: -20px;
   	}

dl a:active {text-decoration: none;
            background-color: #535544;
            color: #fff;
   
           }

#cajacontenido { margin: 0px 0px 0px 0px; 
            padding: 5px 7px;
	    width: 370px;
            height: 450px; 
            font-size: 1em;
            position: absolute;
	    top: 130px;
            left: 230px;
            overflow: auto;
	    background-color: #ded3bf;
                     }    

#cajacontenido p { text-indent: 1em; 
		   margin: 4px;
                   line-height: 1.2em;
		 }


#cajacontenido p a:link {text-decoration: underline;
   	    		color: #535544;   /* gris oscuro */
			font-size: 1em;
		        font-style: normal;
             	        } 

#cajacontenido p a:visited {text-decoration: underline;
           		    background-color: #ddd;
   	    		    color: #535544;
                   	   }         


#cajacontenido p a:hover {text-decoration: underline;
         		  color: #be311c;
                   	 }

#cajacontenido p a:active {background-color: #434534;
          	          color: #fff;
             		  }






img.dcha {float: right;         margin-left: 5px;
         margin-bottom: 3px;      }

img.izda {float: left;          margin-right: 5px;
          margin-bottom: 3px;      }

  hr { color: #be311c;
       margin: 0px;
      clear: both;
  }

h2, h3 { margin: 9px 3px 3px 3px; }

