/* Set the width for this theme. Use either px or %.
---------------------------------------------------- */
.wrapper { 
	margin: 0 auto;
	width: 78%;
	min-width: 960px;
}

/* Normal, standard links.
-------------------------- */
a:link,
a:visited {
	color: #2B2018; /*DaLoE*/
	text-decoration: none;
}
a:hover {
	/*color: #6e2c1d; DaLoE*/
	text-decoration: underline; /*DaLoE*/
	cursor: pointer;
}

/* Tables should show empty cells.
---------------------------------- */
table {
	empty-cells: show;
}

/* Set a fontsize that will look the same in all browsers.
---------------------------------------------------------- */
body {
	background: #f5f9fc;
	/*font: 13px/22px "Open Sans", "Arial", "Helvetica", sans-serif;*/
	font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
	margin: 0 auto;
	padding: 0;
}
.sp-body {
	color: #000;
}
.bbc_table tbody tr{
	color: #000;
}
.navPages{
	color: #fff7d6 !important;
}

/* Help popups require a different styling of the body element.
--------------------------------------------------------------- */
body#help_popup {
	padding: 1em;
}

/* Use dark grey for the text, leaving #000 for headers etc.
------------------------------------------------------------ */
td,
th,
tr,
body {
	color: #fff; /*DaLoE*/
}

/* Lets give all forms zero padding/margins.
-------------------------------------------- */
form {
	padding: 0;
	margin: 0;
}
input,
button,
select,
textarea {
	font: 95%/115% verdana, Helvetica, sans-serif;
	color: #444;
	background: white;
	border: 1px solid #6A6A6A;
	padding: 4px;
	font-size: 12px;
}
select {
	padding: 3px;
}
select option {
}
textarea {
	/*font: 100%/130% 'Open Sans', sans-serif;*/
	font: 100%/130% verdana, Helvetica, sans-serif;
}
.button_submit,
.button_reset {
	background: #2b2018;
	color: #FFF;
	cursor: pointer;
	font-weight: 600;
	border: none;
	padding: 3px 8px;
	text-transform: uppercase;
	font-size: 14px;
}
input:hover,
textarea:hover,
button:hover,
select:hover {
}
.button_submit:hover,
.button_reset:hover {
	color: #c2ba90;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
	border: 1px solid #2e0e02;
}
input.input_check,
input.input_radio {
	border: none;
	background: none;
}
h3.catbg input.input_check {
	margin: 9px 7px 0 7px;
}
input[disabled].input_text {
	background-color: #eee;
}

/* Standard horizontal rule. ([hr], etc.)
----------------------------------------- */
hr,
.hrcolor {
	height: 1px;
	border: 0;
	color: #D5D7DD;
	background-color: #D5D7DD;
}
div.hidden-md.hidden-lg.hidden-xl hr, hr.clear {
	color: #c2ba90;
	background-color: #c2ba90;
}

/* By default set the color on these tags as #000.
-------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
.keyinfo h5 {
	padding-top: 10px;
}

/* Fieldsets are used to group elements.
---------------------------------------- */
fieldset {
	border: 1px solid #c4c4c4;
	padding: 1em;
	margin: 0 0 0.5em 0;
}
fieldset legend {
	font-weight: bold;
	color: #444;
}

/* No image should have a border when linked.
--------------------------------------------- */
a img {
	border: 0;
}

/* Define strong as bold, and em as italics.
-------------------------------------------- */
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}

/* Common classes to easy styling.
---------------------------------- */
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.flow_auto {
	overflow: auto;
}
.flow_hidden {
	overflow: hidden;
}
.flow_hidden .windowbg,
.flow_hidden .windowbg2 {
	margin-top: 2px;
}
.clear {
	clear: both;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}

/* Default font sizes.
---------------------- */
.smalltext,
tr.smalltext th {
	font-size: 0.85em;
	font-family: verdana, sans-serif;

}
.middletext {
	font-size: 0.9em;
	font-family: verdana, sans-serif;

}
.normaltext {
	font-size: 1em;
	line-height: 1.2em;
}
.largetext {
	font-size: 1.4em;
}
.centertext {
	margin: 0 auto;
	text-align: center;
}
.righttext {
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}
.lefttext {
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}
.double_height {
	line-height: 2em;
}

/* Some common padding styles.
------------------------------ */
.padding {
	padding: 10px;
}
.main_section,
.lower_padding {
	padding-bottom: 0.5em;
}

/* A quick reset list class.
---------------------------- */
ul.reset,
ul.reset li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Styling A Quote block.
------------------------- */
blockquote.bbc_standard_quote, 
blockquote.bbc_alternate_quote {
	background: #d9cebf;
    border: 1px solid #6e6558;
	padding: 15px;
	margin: 8px 0 0.3em 0;
	overflow: auto;
	color: #5B5B5B;
}
blockquote.bbc_alternate_quote {
	background-color: #FFF;
}

/* A Code block - maybe PHP ;).
------------------------------- */
code.bbc_code {
	display: block;
	background: #FBFBFB;
	border: 1px solid #E0E0E0;
	padding: 15px;
	margin-top: 5px;
	overflow: auto;
	white-space: nowrap;
	/* Show a scrollbar after about 24 lines. */
	max-height: 24em;
	font-size: 12px;
	color: #5B5B5B;
}

/* The "Quote:" and "Code:" header parts.
----------------------------------------- */
.codeheader,
.quoteheader {
	color: #666;
	font-weight: bold;
	font-size: 11px;
	padding: 0 0.3em;
}

/* For links to change the code stuff.
-------------------------------------- */
.codeoperation {
	font-weight: normal;
}

/* Styling for BBC tags.
------------------------ */
.bbc_size {
	line-height: 1.4em;
}
.bbc_color a {
	color: inherit;
}
.bbc_img {
	border: 0;
}
.bbc_table {
	font: inherit;
	color: inherit;
}
.bbc_table td {
	font: inherit;
	color: inherit;
	vertical-align: top;
}
.bbc_u {
	text-decoration: underline;
}
.bbc_list {
	text-align: left;
}
.bbc_tt {
	font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
}

/* Generally, those [?] icons. This makes your cursor a help icon.
------------------------------------------------------------------ */
.help {
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.)
---------------------------------------------------------- */
.meaction {
	color: red;
}

/* Highlighted text - such as search results.
--------------------------------------------- */
.highlight {
	font-weight: bold;
	color: #ff7200 !important;
	font-size: 1.1em;
}

/* A more discreet highlight color, for selected membergroups etc.
------------------------------------------------------------------ */
.highlight2 {
	background-color: #F6F6F6;
}

/* Generic, mostly color-related, classes.
------------------------------------------ */
.titlebg,
.titlebg2,
tr.titlebg th,
tr.titlebg td,
tr.titlebg2 td {
	color: #2b2018;
	font-size: 15px;
	font-weight: normal;
	background: #987163;
	text-transform: uppercase;
	font-weight: 600;
}
.catbg,
.catbg2,
tr.catbg td,
tr.catbg2 td,
tr.catbg th,
tr.catbg2 th {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	background: #2b2018; /*DaLoE*/
	background: url(../images/barracat.png);
	text-transform: uppercase;
	font-weight: 600;
}
tr.titlebg th,
tr.titlebg2 th,
td.titlebg,
td.titlebg2,
tr.catbg th,
tr.catbg2 th,
td.catbg,
td.catbg2 {
	padding: 0 8px;
}
tr.titlebg th a:link,
tr.titlebg th a:visited,
tr.titlebg2 td a:link,
tr.titlebg2 td a:visited {
	color: white;
}
tr.catbg th a:link,
tr.catbg th a:visited,
tr.catbg2 td a:link,
tr.catbg2 td a:visited {
	color: white;
}

/* Alternating backgrounds for posts, and several other sections of the forum.
------------------------------------------------------------------------------ */
.windowbg,
#preview_body {
	background-color: #b8ac81; /*DaLoE*/
}
.windowbg2 {
	background-color: #b8ac81; /*DaLoE*/
}
.windowbg3 {
	background-color: #b8ac81; /*DaLoE*/
}

/* Colors for background of posts requiring approval.
----------------------------------------------------- */
.approvebg
{
}
.approvebg2
{
}

/* Color for background of *topics* requiring approval.
------------------------------------------------------- */
.approvetbg
{
}
.approvetbg2
{
}

/* Sticky topics get a different background.
-------------------------------------------- */
.stickybg {
	background-color: #987163 !important; /*DaLoE*/

}
.stickybg2 {
	background-color: #987163 !important; /*DaLoE*/

}

/* Locked posts get a different shade, too!
------------------------------------------- */
.lockedbg {
	background-color: #928869 !important; /*DaLoE*/
	/*font-style: italic;*/
}
.lockedbg2 {
	background-color: #928869 !important; /*DaLoE*/
	/*font-style: italic;*/
}

/* Posts and personal messages displayed throughout the forum.
-------------------------------------------------------------- */
.post,
.personalmessage {
	overflow: auto;
	padding: 0.1em 0;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;).
------------------------------------------------------------------------------------------------------------------------------ */
.signature,
.attachments {
	width: 98%;
	overflow: auto;
	clear: right;
	padding: 1em 0 3px 0;
	border-top: 1px solid #aaa;
	line-height: 1.4em;
	font-size: 0.85em;
}
.custom_fields_above_signature {
	width: 98%;
	clear: right;
	padding: 1em 0 3px 0;
	border-top: 1px solid #aaa;
	line-height: 1.4em;
	font-size: 0.85em;
}

/* Sometimes there will be an error when you post.
-------------------------------------------------- */
.error {
	color: red;
}

/* Messages that somehow need to attract the attention.
------------------------------------------------------- */
.alert {
	color: red;
}

/* Calendar colors for birthdays, events and holidays.
------------------------------------------------------ */
.birthday {
	color: #920ac4;
}
.event {
	color: #078907;
}
.holiday {
	color: #4296CE;
}

/* Colors for warnings.
----------------------- */
.warn_mute {
	color: red;
}
.warn_moderate {
	color: #ffa500;
}
.warn_watch,
.success {
	color: green;
}
a.moderation_link,
a.moderation_link:visited {
	color: red;
	font-weight: bold;
}
.openid_login {
	background: white url(../images/openid.gif) no-repeat;
	padding-left: 18px;
}

/* A descriptive style.
------------------------ */
.description,
.description_board,
.plainbox {
	padding: 10px 15px !important;
	font-size: 13px;
	background: #b8ac81;
	margin: 4px 0 10px;
	border: 1px solid #CCC;
	color: #555;
}
.description_board {
	margin: 10px 0 0;
}

/* An informative style.
------------------------- */
.information {
	padding: 15px;
	font-size: 13px;
	background: #2b2018; /*DaLoE*/
	border: 1px solid #c2ba90;
	margin: 4px 0 10px !important;
	color: #FFF;
}
.information p {
	padding: 10px 0 0;
	margin: 0;
}
.information a {
	color: #c2ba90;
}
.information > div {
	background: none;
	padding: 0 !important;
}
.information .error {
	color: #FFF752;
}
p.para2 {
	padding: 1em 0 3.5em 0;
	margin: 0;
}

/* AJAX notification bar.
------------------------- */
#ajax_in_progress {
	background: url(../images/theme/loadingbar.png) repeat-x;
	color: #f96f00;
	text-align: center;
	font-size: 16pt;
	padding: 8px;
	width: 100%;
	height: 66px;
	line-height: 25px;
	position: fixed;
	top: 0;
	left: 0;
}
#ajax_in_progress a {
	color: orange;
	text-decoration: underline;
	font-size: smaller;
	float: right;
	margin-right: 20px;
}

/* Lists with settings use these a lot.
--------------------------------------- */
dl.settings {
	clear: right;
	overflow: auto;
	margin: 0 0 10px 0;
	padding: 0;
}
dl.settings dt {
	width: 40%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
}
dl.settings dt.settings_title {
	width: 100%;
	float: none;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	font-weight: bold;
	clear: both;
}
dl.settings dt.windowbg {
	width: 98%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0 0 5px 0;
	clear: both;
}
dl.settings dd {
	width: 56%;
	float: right;
	overflow: auto;
	margin: 0 0 3px 0;
	padding: 0;
}
dl.settings img {
	margin: 0 10px 0 0;
}
dl.settings dt a img {
	position: relative;
	top: 2px;
}

/* Styles for headers.
---------------------- */
h3.catbg,
h3.catbg2,
h3.titlebg,
h4.titlebg,
h4.catbg {
	overflow: hidden;
	height: 46px;
	line-height: 46px;
}
h3.catbg a:link,
h3.catbg a:visited,
h4.catbg a:link,
h4.catbg a:visited,
h3.catbg,
.table_list tbody.header td,
.table_list tbody.header td a {
	color: white;
}
h3.catbg2,
h3.catbg2 a {
	color: #FFF;
}
h3.catbg a:hover,
h4.catbg a:hover,
.table_list tbody.header td a:hover {
	color: #efe1c5;  /*DaLoE*/
	text-decoration: none;
}
h3.catbg2 a:hover {
	color: #c2ba90;
	text-decoration: none;
}
h3.titlebg,
h3.titlebg a,
h4.titlebg,
h4.titlebg a {
	color: #2b2018;
}
h3.titlebg a:hover,
h4.titlebg a:hover {
	color: #c2ba90;
	text-decoration: none;
}
h3.catbg img.icon,
h4.titlebg img.icon {
	vertical-align: middle;
	margin: -2px 5px 0 0;
}
h4.catbg a.toggle img {
	vertical-align: middle;
	margin: -2px 5px 0 5px;
}
h4.titlebg img.icon {
	float: left;
	margin: 12px 8px 0 0;
}

/* Bars need a different background here.
----------------------------------------- */
.roundframe .cat_bar > .catbg {
	background: #2b2018; /*DaLoE*/
	margin-bottom: 0;
	color: white; /*DaLoE*/
}
.title_barIC > .titlebg {
	background: #987163; /*DaLoE*/
	padding: 0 10px;
	overflow: hidden;
	color: #2b2018; /*DaLoE*/
}
#upshrinkHeaderIC p.pminfo {
	margin: 0;
	padding: 0.5em;
}
img#upshrink_ic,
img#newsupshrink {
	float: right;
	margin: 15px 5px 0 0;
}

