@charset "utf-8";
/* CSS Document */

.textodorado {
	color: #d8c38a;
	text-align: justify;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0,0,0,0.7);
}

.titulo-iwd {
	display: inline-block;
	font-size: 36px;
	color: #eadfbd;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-shadow:
		0 0 1px #fff,
		0 0 16px rgba(180,220,255,0.10),
		0 2px 10px rgba(0,0,0,0.8);
}

/* =========================
   TEMA ICEWIND DALE
   ========================= */

:root {
	--iwd-bg: #08111a;
	--iwd-bg-2: #0d1a27;
	--iwd-panel: rgba(9, 18, 28, 0.88);
	--iwd-panel-2: rgba(14, 27, 40, 0.78);
	--iwd-gold: #bda06a;
	--iwd-gold-soft: #7a643d;
	--iwd-ice: #9ecfe3;
	--iwd-ice-soft: #d9f4ff;
	--iwd-text: #d9d6cf;
	--iwd-text-soft: #b6b2a8;
	--iwd-shadow: rgba(0,0,0,0.65);
}

html {
	min-height: 100%;
}

body {
	color: var(--iwd-text);
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.6;
	text-shadow: 0 1px 1px rgba(0,0,0,0.35);
}



a {
	color: var(--iwd-ice);
	text-decoration: none;
	transition: all 0.2s ease;
}

a:hover {
	color: var(--iwd-ice-soft);
	text-shadow: 0 0 10px rgba(158,207,227,0.45);
}

.linkazul {
	color: var(--iwd-ice);
	text-decoration: none;
	font-weight: bold;
}

body, td, th {
	color: var(--iwd-text);
	font-family: Georgia, "Times New Roman", serif;
}

/* =========================
   BLOQUES
   ========================= */

.window {
	background:
		linear-gradient(180deg, rgba(18,31,44,0.92) 0%, rgba(8,14,22,0.92) 100%);
	border: 1px solid rgba(122,100,61,0.85);
	box-shadow:
		0 10px 30px rgba(0,0,0,0.45),
		inset 0 0 0 1px rgba(189,160,106,0.12),
		inset 0 0 30px rgba(120,170,210,0.05);
	border-radius: 10px;
}

/* =========================
   HEADER
   ========================= */

#header {
	width: 100%;
	z-index: 1001;
}

#header .window {
	background:
		linear-gradient(180deg, rgba(18,31,44,0.96) 0%, rgba(7,14,22,0.96) 100%);
	border: 1px solid rgba(122,100,61,0.95);
	border-radius: 0;
	box-shadow:
		0 12px 32px rgba(0,0,0,0.55),
		inset 0 -1px 0 rgba(255,255,255,0.04),
		inset 0 0 30px rgba(120,170,210,0.08);
  	background-position:
    	bottom;		
}

#header img {
	filter: drop-shadow(0 4px 10px rgba(0,0,0,0.45));
}

/* Título del sitio */
#header font[color="#FFFFFF"] strong {
	color: #eadfbd;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow:
		0 0 1px #fff,
		0 0 16px rgba(180,220,255,0.10),
		0 2px 10px rgba(0,0,0,0.8);
}

/* Línea decorativa bajo menú/cabecera */
td[background="imagenes/borde.jpg"] {
	height: 12px !important;
	background:
		linear-gradient(90deg,
			rgba(90,72,43,0.20) 0%,
			rgba(189,160,106,0.80) 50%,
			rgba(90,72,43,0.20) 100%) !important;
	box-shadow:
		0 1px 0 rgba(255,255,255,0.03),
		0 2px 10px rgba(0,0,0,0.35);
}

/* =========================
   ENLACES BLANCOS / TEXTO HEADER
   ========================= */

.linkblanco18,
.linkblanco18 a,
a.linkblanco18 {
	font-size: 17px;
	color: #ece3c8;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", serif;
}

.linkblanco18:hover,
.linkblanco18 a:hover,
a.linkblanco18:hover {
	color: #ffffff;
	text-shadow: 0 0 10px rgba(158,207,227,0.35);
}

/* =========================
   MENÚ
   ========================= */

#cssmenu {
	margin-top: 6px;
	margin-bottom: 6px;
}

#cssmenu ul {
	background:
		linear-gradient(180deg, rgba(49,40,26,0.92), rgba(22,18,12,0.92)) !important;
	border: 1px solid rgba(122,100,61,0.92);
	box-shadow:
		0 8px 22px rgba(0,0,0,0.35),
		inset 0 0 0 1px rgba(189,160,106,0.10);
}

#cssmenu ul li a {
	color: #eadfbd !important;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-family: Georgia, "Times New Roman", serif;
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
}

#cssmenu ul li a:hover,
#cssmenu ul li:hover > a {
	color: #ffffff !important;
	background:
		linear-gradient(180deg, rgba(92,77,49,0.95), rgba(48,38,23,0.95)) !important;
	box-shadow: inset 0 0 12px rgba(255,255,255,0.03);
}

