/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/

/******************/
/* BASIC ELEMENTS */
/******************/

html {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;	
}
	
body { 
	font-family: serif;
	line-height: 1.5;
	/*color: #555753;*/
	color: #000000;
/*	background: #fff url(images/design/bottom_right_image.png) no-repeat bottom right; /* imagen en la esquina inferior derecha */
	/* background-attachment: fixed; /* para fijar la imagen de fondo */
	margin: 0; 
	padding: 0;	
	height: 100%; /* altura total de la ventana del navegador. */
	min-height: 100%;
	width: 100%;
}
	
/* Para forzar el footer siempre al final de la página. */	
#TodoMenosFooter {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
#footer, #nofooter {
	clear: both;
	height: 4em;
}
/*------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px;  
	color: #7D775C;
	font-weight: bold;
	margin-top: 25px;
	clear: both;
}

h1 { font-size: 2em; text-align: center; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.3em; }	
h4 { font-size: 1.2em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }
	
p { 
	margin-top: 0; 
	text-align: justify;
}

a {
	color: #000000;
	text-decoration: none;
}	

hr {
	width: 50%;
	color: #555753; 
}

/* Acrónimos */
acronym { 
	border-bottom: none;
	}

/* Imágenes */
img {
	border-width: 0;
	border: 0;
	}

/* Tablas */
table {
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}

/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/

/*********/
/* COVER */
/*********/

#cover {
	background: url(images/design/fondo.jpg) repeat;
}

#portada {
	width: 400px;
	height: 550px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -275px;   /* height/2 = 550px / 2 */
	margin-left: -200px;  /* width/2 = 400px / 2 */
	
}

#imagen_portada {
	border-width: 0;
}

#bienvenido {
	text-align: center;
	font-size: x-small; 
}

/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/

/*********/
/* TITLE */
/*********/

#header {
	display: none;
}

#logo {
	display: none;
}

#titulo {
	display: none;
}

/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/

/***********/
/* LEFTBAR */
/***********/

#leftbar {
	display: none;
}

	
/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/

/********/
/* MAIN */
/********/

#main1 {
	margin: 0;
}

#main2 {
	padding: 0;
}

.Importante { 
	font-weight: bold; 
}