/* The half-round header bars for some tables. */
.table_grid .catbg, .table_grid .titlebg {
	font-size: 12px;
	height: 46px;
}
.table_grid th.last_th input {
	margin: 0 2px;
}
.table_grid th.lefttext
{
	padding: 0 8px;
}

/* A general table class.
------------------------- */
.table_grid {
	border-spacing: 0;
}
table.table_grid td {
	padding: 8px;
	border-top: 1px solid #231915;
	border-bottom: 1px solid #231915;
}

/* GenericList */
.additional_row
{
	padding: 0.5em 0 0.5em 0;
}
table.table_grid thead tr.catbg th
{
	color: white;
	white-space: nowrap;
}

/* table_grid styles for Profile > Show Permissions. */
#permissions table.table_grid  td
{
	padding: 0.4em 0.8em;
	cursor: default;
} 

/* Common styles used to add corners to divisions.
-------------------------------------------------- */
.windowbg span.topslice {
}
.windowbg span.topslice span {
}
.windowbg span.botslice {
}
.windowbg span.botslice span {
}
.windowbg2 span.topslice {
}
.windowbg2 span.topslice span {
}
.windowbg2 span.botslice {
}
.windowbg2 span.botslice span {
}
.approvebg span.topslice {
}
.approvebg span.topslice span {
}
.approvebg span.botslice {
}
.approvebg span.botslice span {
}

/* Used for sections that need somewhat larger corners.
------------------------------------------------------- */
.roundframe {
	padding: 15px;
	background: #AA9E7C;
    border: 1px solid #2B2018;
}
.roundframe dl,
.roundframe dt,
.roundframe p {
	margin: 0;
}
.roundframe p {
	padding: 0.5em;
}

span.upperframe {
}
span.upperframe span {
}
span.lowerframe {
}
span.lowerframe span {
}

/* The main content area.
------------------------- */
.content {
	margin: 0;
	border: none;
	padding: 0.5em 1.2em;
}
.content p {
	margin: 0;
}

/* Styles used by the auto suggest control.
------------------------------------------- */
.auto_suggest_div {
	border: 1px solid #000;
	position: absolute;
	visibility: hidden;
	z-index: 255;
}
.auto_suggest_item {
	background-color: #ddd;
}
.auto_suggest_item_hover {
	background-color: #888;
	cursor: pointer;
	color: #eee;
}

/* Styles for the standard dropdown menus.
------------------------------------------- */
#main_menu {
	padding: 0 0.5em;
	float: left;
	margin: 0;
	width: 98%;
}
.dropmenu,
.dropmenu ul {
	list-style: none;
	line-height: 1em;
	padding: 0;
	margin: 0;
}
.dropmenu li {
	float: left;
	padding: 0 0 4px;
	margin: 0;
	position: relative;
}
.dropmenu li a {
	display: block;
	padding: 0 10px;
	color: #c2ba90; /*DaLoE*/
	white-space: pre;
	font-size: 13px;
}
.dropmenu > li > a {
	background: #2b2018; /*DaLoE*/
	height: 42px;
	line-height: 42px;
}
.dropmenu > li > a.active {
	text-transform: uppercase;
	background: #c2ba90 ; /*DaLoE*/
	color: #2b2018; /*DaLoE*/
}
.dropmenu li:hover > a {
	background: #c2ba90 ; /*DaLoE*/
	cursor: pointer;
	text-decoration: none;
	color: #2b2018; /*DaLoE*/
}
.dropmenu li ul {
	z-index: 90;
	position: absolute;
	width: 260px;
	left: -999em;
	background: #2b2018; /*DaLoE*/
	padding: 10px 0;
	border: 1px solid #c2ba90;
}
.dropmenu li li {
	width: 260px;
	margin: 0;
}
.dropmenu li li a {
	padding: 0 15px;
	line-height: 34px;
}
.dropmenu li:hover ul {
	left: 0;
	top: 42px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}
.dropmenu li:hover ul ul,
.dropmenu li:hover ul ul ul {
	top: -999em;
	left: auto;
}
.dropmenu li li:hover ul,
.dropmenu li li li:hover ul,
.dropmenu li li li li:hover ul {
	left: 245px;
	top: 0;
}

/* The dropdown menu toggle image.
---------------------------------- */
#menu_toggle {
	float: right;
	margin-right: 10px;
	padding-top: 13px;
}
#menu_toggle span {
	position: relative;
	right: 5000px;
}

/* Styles for the standard button lists.
----------------------------------------- */
.buttonlist ul {
	z-index: 100; 
	padding: 0;
	margin: 0 0 5px 0;
}
.buttonlist li {
	margin: 0 3px 5px 0;
	padding: 0;
	list-style: none;
	float: left;
}
.buttonlist li a {
	display: block;
	font-size: 13px;
	color: #fff;
	background: url(../images/custom/tablaBotonOscuro.png) center center / 100% 100% no-repeat;
	border: 0;
	min-width: 116px;
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
	cursor: pointer;
	font-weight: 700;
	text-shadow: 1px 1px 2px #140b06;
}
.buttonlist li a.active {
	background: url(../images/custom/tablaBotonOscuro.png) center center / 100% 100% no-repeat;
	border: 0;
	color: #fff7d6;
	font-weight: 600;
	text-transform: uppercase;
}
.buttonlist li a:hover {
	color: #fff7d6;
	filter: brightness(1.12);
	text-decoration: none;
}
.align_top ul li a,
.align_bottom ul li a {
	margin: 0 12px 0 0;
}

/* The page navigation area.
---------------------------- */
.pagesection {
	color: black;
	font-size: 0.9em;
	margin: 10px 0;
	overflow: hidden;
}
.pagesection a{
	color: black;
}
.pagesection .floatright input {
	margin-top: 3px;
}
.pagelinks {
	padding: 0.6em 0 0.4em 0;
	color: #fff7d6;
}

/* The navigation list.
----------------------- */
ul#navigation {
	margin: 0;
	font-size: 0.9em;
	padding: 1em 0.4em;
}
ul#navigation li {
	float: none;
	display: inline;
}
#adm_submenus {
	overflow: hidden;
}

/* The navigation list. (i.e. linktree)
--------------------------------------- */
.navigate_section ul {
	display: flex;
   	align-items: center;
	margin: 0;
	padding: 5px 10px;
	overflow: hidden;
	clear: both;
}
.navigate_section li { 
	list-style: none;
	float: left;
	padding: 0 0.5em 0 0;
	margin: 0;
	color: white;
}
.navigate_section li:after { 
	/*content: "/";*/
	margin: 0 10px;
	position: relative;
	top: 1px;
}
.navigate_section li:last-child:after { 
	content: "";
	margin: 0;
}
.navigate_section ul li a {
	font-size: 12px;
	padding: 0;
	line-height: 18px;
	color: white;
}
.navigate_section ul li:first-child a {
	/*background: url(../images/custom/home.png) 0 50% no-repeat;
	text-indent: -9999px;
	width: 25px;*/
	display: inline-block;
	padding-left: 0;
}

/* Styles for a typical table.
------------------------------ */
.table_list {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.table_list .icon img {
	vertical-align: middle;
	/*width: 100%;*/
}
table.table_list p {
	padding: 0;
	margin: 0;
	color: #3f2718 !important;
    /*text-shadow: 0 1px 1px #AA9E7C;*/
}
table.table_list td,
table.table_list th {
	padding: 5px;
}
table.table_list .header td {
	padding: 0;
}
table.table_list .content td.stats {
	width: 13%;
	text-align: center;
}
table.table_list .content td.lastpost {
	width: 27%;
}
.table_list .lastpost strong > a {
	font-weight: 600;
	color: #3C3C3C;
}
table.table_list .content td.icon {
	text-align: center;
	width: 6%;
}
.table_list .content {
	border: 0px; /*DaLoE*/
}
.table_list .content tr {
	border-bottom: 1px solid #aa9e7c; /*DaLoE*/
	/*border-top: 1px solid #aa9e7c; /*DaLoE*/
}
.table_list .content tr:last-child {
	border-color: #aa9e7c;
}
.table_list .content tr td.icon,
.table_list .content tr td.info,
.table_list .content tr td.stats {
	border-right: 0px; /*DaLoE*/
}

/* Styles for the board index.
------------------------------ */
.table_list tbody.content td.info a.subject {
	font-size: 14px;
	color: #614B42 ; /*DaLoE*/
	font-weight: 600;
}
.table_list tbody.content td.children {
	color: #555; /*DaLoE*/
	font-size: 11px;
}
.tborder.childboards {
    /*border-color: #AA9E7C;
    border-style: solid;
    border-width: 9px;*/
}
.table_list td.icon.windowbg, .table_list td.info, .table_list td.stats, .table_list td.lastpost.windowbg, .table_list td.children.windowbg {
	background-color: #beb58e;
}
.table_list td.icon.windowbg, .table_list td.info, .table_list td.stats{
	/*border-right: solid 2px #AA9E7C !important;*/
}

p.moderators {
	font-size: 11px;	
	font-family: verdana, sans-serif;
	color: #614B42 !important;
    text-shadow: 0 1px 1px #AA9E7C;
}
.moderators a{
	color: #614B42 !important;
	text-shadow: 0 1px 1px #AA9E7C
}
#boardindex_table .table_list thead,
#boardindex_table .table_list tfoot {
	display: none;
}
.table_list a.unreadlink,
.table_list a.collapse {
	float: right;
}
.table_list a.collapse img {
	margin: 15px 0 0 5px;
}

/* The Posting Icons.
--------------------- */
#posting_icons {
	background-color: #987163;
}

#posting_icons .reset {	 
	padding: 10px;
	 padding-left: 0px;
	 margin-top: -3px;
}

#posting_icons {
	padding: 0 1em 0.5em 1em;
	margin: 0 0 1em 0;
	line-height: 1em;
}
#posting_icons ul {
	font-size: 0.8em;
}
#posting_icons img {
	vertical-align: middle;
	margin: 0 0 0 4ex;
}
#postbuttons_upper ul li a span {
	line-height: 19px;
	padding: 0 0 0 6px;
}
.nextlinks {
	text-align: right;
	margin-top: -1px;
}
.nextlinks_bottom {
	clear: right;
	text-align: right;
}
.mark_read {
	padding: 0 0.5em;
}

/* The newsfader.
----------------- */
#newsfader {
	margin-bottom: 10px;
}
#smfFadeScroller {
	text-align: center;
	padding: 15px;
	overflow: auto;
	margin: 0;
	color: #2F2F2F; /* shouldn't be shorthand style due to a JS bug in IE! */
	background: #FFF;
	border: 0px; /*DaLoE*/
}

/* Styles for the info center on the board index.
------------------------------------------------- */
#upshrinkHeaderIC {
}
dl#ic_recentposts {
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	line-height: 1.3em;
}
dl#ic_recentposts dt {
	/*float: left;*/ /*DaLoE*/
}
dl#ic_recentposts dd {
	text-align: right;
}
#upshrinkHeaderIC p {
	margin: 0 0 0.5em 0;
	padding: 0.5em;
}
#upshrinkHeaderIC p.last {
	margin: 0;
	padding: 0.5em;
	border-top: 2px dotted #bbb;
}
#upshrinkHeaderIC p.inline {
	border: none;
	margin: 0;
	padding: 0.2em 0.5em 0.2em 0.5em;
}
#upshrinkHeaderIC p.stats {
	font-size: 1.1em;
	padding-top: 8px;
}
form#ic_login {
	padding: 0.5em;
	height: 2em;
}
form#ic_login ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 20%;
	text-align: center;
}
form#ic_login ul li label {
	display: block;
}

/* The Small Stats. 
------------------- */
#index_common_stats {
	display: block;
	margin: 0 0 0.5em 0;
	text-align: right;
	font-size: 0.9em;
	position: relative;
	top: -20px;
	line-height: 1px;
}

/* Styles for the message (topic) index.
---------------------------------------- */
.table_frame .table_list {
	border-collapse: collapse;
	margin: 2px 0;
}
.table_frame .table_list td.icon,
.table_frame .table_list td.info,
.table_frame .table_list td.stats {
	border-right: 1px solid #2D2D2D;
}
#messageindex {
	clear: both;
}
.lastpost img {
	padding: 0 0 0 5px;
	float: right;
}

/* Styles for the display template (topic view).
------------------------------------------------ */
#postbuttons .buttons {
	padding: 0.5em;
	width: 40%;
	float: right;
}
#postbuttons .middletext {
	width: 60%;
}
#postbuttons span {
	display: block;
	text-align: right;
}
#postbuttons span.lower {
	clear: right;
}
#postbuttons .buttonlist {
	float: right;
}
#postbuttons #pagelinks {
	padding-top: 1em;
}
#moderationbuttons {
	overflow: hidden;
}

/* Events.
---------- */
.linked_events {
	padding: 1em 0;
}
.edit_event {
	margin: 0 1em;
	vertical-align: middle;
}

/* Poll question.
----------------- */
#poll {
	overflow: hidden;
}
#poll .content {
	padding: 0 1em;
}
h4#pollquestion {
	padding: 0 0 0.5em 2em;
}

/* Poll vote options.
--------------------- */
#poll_options ul.options {
	border-top: 1px solid #555;
	padding: 1em 2.5em 0 2em;
	margin: 0 0 1em 0;
}
#poll_options .submitbutton {
	border-bottom: 1px solid #555;
	clear: both;
	padding: 0 0 1em 2em;
	margin: 0 0 1em 0;
}