#cssmenu ul ul {
	background:
		linear-gradient(180deg, rgba(12,23,34,0.98), rgba(7,14,22,0.98)) !important;
	border: 1px solid rgba(122,100,61,0.95);
}

/* =========================
   BOTONES
   ========================= */

input[type=submit],
input[type=button],
a.fbutton {
	border: 1px solid var(--iwd-gold-soft);
	border-radius: 6px;
	background:
		linear-gradient(180deg, #6b5835 0%, #3e301b 100%);
	color: #f4ead1;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.06),
		0 3px 10px rgba(0,0,0,0.35);
}

input[type=submit]:hover,
input[type=button]:hover,
a.fbutton:hover {
	border-color: var(--iwd-gold);
	filter: brightness(1.08);
}

/* =========================
   TEXTOS AUXILIARES
   ========================= */

.bordebottom {
	text-decoration: none;
	color: #c8d3db;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", serif;
	border-bottom: 1px solid rgba(158,207,227,0.45);
}
.borderight {
	text-decoration: none;
	color: #6b593a;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", serif;
	border-right-width: 1px;
	border-right-style: solid;
}

.bordebottomb {
	text-decoration: none;
	color: #f1ead9;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", serif;
	border-bottom: 1px solid rgba(189,160,106,0.75);
}

.listatamletra {
	font-size: 10px;
	color: var(--iwd-text-soft);
}

.bordegris {
	border: 1px solid rgba(189,160,106,0.32);
}

.textogris21,
.textogris30,
.textogris18,
.textogris18-2,
.linkgris13,
.textonegro24,
.textonegro36 {
	color: var(--iwd-text);
	font-family: Georgia, "Times New Roman", serif;
}

.textogris21 { font-size: 21px; }
.textogris30 { font-size: 30px; }
.textogris18 { font-size: 13px; }
.textogris18-2 { font-size: 18px; }

.textogrisdesc {
	font-size: 18px;
	color: #8b8f93;
	text-decoration: line-through;
}

.textoblanco12 {
	font-size: 12px;
	color: #f5f1e8;
}

.textoblanco24 {
	font-size: 24px;
	color: #f5f1e8;
}

/* =========================
   FORMULARIOS
   ========================= */

input[type=text],
input[type=password],
input[type=email],
textarea,
select {
	background: rgba(4,10,16,0.88);
	border: 1px solid rgba(122,100,61,0.85);
	color: #e7e2d7;
	padding: 10px 12px;
	border-radius: 6px;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.35);
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus,
select:focus {
	outline: none;
	border-color: var(--iwd-ice);
	box-shadow:
		0 0 0 2px rgba(158,207,227,0.08),
		inset 0 0 12px rgba(0,0,0,0.5);
}

/* =========================
   TABLAS GENERALES
   ========================= */

table {
	color: var(--iwd-text);
}

td[bgcolor="#242424"] {
	background:
		linear-gradient(180deg, rgba(52,43,28,0.94), rgba(28,22,15,0.94)) !important;
	color: #eadfbd !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* =========================
   FOOTER
   ========================= */

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 12px;
	color: #f1ede4;
	border-top: 1px solid rgba(189,160,106,0.75);
	margin: 0;
	padding: 10px 0;
	background:
		linear-gradient(180deg, rgba(10,18,27,0.94), rgba(5,10,16,0.96));
	width: 100%;
	text-align: center;
	box-shadow:
		0 -4px 18px rgba(0,0,0,0.45),
		inset 0 1px 0 rgba(255,255,255,0.03);
	border-right: 0;
	border-left: 0;
}

#footer a {
	color: var(--iwd-ice-soft);
}

/* =========================
   ESPACIADO PARA QUE EL FOOTER NO TAPE
   ========================= */

body {
	padding-bottom: 70px;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 900px) {
	#header font[color="#FFFFFF"] strong {
		font-size: 28px !important;
	}

	.linkblanco18,
	.linkblanco18 a,
	a.linkblanco18 {
		font-size: 15px;
	}
}

@media (max-width: 640px) {
	body {
		background-size: cover !important;
	}

	#header img {
		max-width: 100%;
		height: auto;
	}
}

/* =========================
   RESET PARA SUMMERNOTE
   ========================= */

.note-editor,
.note-editor *,
.note-modal,
.note-modal *,
.note-popover,
.note-popover * {
  color: #212529 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  text-shadow: none !important;
}

.note-modal-content,
.note-modal-header,
.note-modal-body,
.note-modal-footer,
.note-popover {
  background: #ffffff !important;
  color: #212529 !important;
}

.note-modal input,
.note-modal textarea,
.note-modal select,
.note-editor input,
.note-editor textarea,
.note-editor select {
  background: #ffffff !important;
  color: #212529 !important;
  border: 1px solid #ced4da !important;
  box-shadow: none !important;
}

.note-modal .btn,
.note-editor .btn,
.note-popover .btn {
  color: #212529 !important;
  background: #f8f9fa !important;
  border-color: #ced4da !important;
  text-shadow: none !important;
}

.note-modal .btn-primary {
  color: #ffffff !important;
  background: #0d6efd !important;
  border-color: #0d6efd !important;
}