/* Estilo global */

body {
			/* formato del cuerpo del documento */
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	Background:  #e2e2e2;
	scrollbar-face-color: #ff3300;	/* barra de desplazamiento */
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #555555;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #14285f;
	scrollbar-darkshadow-color: #555555;

}

/*---------- Estilo de los links----------*/	

a {
	color: #CC3300;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}

#navegacion a {
	font:9px georgia;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:14px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 1px; 
	border-left-width: 1px; 
	}
	
#navegacion a:hover {
	color:#ffffff;
	border: 1pt dotted #ffffff;
	border-right-width: 8px; 
	border-left-width: 0px; 
	}

/*------ Estilo de los textos-------- */

#titulo {						/* título de la página, texto corto */	
	font:32px brush script mt;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.2em;
	}
#titulo_a {						/* título de la página, texto largo */	
	font:31px brush script mt;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.1em;
	}
#titulo2 {
	text-align: center;	    /* en uso: texto del título del documento, segundo renglón o etiqueta de celda*/
	font-style: normal;
	font-weight: bold;
	font-size: 35%;
	font-family: georgia;
	line-height: 24px;
	color: #cc3300;
}
#titulo3 {
	text-align: center;	    /* en uso: texto del título del documento, segundo renglón */
	font-style: normal;
	font-weight: bold;
	font-size: 40%;
	font-family: georgia;
	line-height: 24px;
	color: #cc3300;
}
#titulo3a {						/* título de la página */	
	font:27px brush script mt;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.2em;
}
#etiqueta {                   /* Renglón debajo del título de la página */
	text-align: right;
	font:14px georgia;
	font-weight: bold;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.2em;
}
#autor {                   /* Renglón debajo del título de la poesía */
	text-align: right; 
	font:14px georgia;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.2em;
	}	
.cuerpotexto {			/* Cuerpo del texto sin sangría */
	text-align: justify;
	font:12px arial;
	color:#14285f;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
#poesia {			/* Cuerpo del texto para las poesías */
	text-align: center;
	font:12px arial;
	color:#14285f;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:8px;
}

.capital {
	text-align: justify;  /* en uso: letra capital en negrita y naranja */
	font-style: normal;
	font-size: 220%;
	font-weight: bold;
	line-height: normal;
	color: #cc3300;
}
#nota {
	text-align: justify;	
	font-style: normal;
	letter-spacing:.1em;
	font-size: 9pt;
	font-weight: bold;
}
#cintillo {
	text-align: center;	
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: #cc3300;
	letter-spacing:.1em;
	padding-top: 12px;
	padding-bottom: 12px;
}
#0 {
	text-align: justify;			/* formato para el texto de la aportación */
	text-indent: 0;
	font-style: normal;
	font-weight: bold;
	color: #cc3300;
	font-size: 9pt;
}
#derecha {
	text-align: right;			/* formato para el texto de la aportación lado derecho */
	text-indent: 0;
	font-style: normal;
	font-weight: bold;
	color: #cc3300;
	font-size: 9pt;
}
.padding {
	padding-left: 25px;			/* padding */

}
#cancion {
	text-align: justify;	/* en uso: texto para relación de canciones */
	text-indent: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 9pt;
	line-height: normal;
	color: #cc3300;
}

#1 {
	text-align: justify;	/* formato de párrafo normal */
	line-height:20px;
	letter-spacing:.1em;
	color: #14285f;
}
#1a {
	text-align: justify;	/* formato de párrafo normal indentado */
	text-indent: 0;
	line-height:20px;
	letter-spacing:.1em;
	padding-left: 25px;
	color: #14285f;
}

#2 {
	text-align: justify;  /* Subtítulos */
	text-indent: 0;
	font-style: normal;
	font-weight: bold;
	color: #cc3300;
}
#3 {
	text-align: center; 	/* texto centrado: negritas, cursiva, rojo, 13pt */
	font-style: italic;
	font-weight: bold;
	color: #cc3300;
	
}
.4 {
	color: #cc3300;/* texto resaltado: negritas */
	line-height:20px;
	letter-spacing:.1em;
	font-weight: bold;	
}
.4a {
	font-style: italic;		/* texto resaltado: negritas, cursiva */
	line-height:20px;
	letter-spacing:.1em;
	color: #cc3300;
	font-weight: bold;
}
#9 {
	text-align: center;		/* en uso: texto centrado pie de foto: negritas, azul */
	font-style: normal;
	font-weight: bold;
	color: #0000ff;
	font-size: 11px;
}
#centro {
	text-align: center; 	/* texto centrado */
	line-height:20px;
	letter-spacing:.1em;
	font-style: normal;
	font-weight: bold;
}
strong {
	color: #cc3300;  /* en uso: texto resaltado, negritas */
}
/* Estilo del menu en contenidos */
.titulod {                /* Tema en directorio */
	font:16px verdana;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}
.sidebarHeader {
	font:14px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
/* Estilo en tablas */		
td {
	font:11px arial;
	color: #14285f;
	font-weight:bold;
}
#td_1{
	text-align: justify; 
	font:11px arial;
	color: #CC3300;
	font-weight:bold;
	padding: 5px;

}
#td_2{
	text-align: justify; 
	font:11px arial;
	color: #14285f;
	font-weight:bold;
	padding: 5px;
}
th {						
	font:24px arial;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.1em;
}
th.texto {						
	font:11px arial;
	background-color:#cc3300;
	color: #ffffff;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
}
td .borderelieve {
	border: 6px groove #cccccc;		/* borde groove */
}
td .bordeinset {
	border: 6px inset #cccccc;		/* borde inset */
}
#padding{
	padding: 5px;
}
.indent{
	text-indent: 25px;
}

/* Estilo en lineas */		
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
hr.naranja {
	height:1px; 
	color: #cc3300;
	border: none;
	}	
/*---- Estilo en viñetas---- */
li {
	text-align: justify;
	color:#14285f;
	line-height:20px;
	letter-spacing:.1em;
}
ul {
	list-style-image:    url(../imagenes/gifanimados/bola_chicle.gif);
	color: #000080;
}
td .bordeinset {
	border: 6px inset #cccccc;		/* borde inset */
}

/*GALERIA MAQUETEADA*/
#principal li { 
   display:inline; 
   float:left; 
   width:220px; 
   background-color:#f5f7f9; 
   padding:5px; 
   margin:10px; 
   text-align: center; 
   border-right: #a5a7aa solid 1px; 
   border-bottom: #a5a7aa solid 1px; 
} 
	