/* Poll results.
---------------- */
#poll_options dl.options {
	border: solid #555;
	border-width: 1px 0;
	padding: 1em 2.5em 1em 2em;
	margin: 0 1em 1em 0;
	line-height: 1.1em !important;
}
#poll_options dl.options dt {
	padding: 0.3em 0;
	width: 30%;
	float: left;
	margin: 0;
	clear: left;
}
#poll_options dl.options .voted {
	font-weight: bold;
}
#poll_options dl.options dd {
	margin: 0 0 0 2em;
	padding: 0.1em 0 0 0;
	width: 60%;
	max-width: 450px;
	float: left;
}
#poll_options dl.options .percentage {
	display: block;
	float: right;
	padding: 0.2em 0 0.3em 0;
}

/* Poll notices.
---------------- */
#poll_options p {
	margin: 0 1.5em 0.2em 1.5em;
	padding: 0 0.5em 0.5em 0.5em;
}
#pollmoderation {
	margin: 0;
	padding: 0;
	overflow: auto;
}

/* Onto the posts.
------------------ */
#forumposts {
	clear: both;
}
#forumposts .cat_bar {
	margin: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
	position: relative;
}
#forumposts .cat_bar .catbg {
	position: relative;
	line-height: 75px;
	padding: 0 26px;
	color: #2B2018;
	background-image: url(../images/custom/pergaminoBarra.png);
	background-repeat: repeat-x;
	background-size: auto;
	border: 0;
	box-shadow: none;
	text-shadow: 1px 1px 0 rgba(255,245,198,.75), 0 1px 2px rgba(84,44,18,.25);
	overflow: hidden;
}
#forumposts .cat_bar .catbg::before,
#forumposts .cat_bar .catbg::after {
	content: none;
}
#forumposts .cat_bar .catbg > * {
	position: relative;
	z-index: 1;
}
#forumposts h3 #author {
	margin: 0 7.7em 0 0;
}
#forumposts h3 img {
	float: left;
	margin: 26px 0.5em 0 0;
}
p#whoisviewing {
	margin: 0;
	padding: 0.5em;
    background-color: #c2ba90;
    color: #fff;
}
.poster {
	float: left;
	 width: 189px;
	 height: 335px;
	 margin-left: 4px;
	background: url(/Themes/onepiece2_pruebas/images/custom/fichanormal.png) no-repeat;
}
.posteronepiece {
    width: 165px;
    height: 380px;
    margin-left: 5px;
    background: url(/Themes/onepiece2_pruebas/images/custom/ficha_wanted.png) no-repeat !important;
}
.posteronepiece div.avatar {
    width: 130px;
    height: 180px;
    margin: 66px auto 0;
    overflow: hidden;
}
.posteronepiece div.avatar a {
    display: block;
    width: 100%;
    height: 100%;
}
.posteronepiece div.avatar img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.posteronepiece .onepiece-dead-or-alive {
    width: 165px;
    margin-top: 6px;
    color: #2b2018;
    font-family: "Times New Roman", Times, serif;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    text-align: center;
    white-space: nowrap;
}
.posteronepiece .onepiece-empty-title {
    color: transparent;
}
.posteronepiece div.fichaname,
.posteronepiece div.fichaname span.fichaname {
    width: 165px;
}
.posteronepiece div.fichaname {
    /*padding-top: 3px;*/
}
.posteronepiece div.fichaname span.fichaname a {
    max-width: 126px;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: inherit;
    white-space: normal;
    overflow: visible;
    word-break: normal;
}
.posteronepiece li.onepiece-reward {
    margin-top: 48px;
    width: 165px;
    font-size: 12px;
    text-shadow: 0 1px 0 #9b8869;
    color: #2b2018;
}
.windowbgvip, .windowbg2vip, .approvebgvip{
	background-color: #B4B799 !important;
}


.postermarine {
	background: url(/Themes/onepiece2_pruebas/images/custom/fichamarine.png) no-repeat !important;
	color: #eadb02 !important;
}
.postermarine li a{
	color: #eadb02 !important;
}
#moviles {
	 margin-left: 11px;
}
div.fichaname {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    color: #444444;
    text-transform: uppercase;
    width: 189px;
    text-align: center;
    position: absolute;
}
div.fichaname span.fichaname {
    display: block;
    line-height: 0.95;
    width: 189px;
}
div.fichaname span.fichaname a {
    display: block;
    margin: 0 auto;
    max-width: 160px;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 0.95;
}
.postermarine div.fichaname span.fichaname a{
    color: #465E90 !important;
}

.fichamovil{
	 list-style: none;
	 text-align: center;
	 background: url(/Themes/onepiece2_pruebas/images/custom/fichamovil.png) no-repeat;
	 height: 92px;
	  height: 95px;
    width: 264px;
}
.fichamovilmarine{
	 background: url(/Themes/onepiece2_pruebas/images/custom/fichamarinemovil.png) no-repeat !important;
	color: #465E90 !important;
}
.avatarmovil{
	position: relative;
	width: 55px;
	height: 55px;
	border: 3px solid #b1b1b1;
	border-radius: 3px;
	margin-top: 18px;
	margin-left: 50px;
	float: left;
}
.authormovil{
	font-size: 110%;
	 font-weight: bold;
	 margin-bottom: 3px;
	 width: 130px;
	 padding-top: 4px;
}
.postsmovil{
	font-weight: bold;
	font-size: 10px;
    text-shadow: 0 1px 0 #fff;
    margin-right: 52px;
    margin-top: 37px;
    width: 50px;
}
.moneymovil{
	font-weight: bold;
	font-size: 10px;
	 margin-top: 3px;
    text-shadow: 0 1px 0 #fff;
    margin-right: 52px;
    width: 50px;
}
.likesmovil{
	font-weight: bold;
	font-size: 10px;
	width: 130px;
	 margin-top: 3px;
}
.fichamovil li{
	float: right;
}
.profile{	 margin-top: 27px !important; }

/*Ajustes de las fichas*/
@media (max-width: 767px) {
  .hidden-xs {
	 display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
	 display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
	 display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
	 display: none !important;
  }
}



@media screen and (max-width: 720px) {
	.poster {
		 float: none;
		 width: 100%;
		 height: auto;
	}
	.postarea, .moderatorbar {
		 width: 100%;
		 margin: 0;
		 padding: 20px
	}
}
.postarea,
.moderatorbar {
	margin: 0 0 0 16em;
}
@media screen and (max-width: 720px) {
.postarea, .moderatorbar {
	 width: 100%;
	 margin: 0;
	 padding: 20px
}
}
.postarea .flow_hidden {
	width: 100%;
}
.moderatorbar {
	clear: right;
}

/* Poster details and list of items.
------------------------------------ */
.poster h4{
	 margin: 0px;
	 margin-top: 1px;
	 padding: 1px;
}
.poster li.stars{
	 position: relative;
	 bottom: 6px;
}
.poster h4,
.poster ul {
	text-align: center;
}
.poster ul li.profile, .postermarine ul li.profile{
	 position: relative;
	 bottom: 2px;
}
.poster h4,
.poster h4 a {	 
	font-size: 105%;
	 font-weight: bold;
	 width: 165px;	 
	 height: 15px;
	 margin-top: 3px
}
}
.poster ul ul {
	margin: 0.3em 1em 0 0;
	padding: 0;
}

.poster ul ul li {
	display: inline;
}

.poster li.stars,
.poster li.blurb,
li.postcount,
li.im_icons ul {
	margin-top: 0.5em;
}
.poster div.avatar {
    position: static;
    width: 100px;
    height: 100px;
    margin-top: 78px;
    margin-left: 45px;
    margin-bottom: 10px;
}
.posteronepiece div.avatar {
    width: 130px;
    height: 190px;
    margin: 55px auto 0;
    overflow: hidden;
}

.poster li {
	 font-weight: bold;
	 text-align: center;
}
.poster ul ul {
	 margin-top: 24px; 
	 padding: 0px; 
	 width: 165px; 
}
.poster li.warning {
	line-height: 1.2em;
	padding-top: 1em;
}
.poster li.warning a img {
	vertical-align: bottom;
	padding: 0 0.2em;
}
.messageicon {
	float: left;
	margin: 0 0.5em 0 0;
}
.messageicon img {
	padding: 6px 3px;
}
.keyinfo {
	float: left;
	width: auto;
	min-width: 400px;
	max-width: calc(100% - 430px);
	min-height: 65px;
	padding: 6px 112px 10px 22px;
	background: url(../images/custom/pergamino.png) left top / 100% 100% no-repeat;
	box-sizing: border-box;
	overflow: hidden;
	color: #fff7d6;
}
.keyinfo h5,
.keyinfo h5 a,
.keyinfo .smalltext {
	color: #fff7d6;
	white-space: nowrap;
}
.modifybutton {
	clear: right;
	float: right;
	margin: 6px 20px 10px 0;
	text-align: right;
	font: bold 0.85em arial, sans-serif;
	color: #334466;	
}

/* The quick buttons.
--------------------- */
.quickbuttons_wrap {
	padding: 0.2em 0;
	width: 100%;
	float: left;
}
ul.quickbuttons {
	margin: 8px 10px 0 0;
	clear: right;
	float: right;
	text-align: right;
}
ul.quickbuttons li {
	float: left;
	display: inline;
	margin: 0 3px 0 0;
}
.post {
	margin-top: 0.5em;
	clear: right;
}
.inner {
	padding: 1em 1em 2px 0;
	margin: 0 1em 0 0;
	border-top: 1px solid #c8b69d;
	color: #000;
}
img.smiley {
	vertical-align: bottom;
}
#forumposts .modified {
	float: left;
}
#forumposts .reportlinks {
	margin-right: 1.5em;
	text-align: right;
	clear: right;
}
#forumposts .signature,
.post .signature {
	margin: 1em 0 0 0;
}
#forumposts span.botslice {
	clear: both;
}
.attachments hr {
	clear: both;
	margin: 1em 0 1em 0;
}
.attachments {
	padding: 1em 0 2em 0;
}
.attachments div {
	padding: 0 0.5em;
}

/* Styles for the quick reply area.
----------------------------------- */
#quickreplybox {
	padding-bottom: 20px;
}
#quickReplyOptions .roundframe {
	padding: 12px 10% 10px;
	color: #000;
	background-color: #F1E7B9;
	background-image: url(../images/custom/fondoMsg.png);
	background-repeat: repeat;
	background-position: top left;
	background-size: auto;
	overflow: hidden;
	border: 0;
}
#quickReplyOptions .roundframe p,
#quickReplyOptions .roundframe em,
#quickReplyOptions .roundframe strong,
#quickReplyOptions .roundframe label {
	color: #000;
}
#quickReplyOptions form textarea {
	height: 100px;
	width: 635px;
	max-width: 100%;
	min-width: 100%;
	margin: 0.25em 0 1em 0;
	color: #000;
}
#quickReplyOptions .button_submit {
	background: url(../images/custom/tablaBotonOscuro.png) center center / 100% 100% no-repeat;
	border: 0;
	min-width: 116px;
	height: 40px;
	line-height: 39px;
	padding: 0 14px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-shadow: 1px 1px 2px #140b06;
}
#quickReplyOptions .button_submit:hover {
	color: #fff7d6;
	filter: brightness(1.12);
}

/* The jump to box.
------------------- */
#display_jump_to {
	clear: both;
	padding: 5px;
	margin-top: 6px;
	text-align: right;
	color: white;
}

/* Separator of posts. More useful in the print stylesheet.
----------------------------------------------------------- */
#forumposts .post_separator {
	display: none;
}

/* Styles for edit post section.
-------------------------------- */
form#postmodify .roundframe {
	padding: 0 12%;
}
#post_header,
.postbox {
	padding: 0.5em;
	overflow: hidden;
}
#post_header dt,
.postbox dt {
	float: left;
	padding: 0;
	width: 15%;
	margin: .5em 0 0 0;
}
#post_header dd,
.postbox dd {
	float: left;
	padding: 0;
	width: 83%;
	margin: .3em 0;
}
#post_header img {
	vertical-align: middle;
}
ul.post_options {
	margin: 0 0 0 1em;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
ul.post_options li {
	margin: 0.2em 0;
	width: 49%;
	float: left;
}
#postAdditionalOptionsHeader {
	margin-top: 1em;
}
#postMoreOptions {
	border-bottom: 1px solid #CFD9E2;
	padding: 0.5em;
}
#postAttachment,
#postAttachment2 {
	overflow: hidden;
	margin: .5em 0;
	padding: 0;
	border-bottom: 1px solid #CFD9E2;
	padding: 0.5em;
}
#postAttachment dd,
#postAttachment2 dd {
	margin: .3em 0 .3em 1em;
}
#postAttachment dt,
#postAttachment2 dt {
	font-weight: bold;
}
#postAttachment3 {
	margin-left: 1em;
}
#post_confirm_strip,
#shortcuts {
	padding: 1em 0 0 0;
}
.post_verification {
	margin-top: .5em;
}
.post_verification #verification_control {
	margin: .3em 0 .3em 1em;
}

/* The BBC buttons.
------------------- */
#bbcBox_message {
	margin: 0.75em 0.5em;
	background-color: #dbd4af; /*Daloe*/
	 padding: 5px; /*Daloe*/
	 border-radius: 5px; /*Daloe*/
	 border: 2px #231915; /*Daloe*/
	 border-style: ridge; /*Daloe*/
}
#bbcBox_message div {
	margin: 0.2em 0;
	vertical-align: top;
}
#bbcBox_message div img {
	margin: 0 1px 0 0;
	vertical-align: top;
}
#bbcBox_message select {
	margin: 0 2px;
}

/* The smiley strip.
-------------------- */
#smileyBox_message {
	margin: 0.5em;
	background-color: #dbd4af; /*Daloe*/
	 padding: 5px; /*Daloe*/
	 border-radius: 5px; /*Daloe*/
	 border: 2px #231915; /*Daloe*/
	 border-style: ridge; /*Daloe*/
}

