.tibia-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tibia-tooltip .tooltip-box {
    display: none;
    position: absolute;
    /* Cambiamos la posición para que salga hacia la derecha */
    top: -10px; 
    left: 105%; 
    
    width: 220px;
    background-color: #111;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #555; /* Un poco más claro para que resalte */
    font-size: 12px;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.9);
    
    /* Esto es clave */
    z-index: 99999;
    pointer-events: none; /* Para que no parpadee si el mouse toca el box */
}

/* Flecha decorativa apuntando al nombre */
.tibia-tooltip .tooltip-box::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}

.tibia-tooltip:hover .tooltip-box {
    display: block;
}


html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/others/homepage012.png) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
}

h2 {
}

h3 {
	margin: 0px;
	font-size: 16px;
	color: #2D2D2D;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 160%;
	text-align: justify;
}

p.byline {
	line-height: normal;
	font-size: 10px;
	color: #A5A5A5;
}

p.byline a {
	color: #A5A5A5;
}

ul.list1 {
	margin: -15px;
	padding: 6px 10px 0px 0px;
	list-style: none;
}

ul.list1 li {
	height: 30px;
	padding: 6px 0px 0px 30px;
	background: url(images/others/homepage14.png) no-repeat center;
}

ul.list1 a {
	text-decoration: none;
	color: #2B4D68;
}

ul.list1 a:hover {
	text-decoration: underline;
}

a {
	color: #0093C8;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #B6B6B6;
}

img.alignleft {
	float: left;
	margin: 3px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 3px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

.container {
	width: 992px;
	margin: 0px auto;
}

/** BACKGROUNDS */

#bg1 {
	background: url(images/others/homepage012.png) repeat-x left top;
}

#bg2 {
	background: url(images/others/bg03.png) no-repeat center top;
	height: 300px;
}


#bg5 {
}

/** HEADER */

#header {
	height: 320px;
}

/** TOPMENU */

#topmenu {
	float: right;
	width: 492px;
	height: 17px;
}

#topmenu ul {
	float: right;
	margin: 0px;
	padding: 95px 10px 0px 0px;
	list-style: none;
}

#topmenu li {
	float: left;
	border-left: 1px solid #658A9C;

}

#topmenu li.first {
	border: none;
}

#topmenu a {
	padding: 0px 12px;
	color: #658A9C;
}

/** MENU - SOLO LETRAS CON ZOOM Y FUEGO */

#menu {
    width: 100%;
    margin-top: -15px;
    display: block; 
}

#menu ul {
    height: auto;
    padding: 15px 0px; 
    background: url(images/others/bg1_01.png) no-repeat left top;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px; 
    padding-left: 20px;
    padding-right: 20px;
}

#menu li {
    display: flex; 
    padding: 0px !important; 
    background: none !important;
    flex: 1; 
    min-width: 0; 
    justify-content: center;
}

#menu a {
    text-decoration: none;
    font-weight: bold;
    color: #ffd27d !important; /* Dorado discreto inicial */
    display: flex; 
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%; 
    padding: 10px 0px; 
    
    /* Quitamos caja: sin bordes ni fondos */
    border: none;
    background: none;
    box-shadow: none;
    
    text-transform: uppercase;
    font-size: 11px;
    text-shadow: 1px 1px 2px #000;
    
    /* Transición suave para el zoom y el color */
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.3s ease, text-shadow 0.3s ease;
    box-sizing: border-box; 
}

/* EFECTO ZOOM Y FUEGO EN LAS LETRAS */
#menu a:hover {
    text-decoration: none;
    color: #ffffff !important;
    
    /* Zoom considerable */
    transform: scale(1.4); 
    
    /* Resplandor de fuego aplicado directamente al texto */
    text-shadow: 0 0 5px #fff, 
                 0 0 10px #ffcc00, 
                 0 0 20px #ff8800, 
                 0 0 30px #ff4400,
                 0 0 40px #ff0000;
}

#menu a font {
    color: inherit !important;
    font-size: inherit !important;
}

#menu li.first {
    background: none;
}

/** BAR */



#bar .container {
	height: 44px;
	background: url(images/others/subpage1_01.jpg) no-repeat left top;
}

.home #bar .container {
	background-image: url(images/others/bg1_02.jpg);
}

.single #bar .container {
	background-image: url(images/others/subpage2_01.jpg);
}

