/* Hoja de estilo para la web de En Garde */
/* coding: utf-8 */

BODY {
	font-family: helvetica,helv,sans-serif,arial;
	text-align: justify;
	color: #000000;
	margin-left: 0px;
	margin-top: 10px;
	background-color: #FFFFFF;
	background-image: url(/decor/background.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}


/* Titulos principales */
H1 {
	text-align: center;
	font-size: 40px;
	font-family: serif,times;
}


/* Sub-titulos */
H2 {
	text-align: center;
	font-size: 22px;
}


/* Sub-sub-titulos */
H3 {
	font-size: 16px;
	line-height: 1.0em;
}


/* Parrafos */
P {
	font-size: 14px;
	text-align: justify;
	text-indent: 1em;
	margin-bottom: -0.5em;
}


/* Texto citado */

cite {
	font-style: italic;
	font-size: 14px;
	text-align: right;
	margin: 12px;
}


/* Listas y tablas */
li, td {
	font-size: 14px;
}


/* Teminos de diccionario */
dt {
	font-weight: bold;
}


/* Titulos de tabla */
caption {
	font-size: 16px;
	font-weight: bold;
}


/* Enlaces */
A:link { color: #800517;
	background: transparent;
	text-decoration: none;
}
A:visited { color: #cc6600;
	background: transparent;
	text-decoration: none;
}
A:active { color: #ff00ff;
	background: transparent;
	text-decoration: none;
}
A:hover { color: red;
	background: transparent;
	text-decoration: none;
}


/****************** Clases especificas *************************/
/* Para avisos importantes: en rojo, letra grande, etc */
.avisazo {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: red;
}

/* Para la cita mensual en la cronica, incluyendo al "citador" */
.cita {
	text-align: right;
	font-size: 17px;
	font-style: italic;
}
.citador {
	text-align: right;
	font-size: 13px;
	font-style: italic;
}


/* Para la ficha del personaje que se muestra en el area privada */
.ficha {
	background-image: url(/decor/paper.jpg);
	background-attachment: scroll;
	border-style: none;
	font-family: Courier, monospace;
	font-size: 10px;
	letter-spacing: 2px;
	margin: 20px;
	padding: 8px;
	white-space: pre;
	text-indent: 0;
}

/* Una ligera variante para la ficha, cuando aparece como pop-up desde el formulario del turno */
.fichapopup {
	border-style: none;
	font-family: Courier, monospace;
	font-size: 10px;
	letter-spacing: 2px;
	margin: 20px;
	padding: 8px;
	white-space: pre;
	text-indent: 0;
}

.menu {
	text-align: center;
	background-color: #eeeddd;
	border-width: thick;
	border-bottom-color: #cccbbb;
	border-right-color: #cccbbb;
	border-top-color: #fffeee;
	border-left-color: #fffeee;
}

.menuheader {
	text-align: center;
	background-color:#eeeddd;
}	

.notalpie {
	font-size: 12px;
	font-style: italic;
	text-indent: 0;
}

/* Para la cronica: cartas, notas, papeles... */
.papel {
	background-image: url(/decor/paper.jpg);
	background-attachment: scroll;
	border-style: none;
	font-family: Times, serif;
	font-size: 12px;
	letter-spacing: 2px;
	margin: 35px;
	padding: 16px;
	text-indent: 0;
/*	white-space: pre; */
}
/* Texto grande para la pagina principal */
.presentacion {
	font-size: 20px;
	font-weight: bold;
}

/* Para la cronica: secciones principales (militar, sociedad, cargos...) */
.seccion {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
}

/* Para la cronica: semanas de 1 a 4, lugares del frente, etc... */
.subseccion {
	font-size: 16px;
	font-style: italic;
	text-decoration: underline;
	text-indent: 0;
}

/******************************************************************/
/***************************** ESPECIALES *************************/
/******************************************************************/

/* Para el webring, hasta que me decida a poner algo mas discreto */
.webring {
	background-color: #ffffff;
	font-size: 10px;
/*	text-align: center;*/
}
/* Para la cronica de la calotada de 2006 */
.infierno {
	background-color: black;
	border-style: none;
	font-family: helvetica,helv,arial,sans-serif;
	font-size: 10px;
	font-style: italic;
	letter-spacing: 2px;
	margin: 20px;
	padding: 8px;
	color: red;
	text-align: justify;
}
/* FIN DE LA HOJA DE ESTILO */