/* Styles for edit event section.
--------------------------------- */
#post_event .roundframe {
	padding: 0 12%;
}
#post_event fieldset {
	padding: 0.5em;
	clear: both;
}
#post_event #event_main input {
	margin: 0 0 1em 0;
	float: left;
}
#post_event #event_main .smalltext {
	width: 33em;
	float: right;
}
#post_event .event_options {
	float: right;
}
#post_event ul.event_main,
ul.event_options {
	padding: 0;
	overflow: hidden;
}
#post_event ul.event_main li {
	list-style-type: none;
	margin: 0.2em 0;
	width: 49%;
	float: left;
}
#post_event ul.event_options {
	margin: 0;
	padding: 0 0 .7em .7em;
}
#post_event ul.event_options li {
	list-style-type: none;
	margin: 0;
	float: left;
}
#post_event #event_main select,
#post_event ul.event_options li select,
#post_event ul.event_options li .input_check {
	margin: 0 1em 0 0;
}

/* Styles for edit poll section.
-------------------------------- */
#edit_poll {
	overflow: hidden;
}
#edit_poll fieldset {
	padding: 0.5em;
	clear: both;
	overflow: hidden;
}
#edit_poll fieldset input {
	margin-left: 8.1em;
}
#edit_poll ul.poll_main li {
	padding-left: 1em;
}
#edit_poll ul.poll_main input {
	margin-left: 1em;
}
#edit_poll ul.poll_main,
dl.poll_options {
	overflow: hidden;
	padding: 0 0 .7em .7em;
	list-style: none;
}
#edit_poll ul.poll_main li {
	margin: 0.2em 0;
}
#edit_poll dl.poll_options dt {
	width: 33%;
	padding: 0 0 0 1em;
}
#edit_poll dl.poll_options dd {
	width: 65%;
}
#edit_poll dl.poll_options dd input {
	margin-left: 0; 
}

/* Styles for the recent messages section.
------------------------------------------ */
#readbuttons_top .pagelinks,
#readbuttons .pagelinks {
	padding-bottom: 1em;
	width: 60%;
}
#readbuttons .pagelinks {
	padding-top: 1em;
}
#recent {
	clear: both;
	padding-bottom: 25px;
}
#recent .windowbg2.core_posts, #recent .windowbg.core_posts{
	background-color: #F1E7B9;
    color: #2B2018;
}
#recent .windowbg2.core_posts ul.quickbuttons, #recent .windowbg.core_posts ul.quickbuttons{
	margin: 0px 10px 0 0;
}

/* Styles for the move topic section.
------------------------------------- */
#move_topic dl {
	margin-bottom: 0;
}
#move_topic dl.settings dt {
	width: 40%;
}
#move_topic dl.settings dd {
	width: 59%;
}
.move_topic {
	width: 710px;
	margin: auto;
	text-align: left;
}
.move_topic fieldset {
	padding: 0.5em;
}

/* Styles for the send topic section.
------------------------------------- */
fieldset.send_topic {
	border: none;
	padding: 0.5em;
}
dl.send_topic {
	margin-bottom: 0;
}
dl.send_mail dt {
	width: 35%;
}
dl.send_mail dd {
	width: 64%;
}

/* Styles for the report topic section.
--------------------------------------- */
#report_topic dl {
	margin-bottom: 0;
}
#report_topic dl.settings dt {
	width: 20%;
}
#report_topic dl.settings dd {
	width: 79%;
}

/* Styles for the split topic section.
-------------------------------------- */
#selected,
#not_selected {
	width: 49%;
}
ul.split_messages li.windowbg,
ul.split_messages li.windowbg2 {
	margin: 1px;
}
ul.split_messages li a.split_icon {
	padding: 0 0.5em;
}
ul.split_messages .post {
	padding: 1em 0 0 0;
	border-top: 1px solid #CFD9E2;
}

/* Styles for the merge topic section.
-------------------------------------- */
ul.merge_topics li {
	list-style-type: none;
}
dl.merge_topic dt {
	width: 25%;
}
dl.merge_topic dd {
	width: 74%;
}
fieldset.merge_options {
	clear: both;
}
.custom_subject {
	margin: 0.5em 0;
}

/* Styles for the login areas.
------------------------------ */
.login {
	width: 540px;
	margin: 0 auto;
}
.login dl {
	overflow: auto;
	clear: right;
}
.login dt,
.login dd {
	margin: 0 0 0.4em 0;
	width: 44%;
	padding: 0.1em;
}
.login dt {
	float: left;
	clear: both;
	text-align: right;
	font-weight: bold;
}
.login dd {
	width: 54%;
	float: right;
	text-align: left;
}
.login p {
	text-align: center;
}

/* Styles for the registration section.
--------------------------------------- */
.register_error {
	border: 1px dashed red;
	padding: 5px;
	margin: 0 1ex 1ex 1ex;
}
.register_error span {
	text-decoration: underline;
}

/* Additional profile fields.
----------------------------- */
dl.register_form {
	margin: 0;
	clear: right;
}
dl.register_form dt {
	font-weight: normal;
	float: left;
	clear: both;
	width: 50%;
	margin: 0.5em 0 0 0;
}
dl.register_form dt strong {
	font-weight: bold;
}
dl.register_form dt span {
	display: block;
}
dl.register_form dd {
	float: left;
	width: 49%;
	margin: 0.5em 0 0 0;
}
#confirm_buttons {
	text-align: center;
	padding: 1em 0;
}
.coppa_contact {
	padding: 4px;
	width: 32ex;
	background-color: #fff;
	color: #000;
	margin-left: 5ex;
	border: 1px solid #000;
}
.valid_input {
	background-color: #f5fff0;
}
.invalid_input {
	background-color: #fff0f0;
}

/* Styles for maintenance mode.
------------------------------- */
#maintenance_mode {
	width: 75%;
	min-width: 520px;
	text-align: left;
}
#maintenance_mode img.floatleft {
	margin-right: 1em;
}
h3.titlebg img {
	vertical-align: middle;
	margin-right: 0.5em;
	margin-top: -1px;
}
tr.titlebg td {
	padding-left: 0.7em;
}
#admin_menu {
	min-height: 2em;
	padding-left: 0;
}
#admin_content {
	clear: left;
	padding-top: 0.5em;
}
#admin_content .custom_field {
	margin-bottom: 15px;
}
#admin_login .centertext {
	padding: 1em;
}
#admin_login .centertext .error {
	padding: 0 0 1em 0;
}

/* Styles for sidebar menus.
---------------------------- */
.left_admmenu,
.left_admmenu ul,
.left_admmenu li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#left_admsection {
	width: 160px;
	float: left;
	padding-right: 10px;
}
.adm_section h4.titlebg {
	font-size: 95%;
	margin-bottom: 5px;
}
#main_container {
	position: relative;
}
.left_admmenu li {
	padding: 0 0 0 0.5em;
}
.left_admmenu {
	margin-bottom: 0.5em;
	background-color: #b8ac81;
}
#main_admsection {
	position: relative;
	left: 0;
	right: 0;
	overflow: hidden;
}
tr.windowbg td,
tr.windowbg2 td,
tr.approvebg td,
tr.highlight2 td {
	padding: 8px 10px;
}
#credits p {
	padding: 0;
	font-style: italic;
	margin: 0;
}

/* Styles for generic tables.
----------------------------- */
.topic_table table {
	width: 100%;
    /*border: 9px solid #AA9E7C;*/
}
.topic_table .icon1,
.topic_table .icon2,
.topic_table .stats {
	text-align: center;
}
#topic_icons {
	margin: 1em 0 0 0;
	padding-bottom: 50px;
}
#topic_icons .description {
	margin: 0;
}
.topic_table .icon2 {
	width: 4%;
	text-align: left;
	padding-left: 12px;
	padding-right: 0;
}
.topic_table table thead {
	border-bottom: 1px solid #EFEFEF;
}
.topic_table td.subject p,
.topic_table td.stats {
	margin: 0;
}
.topic_table td.stickybg2 {
	background-image: url(../images/icons/quick_sticky.png);
	background-repeat: no-repeat;
	background-position: 98% 10px;
}
.topic_table td.lockedbg2 {
	background-image: url(../images/icons/quick_lock.png);
	background-repeat: no-repeat;
	background-position: 98% 10px;
}
.topic_table td.locked_sticky2 {
	background-image: url(../images/icons/quick_sticky_lock.png);
	background-repeat: no-repeat;
	background-position: 98% 10px;
}
.topic_table td.stats {
	background-image: none;
	text-align: right;
}
.topic_table td.lastpost strong {
	font-weight: 600;
}

/* Styles for (fatal) errors.
----------------------------- */
#fatal_error {
	width: 80%;
	margin: auto;
}
.errorbox {
	padding: 1em;
	border: 1px solid #cc3344;
	color: #000;
	background-color: #ffe4e9;
	margin-bottom: 1em;
}
.errorbox h3 {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	text-decoration: underline;
}
.errorbox p {
	margin: 1em 0 0 0;
}
.errorbox p.alert {
	padding: 0;
	margin: 0;
	float: left;
	width: 1em;
	font-size: 1.5em;
}

/* Styles for the profile section.
---------------------------------- */
dl {
	overflow: auto;
	margin: 0;
	padding: 0;
}

/* The basic user info on the left.
----------------------------------- */
#basicinfo {
	width: 20%;
	float: left;
}
#basicinfo .windowbg {
	border-bottom: 1px solid #EFEFEF;
}
#basicinfo .windowbg .content {
	padding-left: 20px;
}
#detailedinfo {
	width: 79.5%;
	float: right;
}
#basicinfo h4 {
	font-family: 'Open Sans Condensed',sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 1;
	white-space: pre-wrap;
	overflow: hidden;
}
#basicinfo h4 span.position {
	font-size: 16px;
	display: block;
	padding: 5px 0;
	color: #7D7D7D;
}
#basicinfo img.avatar {
	display: block;
	margin: 10px 0 0 0;
}
#basicinfo ul {
	list-style-type: none;
	margin: 10px 0 0 0;
}
#basicinfo ul li {
	display: block;
	float: left;
	margin-right: 5px;
	height: 20px;
}
#basicinfo span#userstatus {
	display: block;
	clear: both;
}
#basicinfo span#userstatus img {
	vertical-align: middle;
}
#detailedinfo .content dl,
#tracking .content dl {
	clear: right;
	overflow: auto;
	margin: 0 0 18px 0;
	padding: 0 0 15px 0;
	border-bottom: 0px; /*DaLoE*/
}
#detailedinfo .content dt,
#tracking .content dt {
	width: 35%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	clear: both;
}
#detailedinfo .content dd,
#tracking .content dd {
	width: 65%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
}
#detailedinfo .content dl.noborder {
	border-bottom: 0;
}
#detailedinfo .content dt.clear {
	width: 100%;
}
.signature,
.custom_fields_above_signature {
	border-top: 0px; /*DaLoE*/
}
.signature h5 {
	font-size: 0.85em;
	margin-bottom: 10px;
}
#personal_picture {
	display: block;
	margin-bottom: 0.3em;
}
#avatar_server_stored div {
	float: left;
}
#avatar_upload {
	overflow: auto;
}
#main_admsection #basicinfo,
#main_admsection #detailedinfo {
	width: 100%;
}
#main_admsection #basicinfo h4 {
	float: left;
	width: 35%;
}
#main_admsection #basicinfo img.avatar {
	float: right;
	vertical-align: top;
}
#main_admsection #basicinfo ul {
	clear: left;
}
#main_admsection #basicinfo span#userstatus {
	clear: left;
}
#main_admsection #basicinfo p#infolinks {
	display: none;
	clear: both;
}
#main_admsection #basicinfo .botslice {
	clear: both;
}

/* Simple feedback messages.
---------------------------- */
#profile_error,
#profile_success {
	margin: 0 0 1em 0;
	padding: 1em 2em;
	border: 1px solid;
}
#profile_error {
	border-color: red;
	color: red;
	background: #fee;
}
#profile_error span {
	text-decoration: underline;
}
#profile_success {
	border-color: green;
	color: green;
	background: #efe;
}

/* Profile statistics.
---------------------- */
#generalstats .content dt {
	width: 50%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	clear: both;
}
#generalstats .content dd {
	width: 50%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
}

/* Activity by time.
-------------------- */
#activitytime {
	margin: 6px 0;
}
.activity_stats {
	margin: 0;
	padding: 0;
	list-style: none;
}
.activity_stats li {
	margin: 0;
	padding: 0;
	width: 4.16%;
	float: left;
}
.activity_stats li span {
	display: block;
	border: solid #626262;
	border-width: 1px 1px 0 0;
	text-align: center;
}
.activity_stats li.last span {
	border-right: none;
}
.activity_stats li .bar {
	margin: 0 auto;
	width: 15px;
}
.activity_stats li .bar div {
	background: #6294CE;
}
.activity_stats li .bar span {
	position: absolute;
	top: -1000em;
	left: -1000em;
}

/* Most popular boards by posts and activity.
--------------------------------------------- */
#popularposts {
	width: 49.5%;
	float: left;
}
#popularactivity {
	width: 49.5%;
	float: right;
}
#popularposts .content dt,
#popularactivity .content dt {
	width: 65%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	clear: both;
}
#popularposts .content dd,
#popularactivity .content dd {
	width: 35%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
}
.profile_pie {
	background-image: url(../images/stats_pie.png);
	float: left;
	height: 20px;
	width: 20px;
	margin: 0 1em 0 0;
	padding: 0;
	text-indent: -1000em;
}

/* View posts.
-------------- */
.topic .time {
	float: right;
}
.counter {
	margin: 0;
	padding: 0.2em 0.5em 0.1em 0.2em;
	font-size: 2.2em;
	font-weight: bold;
	color: #2e0e02;
	float: left;
}
.list_posts {
	border-top: 0px; /*DaLoE*/
	padding-top: 12px;
	margin-top: 6px;
	overflow: auto;
	border-top: 2px solid #c2ba90;
}
.core_posts {
	margin-bottom: 3px;
}
.topic h4 {
	margin: 3px 0;
}
.topic .post {
	margin: 0 1em;
	min-height: 80px;
	height: auto !important;
	height: 80px;
}
.topic .mod_icons {
	text-align: right;
	margin-right: 1em;
}
#tracking .content dl {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
#creator dl {
	margin: 0;
}
#creator dt {
	width: 40%;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}
