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) 260px); /* W3C */
	background-color:#fcfaec;
	background-repeat: no-repeat;
}
table * {
	margin: 0;
}
a, a:visited {
	text-decoration: underline;
	color: #0D3D03;
}
a:hover{
	color:red;
}
/*a:hover, p.intro a.post_no:hover {
	color: #ff0000;
}*/
a.post_no {
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-weight:bold;
}
.home_logo{
	background: url('/static/home/logo.png') no-repeat;
	width:200px !important;
	min-height:200px !important;
	max-height:300px !important;
	margin:0 auto;
}
/*p.intro a.post_no {
	color: inherit;
}*/
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: embed;
}
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: -2px;
	font-size: 24pt;
	margin: 0;
}
.board_name{
	text-align:center;
	font-size:13px;
	clear:both;
	font-weight:bold;
}
header div.subtitle, h1 {
	color: #0f2e08;
	text-align: center;
}
header div.subtitle {
	font-size: 8pt;
	padding-top: 10px;
}
#post_form {
	margin-bottom: 4em;
}
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;
}
form table tr th {
	background: #99c26c;
	border:1px solid #789955;
}
form table tr td div {
	text-align: center;
	float: left;
	/*padding-left: 3px;*/
}
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;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin: 1em 0;
}
div.banner, div.banner a {
	color: white;
}
div.banner a:hover {
	color: #EEF2FF;
	text-decoration: none;
}
img.banner {
	border: 1px solid #a9a9a9;
}
.banner_container{
	margin:0 auto;
	text-align:center;
	margin-bottom:15px;
}
img.post-image {
	display: block;
	float: left;
	margin: 10px 20px;
	border: none;
}
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;
}
input.delete {
	float: left;
	margin: 1px 6px 0 0;
}
p.intro span.subject {
	color: #0F0C5D;
	font-weight: bold;
}
p.intro span.name {
	color: #117743;
	font-weight: bold;
}
p.intro span.capcode, p.intro a.capcode, p.intro a.nametag {
	color: #F00000;
	margin-left: 0;
}
p.intro a {
	margin-left: 8px;
}
div.delete {
	float: right;
	margin:1px;
}

/*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 {
	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.2em 0.3em 0.5em 0.6em;
	border-radius: 3px;
	border-width: 1px;
	border-style: none solid solid none;
	border-color: #89A386;
	display: inline-block;
}
span.trip {
	color: #228854;
}
span.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;
}
div#wrap {
	width: 900px;
	margin:0 auto;
}
div.ban {
	background: white;
	border: 1px solid #98E;
	max-width: 700px;
	margin: 30px auto;
}
div.ban p, div.ban h2 {
	padding: 3px 7px;
}
div.ban h2 {
	background: #98E;
	color: black;
	font-size: 12pt;
}
div.ban p {
	font-size: 12px;
	margin-bottom: 12px;
}
div.ban p.reason {
	font-weight: bold;
}
span.heading {
	color: #AF0A0F;
	font-size: 11pt;
	font-weight: bold;
}
span.spoiler {
	background: black;
	color: black;
	padding: 0px 1px;
}
div.post.reply div.body span.spoiler a {
	color: black;
}
span.spoiler:hover, div.post.reply div.body span.spoiler:hover a {
	color: white;
	cursor:default;
}
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 label {
	display: block;
}
div.pages {
	color: #163e04;
	background: #c4e4b6;
	display: inline-block;
	padding: 8px;
	border-right: 1px solid #B7C5D9;
	border-bottom: 1px solid #B7C5D9;
	margin-top:5px;
	
}
div.pages.top {
	display: block;
	padding: 5px 8px;
	margin-bottom: 5px;
	position: fixed;
	top: 0;
	right: 0;
	opacity: 0.9;
}
@media screen and (max-width: 800px) {
	div.pages.top {
		display: none !important;
	}
}
div.pages a.selected {
	color: black;
	font-weight: bolder;
}
div.pages a {
	text-decoration: none;
}
div.pages form {
	margin: 0;
	padding: 0;
	display: inline;
}
div.pages form input {
	margin: 0 5px;
	display: inline;
}
hr {
	border: none;
	border-top: 1px solid #696f66;
	height: 0;
	clear: left;
}

div.boardlist {
	padding-top:6px;
	color: #89A;
	/*font-size: 11pt;*/
	/*margin-top: 3px;*/
}
div.boardlist.bottom {
	margin-top: 30px;
	text-align:center;
}
div.boardlist.bottom {
	margin-top: 30px;
	text-align:center;
}
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;
}
div.top_notice {
	text-align: center;
	margin: 5px auto;
}
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;
}
.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;
}

/* 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;
}

/* 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;
}

.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;
}

/*Form*/
input[type=submit], .subir_opcion{
	min-width: 5em;
    color: #FFFFFF;
	background-color:#75ac39;
	border:1px solid #636363;  
}
input[type=submit]:hover, .subir_opcion.selected{
	background-color:#9BC958;
	border:1px solid #519d00;
}

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;
}
/* http://www.colorzilla.com/gradient-editor/ */
.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;
}

.boton_hide{
	
}

.qf_cerrar{
	position:absolute;right:2px;top:1px;
}