#bar form {
	margin: 0px;
	padding: 0px;
}

#bar fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#bar .input-text {
	width: 132px;
	height: 22px;
	padding: 2px 10px 0px 10px;
	background: url(images/others/homepage03.jpg) no-repeat left top;
}

#bar .input-text input {
	width: 100%;
	background: none;
	border: none;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #B5B3B1;
	outline: none;
}

#bar .input-submit {
	width: 54px;
	padding: 5px 0px 6px 0px;
	background: url(images/others/homepage04.jpg) no-repeat left top;
	border: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/** LOGIN */

#login {
	float: left;
}

#login form {
	width: 580px;
	padding: 0px 0px 0px 12px;
}

#login .input-text, #login .input-submit {
	float: left;
	margin: 9px 0px 0px 9px;
}

#login p {
	float: left;
	margin: 0px;
	padding: 12px 0px 0px 15px;
	line-height: normal;
	font-size: 10px;
	color: #FFF6EB;
}

#login a {
	color: #FFF6EB;
}

/** SEARCH */

#search {
	float: right;
}

#search form {
	width: 230px;
	margin-right: 21px;
	padding-top: 9px;
}

#search .input-text, #search .input-submit {
	float: left;
	margin: 0px 0px 0px 9px;
}

/** PAGE */

#page {
	background: url(images/others/subpage1_02.jpg) repeat-y left top;
}

.home #page {
	background-image: url(images/others/bg1_03.jpg);
}

.single #page {
	background-image: url(images/others/subpage2_02.jpg);
}

/** CONTENT */

#content {
	float: right;
	width: 749px;
	padding-right: 12px;
}

.single #content {
	float: none;
	width: auto;
	padding: 0px 12px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 218px;
	padding-left: 12px;
}

#sidebar2 {
	float: left;
	width: 531px;
}

#sidebar3 {
	float: right;
	width: 218px;
}

/** FOOTER */



#footer p {
	padding: 60px 0px;
	background: url(images/others/subpage1_03.jpg) no-repeat left top;
	text-align: center;
	line-height: normal;
	color: #70899D;
}

.home #footer p {
	background-image: url(images/others/bg1_05.jpg);
}

.single #footer p {
	background-image: url(images/subpage2_03.jpg);
}

#footer .legal {
}

#footer .links {
}

/** BOX STYLES */

.title {
	height: 35px;
	margin: 3px;
	padding: 15px 0px 0px 215px;
	font-size: 18;
	color: #FFFFFF;
	align: center;
}

.box-style1 .title {
	background: url(images/others/homepage13.jpg) no-repeat left top;
}

.box-style2 .title {
	background: url(images/others/homepage12.png) no-repeat left center;
	padding: 30px 40px 0px 0px;
	height: 65px;
	margin: -19px;
}

.box-style3 .title {
	background: url(images/others/homepage16.png) no-repeat center;
	
}

.box-style4 .title {
	padding: 30px 10px 0px 30px;
	background: url(images/others/homepage15.png) no-repeat right center;	
	height: 65px;
	margin: -18px;
}

.box-style5 .title {
	background: url(images/others/subpage2_04.jpg) no-repeat left top;
}

.box-style6 .title {
	background: url(images/others/tablebest.png) no-repeat center;
}

.box-style7 .title {
	background: url(images/others/tablebestkaton.png) no-repeat center;
}
/** BOX1 */

#box1 {
	background: #FFFFFF;
}

#box1 .entry {
	padding: 15px;
}

/** BOX2 */

#box2 {
}

#box2 .entry {
	padding: 17px 17px 0px 17px;
}

#box2 .column1 {
	float: left;
	width: 338px;
}

#box2 .column2 {
	float: right;
	width: 338px;
}

/** BOX3 */

#box3 {
}

#box3 .entry {
	padding: 17px;
}
.main_content {
	padding: 0px 4px 0px 2px;

}

/** BOX4 */

#box4 {
	
}
#box4 .entry {
	padding: 30px;
}
/** BOX5 */

#box5 {
}
#box5 .entry {

}


/** BOX6 */

#box6 {
}

/** BOX7 */

#box7 {
}

/** BOX8 */

#box8 {
}

/** BOX9 */

#box9 {
}

#box9 .entry {
	padding: 17px;
}