#creator dd {
	float: right;
	width: 55%;
	margin: 0 0 10px 2px;
	overflow: auto;
}
.ignoreboards {
	margin: 0 2%;
	padding: 0;
	width: 45%;
}
.ignoreboards a {
	font-weight: bold;
	border-bottom: 0px; /*DaLoE*/
	padding: 0.1em 0;
}
.ignoreboards a:hover {
	text-decoration: none;
	border-bottom: 0px; /*DaLoE*/
}
.ignoreboards ul {
	margin: 0;
	padding: 0;
}
.ignoreboards li {
	list-style: none;
	float: left;
	clear: both;
}
.ignoreboards li.category {
	margin: 0.7em 0 0 0;
	width: 100%;
}
.ignoreboards li ul {
	margin: 0.2em 0 0 0;
}
.ignoreboards li.category ul li.board {
	width: 93%;
}
#theme_settings {
	overflow: auto;
	margin: 0;
	padding: 0;
}
#theme_settings li {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

/* Paid Subscriptions.
---------------------- */
#paid_subscription {
	width: 100%;
}
#paid_subscription dl.settings {
	margin-bottom: 0;
}
#paid_subscription dl.settings dd,
#paid_subscription dl.settings dt {
	margin-bottom: 4px;
}

/* Pick theme.
-------------- */
#pick_theme {
	width: 100%;
	float: left;
}

/* Issue a warning.
------------------- */
#warn_body {
	width: 80%;
	font-size: 0.9em;
}

/* Styles for the statistics center.
------------------------------------ */
#statistics {
	padding: 0.5em 0;
}
#statistics .title_bar {
	margin: 4px 0 -2px 0;
}
#statistics h3.catbg {
	text-align: center;
}
#statistics .content {
	min-height: 210px;
}
#statistics .top_row {
	min-height: 150px;
}
#stats_left,
#top_posters,
#top_topics_replies,
#top_topics_starter {
	float: left;
	width: 49.5%;
}
#stats_right,
#top_boards,
#top_topics_views,
#most_online {
	float: right;
	width: 49.5%;
}
dl.stats {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
dl.stats dt {
	width: 49%;
	float: left;
	margin: 0 0 4px 0;
	line-height: 16px;
	padding: 0;
	clear: both;
	font-size: 1em;
}
dl.stats dd {
	text-align: right;
	width: 50%;
	font-size: 1em;
	float: right;
	margin: 0 0 4px 0;
	line-height: 16px;
	padding: 0;
}
.statsbar .bar {
	float: left;
	background: #c2ba90;
	display: block;
	margin: 0 4px;
	height: 16px;
}
/*.statsbar .bar div {
	position: relative;
	right: -4px;
	padding: 0 4px 0 0;
	background: url(../images/bar_stats.png) no-repeat 100%;
	height: 16px;
}*/
tr.windowbg2 th.stats_month {
	width: 25%;
	padding: 0 2em;
	text-align: left;
}
tr.windowbg2 td.stats_day {
	padding: 0 3.5em;
	text-align: left;
}

/* Styles for the personal messages section.
-------------------------------------------- */
#personal_messages h3 span#author,
#personal_messages h3 span#topic_title {
	float: left;
}
#personal_messages h3 span#author {
	margin: 0 0 0 0.5em;
}
#personal_messages h3 span#topic_title {
	margin: 0 0 0 9em;
}
#personal_messages .labels {
	padding: 0 1em 0 0;
}
#personal_messages .capacity_bar {
	background: #f0f4f7;
	display: block;
	margin: 0.5em 0 0 1em;
	height: 1em;
	border: 1px solid #666;
	width: 10em;
}
#personal_messages .capacity_bar span {
	border-right: 1px solid #666;
	display: block;
	height: 1em;
}
#personal_messages .capacity_bar span.empty {
	background: #a6d69d;
}
#personal_messages .capacity_bar span.filled {
	background: #eea800;
}
#personal_messages .capacity_bar span.full {
	background: #f10909;
}
#personal_messages .reportlinks {
	padding: 0.5em 1.3em;
}
#searchLabelsExpand li {
	padding: 0.3em 0.5em;
}
#manrules .righttext {
	padding: 0.3em 0.1em;
}
dl.addrules dt.floatleft {
	width: 15em;
	color: #333;
	padding: 0 1.25em 0.5em 1.25em;
}
#addrule fieldset {
	clear: both;
}

/* Styles for the calendar section.
----------------------------------- */
.calendar_table {
	margin-bottom: 0.7em;
}
.calendar_today {
	background-color: #F6F6F6;
}
.calendar_table .titlebg2 > .days {
	color: #2e0e02;
	font-size: 14px;
}
#month_grid {
	width: 200px;
	text-align: center;
	float: left;
}
#month_grid .cat_bar > .catbg {
	font-size: 18px !important;
}
#month_grid table {
	width: 200px;
}
#main_grid table {
	width: 100%;
	padding-bottom: 4px;
}
#main_grid table h3.catbg {
	text-align: center;
	height: 40px;
	border-top: 2px solid #2D2D2D;
	border-bottom: none;
}
#main_grid table.weeklist td.windowbg {
	text-align: center;
	height: 49px;
	width: 25px;
	font-size: large;
	padding: 0 7px;
	border-bottom: 2px solid #2D2D2D;
}
#main_grid table.weeklist td.weekdays {
	height: 49px;
	width: 100%;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 2px solid #2D2D2D;
}
#main_grid h3.weekly {
	text-align: center;
	padding-left: 0;
	font-size: large;
	height: 40px;
}
#main_grid h3 span.floatleft,
#main_grid h3 span.floatright {
	display: block;
	font-weight: bold;
}
#main_grid table th.days {
	width: 14%;
	padding: 6px 0;
}
#main_grid table.weeklist h4.titlebg {
	margin: 0;
	height: 40px;
	line-height: 40px;
}
#main_grid table td.weeks {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: large;
}
#main_grid table td.days {
	vertical-align: top;
	text-align: center;
}
a.modify_event {
	color: red;
}
span.hidelink {
	font-style: italic;
}
#calendar_navigation {
	text-align: center;
}

/* Styles for the memberlist section.
------------------------------------- */
#mlist_search {
	margin: auto;
	width: 500px;
}

/* Styles for the basic search section.
--------------------------------------- */
#searchform,
#simple_search p {
	padding: 0.5em;
	margin: 0;
}
#simple_search,
#simple_search p,
#advanced_search {
	text-align: center !important;
	margin: 0;
}
#search_error {
	font-style: italic;
	padding: 0.3em 1em;
}
#search_term_input {
	font-size: 115%;
	margin: 0 0 1em;
}

/* Styles for the advanced search section.
------------------------------------------ */
#searchform fieldset {
	text-align: left;
	padding: 0;
	border: none;
}
#advanced_search dl#search_options {
	margin: 0 auto;
	width: 600px;
	padding-top: 1em;
	overflow: hidden;
}
#advanced_search dt {
	clear: both;
	float: left;
	padding: 0.2em;
	text-align: right;
	width: 20%;
}
#advanced_search dd {
	width: 75%;
	float: left;
	padding: 0.2em;
	margin: 0 0 0 0.5em;
	text-align: left;
}
#searchform .titlebg strong {
	font-weight: normal;
}
#searchform p.clear {
	clear: both;
}

/* Styles for the search results page.
-------------------------------------- */
.topic_table td blockquote,
.topic_table td .quoteheader {
	margin: 0.5em;
}
.search_results_posts {
	overflow: hidden;
}
.search_results_posts .buttons {
	padding: 5px 1em 0 0;
}

/* Styles for the help section.
------------------------------- */
#help_container {
	margin: 0;
	padding: 0 0 8px 0;
}
#helpmain {
	padding: 0 1em;
}

/* Styles for print media.
-------------------------- */
@media print {
	#headerarea {
		display: none;
	}
	.tborder {
		border: none;
	}
}

/* WgamE Styles */
a {
	outline: none;
	transition: all 0.2s ease-out 0s;
}
p,
span,
form {
	margin: 0;
	padding: 0;
}
#header-container {
	
}
#logo { 
	display: block;
	background: url(../images/custom/menu-logo.png) no-repeat;
	float: left;
	width: 154px;
	height: 42px;
	margin-top: 29px;
}
#account {
	float: right;
	margin: 30px 0 0 0;
	line-height: 40px;
}
#account ul,
#account li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #888;
}
#account li:after {
	margin: 0 10px;
	content: "/";
	position: relative;
	top: 1px;
	color: #98D4C1;
}
#account li:first-child > img {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	margin-right: 10px;
}
#account li:first-child:after,
#account li:last-child:after {
	content: "";
	margin: 0;
}
#account li a {
	padding: 0;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
}
#account .btn-login > a,
#account .btn-register > a {
	background: #494949;
	border-bottom: 4px solid #5E5E5E;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	padding: 0 20px;
}
#account .btn-register > a {
	background-color: #ce6e51;
	border-color: #efc8b4; /*DaLoE*/
	margin-left: 5px;
	color: #3F3F3F;
}
#account li a:hover {
	color: #ce6e51;
}
#account .btn-register:hover > a {
	color: #FFF;
}
#navbar {
	background: #ce6e51;
	height: 54px;
	margin-top: 40px;
}
#topnav,
#topnav ul {
	margin: 0;
	padding: 0;
	z-index: 1000;
}
#topnav.header__nav {
	max-width: calc(100vw - 385px);
	height: 70px;
	overflow: visible;
	padding-right: 15px;
}
#topnav li {
	float: left;
	margin: 0;
	padding: 0 0 2px;
	position: relative;
	list-style: none;
}
#topnav li a {
	display: block;
	padding: 0 5px;
	line-height: 55px;
	color: #c2ba90;
	text-decoration: none;
}
#topnav > li > a {
	/* text-transform: uppercase; */
	font-weight: 600;
	font-size: 12px;
}
#topnav > li > a i {
	 font-size: 12px;
	 color: #c2ba90; /*DaLoE*/
}

#button_vip a, #button_vip a i{
    color: #ffcc00 !important;
}

#topnav > li > .active {
	/* background: #7FBAA8; */
	color: #f8f4f4;
}
#topnav li:hover > a {
	color: #f8f4f4; /*DaLoE*/
	/* background: #7FBAA8; */
}
#topnav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
	background: #2b2018;
    border: 1px solid #a1541b;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
}
#topnav li li {
	width: 200px;
	height: auto;
	padding: 0;
	margin: 0;

}
#topnav li li a {
	display: block;
	/* width: 160px; */
	height: auto;
	float: none;
	line-height: 32px;
	font-size: 12px;
}
#topnav li:hover ul {
	left: 0;
	top: 56px;
}
#topnav li:hover ul a {
	color: #c2ba90;
}
#topnav li:hover ul ul,
#topnav li:hover ul ul ul,
#topnav li:hover ul ul ul ul {
	top: -999em;
	left: auto;
}
#topnav li li:hover ul,
#topnav li li li:hover ul,
#topnav li li li li:hover ul {
	left: 200px;
	top: 0;
}

#topnav li.barco-menu ul {
	width: 170px;
	background: #2b2018;
	border: 1px solid #a1541b;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
}

#topnav li.barco-menu li {
	width: 170px;
}

#topnav li.barco-menu li a {
	box-sizing: border-box;
	padding: 8px 12px;
	color: #fff7d6;
	line-height: 20px;
	white-space: nowrap;
	word-break: normal;
}