.TextoDestacado { color: #CC0000; font-weight: bold; }

.Japanese, .English, .Chinese { font-style: italic; }
.Kanji {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.Subtitulo { font-size: 0.85em; }
.Subtitulo .TituloGrupo { font-size: 1em; }

.Fuente {
	font-size: 0.8em;
}

#marquesina { font-size: x-small; }

.Columna {
	float: left;
	width: 250px;
	margin-right: 25px;
}

.EnlaceSeccion {
	font-size: 1.2em;
	font-weight: bold;
}

.Imagen {
	/*width: 300px;*/
	display: block;
	text-align: center;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.Imagenes {
	text-align: center;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 700px;
}
.ImagenesItem {
	width: 300px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 15px;
}
.ImagenesItemNarrow {
	width: 150px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 15px;
}
.ImagenesKata {
	text-align: center;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 100%;
}
.ImagenesKataItem {
	float: left;
}
.Flecha {
	float: left;
	vertical-align: middle;
	padding-top: 100px;
}
.PieImagen {
	font-size: 0.9em;
	/*font-weight: bold;*/	
	display: block;
	text-align: center;	
	color: #555753;
	max-width: 425px;
	margin: auto;
}

.clear { clear: both; }

.Cita, .CitaLarga {
	color: #555753;
	background: url(images/design/quote.png) no-repeat;
	margin: auto;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 40px 10px 40px;
}
.Cita {
	width: 400px;
	text-align: center;
}
.CitaLarga {
	width: 500px;
	text-align: justify;	
}	
.PieCita {
	text-align: right;
	font-size: 0.8em;
	font-style: normal;
}

.Autor {
	font-weight: bold;
	text-align: right;
}

.TituloGrupo {
	color: #7D775C;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.LecturasRecomendadas {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.LecturasRecomendadas ul {
	margin: 0 0 0 25px;
	padding: 0;

}

.Nota {
	font-size: 0.8em;
}

.Break {
	clear: both;
	margin-bottom: 25px;
}
.BigBreak {
	clear: both;
	margin-bottom: 50px;
}
.HugeBreak {
	clear: both;
	margin-bottom: 100px;
}

/* Sección Noticias */
.Noticia {
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
	border-width: 2px;
	border-style: solid;
}
.NoticiaFecha {
	margin-right: 20px;
}
.NoticiaTitulo, .NoticiaLeerMas {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	text-align: left;
	background: url(images/design/fondo.jpg) repeat-x;
}

.NoticiaContenido {
	margin: 10px 15px 25px 10px; 
}
.NoticiaImagen {
	float: left;
	margin-right: 15px;
}
.NoticiaLeerMas {
	clear: both;
}
/* Sección Historia*/
.FilaCronologia {
	text-align: center;
	margin: auto;
	width: 80%;
	margin-bottom: 15px;
}
.CronologiaFecha {
	text-align: left;
	font-style: italic;
	font-weight: bold;
}
.CronologiaSuceso {
	text-align: justify;
}
.CronologiaFuentes {
	text-align: left;
}

/* Sección Maestros */
.Maestros {
	text-align: center;
	margin: auto;
/*	width: 100%; */
}
.Maestro {
	float: left;
	width: 150px;
	margin: 0 10px 25px 10px;
}
.MaestroNombre, .MaestroFechas {
	margin: 0;
	padding: 0;
	text-align: center;	
}
.MaestroFechas {
	text-decoration: none;
} 

/* Sección Lecturas */
.Lectura {
	margin-left: 60px;
	margin-bottom: 20px;
}
.LecturaTitulo {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.LecturaSubTitulo {
	margin: 0;
	padding: 0;
}
.LecturaAutor, .LecturaFuente,
.LecturaTraduccion, .LecturaComentarios, 
.LecturaCaracteristicas {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

/* Sección Imágenes */ 
.GaleriaEnlace {
	margin-left: 60px;
	margin-bottom: 20px;	
	clear: both;
}
.GaleriaEnlaceImagen {
	float: left;
	margin-right: 20px;	
}
.GaleriaEnlaceTitulo {
	font-weight: bold;
}

.DiagramasKata {
	text-align: center;
	margin: auto;
	/* width: 100%; */
}
.DiagramaKata {
	float: left;
	width: 100px; 
	margin-bottom: 20px;
}

/* Sección Vídeos*/
.VideoEnlaceSeccion {
	margin-left: 60px;
}
.VideoEnlaceSeccion .EnlaceSeccion {
	margin-left: 20px;
}

/* Sección Descargas */
.Wallpapers {
	text-align: center;
	margin: auto;
	width: 100%;
}
.Wallpaper {
	float: left;
	width: 200px;
	margin-bottom: 25px;
}
.WallpaperResolucion {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Sección Miscelánea */
.Miscelanea {
	text-align: center;
	margin: auto;
/*	width: 100%; */
}
.MiscelaneaItem {
	float: left;
	width: 150px;
	margin: 0 10px 25px 10px;
}

/* Sección Grados */
#TablaCinturones {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 100px;
}
.Cinturon {
	text-align: justify;
}
.CinturonTexto {
	padding-bottom: 10px;
	padding-right: 20px;
}

/* Sección Vocabulario */
#VocabularioIndiceLetras {
	text-align: center;
	margin: auto;
}
.VocabularioFila {
	clear: both;
	margin-bottom: 25px;
}
.VocabularioFila .Termino { 
	float: left;
	width: 100px; 
	margin-right: 20px;
	font-weight: bold; 
	font-style: italic;
}
.VocabularioFila .Definicion { 
	float: left;
	width: 400px; 
	margin-right: 30px;
	text-align: justify;
}
.VocabularioFila .TraduccionLiteral { 
	float: left;
}

/* Sección Estilos */
.Estilo {
	width: 600px;
	margin: auto;
}
.EstiloEmblema, .EstiloKanji {
	float: right;
	clear: both;
	text-align: center;
}

/* Sección Bibliografía */
.Libros {
	width: 500px;
	margin: auto;
	text-align: center;
}
.Libro {
	text-align: justify;
	margin-bottom: 25px;
	clear: both;
}
.LibroImagen {
	float: right;
	margin-left: 15px;
}
.LibroTitulo {
	font-size: 1.1em;
	font-weight: bold;
}
.LibroTituloOriginal {
	font-style: italic;
}
.LibroCodigo {
	font-weight: bold;
}

/* Sección Links */
.Links {
	text-align: center;
	margin: auto;
	width: 600px; 	
}	
.Link {
	text-align: left;
	margin-bottom: 10px;
/*	width: 100%; 
	display: block; */
	clear: both;
}
.LinkImage {
	float: left;
	margin-right: 15px;
}
.Link a { font-weight: bold; }

/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/

/***********/
/* RIGHTBAR */
/***********/

#rightbar {
	display: none;
}

#Animacion {
	display: none;
}

#rightbar_kanji {
	display: none;
}
	
#bottom-right-image {
	display: none;
}
		
/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/

/**********/
/* FOOTER */
/**********/
/*
#footer {	
	position: relative; 
	height: 50px;
	clear: both;	
	width: 100%; 
	bottom: 0;
	display: block;		
}
*/
#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
}

#footer_name a {
	color: #555753;
	text-decoration: none;
}

#footer_katakana_name {
	color: #555753;
}

#footer_links a {
	color: #988F5E;
}

/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/
