/* Globales a toda la p&aacute;gina */

body    {
/*	scrollbar-base-color:"#000000";
	scrollbar-face-color:"#000000";
	scrollbar-track-color:"#555555";
	scrollbar-highlight-color:"#111111";
	scrollbar-3dlight-color:"#333333";
	scrollbar-shadow-color:"#999900";
	scrollbar-darkshadow-color:"#666600"; 
	scrollbar-arrow-color:"#666600"; */

	background-color: #E6C262;
	background-image: url(../bg_parchment.gif);
	background-repeat: repeat;
}

ul {
	list-style-type: disc;
	margin: 0;
	text-align:justify;
}

ol {
	list-style-type: upper-roman;
	margin: 0;
	text-align:justify;
}
	
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
p {
	margin-left:20px;
	margin-right:20px;
	line-height:20px;
	font-size:16px;
	text-align:justify;
}
table {
	margin-left:20px;
	margin-right:20px;
}
/* Cabeceras y destacados */

.header_1 {
	color: #145DA9;
	font-size: 30pt;
	font-weight: bold;
	text-align:center;
	margin-top: 20px;
	margin-bottom:: 0px;
}
.header_2 {
	color: #444444;
	font-size: 36pt;
	font-style: italic;
	font-weight: bold;
	text-align:center;
	margin-top: 20px;
	margin-bottom:: 0px;
}
.header_3 {
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
}
.header_3_centrado {
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	text-align:center;
}
.header_4 {
	font-size:17px;
	font-weight: bold;
}
.header_5 {
	color: #666666;
	font-size: 12pt;
	font-style: italic;
	text-align:center;
	font-weight: bold;
	margin-top: -13px;
}
.listado {
	font-weight:bold;
}
.destacado {
	font-style:italic;
	font-size:12px;
}
.habilidad_menor {
	font-style:italic;
	color:#3366FF;
}

/* Tablas y men&uacute;s */
#tabla_bordeada td {
	border: black solid 1;	
}
#tabla_bordeada {
	border: black solid 1;
}
.tabla_cabecera {
	border: none;
	text-align:center;
}
.tabla_botonera {
	border: none;
	text-align:center;
	width:700px;
	margin-bottom:10px;
}
.decoracion_tabla {
	width:25px;
	background-image: url(../flor_lys.gif);
	background-repeat:no-repeat;
}
.tabla_una_columna {
	text-align: left;
	vertical-align: middle;
	width:200px;
}
.tabla_dos_columnas {
	width:700px;
	text-align:left;
}
.tabla_ancha {
	text-align: left;
	vertical-align: middle;
	width:500px;
}
.cabecera_tabla {
	font-weight:bold;
}
.columna_npc {
	width:160px;
}
.columna_comando {
	width:160px;
}

/* Botones */

.boton_formulario {
	font-family: Arial, Helvetica, sans-serif
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight:300;
	font-variant: normal;
	text-transform: capitalize;
}