#topnav li.barco-menu li a:hover {
	background: #3a291d;
	color: #ffcc00;
}
#button_login,
#button_register,
#button_logout {
	display: none;
}
#toolbar {
	height: 40px;
	padding: 40px 0;
}
#toolbar ul,
#toolbar li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#search {
	float: right;
	position: relative;
	border: 2px solid rgba(255, 255, 255, 0.15);
}
#search input {
	background: none;
	border: none;
	outline: none;
	padding: 0;
}
#search input[type="text"] {
	width: 100px;
	height: 26px;
	padding: 5px 35px 5px 15px;
	transition: all 0.2s ease-in 0.2s;
	line-height: 1;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
}
#search input[type="text"]:focus {
	width: 200px;
}
#search input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/custom/loupe.png) 50% 50% no-repeat;
	width: 30px;
	height: 36px;
	cursor: pointer;
}
#breadcrumbs ul {
	padding: 20px 0;
	margin: 0;
}
#main {
	 height: 100%;
	 width: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
	 z-index: 2;
	 opacity: 0;
}
#board-notice {
	text-align: right;
	font-size: 12px;
	/* padding: 20px 0; */
}
#board-notice > a,
#board-notice > strong {
	margin-left: 15px;
	color: #2e0e02;
}
#board-notice span {
	background: #ee6a5b;
	padding: 2px 6px;
	font-weight: bold;
	color: #fff;
	border-radius: 2px;
}
#board-notice a:hover span {
	background: #dd594a;
}
.table_list .divider td {
	height: 15px;
}
.mark_read {
	overflow: hidden;
	margin-top: -10px;
	margin-bottom: 15px;
}
.mark_read .buttonlist ul {
	padding: 0;
	margin: 0;
}
.table_grid .icon2 {
	width: 4%;
}
.table_grid .subject-title a {
	color: #fff;
	font-weight: 600;
}
.plainbox,
#topic_icons .description { 
	background: #2b2018; /*DaLoE*/
	background: url(../images/barracat.png);
	border: 0px; /*DaLoE*/
}
.cat_bar,
.title_bar {
	border-bottom: 0px; /*DaLoE*/;
}
.cat_bar > .catbg,
.title_bar > .titlebg {
	padding: 0 10px;
}
.table_grid tr th {
	border-bottom: 0px; /*DaLoE*/;
}
.windowbg > .content,
.windowbg2 > .content,
#help_container > .windowbg2 {
	padding: 15px;
	border: 0px; /*DaLoE*/
}
.windowbg > .content > dl,
.windowbg2 > .content > dl {
	padding: 8px 0;
}
.postbox dt,
#post_header dt,
.content > dl > dt {
	/*color: #383838;*/
	font-size: 13px;
	font-weight: 600;
}
#forumposts .post_wrapper,
#personal_messages div.windowbg,
#personal_messages div.windowbg2,
#main_admsection .topic > .windowbg,
#main_admsection .topic > .windowbg2 {
	overflow: hidden;
	padding: 15px 0;
	border: 0px; /*DaLoE*/
	margin-bottom: 5px;
	color: #2B2018;
	background-color: #c8b69a;
	background-image: url(../images/custom/fondoMsg.png);
	background-repeat: repeat;
	background-position: top left;
	background-size: auto;
}
#main_admsection .topic .content,
#personal_messages .windowbg > .content,
#personal_messages .windowbg2 > .content {
	border: none;
	padding: 0 15px;
}
#personal_messages #profile_success {
	padding: 10px;
}
#admincenter div.windowbg,
#admincenter div.windowbg2,
#manage_maintenance .windowbg,
#manage_maintenance .windowbg2 {
	padding: 0;
	margin-bottom: 5px;
}
#manage_maintenance .content p {
	margin-bottom: 10px;
}
#admincenter form {
	overflow: hidden;
}
#admincenter #quick_search form {
	font-size: 13px;
}
#admincenter #quick_search input[type="submit"] {
	background-color: #717171;
}
#advanced_search {
	margin-bottom: 5px;
}
#footer {
	padding: 34px 0 20px;
	border-top: 4px solid #1d1e1e;
	color: #c2ba90;
	text-align: center;
	position: relative;
	background-color: #6e2c1d; /*DaLoE*/
}
#footer,
#footer a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
#footer a {
	color: #c2ba90;
}
#back-to-top {
	 position: absolute;
	 margin: -55px auto 0;
	 left: 0;
	 right: 0;
	 text-align: center;
	 background: #242527;
	 color: #fff;
	 border-radius: 100%;
	 text-decoration: none;
	 transition: opacity 0.2s ease-out;
	 font-size: 7pt;
	 height: 60px;
	 width: 60px;
	 line-height: 60px;
}
#back-to-top span {
	 line-height: 40px;
}
/*==============================
	Header
==============================*/
.header_a {
  display: block;
  /* position: fixed; */
  background-color: #2b2018; /*DaLoE*/
	background: url(../images/barracat.png);
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  overflow: visible;
}
.header__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  position: relative;
  overflow: visible;
}
.header__content--end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__btn {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22px;
  width: 22px;
  height: 40px;
  background: none;
}
.header__btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 22px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  top: 13px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.header__btn span:nth-child(2) {
  top: 21px;
}
.header__btn span:nth-child(3) {
  top: 29px;
}
.header__btn--active span:nth-child(1) {
  top: 21px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__btn--active span:nth-child(2) {
  opacity: 0;
}
.header__btn--active span:nth-child(3) {
  top: 21px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 40px;
  align-self: flex-start;
  width: 150px;
  height: 70px;
  flex: 0 0 150px;
  position: relative;
  z-index: 101;
}
.header__logo img {
  display: block;
  width: 150px;
  max-width: none;
  max-height: none;
  height: auto;
  margin-top: 30px;
}
.header__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: fixed;
  top: 70px;
  left: 0;
  bottom: 0;
  background-color: #2b2018; /*DaLoE*/
  color: white; /*DaLoE*/
  z-index: 99;
  width: 260px;
  padding: 25px 15px 0;
  -webkit-transform: translate3d(-260px, 0, 0);
  -moz-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  border-right: 1px solid rgba(133,153,171,0.2);
  border-top: 1px solid rgba(133,153,171,0.2);
}
.header__nav--active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header__nav-link {
  font-size: 14px;
  color: #364e65;
}
.header__nav-link:hover {
  color: #c2ba90;
}
.header__nav-link--active {
  color: #c2ba90;
}
.header__nav-item {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.header__nav-item:last-child {
  margin-bottom: 0;
}
.header__nav-item.show .header__nav-link {
  color: #c2ba90;
}
.header__dropdown {
  position: relative;
  display: block;
  width: 100%;
}
.header__dropdown-menu {
  position: absolute;
  background-color: #fff;
  padding: 10px 20px;
  display: block;
  width: 100%;
  min-width: 180px;
  text-align: left;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  transition-property: opacity, margin;
  margin-top: 0;
  top: 100%;
  border-right: 1px solid rgba(133,153,171,0.2);
  border-left: 1px solid rgba(133,153,171,0.2);
  border-bottom: 1px solid rgba(133,153,171,0.2);
  border-top: 2px solid #c2ba90;
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.header__dropdown-menu li {
  padding: 0;
  list-style: none;
}
.header__dropdown-menu a {
  font-size: 14px;
  color: #c2ba90;
  line-height: 26px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}
.header__dropdown-menu a i {
  font-size: 18px;
  margin-right: 10px;
  line-height: 100%;
  width: 15px;
}
.header__dropdown-menu a:hover {
  color: white;
}
.header__dropdown-menu a.header__ntf-more {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #c2ba90;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
}
.header__dropdown-menu.show {
  z-index: 1000;
  pointer-events: auto;
  opacity: 1;
  margin-top: 15px;
}
.header__dropdown-menu--right {
  left: auto;
  right: 0;
}
.header__dropdown-menu--ntf {
  padding: 0;
  min-width: 260px;
}
.header__search {
  display: none;
}
.header__profile,
.header__notifications {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  margin-left: 15px;
}
.header__profile-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: 40px;
}
.header__profile-btn span {
  display: none;
}
.header__profile-btn img {
  display: block;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.op-header-panel {
  width: 280px;
  color: #fff7d6;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 1300;
  display: flex;
  align-items: center;
  gap: 6px;
}
.op-header-select {
  width: 125px;
  height: 25px;
  background: #2b2018;
  border: 1px solid #c2ba90;
  color: #fff7d6;
  font-size: 10px;
  font-weight: bold;
  outline: none;
  text-overflow: ellipsis;
}
.op-header-data {
  width: 170px;
  position: relative;
}
.op-header-summary {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 3px;
  white-space: nowrap;
}
.op-header-summary span {
  display: inline-flex;
  gap: 3px;
  align-items: center;
  color: #fff7d6;
  text-shadow: 1px 1px 0 #000;
}
.op-header-summary i {
  color: #ffcc00;
  font-size: 11px;
}
.op-header-stats {
  display: grid;
  grid-template-columns: repeat(7, 18px);
  gap: 2px;
  align-items: center;
  width: 138px;
}
.op-header-profile-link {
  background: #2b2018 !important;
  border-color: #a1541b !important;
  color: #fff7d6 !important;
  font-size: 8px;
  text-decoration: none !important;
}
.op-header-profile-link:hover {
  background: #a1541b !important;
  color: #fff7d6 !important;
}
.op-header-stat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(255, 247, 214, 0.75);
  border-radius: 50%;
  color: #fff7d6;
  font-size: 7px;
  font-weight: bold;
  line-height: 16px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 0 3px #000;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.28), 0 1px 2px rgba(0, 0, 0, 0.55);
}
.header__notifications-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 40px;
  color: rgba(255,255,255,0.3);
  font-size: 24px;
  position: relative;
}
.header__notifications-btn:hover,
.header__notifications-btn[aria-expanded="true"] {
  color: rgba(255,255,255,0.5);
}
.header__notifications-btn--active:before {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #c2ba90;
  position: absolute;
  top: 10px;
  right: -2px;
  border: 1px solid #dadedf;
}
.header__messages {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 40px;
  color: rgba(255,255,255,0.3);
  font-size: 24px;
  position: relative;
}
.header__messages:hover {
  color: rgba(255,255,255,0.5);
}
.header__messages--active:before {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #c2ba90;
  position: absolute;
  top: 10px;
  right: -2px;
  border: 1px solid #dadedf;
}
.header__ntf {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid rgba(133,153,171,0.2);
}
.header__ntf-img {
  display: block;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 12px;
  overflow: hidden;
}
.header__ntf-img img {
  width: 100%;
  vertical-align: top;
}
.header__ntf-title {
  width: calc(100% - 48px);
  font-size: 13px;
  color: #8599ab;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 0;
}
.header__ntf-title span {
  font-size: 14px;
  color: #364e65;
  font-weight: 600;
  display: inline;
}
.header__ntf-more {
  height: 40px;
  width: 100%;
  background-color: #fafafa;
}
.header__ntf-more:hover {
  color: #fa7268 !important;
}
@media (min-width: 360px) {
  .header__profile,
  .header__notifications {
	 margin-left: 25px;
  }
}
@media (min-width: 576px) {
  .header__profile,
  .header__notifications {
	 margin-left: 30px;
  }
}

@media (min-width: 768px) {
  .header__search {
	 position: relative;
	 display: block;
  }
  .header__search ::-webkit-input-placeholder {
	 color: #dadedf;
	 opacity: 1;
  }
  .header__search ::-moz-placeholder {
	 color: #dadedf;
	 opacity: 1;
  }
  .header__search :-moz-placeholder {
	 color: #dadedf;
	 opacity: 1;
  }
  .header__search :-ms-input-placeholder {
	 color: #dadedf;
	 opacity: 1;
  }
  .header__search-input {
	 width: 240px;
	 height: 40px;
	 -webkit-border-radius: 6px;
	 border-radius: 6px;
	 font-size: 14px;
	 color: #aeacac;
	 padding: 0 50px 0 20px;
	 border: none;
	 background-color: #4e4ac8;
  }
  .header__search-button {
	 position: absolute;
	 height: 40px;
	 color: #dadedf;
	 font-size: 22px;
	 top: 50%;
	 margin-top: -25px;
	 right: 10px;
	 line-height: 42px;
	 background: transparent;
	 border: none;
	 cursor: pointer;
  }
  .header__search-button:hover {
	 color: #c2ba90;
  }
  .header__logo {
	 margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .header__profile.show .header__profile-btn span {
	 color: #c2ba90;
  }
  .header__profile-btn {
	 width: auto;
  }
  .header__profile-btn span {
	 display: block;
	 font-size: 14px;
	 color: #dadedf;
	 font-weight: 600;
	 margin-left: 10px;
	 -webkit-transition: 0.4s;
	 -moz-transition: 0.4s;
	 transition: 0.4s;
  }
  .header__profile-btn:hover span {
	 color: #c2ba90;
  }
}
@media (min-width: 1200px) {
  .header__btn {
	 display: none;
  }
  .header__logo {
	 margin-left: 0;
  }
  .header__nav {
	 -webkit-transform: translate3d(0, 0, 0);
	 -moz-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
	 padding: 0;
	 background-color: transparent;
	 width: auto;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -webkit-flex-direction: row;
	 -moz-box-direction: row;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 -webkit-align-items: center;
	 -ms-flex-align: center;
	 align-items: center;
	 position: relative;
	 top: auto;
	 right: auto;
	 bottom: auto;
	 border: none;
  }
  .header__nav-item {
	 margin: 0 30px 0 0;
	 width: auto;
  }
  .header__nav-item:last-child {
	 margin: 0;
  }
  .header__nav-link {
	 line-height: 70px;
	 display: block;
	 color: #dadedf;
  }
  .header__nav-link--active {
	 color: #fa7268;
	 cursor: default;
	 position: relative;
  }
  .header__nav-link--active:hover {
	 color: #fa7268;
  }
  .header__dropdown-menu {
	 margin-top: -15px;
  }
  .header__dropdown-menu.show {
	 margin-top: 0;
  }
  .header__search-input {
	 width: 200px;
  }
  .header__notifications-btn {
	 height: 70px;
  }
  .header__notifications-btn--active:before {
	 top: 25px;
  }
  .header__profile .header__dropdown-menu {
	 margin-top: 0;
  }
  .header__profile .header__dropdown-menu.show {
	 margin-top: 15px;
  }
}
@media (min-width: 1310px) {
  .header__nav-item {
	 margin: 0 40px 0 0;
	 width: auto;
  }
  .header__nav-item:last-child {
	 margin: 0;
  }
  .header__search-input {
	 width: 250px;
  }
}
#wrapper {
	 float: left;
	 width: 100%;
	 position: relative;
	 z-index: 25;
}
.cont {
	width: 100%;
	position: relative;
	z-index: 4;
	float: left;
	background: #fff;
	overflow: hidden;
}
.bg {
	 background-color: #4f362b;
	 height: 100%;
}
.cont .bg {
	 height: 120%;
	 top: 0;
}
.op7 {
	 opacity: 0.5 !important;
}
.overlay {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: #000;
	 opacity: 0.2;
	 z-index: 0; /*DaLoE*/
}
.header__search-button .interactive-input-icon {
	 fill: #8b88ff;
}
.header__search-button .interactive-input-icon {
	 fill: #adafca;
	 opacity: .6;
	 transition: fill .2s ease-in-out,opacity .2s ease-in-out;
}
.icon-magnifying-glass {
	 fill: #fff;
	 width: 20px;
	 height: 20px;
}
svg {
	 overflow: hidden;
	 vertical-align: middle;
}
.top-header-nav {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 /* display: flex; */
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: end;
	 -ms-flex-pack: end;
	 justify-content: flex-end;
	 -webkit-box-flex: 1;
	 -ms-flex: 1;
	 flex: 1;
	 margin: 0;
}
.top-header-nav li .btn-login a .top-header-nav li .btn-register a {
	 padding-right: .75rem;
	 padding-left: .75rem;
}
.header__profile li.btn-login > a, .header__profile li.btn-register > a {
	padding-right: .75rem;
	padding-left: .75rem;
	justify-content: center;
	min-width: 2.3rem;
	height: 2.3rem;
	border-radius: 6px;
	background-color: rgba(0,0,0,.16);
	color: hsla(0,0%,100%,.87);
	display: flex;
	align-items: center;
	margin-right: 5px;
}
.header__profile li.btn-login > a i, .header__profile li.btn-register > a i {
	 margin-right: 5px;
	 color: #c2ba90; /*DaLoE*/
}
.header__profile ul .btn-register:not(:first-child) {
	 margin-left: .5rem;
}
.p-guest--message {
	 width: 100%;
	 text-align: center;
	 margin: 2% auto 2%;
	 color: #c2ba90;
}
.p-guest--message--inner {
	 max-width: 1260px;
	 padding: 20px 10px;
	 margin: 0 auto;
}
.cont .container {
	 max-width: 1224px;
	 width: 92%;
	 margin: 0 auto;
	 position: relative;
	 z-index: 5;
}
.p-guest--message h1 {
	 color: #c2ba90;
	 font-size: 35px;
	 font-weight: 700;
	 text-transform: uppercase;
	 line-height: 1.2;
	 letter-spacing: 4px;
	 margin: 0 auto;
}
section.parallax-section {
	 /*padding: 19px 0;*/
	 overflow: hidden;
	 /*height: 180px;*/
}

