body {
	color: black;
	font-family : Tahoma, Verdana, Geneva, Kalimati, sans-serif;
	font-size: 10pt;
	margin: 0 8px;
	padding-left: 5px;
	padding-right: 5px;
	background: linear-gradient(to bottom, rgba(209, 243, 157, 1) 0px,rgba(252,250,236,0) 200px); /* W3C */
	background-color: #FCFAEC;
	background-repeat: no-repeat;
}
table * {
	margin: 0;
}
.heading, span.heading a, div.post.reply div.body span.heading, div.post.reply div.body span.heading a {
	color: #AF0A0F;
	font-size: 11pt;
	font-weight: bold;
}
a {
	text-decoration: underline;
	color: #0D3D03;
}
a:hover {
	color: red;
	text-decoration: none;
}
a.post_no {
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
p.intro a.post_no, p.intro a.email {
	margin: 0;
}
p.intro a.email span.name {
	color: #FF3434;
}
span.name .fa{
	margin:0px !important;
}
p.intro a.email:hover span.name {
	color: #ff0000;
}
p.intro label {
	display: inline;
}
p.intro time, p.intro a.ip-link, p.intro a.capcode {
	direction: ltr;
	unicode-bidi: normal;
}
p.fileinfo {
	display: block;
	margin: 0;
	padding-right: 7em;
	padding-left:1em;
	font-size:11px;
	color: #757575;
}
h2 {
	color: #AF0A0F;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}
header {
	margin: 1em 0;
	margin-top:45px;
}
h1 {
	font-family: tahoma;
	letter-spacing: -3px;
	font-size: 26pt;
	margin: 0;
}
.board_name{
	text-align: center;
	font-size: 15px;
	clear: both;
	font-weight: bold;
}
header div.subtitle, h1 {
	color: #0f2e08;
	text-align: center;
}
header div.subtitle {
	font-size: 12px;
	padding-top: 5px;
}
#post_form {
	margin-bottom: 2em;
}
form table {
	margin: auto;
}
form table input {
	height: auto;
}
form table tr td {
	text-align: left;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
form table.mod tr td {
	padding: 2px;
}
form table tr th {
	text-align: left;
	padding: 2px 4px 2px 4px;
	min-width: 110px;
}
form table tr th {
	background: #99c26c;
	border:1px solid #789955;
}
form table tr td div {
	text-align: center;
	float: left;
}
form table tr td div input {
	display: block;
	margin: 2px auto 0 auto;
}
form table tr td div label {
	font-size: 10px;
}
.unimportant, .unimportant * {
	font-size: 10px;
	text-overflow: clip;
	word-wrap: break-word;
	word-break: break-all;
}
div.banner {
	background-color: #E04000;
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
	border-radius: 6px;
	padding: 5px;
	width: 100%;
}
div.banner, div.banner a {
	color: white;
}
div.banner a:hover {
	color: #EEF2FF;
	text-decoration: none;
}
.banner_container {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 5px;
}
img.banner {
	border: 1px solid #A9A9A9;
	border-radius: 2px;
}
img.banner:hover, img.banner a:hover {
    animation-name: buzz;
    animation-duration: 0.15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes buzz {
    50% {
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        transform: translateX(-3px) rotate(-2deg);
    }
}
img.post-image {
	display: block;
	float: left;
	margin: 10px 20px;
	border: none;
	max-width: 960px !important;
	max-height: 960px !important;
}
/*@media screen and (max-width: 600px) {
	img.post-image {
	max-width: 30%;
	max-height: 30%;
	}
}*/
div.post img.post-image {
	padding: 5px;
	margin: 5px 20px 0 0;
}
div.post img.icon {
	display: inline;
	margin: 0 5px;
	padding: 0;
}
div.post i.fa {
	margin: 0 4px;
	font-size: 16px;
}
div.post.op {
	margin-right: 20px;
	margin-bottom: 5px;
}
div.post.op hr {
	border-color: #D9BFB7;
}
p.intro {
	margin: 0.5em 0;
	padding: 0;
	padding-bottom: 0.2em;
	font-size: 12px;
    color: #757575;
	line-height: 1.5em;
}
input.delete {
	float: left;
	margin: 2px 4px 0 0;
	display: inline;
}
p.intro span.subject {
	color: #0F0C5D;
	font-weight: bold;
}
p.intro span.name {
	color: #117743;
	font-weight: bold;
	unicode-bidi: embed;
}
p.intro span.capcode, p.intro a.capcode, p.intro a.nametag {
	color: #F00000;
	margin-left: 0;
}
p.intro a {
	margin-left: 8px;
}
/*Reply*/
div.post.reply p {
	margin: 0.1em 0 0 0;
}
div.post.reply div.body {
	margin-left: 1.8em;
	margin-top: 0.8em;
	padding-right: 3em;
	padding-bottom: 0.3em;
}
div.post.reply.highlighted {
	background: #CAFDA5;
}
div.post.reply div.body a {
	color: #D00;
}
div.post.reply div.body a:hover {
	text-decoration: none;
	color: #FF0000;
}
div.post {
	max-width: 95%;
}
div.post div.body {
	word-wrap: break-word;
	white-space: pre-wrap;
	margin-left: 2em;
}
div.post.reply {
	background: #DFFFCE;
	margin: 0.2em 16px;
	padding: 0.5em;
	border-radius: 3px;
	border-width: 1px;
	border-style: none solid solid none;
	border-color: #89A386;
	display: inline-block;
	word-wrap: break-word;
}
span.trip {
	color: #228854;
}
.quote {
	color: #26580A;
}
.rojito {
	color: #E71C1C;
}
span.omitted {
	display: inline-block;
	padding-left: 20px;
	margin-top: 1em;
	color: #757575;
}
br.clear {
	clear: left;
	display: block;
}
span.controls {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 80%;
}
span.controls.op {
	float: none;
	margin-left: 10px;
}
span.controls a {
	margin: 0;
}
#playercontent {
	float: left;
	padding-right: 20px;
}
div#wrap {
	width: 900px;
	margin:0 auto;
}
div.ban {
	background: white;
	border: 1px solid #184B11;
	max-width: 670px;
	margin: 18px auto;
	border-radius: 3px;
}
div.ban p, div.ban h2 {
	padding: 3px 7px;
}
div.ban h2 {
	background: #184B11;
	color: white;
	font-size: 12pt;
}
div.ban p {
	font-size: 12px;
	margin-bottom: 12px;
}
div.ban p.reason {
	font-weight: bold;
}
.ban_inner {
	min-height: 200px;
}
.explota {
	float: right;
	margin: 8px;
	width: 150px;
	height: 150px;
	border: 2px solid black;
}
.footerban {
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
}
span.code, .code {
	font-family: Courier New, Monospace, Mona;
	border: none !important;
	background-color: #FAFAFA;
	padding: 5px !important;
	display: inline-block;
	max-height: 400px;
	overflow-x: auto;
	max-width: 600px;
	margin: 0;
	color: #800;
	border-radius: 2px;
	vertical-align: middle;
}
span.ascii, .ascii {
	font-size: x-small;
	white-space: pre-wrap;
	display: inline-block;
	font-family: Courier New, Monospace, Mona;
	line-height: 1em;
	text-shadow: 0 0 3px rgb(174, 172, 170);
}
.spoiler, span.spoiler, div.post.reply div.body span.spoiler{
	background: black;
	color: black;
}
.spoiler:hover, div.post.reply div.body span.spoiler:hover {
	color: unset;
	background: initial;
	cursor: default;
	border-bottom: 1px dotted gray;
	/*transition: all 0.2s ease;*/
}
.spoiler a, span.spoiler a, div.post.reply div.body span.spoiler a {
	color: black;
	background: black;
}
.spoiler a:hover, div.post.reply div.body span.spoiler a:hover {
	color: #FF0000;
	background: initial;
	cursor: pointer;
	text-decoration: none;
}
div.styles {
	float: right;
	padding-bottom: 20px;
}
div.styles a {
	margin: 0 10px;
}
div.styles a.selected {
	text-decoration: none;
}
table.test {
	width: 100%;
}
table.test td, table.test th {
	text-align: left;
	padding: 5px;
}
table.test tr.h th {
	background: #98E;
}
table.test td img {
	margin: 0;
}
fieldset {
	display: table-cell !important;
	word-break: break-word;
}
fieldset label {
	display: block;
}
div.delete {
	float: right;
	max-width: 260px;
	color: #163E04;
	background: #C4E4B6;
	display: inline-block;
	padding: 8px;
	border-right: 1px solid #B7C5D9;
	border-bottom: 1px solid #B7C5D9;
	margin: 5px 0;
	border-radius: 5px;
	clear: both;
}
select#rp {
	max-width: 130px;
}
div.pages {
	color: #163E04;
	background: #C4E4B6;
	display: inline-block;
	padding: 8px;
	border-right: 1px solid #B7C5D9;
	border-bottom: 1px solid #B7C5D9;
	margin: 5px 0;
	border-radius: 5px;
	line-height: 1.8em;
}
div.pages{
	font-size: 0;
}
div.pages a{
	font-size: 10pt;
	margin: 0 4px;
}
div.pages a[href="#all"]{
	margin-right: 12px;
}
div.pages > form > input{
	display: inline-block !important;
	margin-left: 12px !important;
}
div.pages a.selected {
	text-decoration: none;
	color: #FFF;
	background: #376B1C;
	padding: 1px 6px 1px 6px;
	border-radius: 5px;
	border: 1px solid #636363;
	font-weight: bolder;
}
div.pages a {
	text-decoration: none;
	color: #FFF;
	background: #75AC39;
	padding: 1px 6px 1px 6px;
	border-radius: 5px;
	border: 1px solid #636363;
}
div.pages a:hover {
	background: #9BC958;
	border: 1px solid #519D00;
	transition: all 0.5s ease;
	color: #FFF;
}
div.pages a.marked {
	color: #D00000;
	background: #FFFF00;
	border: 1px solid #6A6A6A;
}
div.pages a.marked:hover {
	color: #FFFF00;
	background: #D00000;
	transition: none;
}
div.pages form {
	margin: 0;
}
div.pages form input {
	margin: 0 5px;
	display: inline;
	border-radius: 5px;
	padding: 1px 6px 1px 6px;
}
hr {
	border: none;
	border-top: 1px solid #696f66;
	height: 0;
	clear: left;
}
div.boardlist {
	padding-top: 6px;
	color: #89A;
	clear: both;
}
.desktop-style div.boardlist:not(.bottom) {
  background-color: #1e3b59;
  color: white;
  text-align: center;
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99;
  box-shadow: 3px 3px 8px rgb(102, 102, 102);
  border-bottom: none;
}
.desktop-style div.boardlist:not(.bottom) a{
  border-top: 4px solid #4455AA;
  border-top-color: rgb(68, 85, 170);
  color: #BFCBF1;
  position: relative;
  font-size: 14px;
  text-decoration: none;
	float: none !important;
}
.desktop-style div.boardlist:not(.bottom) a:hover {
	color: #FF6600;
	border-top-color: #D00000;
}
div.boardlist.bottom {
	text-align: center;
	margin: 10px auto;
	line-height: 1.6em;
	max-width: 980px;
	color: #163E04;
	background: #DFFFCE;
	padding: 8px;
	border-right: 1px solid #B7C5D9;
	border-bottom: 1px solid #B7C5D9;
	border-radius: 5px;
	clear: both;
}
div.boardlist.bottom  a{
	font-weight:bold;
}
div.boardlist a {
	text-decoration: none;
}
div.report {
	color: #333;
}
table.modlog {
	margin: auto;
	width: 100%;
}
table.modlog tr td {
	text-align: left;
	margin: 0;
	padding: 4px 15px 0 0;
}
table.modlog tr th {
	text-align: left;
	padding: 4px 15px 5px 5px;
	white-space: nowrap;
}
table.modlog tr th {
	background: #98E;
}
td.minimal, th.minimal {
	width: 1%;
	white-space: nowrap;
}
span.public_ban {
	display: block;
	color: red;
	font-weight: bold;
	margin-top: 15px;
}
span.toolong {
	display: block;
	margin-top: 15px;
}
div.blotter {
	color: red;
	font-weight: bold;
	text-align: center;
}
table.mod.config-editor {
	font-size: 9pt;
	width: 100%;
}
table.mod.config-editor td {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #98e;
}
table.mod.config-editor input[type="text"] {
	width: 98%;
}
p.intro.thread-hidden {
	margin: 0px;
	padding: 0px;
}
form.ban-appeal {
	margin: 9px 20px;
}
form.ban-appeal textarea {
	display: block;
	width: 95%
}
.theme-catalog div.thread img {
	float: none!important;
	margin: auto;
	margin-bottom: 12px;
	max-height: 150px;
	max-width: 200px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.55);
	border: 2px solid rgba(153, 153, 153, 0);
}
.theme-catalog div.thread {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
	margin-left: 20px;
	margin-right: 15px;
	text-align: center;
	font-weight: normal;
	width: 205px;      
	overflow: hidden;
	position: relative;
	font-size: 11px;
	padding: 15px;
	max-height: 300px;
	background: rgba(182, 182, 182, 0.12);
	border: 2px solid rgba(111, 111, 111, 0.34);
}
.theme-catalog div.thread strong {
    display: block;
}
.compact-boardlist {
	padding: 3px;
	padding-bottom: 0px;
}
.compact-boardlist .cb-item {
	display: inline-block;
	vertical-align: middle;
}
.compact-boardlist .cb-icon {
	padding-bottom: 1px;
}
.compact-boardlist .cb-fa {
	font-size: 21px;
	padding: 2px;
	padding-top: 0;
}
.compact-boardlist .cb-cat {
	padding: 5px 6px 8px 6px;
}
#faq {
    margin:0 auto;
}
#faq td {
    border: none;
    text-align: left;
    padding: 3px;
}
/* Banners */
.adbanner {
	text-align: center;
	margin: 4px auto;
	clear: both;
	width: 100%;
	max-width: 728px;
	max-height: 90px;
	padding-bottom: 5px;
}
.banner_inside {
	width: 100%;
	max-width: 728px;
	max-height: 90px;
	border: 2px solid #000;
	border-radius: 3px;
}
.adframe {
	text-align: center;
	margin: 4px auto;
	clear: both;
	width: 100%;
	max-width: 728px;
	max-height: 90px;
	border: 2px solid #000;
	border-radius: 3px;
}
.submenu {
	cursor: pointer;
	padding-left: 20px;
}
/* styles also used by watch.js */
.cb-menuitem {
	display: table-row;
}
.cb-menuitem span {
	padding: 5px;
	display: table-cell;
	text-align: left;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cb-menuitem span.cb-uri {
	text-align: right;
}
.boardlist:not(.compact-boardlist) #watch-pinned::before {
	content: " [ ";
}
.boardlist:not(.compact-boardlist) #watch-pinned::after {
	content: " ] ";
}
.boardlist:not(.compact-boardlist) #watch-pinned {
	display: inline;
}
.boardlist:not(.compact-boardlist) #watch-pinned a {
	margin-left: 3pt;
}
.boardlist:not(.compact-boardlist) #watch-pinned a:first-child {
	margin-left: 0pt;
}
.compact-boardlist #watch-pinned {
	display: inline-block;
	vertical-align: middle;
}
.indexnav {
	text-align: center;
	margin: 0 auto;
	clear: both;
	padding:10px 0 10px 0;
}
/* Youtube */
.youtube{
	margin: 5px;
	width: 320px;
	float: left; 
	background-color:black;
}
.yt_title{
	color: white;
	font-size: 12pt;
	padding: 2px 0px 2px 5px;
	margin-bottom: 0px;
	word-wrap: break-word;
}
.yt_img{
	width: 320px;
	height: 180px;
	position: relative;
}
.yt_img span{
	position:absolute;
	z-index:9;
	background-color: green;
	color:white;
	right:0px;
	bottom: 0px;
	padding: 2px 4px 2px 6px;
}
video {
	max-width: 640px !important;
	max-height: 480px !important;
}
.btn_catalog {
	margin-top: 3px;
	margin-bottom: 5px;
    cursor: pointer;
    padding: 3px;
    border-radius: 4px;
	text-decoration: none;
	width: 100%;
}
.btn_catalog a, .btn_catalog a:hover {
	padding: 1px 8px;
}
.subir_opcion {
	min-width: 5em;
    color: #FFFFFF;
	background-color: #75AC39;
	border: 1px solid #636363;
	cursor: pointer;
}
/*Form*/
input[type=submit], .btn_catalog a {
	min-width: 5em;
    color: #FFFFFF;
	background-color: #75AC39;
	border: 1px solid #636363;
	cursor: pointer;
	border-radius: 5px;
	padding: 1px 6px 1px 6px;
}
input[type=submit]:hover, .subir_opcion.selected, .btn_catalog a:hover {
	background-color: #9BC958;
	border: 1px solid #519D00;
	transition: all 0.5s ease;
}
input[type=checkbox]{
	/*opacity:0.3;*/
}
input[type=checkbox]:hover{
	/*opacity:0.9;*/
}
input[type="text"], input[type="password"], textarea {
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	word-spacing: normal;
	background-color: #E7FFD1;
	border: 1px solid #B8D979;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover {
	border: 1px solid #588600;
}
/*Quick reply form*/
#quick_reply_form {
	position: absolute;
	display: none;
	z-index: 999;
	background-color: #DEFFB9;
	border: 1px solid #578B3A;
	border-radius: 2px;
}
.boton {
	z-index: 9;
	background-color: #488900;
	color: white;
	border: 1px solid #2A5100;
	text-align: center;
	font-size: 11px;
	cursor: pointer;	
}
.boton span {
	text-decoration: none;
	margin: 1px 4px; 
}
.boton:hover {
	background-color: #BAE28F;
	color: #55A300;
	border: 1px solid #55A300;
}
.boton:first-child {
	padding: 1px 4px;
	font-weight: bold;
}
.boton_post{
	text-align: center;
	min-width: 9px;
	cursor: pointer;
	text-decoration: none !important;
	color: #355021;
	font-size: 9px;
	border: 1px solid #93BE74;
	padding: 1px 3px;
	background-color: #CBE0BC;
	font-weight: bold;
	border-radius: 2px;
	background: linear-gradient(to bottom, #F2FFDB 0%,#BBDF83 50%,#A9C77B 51%,#A0BE6B 100%);
	text-shadow: 1px 1px #E6E4E4;
}
.boton_post:hover {
	opacity: 1.0;
	background-color: #BAE28F;
	color: black;
	border: 1px solid #55A300;
}
.btn_bu {
	font-size: 10px;
	cursor: pointer;
	text-decoration: none;
}
.qf_cerrar {
	position:absolute;right:2px;top:1px;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    padding: 0px;
    line-height: 1.2em;
    min-height: 0px;
    font-weight: normal;
	background-color: white;
	text-align: center;
	font-size: 12px;
}
.ui-menu{
	width:100px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid rgb(153, 153, 153);
	background-color:#cff4c6;
    font-weight: normal;
    color: rgb(33, 33, 33);
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px;
}
.ui-state-focus {
	background:#0f74d1 !important;
}
#menu_buscar {
	position:absolute;
	font-size:15px;
}
#navbar {
	background-color:#1e3b59;
	color:white;
	text-align:center;
	height:30px;
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:99;
	box-shadow: 3px 3px 8px rgb(102, 102, 102);
}
/*contenedor*/
.cont{
	display:inline-block;
	margin:1px;
	white-space:nowrap;
}
.navbar_boards {
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
	font-family: Tahoma,Verdana,Geneva,Kalimati,sans-serif;
}
body {
	margin-top: 35px;
}
#navbar a {
	border-top: 4px solid #4455AA;
	color: #BFCBF1;
	position: relative; 
	font-size: 14px;
	text-decoration: none;
}
#navbar a:hover {
	color: #FF6600;
	border-top-color: #D00000;
}
#boardlist_top {
	margin-left: 20px;
	display: inline;
}
#navbar ul{
	position: absolute;
}
#navbar li{
	background-color:green !important;
}
.contador {
	background-color: green;
	position: absolute;
	font-size: 10px;
	right: -4px;
	padding: 0px 4px;
	border-radius: 2px;
	border-right-color: #009BD4;
	top: 16px;
	z-index: 100;
	opacity: 1.0;
	color: white;
}
.contador a {
	color: white !important;
}
#btn_estilos, #btn_flotar, #btn_config, #btn_watch, #btn_staff {
	background-position: 30% 40%;
	background-color: #285979;
	width: 9px;
	height: 16px;
	display: inline-block;
	border-radius: 2px;
	margin-top: 3px;
	opacity: 0.8;
	cursor: pointer;
	position: relative;
	border-top: 1px solid #2C7FB6;
	margin-left: 2px;
	padding: 4px 12px 2px 5px;
	border-radius: 2px;
	box-shadow: rgba(27,27,27,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 11px;
}
#btn_estilos:hover {
	border-color: #3476C2;
	opacity: 1;
}
.arrow {
	font-size: 7px;
	position: absolute;
	right: 2px;
	bottom: 1px;
}
#menu_config, #menu_estilos, #menu_staff_ul {
	z-index: 999;
	display: none; 
	position: absolute;
	padding: 0px;
	border: none;
	box-shadow: 3px 3px 8px rgb(102, 102, 102);
}
#menu_config li, #menu_estilos li, #menu_staff_ul li {
	border-left: 4px solid #4455AA;
	
}
#menu_config li:hover, #menu_estilos li:hover, #menu_staff_ul li:hover {
	border-left-color: #88AAEE;
}
#menu_config li a, #menu_estilos a, #menu_staff_ul li a {
	background-color: green;
	padding: 3px 5px 2px 5px;
	background-color: #1E3B59;
	color: white;
	font-size: 14px;
}
#menu_config li a:hover, #menu_estilos a:hover, #menu_staff_ul li a:hover {
	background-color: #527FAD;
}
#btn_config:hover {
	opacity: 1.0;
}
.btn_navigation {
	margin-top: 3px;
	margin-bottom: 5px;
	width: 100%;
}
.btn_navigation a, .btn_navigation a:link {
	background-color: #376B1C;
	color: #FFFFFF;
    cursor: pointer;
    padding: 3px;
    border-radius: 4px;
	text-decoration: none;
	width: 100%;
}
.btn_navigation a:hover, .btn_navigation a:link:hover {
    background-color: #D00000;
	text-decoration: none;
	transition: all 0.5s ease;
}
.btn_fix {
	display: inline-block;
}
.btn_thread {
	line-height: 1.9em;
}
.btn_responsive {
	padding-bottom: 5px;
	display: inline-block;
}
.controls.btn_mods {
	padding-top: 3px;
}
.btn_mods i.fa {
	font-size: 11px !important;
}
.btn_mods a {
	cursor: pointer;
	background-color: #F5EFC5;
	color: #333;
	text-decoration: none;
    padding: 2px;
    border-radius: 3px;
}
.btn_mods a:hover {
    background-color: #6F1A1C;
    text-decoration: none;
	color: #FFF;
}
#mensajes_pendientes {
	background-color: #376B1C;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	padding: 6px;
	border-radius: 6px;
	color: white;
	margin: 8px auto;
	width: 200px;
	text-decoration: none;
}
#mensajes_pendientes:hover {
    background-color: #D00000;
	text-decoration: none;
	transition: all 1s ease;
}
.nav_selected {
	background-color: #16579B !important;
}
.navbar_tools {
	margin-left: 20px;
}
#footer {
	left: 0px;
	width: 100%;
}
.footerlogo {
	width: 70px;
	height: 21px;
	border: none;
	box-shadow: none;
	margin: 0 auto;
	text-align: center;
}
#uonline, .uonline {
	text-align: center;
	padding-bottom: 6px;
	border: none;
	box-shadow: none;
	margin: 0 auto;
}
.counters, .banfooter {
	text-align: center;
	margin: 0 auto;
}
.links_footer {
	text-align: center;
	color: #163E04;
	background: #DFFFCE;
	padding: 8px;
	border-right: 1px solid #B7C5D9;
	border-bottom: 1px solid #B7C5D9;
	margin: 5px auto;
	border-radius: 5px;
	max-width: 650px;
}
.b_group {
	padding-left: 10px;
}
.b_group_bottom a:hover {
	border-top-width: 3px;
	border-top-style: solid;
}
input[type=file] {    
	width: 240px; 
}
#qf_barra {
	height: 18px;
	background: linear-gradient(to bottom, rgba(168, 197, 106, 1) 0%,rgba(201, 223, 154, 1) 100%);
	border-bottom: 1px solid rgb(143, 180, 119);
	vertical-align: middle;
}
#qf_resp {
		margin-left: 5px;
		font-weight: bold;
		cursor: default;
		font-size: 12px;
}
.board_activo {
	border-top-color: #7777D6 !important;
}
.ui-tooltip {
	z-index: 9;
	padding: 2px 8px;
	padding-top: 10px;
	color: white;
	border: 1px solid #4072a5;
	border-top: none;
	font: bold 14px "Helvetica Neue", Sans-Serif;
	background: #1E3B59;
	box-shadow: none;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
}
.board_info {
	width: 400px;
	margin: auto;
	font-size: 9pt;
}
.board_info div {
	margin-left: 12px;
}
.board_info span {
	cursor: pointer;
}
.board_info ul {
	margin-top: 4px;
}
.watch_thread{
	color: white;
	top: 130px;
	left: 30px;
	background-color: white;
	border-color: black;
	width: 200px;
	background: #1E3B59;
	border: 2px solid #4072A5;
	position: fixed;
	padding-top: 10px;
	padding-bottom: 15px;
}
.watch_thread span {
	font-size: 11px;
}
.watch_delete {
	cursor: pointer;
	display: inline;
	position: absolute;
	right: 2px;
}
#watch_preview {
	background-color: rgb(182, 210, 240);
	border: 1px dotted black;
	z-index: 8888;
	position: absolute;
	display: none;
	width: 200px;
	padding: 4px;
	padding-top: 15px;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	color: black;
}
#watch_preview img {
	max-width: 100px;
	height: auto;
	float: left;
	padding: 4px;
}
#watch_preview span {
	display: table-cell;
	padding: 2px;
}
#watch_preview div {
	position: absolute;
	top: 1px;
	left: 9px;
	font-size: 11px;
	white-space: nowrap;
}
.watch_thread a {
	text-decoration: none;
	color: white;
}
.watched_item {
	padding-left: 2px;
	padding-right: 0px;
	white-space: nowrap;
}
.watched_item:hover {
	background: rgba(19, 82, 141, 0.76);
}
.watch_link {
	display: inline-block;
	width: 40px;
	overflow: hidden;
	text-overflow: clip;
	font-size: 11px;
}
.watch_link span {
	display: inline;
	font-size: 11px;
	overflow: hidden;
	text-overflow: clip;
}
.watch_text {
	overflow: hidden;
	width: 120px;
	text-overflow: clip;
	font-size: 10px;
	display: inline-block;
	border-left: 1px dotted white;
	padding-left: 3px;
	left: 42px;
	position: absolute;
}
.watched_item:hover .round-button {
	visibility: visible;
}
.round-button {
	display: inline-block;
    visibility: hidden;
    width: 10px;
    height: 10px;
    line-height: 10px;
    border: 1px solid #740D0D;
    border-radius: 50%;
    color: #F5F5F5;
    text-align: center;
    text-decoration: none;
    background: #B32525;
    box-shadow: 0 0 3px rgb(110, 125, 202);
    font-size: 10px;
    font-weight: bold;
	margin-left: 2px;
}
.watch_new, .watch_new:hover {
	background: #1E9631;
	visibility: visible;
	margin-left: 0px;
	cursor: default;
	border-color: rgb(10, 53, 73);
	position: absolute;
	right: 16px;
}
.arrow_container {
	position: absolute;
	top: -12px;
	left: 50%;
	position: fixed;
	z-index: -1;
}
.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 15px solid rgb(45, 117, 173);
	position: relative;
	left: -50%;
}
.watch_circle {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}
.new_post_watch {
	cursor: pointer;
	border-color: rgb(10, 53, 73);
	margin-left: 4px;
	vertical-align: text-top;
	visibility:visible;
	background:#1C8808;
}
.boton_hilo {
	background-color: #386D2B;
	width: 16px;
	height:16px;
	border-radius:2px;
	display:inline-block;
	/*vertical-align: top;*/
	background-repeat: no-repeat;
	margin-left: 2px !important;
	cursor: pointer;
	/*background-position: center center;*/
	text-decoration: none;
}
.boton_expandir:hover {
	opacity:1.0;
}
.form_tooltip {
	background: rgb(227, 250, 217);
	display: table-cell;
	padding: 3px;
	position:absolute;
	border: 1px dotted;
	z-index:1001;
	display:none;
	max-width:190px;
}
.form_tooltip ul {
	font-size:11px;
	margin: 2px;
}
.formtip {
	text-align: center;
	color: white;
	border: 1px solid #2C4B14;
	font-weight: bold;
	position: absolute;
	cursor: default;
	text-shadow: 0 0 2px black;
	font-size: 10px;
	background: #558B10;
	visibility:visible;
	position:relative;
	box-shadow:none;
	padding:1px;
	margin-left: 4px;
	vertical-align: text-top;
}
.embedding_error {
	width: 150px;
	height: 100px;
	text-align: center;
	float: left;
	line-height: 100px;
	border: 3px dashed gray;
	background: none;
	margin: 5px 8px;
}
.subir_opcion {
	color: black;
	text-decoration: none;
	padding: 2px 5px;
}
.mod_tools_cont {
	vertical-align: sub;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	background: rgb(65, 93, 153);
	border: 1px solid rgb(28, 51, 99);
	font-size: 11px;
	font-weight: bold;
	padding: 0px 2px;
}
.limite_respuestas {
	background-color: rgb(255, 250, 192);
	color: black;
	border: 1px solid rgb(85, 79, 5);
	padding: 0px 5px;
	border-radius: 3px;
}
.top_notice {
	background-color: #E9F2FC;
	max-width: 600px;
	color: black;
	border: 1px solid #B1B4BA;
	border-radius: 5px;
	margin: 0 auto;
	padding: 4px 10px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
.top_notice a {
	font-weight: bold;
	color: #003162;
	text-decoration: none;
	cursor: pointer;
}
.top_notice a:hover {
	font-weight: bold;
	color: #D00000;
	text-decoration: none;
}
.anuncio_global {
	background-color: #FFFAC0;
	max-width: 600px;
	color: black;
	border: 1px solid #B1B4BA;
	border-radius: 5px;
	margin: 0 auto;
	padding: 4px 10px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
.anuncio_global a {
	font-weight: bold;
	color: #004182;
	text-decoration: none;
	cursor: pointer;
}
.anuncio_global a:hover {
	font-weight: bold;
	color: #D00000;
	text-decoration: none;
}
.fa-selected {
	color: green;
}
.fa-volume-up {
	margin: 0 4px !important;
    font-size: 12px !important;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}
.mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.encuesta_btn {
	background-color: #376B1C;
	color: #FFFFFF;
	border: medium none;
	border-radius: 5px;
	padding: 4px;
	cursor: pointer;
}
.encuesta_btn:hover {
	background-color: #D00000;
}
.encuesta_box {
	display: inline-block;
	width: 330px;
	background-color: rgb(231, 255, 209);
	text-align: center;
	padding: 2px;
	border-radius: 2px;
	border: 1px solid rgb(206, 227, 187);
	color: black;
	box-shadow: 1px 1px 4px #B0B0B0;
	margin-top: 6px;
}  
.encuesta_barra {
	background-color: rgb(170, 218, 136);
	display: inline-block;
	border-radius: 4px;
	margin: 2px;
}