.img_sr{
	
}



.ui-menu .ui-menu-item a {
    text-decoration: none;
    padding: 0px;
    line-height: 1.2;
    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);
	
    
	abackground-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;
	border-color:none !important;
}
#menu_buscar{
position:absolute;
font-size:15px;
}
#navbar{
/*background: url('img/site.png') no-repeat;
background-position:left;*/
background-color:#1e3b59;
color:white;
text-align:center;
height:30px;
width:100%;
color:white;
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;
}
.site_left{
background: url('img/site.png') no-repeat;
width:105px;
height:28px;
display:inline-block;
float:left;
}
.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: #C0C0FF;
}
#boardlist_top{
margin-left:20px;
display:inline;
}
#navbar ul{
	position:absolute;
	
}
#navbar li{
	background-color:green !important;
}
.contador{
	background-color:green;
	position:absolute;
	/*margin-top:14px;*/
	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: url('img/paint-icon.png') no-repeat;
	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_flotar{
	background: url('img/pin-icon.png') no-repeat;
	/*background-position: 40% 40%;*/
	background-position: center center;
	background-color:#285979;

}
#btn_flotar:hover{
	opacity:1.0;
}

#btn_watch{
	background: url('img/star-icon-no.png') no-repeat;
	/*background-position: 40% 40%;*/
	background-position: center center;
	background-color:#285979;

}
.btn_watch_new{
	background-image: url('img/star-icon.png') !important;
}
#btn_config{
	background: url('img/config-icon.png') no-repeat;
	/*background-position: 40% 40%;*/
	background-position: center center;
	background-color:#285979;
	margin-left:2px;
}
#btn_config:hover{
	opacity:1.0;
}
#btn_staff{
	background: url('icons/manage-icon.png') no-repeat;
	/*background-position: 40% 40%;*/
	background-position: center center;
	background-color:#285979;
	margin-left:2px;
}
.nav_selected{
	/*background: url('img/paint-icon.png') no-repeat;
	background-position: right;
	*/
	background-color:#16579B !important;
}

.navbar_tools{
	margin-left:20px;
}

#footer{
	/*background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 10%,#72aa00 11%,#9ecb2d 100%); */
	/*border-top: 1px solid rgb(143, 185, 97);*/
	margin-top:20px;
	position:absolute;
	left:0px;
	width:100%;
}
.boton_ocultar{
	border-radius:1px;
	text-align:center;
	width:9px;
	text-decoration:none;
	font-size:11px;
	padding: 0px 2px;
	text-shadow: 1px 1px white;
	background:linear-gradient(to bottom, #8AAA36 0%, #C2E563 100%);
	opacity:0.8;
	cursor:pointer;
}
.boton_ocultar:hover{
	opacity:1;
}
.links_footer{
	text-align:center;
}
.b_group{
	padding-left:10px;
}
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-idnex: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:12px;
    height:12px;
    line-height:12px;
    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;
}
.round-button:hover {
    /*background: #FF0000;*/
}
.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; 
	/* width and height can be anything, as long as they're equal */
}

.boton_hilo{
	background-color:#386D2B;
	width:16px;
	height:15px;
	border-radius:2px;
	display:inline-block;
	vertical-align: top;
	background-repeat:no-repeat;
	margin-left:2px !important;
	cursor:pointer;
	background-position:center center; 
}

.quick_reply{
	background-image: url('icons/comment-icon.png');
	
}

.btn_fav{
	background-image: url('icons/star-no-icon.png');

}
.watched_star, .btn_fav:hover{
	background-image: url('icons/star-full-icon.png');
}
.new_post_watch{
	cursor: pointer;
	border-color: rgb(10, 53, 73);
	margin-left: 4px;
	vertical-align: text-top;
	visibility:visible;
	background:#1C8808;
}

.hidethread {
	background-image: url('icons/hide-thread-icon.png');
}
.unhidethread {
	background-image: url('icons/show-thread-icon.png');
}

.ajax_loader{
	background-image: url('icons/ajax-loader.gif');
	width:16px;
	height:11px;
	display:inline-block;
	vertical-align: sub;
	position: relative;
	left: -20px;
}

.boton_expandir{
	background-image: url('icons/expandir.png');
	width:16px;
	height:16px;
	display:inline-block;
	vertical-align: sub;
	margin-right:2px;
	cursor:pointer;
	opacity:0.7;
}
.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;
}
.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: 11px;
	background: #558B10;
	visibility:visible;
	position:relative;
	box-shadow:none;
	padding:1px;
	margin-left: 4px;
	vertical-align: text-top;
}

.subir_opcion{
color:black;
	text-decoration: none;
	/*background: rgb(137, 157, 223);*/
	/*color: white;*/
	padding: 2px 5px;
	/*border: 1px solid rgb(90, 92, 150);*/
}

.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;
}

#mensajes_pendientes{
	background-color: #376b1c;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	padding: 5px;
	border: 1px solid;
	border-radius: 5px;
	color: white;
	margin:auto;
	margin-top: 10px;
	width: 200px;
}
.fa-selected{
	color:green;
}
.fa-volume-up{
	margin:0px;
	font-size:14px;
}

/* 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; }