/*Ajustes de las fichas*/
@media (max-width: 767px) {
  section.parallax-section {
	 height: auto;
  }
}
@media (min-width: 768px) {
  section.parallax-section {
	 height: 180px;
  }
}

section {
	 float: left;
	 position: relative;
	 /*padding: 100px 0;*/
	 background: #fff;
	 z-index: 1;
	 width: 100%;
}

.p-guest--message p {
	 color: #fff;
	 font-size: 13px;
	 font-weight: 700;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 margin: 0 auto;
}
.section-separator {
	
	 float: left;
	 width: 100%;
	 position: relative;
	 margin: 20px 0;
}
.section-separator:before {
	 content: '';
	 position: absolute;
	 left: 50%;
	 top: 0;
	 height: 3px;
	 margin-left: -25px;
	 width: 50px;
	 border-radius: 3px;
	 z-index: 2;
	 background: #c2ba90; /*DaLoE*/
}
.header-sec-link {
	 position: absolute;
	 left: 0;
	 right: 0;
	 z-index: 10;
	 bottom: 0;
}
.header-sec-link a {
	 position: absolute;
	 left: 50%;
	 width: 220px;
	 height: 80px;
	 line-height: 138px;
	 bottom: 0;
	 margin-left: -110px;
	 overflow: hidden;
	 text-align: center;
}
.header-sec-link a:after {
	 content: '';
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 background-position: center bottom;
	 background-repeat: no-repeat;
	 background-size: 400px 58px;
	 background-image: url(../images/custom/14.svg);
	 top: 25px;
	 left: 0;
	 z-index: -1;
}
#breadcrumbs {
	 background: #fff;
	 border: 1px solid #e5e7f2;
	 border-top: none;
	 border-radius: 0 0 6px 6px;
}
.header-sec-link a i {
	 position: relative;
	 z-index: 2;
	 bottom: 0;
	 font-size: 19px;
	 line-height: 138px;
	 color: #c2ba90;
}
.breadcrumbs.block-breadcrumbs {
	 background: #2b2018; /*DaLoE*/
	 border-top: none;
	 border-radius: 0 0 6px 6px;
}
.breadcrumbs.inline-breadcrumbs {
	 margin-bottom: 25px;
}
.breadcrumbs {
	 z-index: 50;
	 position: relative;
}
.breadcrumbs .p-nav-opposite {
	 cursor: pointer;
	 position: absolute;
	 right: 0px;
	 top: 50%;
	 height: 30px;
	 line-height: 30px;
	 margin-top: -20px;
	 color: #fff;
	 z-index: 20;
	 font-size: 12px;
	 border-radius: 4px;
}
.contentt {
	 width: 100%;
	 position: relative;
	 z-index: 4;
	 float: left;
	 background: #fff;
	 overflow: hidden;
}
/*DaLoE y Terre*/
td.icon{
	background-color: #b8ac81;
}
td.icon2.windowbg{
	background-color: #b8ac81;
}
td.info, td.lastpost.windowbg, td.stats{
	background-color: #987163;
}
td.children.windowbg{
	background-color: #928869;
}
div.content{
	/*background-color: #b8ac81;*/
}
td.smalltext.chatposter a{
	font-weight: bold;
}
td.smalltext.chatposter{
	color: #434343;
}
td.smalltext.chatposter span{
	color: #434343 !important;
}
div#posting_icons{
	color: #2b2018;
}
/*f29c70 daloee*/
td.subject.windowbg, td.subject.windowbg2,td.stats.windowbg, td.stats.windowbg2, table.table_grid tbody tr td.lastpost.windowbg, table.table_grid tbody tr td.lastpost.windowbg2{
	background-color: #b8ac81;
}
td.stats.stickybg, td.stats.stickybg2{
	background-color: #987163;
}
td.stats.lockedbg, td.stats.lockedbg2{
	background-color: #928869;
}
.dropdown-menu, .dropdown-menu-right, .header__dropdown-menu, .header__dropdown-menu--right{
	background-color: #2b2018;
	 border: 1px solid #c2ba90;
}
.inmo-logo{
	max-width: 100%;
}
.alerta{
	display: none !important;
}
.alertas{
	text-align: center;
	 border: 1px dashed  #a07f71;
	 background-color: #2b2018;
	 width: 100%;
	 height: auto;
	 padding: 5px;
	 margin-bottom: 7px;
}
div.alertas hr {background-color: #c2ba90 !important; margin-left: 10px !important; margin-right: 10px !important;}
div.alertas a {color: #c2ba90 !important; font-weight: bold !important;}
.bottom-linktree{
	background-color: #2b2018;
	color: white;
}

.postprefix-all{  
	font-weight: bolder;
	 font-variant: small-caps;
	 font-style: initial;
	 /*text-shadow: 1px 0 rgb(63 31 24), 0 1px rgb(63 31 24), 1px 0 rgb(63 31 24), 0 1px rgb(63 31 24);*/
}
/*.nombreusers{
	text-shadow: 1px 0 rgb(63,31,24,0.5), 0 1px rgb(63,31,24,0.5), 1px 0 rgb(63,31,24,0.5), 0 1px rgb(63,31,24,0.5);
}
.inline.smalltext a{
	 text-shadow: 1px 0 rgb(63,31,24,0.5), 0 1px rgb(63,31,24,0.5), 1px 0 rgb(63,31,24,0.5), 0 1px rgb(63,31,24,0.5);
}*/
.inline.stats{
	display: block; font-size: 1em;
}

.postarea img, .signature img {
	 max-width: 100% !important;
}
.hidden {
	 display: none !important;
}
img{
	vertical-align: middle;
}
.marcoficha{
	width: 164px;
	 height: 111px;
	 margin-top: 60px;
	 position: absolute;
	z-index: 3;
}
.stickerficha{
	margin-left: 94px;
	 margin-top: 181px;
	 position: absolute;
	 width: 70px;
	 height: 54px;
}

.signature, .custom_fields_above_signature {
	 border-top: 1px #c2ba90 solid;
}
/* No cargar medallas en pantallas de movil (o en otras palabras, peques) */
.medallas-trapos, .medallaspost, .medallapostvip, .barra-medallas, .barra-medallasvip
{
  display: none;
}

@media (min-width: 768px)
{
	.medallas-trapos{
		display: block;
		width: min(100%, 800px);
		min-height: 102px;
		margin: 18px auto 0;
		padding: 0;
		background: url(../images/custom/tablaTrapos.png) center center / 100% 100% no-repeat;
		border: 0;
		box-sizing: border-box;
		position: relative;
	}
	.trapo-num{
		position: absolute;
		top: 65%;
		width: 34px;
		height: 22px;
		line-height: 22px;
		margin-left: -17px;
		background: transparent;
		border: 0;
		color: #000;
		font-family: Georgia, "Times New Roman", serif;
		font-size: 18px;
		font-weight: 900;
		text-align: center;
		box-sizing: border-box;
		text-shadow:
			1px 0 #f7edc3,
			-1px 0 #f7edc3,
			0 1px #f7edc3,
			0 -1px #f7edc3,
			1px 1px 2px rgba(0,0,0,.45);
	}
	.trapo-num-1{left: 7.3%;}
	.trapo-num-2{left: 14.3%;}
	.trapo-num-3{left: 20.8%;}
	.trapo-num-4{left: 28%;}
	.trapo-num-5{left: 35.1%;}
	.trapo-num-6{left: 42.1%;}
	.trapo-num-7{left: 49.4%;}
	.trapo-num-8{left: 56.6%;}
	.trapo-num-9{left: 64.2%;}
	.trapo-num-10{left: 71.1%;}
	.trapo-num-11{left: 78.5%;}
	.trapo-num-12{left: 85.5%;}
	.trapo-num-13{left: 92.7%;}
	.medallas-trapos fieldset{
		border: 0 !important;
		margin: 0;
		padding: 0 !important;
	}
	.medallaspost{
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 4px;
		width: min(100%, 800px) !important;
		min-height: 102px;
		margin: 0 auto;
		padding: 38px 40px 18px;
		background: url(../images/custom/tablaTrapos.png) center center / 100% 100% no-repeat;
		border: 0;
		box-sizing: border-box;
	}
	.medallaspostvip{
		background: transparent !important;
		border: 0 !important;
	}
	.barra-medallas {
		 width: min(100%, 800px);
		 height: 22px;
		 margin: 0 auto -34px;
		 position: relative;
		 z-index: 1;
		 background: transparent;
		 box-shadow: none;
		 border: 0;
		 border-radius: 0;
		 display: flex;
		 justify-content: center;
		 align-items: center;
		 font-weight: 700;
		 font-family: Arial;
		 font-size: 12px;
		 color: #fff1c4;
		 text-shadow: 1px 1px 2px #1a0e07;
	}
	.barra-medallas a{
		font-weight: bolder;
    	text-shadow: 0em 0em 0.5em #f1e7b9;
		color: #fff1c4;
	}
	.barra-medallasvip {
		 background: transparent;
		 border: 0;
		 color: #fff1c4;
	}
}

/*Botones Like, citar, responder...*/
ul.quickbuttons li.inline_mod_check {
	margin: 0 0 0 5px;
}

ul.quickbuttons li a:hover {
	text-decoration: none;
	 color: #fff7d6;
	 filter: brightness(1.12);
}
ul.quickbuttons li a {
	 display: block;
	 font-size: 13px;
	 color: white;
	 background: url(../images/custom/tablaBoton.png) center center / 100% 100% no-repeat;
	 border: 0;
	 min-width: 76px;
	 height: 40px;
	 line-height: 41px;
	 padding: 0 14px;
	 cursor: pointer;
	font-weight: 600;
	text-align: center;
	text-shadow: 1px 1px 2px #1b0f08;
}

.navigate_section{
	color: white;
	background: url(../images/barracat.png);
	padding: 0.9em;
}
#message_index_jump_to{
	color: white;
}
.whos_viewing{
	background-color: #c2ba90;
}
.whos_viewing td.smalltext{
	color: #fff;
}
td.stats.windowbg, td.stats.windowbg2, td.stats.stickybg, td.stats.lockedbg, td.stats.stickybg2, td.stats.lockedbg2{
	text-align: center;
}

/* Colores de listados One Piece: subforos, temas normales, chinchetas y cerrados. */
.table_list .content td.icon.windowbg,
.table_list .content td.info,
.table_list .content td.stats,
.table_list .content td.lastpost.windowbg,
.table_list .content td.children.windowbg {
	background-color: #9a8566 !important;
	color: #3b281b;
}
.table_list .content tr {
	border-bottom-color: #6f563e;
}
.table_list tbody.content td.info a.subject,
.table_list .content td.lastpost a {
	color: #3f2718;
}

.topic_table td.windowbg,
.topic_table td.windowbg2 {
	background-color: #8a6b53 !important;
	color: #fff7d6;
}
.topic_table td.stickybg,
.topic_table td.stickybg2 {
	background-color: #6a4f3f !important;
	color: #fff7d6;
}
.topic_table td.lockedbg,
.topic_table td.lockedbg2 {
	background-color: #715f51 !important;
	color: #f7ead0;
}
.topic_table td.locked_sticky,
.topic_table td.locked_sticky2 {
	background-color: #6a4f3f !important;
	color: #fff1c4;
}
.topic_table td.approvebg,
.topic_table td.approvebg2,
.topic_table td.approvetbg,
.topic_table td.approvetbg2 {
	background-color: #7c5a4d !important;
	color: #fff7d6;
}
.topic_table td.subject a,
.topic_table td.subject p,
.topic_table td.stats,
.topic_table td.lastpost,
.topic_table td.lastpost a {
	color: inherit;
}
.topic_table table tbody tr {
	border-bottom: 2px solid rgba(43,32,24,.22);
}
p.desc{
	color: #4d4d4d;
}
table{
	border-spacing: inherit;
}
.progresoexpe, .paginacreditos{
	bottom: 5px !important;
}
.cat_bar{
	background-color: #2b2018;
}
#forumposts .windowbg{
	min-height: 190px !important;
}

/*---------------------------------------------- A R R E G L O	M. P. ----------------------------------------------*/

.mpposter, .mppostervip
{
	background: url('/Themes/onepiece2_pruebas/images/custom/fichamini.png') no-repeat;
	height: 171px;
	width:  164px;
	float: left;
	margin-left: 15px;
}

.mppostervip
{
	background: url('/Themes/onepiece2_pruebas/images/custom/fichamini3.png') no-repeat !important;
}

.mpposter_guest
{
	background: url('/Themes/onepiece2_pruebas/images/custom/perfilficha.png') no-repeat !important;
}

.mpposter_guest h4
{
	margin-top: -5px !important;
}


.mpposter h4, .mpposter h4 a, .mppostervip h4, .mppostervip h4 a
{
	font-size: 105%;
	font-weight: bold;
	color: #000000;
	width:  165px;
	height:  21px;
	text-align: center;
	margin-top: -7px;
}

.mpposter li.stars, .mppostervip li.stars
{
	width:  165px;
	margin-top: -6px;
}
/* Avatar de la ficha */
.mpposter li.avatar, .mppostervip li.avatar
{
	position: static;
	width:  165px;
	height: 100px;
	/* Margen entre rango y avatar en píxeles */
	margin: 0px 0 0;
	margin-bottom: 2px;
	margin-top: 3px;
	margin-left: -1px;
}

.mpposter h4, .mpposter ul li, .mppostervip h4, .mppostervip ul li
{
	text-align: center;
}
.membergroup, .postgroup, .mpposter ul ul, .mpposter li.postcount, .mpposter li.blurb, .mppostervip ul ul, .mppostervip li.postcount, .mppostervip li.blurb
{
  display: none;
}

/*---------------------------------------------- F I N	M P ----------------------------------------------*/

.poster li.postcount, .poster li {
    margin-bottom: -18px;
    text-shadow: 0 1px 0 #ECD5B0; 
    color: #444444;
}
.postermarine li.postcount, .postermarine li {
    margin-bottom: -18px;
    text-shadow: 0 1px 0 #fff; 
    color: #465E90;
}
.poster li.postcount {
    width: 189px;
    height: 34px;
    font-weight: bold;
    margin-top: 75px;
}

#forumposts .mpposter{
	background: url('/Themes/onepiece2_pruebas/images/custom/perfilficha.png') no-repeat !important;
}
#forumposts .mpposter h4{
	margin-top: 10px !important;
}
#forumposts .mpposter li.avatar{
	margin-top: 15px !important;
}
ul.quickbuttons li a.new_like_link, ul.quickbuttons li a.new_unlike_link{
	background: #a70808 !important;
	 border-bottom: 4px solid #a70808 !important;
}
ul.quickbuttons li a.new_like_link:hover, ul.quickbuttons li a.new_unlike_link:hover {
	background: #6a1a1a !important;
}
ul.quickbuttons li a.like_link,
ul.quickbuttons li a.unlike_link {
	min-width: 34px !important;
	width: 34px !important;
	height: 40px !important;
	line-height: 40px !important;
	padding: 0 !important;
	background-position: center center !important;
	background-size: 32px 28px !important;
	vertical-align: middle;
	filter: none;
}
ul.quickbuttons li a.like_link {
	background: url(../images/custom/like.png) center center / 32px 28px no-repeat !important;
}
ul.quickbuttons li a.unlike_link {
	background: url(../images/custom/dislike.png) center center / 32px 28px no-repeat !important;
}
ul.quickbuttons li a.like_link:hover,
ul.quickbuttons li a.unlike_link:hover {
	filter: brightness(1.12);
}
.like_post_box a > div {
	border: 1px dotted #6a5332 !important;
	background: rgb(81 58 42 / 50%);
	font-weight: 700 !important;
	padding: 4px 8px !important;
}
.like_post_box span[id^="like_count_"] {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0 !important;
}
.like_post_box span[id^="like_count_"] img {
	width: 20px !important;
	height: 18px !important;
	margin: 0 !important;
	object-fit: contain;
	content: url(../images/custom/like.png);
	vertical-align: middle;
}
#forumposts .postarea .inner hr,
#forumposts .postarea .inner .hrcolor {
	background-color: #000 !important;
	border: 0;
	color: #000;
	height: 1px;
}
#forumposts .postarea .inner .sp-wrap {
	background: #322d42 !important;
	border: 1px solid #a1541b !important;
	color: #fff7ba !important;
}
#forumposts .postarea .inner .sp-head,
#forumposts .postarea .inner .sp-body,
#forumposts .postarea .inner .sp-foot,
#forumposts .postarea .inner .sp-wrap a {
	color: #fff7ba !important;
}
#forumposts .postarea .inner .sp-body {
	background: #322d42 !important;
	border-top: 1px solid #a1541b !important;
}
#forumposts .postarea .inner .sp-wrap hr,
#forumposts .postarea .inner .sp-wrap .hrcolor {
	background-color: #fff7ba !important;
	color: #fff7ba;
}

#forumposts .postarea .inner div {
	/*font-size: x-small !important;
    background-color: #322d42 !important;
    margin: 5px 20px !important;
    border: 2px dotted #c8a849 !important;
    color: #fff7d6 !important;
    opacity: 0.85 !important;
    padding: 3px 3px 3px 10px !important;*/
}


/* Estilo para Reti el pesao */
#posting_icons {margin-top: -7px;}

#posting_icons .reset .floatleft {margin-top: -3px !important;	  padding-bottom: 3px !important;}

/*Fin DaLoE*/
.gray-bg {
	 background-color: #362012;/*DaLoE*/
	 background-image: url(../images/custom/fondoTheme.png);
	 background-repeat: repeat;
	 background-position: top left;
	 background-size: auto;
	 overflow: hidden;
}
.no-top-padding-sec {
	 padding-top: 0;
}
.main-footer {
	 background: #2b2018; /*DaLoE*/
	 color: white; /*DaLoE*/
	 overflow: hidden;
	 z-index: 6;
	 padding: 8px 0 10px;
	 text-align: center;
}
.main-footer a {
	 color: white; /*DaLoE*/
}

.main-footer {
    background: url(../images/fondofooter.png);
}
.abajodeltodo {
    background: none;
    height: auto;
    position: relative;
    z-index: 80000;
}
.tablafooter {
	margin-top: 17px;
	margin-left: 63px;
	width: 380px;
	position: absolute;
	background-color: transparent;
}
.tablafooter td, .tablafooter th
{
	color: black;
	padding-top: 2px;
	padding-right: 10px;
	text-align: left;
	font-size: 10px;
}

.tablafooter table {
  border-collapse: collapse;
}

div.nombretema {
    white-space: nowrap;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 16px !important;
    font-size: 10px !important;

}
div.nombretema a{
    color: #2B2018 !important;
}

div.autortema {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    max-width: 90px;
    text-align: center;
    height: 16px !important;
    font-size: 10px !important;
}

.autortema a {
    color: black !important;
    font-weight: bold;
}

.afiliados {
	background-color: transparent;
	width: 456px;
	height: 108px;
	margin-left: 736px;
	margin-top: 37px;
	position: absolute;
}

.yonkou
{
	width: 208px;
	height: 107px;
	position: absolute;
	margin-left: 501px;
	margin-top: 39px;
}

.yonkou1
{
	background: url(../images/footer/yonkou1.png);
	width: 100px;
	height: 50px;
}

.yonkou2
{
	background: url(../images/footer/yonkou2.png);
	width: 100px;
	height: 50px;
	margin-left: 108px;
	margin-top: -50px;
}

.yonkou3
{
	background: url(../images/footer/yonkou3.png);
	width: 100px;
	height: 50px;
	margin-top: 7px;
}

.yonkou4
{
	background: url(../images/footer/yonkou4.png);
	width: 100px;
	height: 50px;
	margin-left: 108px;
	margin-top: -50px;
}

.afiliado1
{
	margin-left: 0px;
	position: absolute;
}

.afiliado2
{
	margin-left: 58px;
	position: absolute;
}

.afiliado3
{
	margin-left: 116px;
	position: absolute;
}

.afiliado4
{
	margin-left: 174px;
	position: absolute;
}

.afiliado5
{
	margin-left: 232px;
	position: absolute;
}

.afiliado6
{
	margin-left: 290px;
	position: absolute;
}

.afiliado7
{
	margin-left: 348px;
	position: absolute;
}

.afiliado8
{
	margin-left: 407px;
	position: absolute;
}

.afiliado9
{
	margin-top: 57px;
	margin-left: 0px;
	position: absolute;
}

.afiliado10
{
	margin-top: 57px;
	margin-left: 58px;
	position: absolute;
}

.afiliado11
{
	margin-top: 57px;
	margin-left: 116px;
	position: absolute;
}

.afiliado12
{
	margin-top: 57px;
	margin-left: 174px;
	position: absolute;
}

.afiliado13
{
	margin-top: 57px;
	margin-left: 232px;
	position: absolute;
}

.afiliado14
{
	margin-top: 57px;
	margin-left: 290px;
	position: absolute;
}

.afiliado15
{
	margin-top: 57px;
	margin-left: 348px;
	position: absolute;
}

.afiliado16
{
	margin-top: 57px;
	margin-left: 407px;
	position: absolute;
}

.fl-wrap {
	 width: 100%;
	 position: relative;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	 display: block;
}
.to-top {
	 position: fixed;
	 bottom: 60px;
	 right: 25px;
	 width: 40px;
	 height: 40px;
	 color: #fff;
	 background: #231915; /*DaLoE*/
	 text-align: center;
	 line-height: 40px;
	 font-size: 17px;
	 z-index: 116;
	 cursor: pointer;
	 display: none;
	 border-radius: 3px;
	 box-shadow: 0px 0px 0px 4px rgb(255 255 255 / 8%);
	 -webkit-transform: translate3d(0,0,0);
}
.to-top i {
	 color: #fff;
}
section .container {
	 position: relative;
	 z-index: 5;
}
.fa-lg {
	 margin-right: 5px;
}
.fa-help:before {
	 content: "\f059";
}
.fa-admin:before {
	 content: "\f509";
}
.fa-moderate:before {
	 content: "\f0f3";
}
.fa-profile:before {
	 content: "\f007";
}
.fa-pm:before {
	 content: "\f0e0";
}
.fa-mlist:before {
	 content: "\f500";
}
/*icons*/
.fa-help:before{content:"\f059"}
.fa-gear:before,
.fa-admin:before,
.fa-cog:before {
  content: "\f013";
}
.nodeIcon.hasGlyph .fa, .fas, .far, .fal, .fab {

	 line-height: 40px;
}
.fa-moderate:before{content: "\f0ad";}
.fa-profile:before{content:"\f007"}
.span-profiler:before{content:"\f007"}
.fa-pm:before{content: "\f0e0"}
.fa-mlist:before, .fa-view_all_members:before{content:"\f0c0"}
.fa-mlist_search:before{content: "\f002";}
.fa-logout:before{content:"\f2f5"}
.fa-register:before{content:"\f303"}
.fa-login:before{content:"\f007"}
.fa-add_poll:before{content:"\f0ae"}
.fa-new_poll:before{content:"\f0ae"}
.fa-notify:before{content:"\f0f3"}
.fa-unnotify:before{content:"\f1f6"}
.fa-mark_unread:before{content:"\f00c"}
.fa-mark_as_read:before{content:"\f00c"}
.fa-send_topic:before{content:"\f0e0"}
.fa-mark_read_short:before{content:"\f00c"}
.fa-new_topic:before{content:"\f303"}
.fa-move_topic:before{content:"\f07c"}
.fa-remove_topic:before{content:"\f2ed"}
.fa-set_lock:before{content:"\f023"}
.fa-set_sticky:before{content:"\f14a"}
.fa-set_nonsticky:before{content:"\f14a"}
.fa-merge:before{content:"\f362"}
.fa-set_unlock:before{content:"\f09c"}
.fa-poll_lock:before {content: "\f023";}
.fa-poll_edit:before{content: "\f044";}
.fa-poll_remove:before {content: "\f00d";}
.fa-calendar_link:before {content: "\f073";}
.fa-calendar_post_event:before {content: "\f067";}

/*AÑADIDOS DESPUES DE PUBLICADO*/


ol, ul {
	 /*list-style: none;*/
}

/* Tablas - Terre */
.tablaxd th {background-color: #2b2018 !important; border: 1px solid #0A0600; color: white;}
.tablaxd table {border-collapse: collapse;}
.tablaxd th, .tablaxd td {padding: 8px;}
.tablaxd td {border: 1px solid rgb(0,0,0,0.2) !important; background-color: rgb(0,0,0,0.08) !important;}

/* Mensajes de error centrados - Terre */
#fatal_error .windowbg {text-align: center;}

/* Ancho y alto máximo de los avatares */
.mpposter li.avatar img, .mppostervip li.avatar img, .poster .avatar img, .postermarine .avatar img {min-width: 100px; min-height: 100px; width: 100px; height: 100px; max-width: 100px; max-height: 100px;}

/* Hover de los botones del menú */
#topnav li ul li a:hover{
	background-color: #c2ba90 !important;
	color: #2b2018 !important;
}
#topnav li ul li{
	padding-right: 2px !important;
}

/* Botones del chat y del menú superior */
.button_submit, .header__btn{
	border: 0px;
	outline: none;
}
.header__btn span{
	background-color: #c2ba90 !important;
}

/* Mensajes, GGCoins y Likes en la barra superior */
ul.putoreti{
	list-style:none;
	width: 150px;
	padding-left: 5px;
}

ul.putoreti li, ul.putoreti li a{
	color: #fff;
	font-weight: bold;
}

ul.putoreti #GGCoins{
	margin-top: 3px;
	margin-bottom: 3px;
}

ul.putoreti li abbr a{
	text-decoration-color: #c2ba90;
}

.putoretiimg{
	margin-right: 5px;
}

.putatabladeloscojones tr, .putatabladeloscojones tr td{
	background-color: transparent !important; border: 0px !important;
}
.putatabladeloscojones.op-header-table {
	position: fixed !important;
	top: 8px;
	right: 12px;
	left: auto !important;
	z-index: 5000;
}
.putatabladeloscojones.op-header-table tr > td:first-child {
	display: none;
}


/* Avatares superperfil */
.windowbg .content table tr td img.avatar{
	min-width: 100px, min-height: 100px; width: 100px; height: 100px; max-width: 100px; max-height: 100px;
}

/* Stickers y marcos - cosas importantes */
.stickerficha, .marcoficha{
	background-repeat: no-repeat;
	pointer-events: none;
	user-select: none;
}

#forumposts blockquote.dice-roll-box,
.dice-roll-box {
	font-size: x-small;
	background-color: #322d42 !important;
	margin: 5px 20px;
	border: 2px dotted #c8a849 !important;
	color: #fff7d6 !important;
	opacity: 0.85;
	padding: 3px 3px 3px 10px;
	border-radius: 0;
	box-shadow: none;
}

.dice-roll-header,
#forumposts blockquote.dice-roll-box + .quotefooter {
	display: none !important;
}
