:root{
	--background-primary: linear-gradient(to top, #1a1b1f, #212528);
	--background-secondary: #303030;
	--background-head: #292929;
	--background-body: #292929;
	--background-select: #181a1c;
	--color-primary: #575757;
	--color-secondary: #9b9b9b;
	--color-menu: #dedede;
	--color-logo: #a3bad8;
	--border-primary: 1px solid #414447;
	--border-secondary: 1px solid #3c3f42;
	--color-here: linear-gradient(to top, #096aa1, #26c3f6);
	--color-hereh: linear-gradient(to top, #26c3f6, #096aa1);
	--color-tabs: #c4cde1;
	--background-tips: white;
}
*{
	margin: 0;
	padding: 0;
}
* a{
	text-decoration: none;	
	cursor:pointer;
}
a:link, a:visited {
	color: #dedede;
}
a:hover {
	color: var(--color-here);
	text-decoration: none;
}
html[xmlns] .clearBoth {
    display: block;
}
body {
	padding:0;
	margin: 0;
	line-height:1.3em;
	font-family: Lato,Roboto,Helvetica,Helvetica Neue,Arial,sans-serif; 
	font-size:13px;	
	background: var(--background-body);
    overflow-x: hidden;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: inside;
	list-style-type: disc;
}
li, ol li {
	word-wrap: break-word;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
input {
	background:#3e3e3e;
	padding:4px 2px;
	font-family: 'Lucida Grande',Tahoma,Arial,Verdana,Sans-Serif; 
	border: 1px solid #414447;
	color: white;
}
textarea{
	width: 100%;
	outline: none;
	border-radius: 4px;
	background: #202427;
	padding: 4px 12px 4px 12px;
	border: var(--border-primary);
	box-shadow: none !important;
	z-index: 9;
	position: relative;
	appearance: none;
}
select {
	margin-left: 10px;
	border: var(--border-primary);
	background: #3e3e3e;
	color: white;
}
hr {
	border: 1px dashed #414447;
}
.clearBoth:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearbeta:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#maincontainer {
	background: var(--background-head);
	width: 100%;
	height: auto;
	margin: auto auto;
	position: relative;
}
#fotos_content{
	height: 150px;
	/*! margin-left: 100px; */
}
#head {
	background: var(--background-secondary);
	position: fixed;
	border: none;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;
	min-height: 40px;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2);
	/*! background: var(--background-secondary); */
}
#logo {
	float: left;
	width: 150px;
}
#logoi {
	margin-top: 12px;
	color: var(--color-logo);
	display: inline-block;
	font-size: 20px;
	margin-left: 10px;
}
#logo img {
	display: inline-block;
	width: 105px;
	margin: -20px 0px 0px 25px;
	position: relative;
	opacity: 0.8;
}
#menu {
	width: auto;
	text-align: center;
	color: var(--color-menu);
	height: 30px;
}
.menuTabs {
	float: left;
}
.menuTabs li {
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 0 2px 0 0;
	line-height: 17px;
}
.menuTabs li a {
	color: #fff;
	display: block;
	padding: 14px;
	text-decoration: none;
}
#menu ul.menuTabs li.here {
	background: #00aec8;
	color: white;
}
.menuTabs li.tabbed.here a {
	color: var(--background-primary);
	text-shadow: var(--color-primary) 0 1px 0;
}
#tabbedhome a span {
	display: block;
	width: 14px;
}
.buscador {
	height: 25px;
	color: #fff;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: -30px;
	position: relative;
	z-index: 1;
	margin-top: 3px;
	width: 220px;
	font-size: 13px;
	font-weight: bold;
}
.search_btn {
	position: absolute;
	float: right;
	padding: 10px;
	font-size: 11pt;
	z-index: 2;
	margin-top: -37px;
	background: none;
	border: none !important;
	color: var(--color-secondary);
	margin-left: 80px;
	cursor: pointer;
	opacity: 0.8;
}
.opciones_usuario {
	float: right;
	text-align: right;
	height: 30px;
}
.userInfoLogin {
	font-weight: bold;
}
.userInfoLogin ul {
	margin: 0;
	padding: 0;
}
.userInfoLogin ul li {
	padding: 5px 5px 8px 5px;
	float: left;
}
.userInfoLogin a {
	color: #f2f2f2;
	padding: 8px 10px 5px;
	display: block;
}
.userInfoLogin a:hover {
	color: #fff;
	background: var(--color-here);
}
.notificaciones-list {
	display: none;
	background: var(--background-primary);
	position: absolute;
	z-index: 300;
	width: 320px;
	text-align: left;
	font-weight: normal;
	color: var(--color-primary);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	border-bottom: var(--border-secondary);
	margin-top: 11px;
	margin-left: -4px;
}
.notificaciones-list ul {
	max-height: 250px;
	overflow-y: auto;
	padding: 0 10px;
	margin: 5px 0;
}
#boxMail {
	padding: 0;
	margin: 5px 0 0;
}
#boxMail li {
	line-height: normal;
}
#boxMail li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
	padding: 2px 4px;
}
#boxMail img {
	display: block;
	margin-right: 5px;
	float: left;
	height: 32px;
	width: 32px;
}
#boxMail .content {
	color: #808080;
	font-weight: normal;
	font-size: 11px;
}
#boxMail .subject {
	color: #333333;
	font-weight: bold;
}
#boxMail .time {
	color: #9D9D9D;
	font-size: 9px;
}
#boxMail .autor {
	color: #3B5998;
	font-weight: bold;
	padding-top: 2px;
	white-space: normal;
}
#boxMail .preview {
	overflow: hidden;
	white-space: nowrap;
}
.userInfoLogin li .alertas {
	top: 0px;
	position: absolute;
	right: 12px;
	padding: 5px;
}
.userInfoLogin li .alertas a {
	padding: 0px 4px;
	position: absolute;
	background: #8e1925;
	text-align: center;
	font-size: 11px;
	border-radius: 3px;
}
#boxMail {
	padding: 0;
	margin: 5px 0 0;
}
#contenido_principal {
	padding: 0;
	margin: 40px 0 0 0;
}
.subMenuContent .clearBoth {
  display:none;
}
.subMenuContent.hide {
	display: none;
}
.subMenu {
	clear: both;
	width: 100%;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	display: none;
	z-index: 99999;
}
.subMenuContent .subMenu.here {
	display: block;
}
.subMenu ul.tabsMenu {
	display: none;
}
.tabsMenu{
	width: 225px;
	height: 100%;
	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	top: 0;
	left: 0;
	bottom: 0;
	margin-top: 42px;
	z-index: 2;
	background: var(--background-primary);
	opacity: 0.8;
}
.subMenuContent .subMenu.here {
	display: block;
}
.subMenu select {
  float:right;
  margin:2px 0 0 0;
  width:200px;
}
.subMenu ul.tabsMenu li {
	display: block;
	padding: 10px;
	background: var(--background-primary);
}
.subMenu ul.tabsMenu li a {
	padding: 5px 15px;
	display: block;
	text-decoration: none;
}
.subMenu ul.tabsMenu li.here {
	background: var(--background-secondary);
}
.subMenu ul.tabsMenu li.here a{
	color: var(--background-primary);
}
.hidden {
	display: none;
}
#cuerpocontainer {
	background: none;
	width: 100%;
	height: auto;
	padding: 15px 5px 5px 5px;
	margin: auto;
	position: relative;
}
.buttons_top {
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	align-self: auto;
	padding: 5px;
	flex-direction: row;
	display: flex;
}
.buttons_center {
	min-width: 100px;
	height: 42px;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 0 18px;
	transition: transform .1s;
}
.button_destacados {
	margin-right: 16px;
	background: #00aec8;
	font-weight: 400;
	color: #fff !important;
}
.button_destacados:hover {
	background: #3e3e3e;
}
.button_recientes {
	min-width: 100px;
	background: #00aec8;
	font-weight: 400;
	color: #fff !important;
}
.button_recientes:hover {
	background: #3e3e3e;
}
.buttons_new {
	min-width: 100px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	padding: 0 18px;
	transition: transform .1s;
	color: #fff !important;
	margin-left: auto;
	margin-right: 8px;
	background: var(--color-here);
}

.buttons_new:hover {
	background: var(--color-hereh);
}

.lastPosts {
	padding: 6px;
	margin-bottom: 7px;
}

.lastPosts .categoriaPost {
	height: auto !important;
	margin: 0 !important;
	background: #3e3e3e;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2);
}
.categoriaPost {
	clear: both;
	font-size: 12px;
	height: 16px;
	margin-bottom: 5px;
	padding: 5px 3px 3px 12px;
	background-position: 2px center;
    background-repeat: no-repeat;
	color: white;
}
.lastPosts .categoriaPost .title {
	font-size: 16px;
	font-weight: bold;
	color: #dedede;
}
.lastPosts .categoriaPost .title:hover {
	color: #26c3f6;
}
.lastPosts .categoriaPost a:visited {
	background: url(images/tick-button.png) no-repeat scroll right center;
}
.post_image {
	float: left;
	width: 100px;
	height: 72px;
}
.post_image img {
	width: 90px;
	height: 68px;
	border-radius: 3px;
	padding: 2px;
	background: #fff;
}
#izquierda {
	position: relative;
	height: auto;
	padding: 2px;
	padding-left: 0;
	width: 65%;
	overflow: hidden;
	vertical-align: top;
	display: inline-block;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2);
	background: var(--background-secondary);
	margin-top: 2px;
}
#izquierda .size13 {
	font-weight:bold;
}
#centro {
	display:block;
	padding:2px 0 2px 8px;
	position:relative;
	width:98%;
	height:auto;
	vertical-align: top;
	overflow:hidden;
}
#derecha {
	padding:2px 0 2px 2px;
	position:relative;
	width:33%;
	height:auto;
	vertical-align: top;
	overflow:hidden;
	display: inline-block;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2);
	background: var(--background-secondary);
	margin-top: 2px;
}
#topsPostBox, #topsUserBox, #lastCommBox {
	padding: 8px 13px 15px;
	border-radius: 4px;
	margin-bottom: 10px;
	background: var(--background-secondary);
}
.container400{
	width: 80%;
	text-align:center;
}
.container400 .box_title {
	background: var(--background-secondary);
	color: var(--color-primary);	
	font-size: 13px;
}
.container400 .box_cuerpo {
	background: var(--background-primary);
}
.box_title {
	color: #fbfbfb;	
	font-size: 13px;
}
.box_cuerpo {	
	color: #fff8f8;
	padding: 0;
	margin: 0 auto;
	white-space: normal;
	height: auto;
	min-height: 300px;
	text-align: justify;
	border-top: none !important;
}
.top_post_image {
	display: inline-block;
	vertical-align: middle;
	width: 95px;
}
.number_list_small {
	float: right;
	font-size: 14px;
	font-weight: 300;
	text-align: right;
	letter-spacing: -.11em;
	line-height: 26px;
	background: var(--background-secondary);
	color: var(--background-primary) !important;
	padding: 0px 8px;
	border-radius: 4px;
}
.box_cuerpo div.filterBy {
	font-weight: bold;
	text-align: center;
	padding: 15px;
	color: #dedede;
	border-bottom: var(--border-secondary);
	border-top: none;
	font-size: 15px;
}
.box_cuerpo div.filterBy a {
	text-decoration: none;
	color: #dedede;
	padding: 15px;
}
.box_cuerpo div.filterBy a:hover {
color: #00aec8;
border-bottom: 1px solid #00aec8;
}


.box_cuerpo div.filterBy a.here {
	color: #00aec8;
	border-bottom: 1px solid #00aec8;
}
.box_cuerpo ol.filterBy {
	position: relative;
	display: none;
	overflow: hidden;
	width: auto;
}
.box_cuerpo ol.cleanlist {
	list-style: none outside none !important;
	padding: 0 0px;
}
ol.cleanlist li {
	list-style: none outside none !important;
	padding: 5px;
	margin-bottom: 5px;
	position: relative;
	background: #3E3E3E;
}
ol.cleanlist li span {
	margin: 5px;
}
.number_list {
	font-size: 26px;
	font-weight: lighter;
	line-height: 32px;
	color: #00aec8 !important;
	position: absolute;
}
.number_list_small {
	float: right;
	font-size: 14px;
	font-weight: 300;
	text-align: right;
	letter-spacing: -.11em;
	line-height: 26px;
	background: #00aec8;
	color: var(--background-primary) !important;
	padding: 0px 8px;
	border-radius: 4px;
}
.top_post_image img {
	margin-left: 24px;
	width: 68px;
	height: 52px;
	border-radius: 3px;
}
.title_list {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	margin: -2px 0 0;
	overflow: hidden;
	width: 60%;
	word-break: break-word;
	vertical-align: middle;
	color: #dedede !important;
}
.fix_left {
	margin-left: 30px;
	margin-top: 16px;
}
.estadisticas {
	margin: 10px 0;
}
.estadisticas span {
	padding: 10px;
}
.puntos {
	color: #0cff0c;
	margin-right: 8px;
	padding: 2px 14px !important;
	border-radius: 9999px;
	background: #00aec8;
}
.puntos:hover {
	color: #4fb34f;
	background: #484848;
}
.comentarios {
	color: #0030a2;
	margin-right: 8px;
	padding: 2px 14px !important;
	border-radius: 9999px;
	background: #00aec8;
}
.comentarios:hover {
	color: #0030a2;
	background: #484848;
}
.box_txt {
	color: #cdcdcd;
	font-size: 12px;
}
br.space {
	display: block;
	margin: 3px 0;
}
.wMod, .module {
	margin-bottom: 12px;
	padding: 6px;
	position: relative;
	border-radius: 5px;
	background: var(--background-secondary);
	color: white;
}
#lastFotos .wMod-h {
	color: #cdcdcd;
}
.wMod-h {
	padding: 2px;
	margin-bottom: 5px;
	border-bottom: var(--border-secondary);
}
.wMod-data {
	padding: 0;
	text-align: center;
	position: relative;
	height: auto;
	overflow: hidden;
}

.wMod-data img {
	min-height: 40px;
	max-height: 40px;
	max-width: 100%;
	width: 100%;
}

.imContent {
	position: absolute;
	top: -150px;
	width: 100%;
}

.imContent img {
	width: 100%;
}

.imContent img {
	min-height: 150px;
	max-height: 150px;
	max-width: 100%;
}
#webStats td {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 2px;
	padding-left: 20px;
}
.usuarios_online {
	color: #00aec8 !important;
	font-weight: bold;
}
.box_rss {
	float: right;
	padding: 6px;
	margin-top: -5px;
}
#fotos_content {
	height: 150px;
	/*! margin-left: 100px; */
}
#pie {
	clear: left;
	width: 100%;
	padding: 6px 0;
	text-align: left;
	color: #e1e1e1;
	background: var(--background-secondary);
}
#pie a {
	color: #FFF;
	display: block;
	padding: 10px;
}
#pie i {
	background: #00aec8;
	padding: 10px;
	color: #fff;
	border-radius: 10px 0;
}
#pie span {
	margin-left: 10px;
}
#pie span:hover {
	color: white;
}
.pie_links {
	display: inline-block;
}
.pie_terms {
	float: right;
}
#banner {
	min-width: 379px;
	max-width: 468px;
	position: absolute;
	display: block;
	right: 0;
	top: -22px;
	z-index: 3;
	overflow: hidden;
}
#pp_copyright {
	padding: 12px;
	text-align: center;
	color: #eee;
}
#pp_copyright a {
	color: #fff;
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
.container170 {
    width: 170px;
}
#mask {
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
	background: #111;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#mydialog {
	z-index: 99999;
	position: absolute;
}
#mydialog #dialog {
	text-align: left;
	border: 3px solid var(--background-primary);
	display: none;
	z-index: 101;
	min-width: 375px;
	box-shadow: #333 0px 0px 25px;
}
.phpost_img{
	width: 100%;
	max-width: 640px;
}
.registro #dialog {
	width: 375px !important;
}
#mydialog #dialog #title {
	text-align: left;
	text-shadow: 0 1px 0 #003851;
	border-bottom: 2px solid #0c75ac;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	background: var(--background-secondary);
}
#mydialog #cuerpo {
	position: relative;
	text-align: left;
	background: var(--background-head);
}
#mydialog #dialog {
	text-align: left;
}
#mydialog #procesando {
	display: none;
	background: white;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 102;
	position: absolute;
	height: 100%;
	width: 100%;
}
.close_dialog {
	position: absolute;
	right: 8px;
	top: 8px;
	cursor: pointer;
}
.emptyData {
	padding: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #3e3e3e;
	border: 1px solid #3c3f42;
	color: white;
}
#modalBody {
	text-align: center;
	font-size: 13px;
}
.registro #modalBody {
	text-align: left !important;
}
.registro select {
	display: block;
	margin-right: 5px;
}
.registro .pasoUno select {
	float: left;
}
.pasoDos select {
	width: 120px;
	margin-bottom: 5px;
}
.registro input.checkbox {
	margin: 0 0 5px 0 !important;
	width: auto !important;
}
.registro #modalBody {
	text-align: left !important;
}
.form-line {
	position: relative;
}
#modalBody label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	color: white;
}
#mydialog #procesando #mensaje {
	color: #222;
	position: relative;
	height: 100%;
}
#mydialog #procesando #mensaje img {
	left: 44%;
	margin-right: 10px;
	position: absolute;
	top: 29%;
	vertical-align: middle;
	width: 25px;
}
.registro #modalBody {
	text-align: left !important;
	padding: 0 !important;
}
.registro label {
	margin: 0 0 5px;
}
.registro input {
	width: 290px !important;
}
.registro #modalBody #RegistroForm {
	padding: 20px 30px 10px 30px;
}
.registro #modalBody {
	text-align: left !important;
}
.form-line {
	position: relative;
}
.help {
	color: #FFFFFF;
	font-family: 'Lucida Grande';
	font-size: 12px;
	left: 300px;
	position: absolute;
	text-shadow: 0 1px 1px #000000;
	top: 10px;
	width: 350px;
	display: none;
}
.help em, .help span {
	background-image: url('images/bg_feedback.png');
}
.help em {
	display: block;
	font-weight: bold;
	height: 20px;
	padding: 14px 10px 12px 39px;
}
.registro label.list-label {
	display: inline !important;
	font-weight: normal !important;
	text-shadow: none !important;
}
.registro input.radio {
	width: auto !important;
}
.help span {
	background-repeat: no-repeat;
	float: left;
	height: 45px;
	padding-right: 13px;
}
.help.info span em { background-position: top left; }
.help.info span { background-position: top right; }

.help.error span em  { background-position: left -90px; }
.help.error span { background-position: right -90px; }

.help.loading span em  { background-position: left -135px; }
.help.loading span { background-position: right -135px; }

.help.ok span em { background-position: left -45px; }
.help.ok span { background-position: right -45px;; }

#modalBody input {
	margin: 0;
	vertical-align: middle;
	margin-bottom: 10px;
	border: 1px solid #c4c2b9;
	padding: 6px 4px;
	color: white;
}
.mBtn {
	border-radius: 9999px !important;
	color: #fff !important;
	display: inline-block;
	width: auto;
	font-weight: bold;
	font-size: 12px;
	min-width: 100px;
	cursor: pointer;
	padding: 12px;
}
.registro input.mBtn {
	width: auto !important;
}
.btnOk {
	border-color: #4e4e4e !important;
	background: #00aec8 !important;
}
.btnOk:hover {
	border-color: #4e4e4e !important;
	background: #3e3e3e !important;
}
.mBtn.btnCancel {
	border-color: #b03232 !important;
	background-color: #b03232 !important;
}
.mBtn.btnGreen {
    border-color: #54a861 !important;
    background-color: #27672e !important;
}
.mBtn.btnYellow{
	background: #0c73aa;
}
.btn_g {
	display: inline-block;
	font-weight: bold;
	padding: 5px 12px;
	font-size: 12px;
	margin-top: 0;
	border-radius: 3px;
	background-image: linear-gradient(to top, #096aa1, #26c3f6);
}
.btn_g:hover {
	border-color: #4e4e4e !important;
	background: #3e3e3e !important;
}
.btn_g a, .btn_g {
	color: #fff !important;
	cursor: pointer;
}
.btn_g span, .btn_g span:hover {
	text-decoration: none !important;
}
#mydialog #buttons {
	padding: 15px 0;
	text-align: center;
	width: 100%;
}
.afiliados_img{
	width: 190px; 
	height: 40px;
}
.opciones_usuario {
	float: right;
	text-align: right;
	height: 30px;
}
.opciones_usuario.anonimo {
	border: none;
}
.registrarme {
	display: inline-flex;
	color: #f0f0f0 !important;
	font-size: 10pt;
	font-weight: bold;
	padding: 10px;
}
.registrarme:hover {
color: #26c3f6 !important;
}
a.iniciar_sesion {
	background: #00aec8;
	font-weight: 700;
	line-height: 14px;
	height: 34px;
	min-width: 34px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	padding: 0 18px;
	transition: transform .1s;
	margin: 3px 5px;
	color: #f0f0f0;
}
a.iniciar_sesion:hover {
	background: #3e3e3e;
}
.here a.iniciar_sesion {
	color: #efefef;
	background: #00aec8;
}
.here a.iniciar_sesion:hover {
	color: #fff;
	background: #3e3e3e;
}
#login_box {
	position: absolute;
	right: 0px;
	top: 32px;
	width: 240px;
	z-index: 3000;
	display: none;
}
.opciones_usuario {
	text-align: right;
}
.login_cerrar {
	position: absolute;
	top: 13px;
	cursor: pointer;
	border: 0px;
}
#login_box .login_cuerpo {
	border-radius: 0 0 10px 10px;
	background: #292929;
	color: var(--color-primary);
	margin-top: 10px;
	padding: 15px 20px;
	text-align: left;
	white-space: normal;
}
.login_cuerpo #login_cargando {
	display: none;
	position: absolute;
	width: 16px;
	height: 16px;
	right: 20px;
	top: 20px;
	border: 0px;
}
.gif_cargando {
	background: transparent url('images/cargando.gif') no-repeat scroll left top;
	display: none;
	height: 16px;
	width: 16px;
	top: 4px;
	position: relative;
}
.login_cuerpo #login_error {
	display: none;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	color: red;
}
.login_cuerpo form {
	font-weight: bold;
	margin: 0px;
}
#login_box .login_cuerpo label {
	font-size: 12px;
	text-transform: uppercase;
	color: white;
}
.login_cuerpo input.ilogin {
	width: 180px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #4e4e4e;
	background: #3e3e3e;
	margin: 0 0 10px 0;
	padding: 8px;
	color: white;
}
/* HOVER CARD */
.bubble-wrapper {
	position: absolute;
}
.bubble-divot {
	background: url("images/icons/divvy.png") no-repeat;
	height: 15px;
	left: 16px;
	width: 27px;
	bottom: 0;
	position: absolute;
}
.bubble-content {
	background-color: #FFFFFF;
	border-color: #DDDDDD;
	border-radius: 5px;
	border-style: solid;
	border-width: 5px 4px 4px;
	box-shadow: 0 1px 0 #AAAAAA;
	margin: 10px 0 11px;
	overflow: hidden;
}
.hovercard-inner {
	width: 312px;
}
.hovercard-inner .bd {
	overflow: hidden;
	padding: 10px;
}
.hovercard-inner .footer {
	background-color: #F6F6F6;
	height: 39px;
	border-top: 1px solid #DDD;
}
.profile-pic {
	float: left;
	height: 48px;
	position: relative;
	width: 48px;
}
.perfil_right{
	float: right !important;
	margin-top: 3px;
}
.avatar {
	background-color: #181A1C;
	width: 100px;
	height: 100px;
	padding: 2px;
	border: 1px solid #414447;
}
.hovercard-inner .avatar {
	display: block;
	float: left;
	height: 48px;
	width: 48px;
	padding: 1px;
}
.bio {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
}
.hovercard-inner .bio {
	margin-left: 56px;
}
.hovercard-inner .bio p {
	line-height: 16px;
	margin: 0;
}
.hovercard-inner .sn a {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}
.hovercard-inner .fn-above {
	font-family: "helvetica neue",helvetica,arial,sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.status {
	width: 16px;
	height: 16px;
	background-image: url(images/status.png);
	background-repeat: no-repeat;
}
.offline {
	background-position: left -48px;
}
.hovercard-inner .description {
	clear: left;
	color: #656565;
	height: auto;
	overflow: hidden;
	padding-top: 3px;
}
.hovercard-inner .description p, .hovercard-inner .description ul {
	color: #333333;
	padding: 3px 0;
	margin: 0;
}
.hovercard-inner .user_stats li {
	float: left;
	letter-spacing: -0.5px;
	padding: 1px 12px;
	text-align: center;
	overflow: hidden;
}
.hovercard-inner .user_stats .stat {
	color: #333333;
	display: block;
	font-family: "Helvetica Neue",Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.hovercard-inner .user_stats li.last {
	border-right-width: 0;
}
.hovercard-inner .user_stats li.first {
	padding-left: 0;
}
/* TOOLTIPS */
.notificaciones-list .tipsy-inner {
	background-color: var(--background-tips);
}

.tipsy {
	padding: 3px 3px 5px 3px;
	font-size: 10px;
	background-repeat: no-repeat;
}
.tipsy-inner {
	padding: 4px 5px;
	background: var(--background-tips);
	color: var(--background-primary);
	max-width: 220px;
	text-shadow: 0 1px 1px var(--background-tips);
	border: 1px solid var(--background-tips);
	text-align: center;
	font-weight: bold;
	border-radius:3px;
	opacity: 0.8;
}
#mensaje-top {
    clear: left;
    width: 100% !important;
    height: auto;
    font: 13px "Helvetica Neue", Century Gothic;
    color: #5f5a5a;
    background-color: #ebd353;
    border: 1px solid #d7c55b;
    text-align: center;
    line-height: 1.5;
    padding: 10px;
    position: relative;
    display: block;
    z-index: 99;
}
.right {
	width: 70%;
	position: relative;
	display: inline-block !important;
	vertical-align: top;
	float: none !important;
}
.left {
	width: 28%;
	position: relative;
	display: inline-block;
	vertical-align: top;
	float: none !important;
}
.alert{
	background: #ec1f1f;
	padding: 0px 4px;
	border-radius: 2px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	margin-left: -8px;
	margin-top: -8px;
	opacity: 0.8;
}

.al0{display:none !important}
.box_txt, .box_txt_perfil_izq, .box_txt_perfil_der {
	color: #eae5e5;
	font-size: 15px;
	padding: 10px;
	background: var(--background-secondary);
}
#loading {
	position: fixed;
	top: 0;
	left: 44%;
	width: 120px;
	text-align: center;
	background: rgb(0, 174, 200);
	color: var(--background-primary);
	font-size: 14px;
	padding: 8px 10px;
	border-radius: 0 0 5px 5px;
	z-index: 10003;
}
#clima_loading, .ac_loading {
	background: var(--background-primary) url('images/ajax-loader.gif') right center no-repeat;
}
.sidebar-tabs .avatar-big-cont .avatar-loading {
	width: 120px;
	position: absolute;
	height: 120px;
	opacity: 0.8;
	   filter: alpha(opacity=80); 
	background: #FFF url(images/large-loading.gif) no-repeat scroll 45px 45px;
}
.tabbed-d .sidebar-tabs .avatar-big {
	display:block;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
}

.sidebar-tabs .avatar-big-cont {
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
	padding: 1px;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 16px auto 8px auto;
}

.tabbed-d .sidebar-tabs .change-avatar {
	width: 80px;
	-moz-border-radius: 5px;
	border: 1px solid #bb8823;
	float: left;
	margin: 0 0 0 80px;
	clear: both;
}

.sidebar-tabs .cover-big-cont {
	position: relative;
	width: 234px;
	height: 120px;
	overflow: hidden;
	padding: 1px;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 16px auto 8px auto;
}

.sidebar-tabs .cover-big-cont .cover-loading {
	width: 234px;
	position: absolute;
	height: 120px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: #FFF url(images/large-loading.gif) no-repeat scroll 45px 45px;
}

.tabbed-d .sidebar-tabs .cover-big {
	display: block;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.tabbed-d .sidebar-tabs .change-cover {
	width: 80px;
	border-radius: 5px;
	border: 1px solid #bb8823;
	float: left;
	margin: 0 0 0 80px;
	clear: both;
}

.tabbed-d .sidebar-tabs li {
    float:left;
    position: relative;
	background: url(images/nav-change.gif) repeat-x top left;
}

.tabbed-d .sidebar-tabs li:hover {
	background: #f3e772;
}


.tabbed-d .sidebar-tabs li.active,.tabbed-d .sidebar-tabs li:active {
	background: url(images/nav-change-active.gif) repeat-x top left;
}

.tabbed-d .sidebar-tabs li span {
	background: url(images/border_change_avatar.gif) no-repeat right top;
	display: block;
}

.container940{
	width: 90%;
	margin: auto;
}
.notificaciones-list {
	display: none;
	background: #292929;
	position: absolute;
	z-index: 300;
	width: 320px;
	text-align: left;
	font-weight: normal;
	color: #00aec8;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid #5a5a5a;
	margin-top: 11px;
	margin-left: -4px;
}
.notificaciones-list ul {
	max-height: 250px;
	overflow-y: auto;
	padding: 0 10px;
	margin: 5px 0;
}
.userInfoLogin ul li div.notificaciones-list ul li {
	display: block;
	border-top: 1px solid #5A5A5A !important;
	float: none;
	padding: 5px 3px;
	border: none;
	line-height: 18px;
	margin: 0;
}
.userInfoLogin ul li div.notificaciones-list ul li a {
	display: inline;
	width: auto;
	height: auto;
	margin: 0;
	color: #26c3f6;
	padding: 0;
	border-right: none;
	font-weight: bold;
	text-shadow: none;
}
.box_rss a{
	cursor:pointer !important;
	color:var(--color-secondary) !important;
}
.ver-mas {
	text-align: center;
	font-weight: bold;
	text-shadow: none;
	color: #e8f4ff !important;
	border-top: 1px solid #414447;
	border-bottom: 1px solid #414447;
	background: var(--background-secondary);
}
.estadisticasList ul li a {
	color: #8d8d8d;
}
/*
    ICONOS EN MONITOR Y ACTIVIDAD
    ---------------------------------------------------
*/
.monac_icons {
    background-image: url(images/sprite-monac.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    font-size: 12px;
    height: 16px;
    margin-right: 5px;
    width: 16px;
}
span.ma_voto_negativo {background-position: 0 -16px;}
span.ma_comment_post {background-position: 0 -32px;}
span.ma_comment_resp {background-position: 0 -48px;}
span.ma_post {background-position: 0 -64px;}
span.ma_points {background-position: 0 -80px;}
span.ma_star {background-position: 0 -96px;}
span.ma_follow {background-position: 0 -112px;}
span.ma_follow_post {background-position: 0 -128px;}
span.ma_blue_ball {background-position: 0 -144px;}
span.ma_share {background-position: 0 -160px;}
span.ma_status {background-position: 0 -176px;}
span.ma_wall_post {background-position: 0 -192px;}
span.ma_w_comment {background-position: 0 -208px;}
span.ma_w_like {background-position: 0 -224px;}
span.ma_photo {background-position:  0 -240px;}
span.ma_medal{ background: url(images/icons/med/blue_bronze_16.png);}
/* MENSAJES PRIVADOS Y ADMINISTRACION */
.boxy {
	box-shadow: 0 0 5px #CCC;
	background: var(--background-secondary);
}
.boxy a {
	color: #e3e3e3;
	font-weight: bold;
	font-size: 12px;
}
.boxy a:hover {
	color: #26c3f6;
}
.boxy-title {
	padding: 10px;
	position: relative;
}
.boxy-title h3 {
	margin: 0;
	font-size: 13px;
	color: #00aec8;
}
.boxy-content {
	padding: 12px;
	color: white;
}
.boxy ul {
	margin-bottom: 10px;
}
.boxy .cat-list li {
	position: relative;
	padding: 3px;
}
.boxy ul li {
	display: block;
	padding: 3px 0;
}
.boxy .cat-list li.active {
	background: #00aec8;
	border: 1px solid #3079ED;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.boxy .cat-list li span.cat-title {
	display: block;
	height: 16px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.boxy .cat-list li.active span, .boxy .cat-list li.active span a {
	color: var(--background-primary);
}
.boxy .cat-list li span.count {
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: 3px;
	top: 4px;
}
.boxy hr {
	border-top: dashed 1px #414447;
	background: var(--background-primary);
	margin: 10px 0;
}
.boxy h4 {
	color: #d5d1d1;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #414447;
}
.categoriaList {
	border: 1px solid #414447;
	background: #292929;
	margin-bottom: 10px;
	display: inline-block;
	width: 49%;
	min-height: 200px;
}
.categoriaList h6 {
	margin: 0 0 10px 0;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 0 10px 8px;
	border-bottom: 1px dashed #fff;
}
.phpostAlfa {
	color: #CCCCCC;
	font-size: 22px;
	font-weight: bold;
	padding: 50px 0;
	text-align: center;
}
.form-add-post .option p {
	margin: 0 0 10px 5px;
	color: #fff;
	width: 260px;
}
#foto_form label {
	font-size: 12px;
	cursor: pointer;
}
.form-add-post .option label {
	font-weight: bold;
	font-size: 11px;
	display: block;
	padding: 0;
	color: #00aec8;
	cursor: pointer;
}
.tabbed-d .sidebar-tabs li {
	float: left;
	position: relative;
	background: url(images/nav-change.gif) repeat-x top left;
}
.tabbed-d .sidebar-tabs li.url-file span {
	background: none;
}
.tabbed-d .sidebar-tabs li a {
	text-indent: -99999px;
	display: block;
	background-image: url(images/icon_change_avatar.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 25px;
	cursor: pointer;
}
.tabbed-d .sidebar-tabs li.local-file a {
	background-position: -29px 6px;
}
.tabbed-d .sidebar-tabs li.url-file a {
	background-position: 12px 6px;
}
.tabbed-d div.mini-modal {
	position: absolute;
	padding: 12px;
	border: 1px solid #414447;
	width: 220px;
	right: -105px;
	top: 30px;
	display: none;
	z-index: 9;
	background: var(--background-secondary);
}
.tabbed-d div.mini-modal .dialog-m {
	height: 10px;
	left: 110px;
	position: absolute;
	top: -10px;
	width: 18px;
	background: transparent url(images/dialog-a.png) no-repeat top left;
}
.tabbed-d div.mini-modal span {
	background: none;
	margin: 0 0 3px 0;
}
.tabbed-d div.mini-modal input {
	width: 215px;
}
.tabbed-d div.mini-modal input.browse {
	width: 120px;
}
.jcrop-holder {
	text-align: left;
}
.jcrop-hline {
	width: 100%;
	height: 1px !important;
}
.jcrop-vline, .jcrop-hline {
	font-size: 0;
	position: absolute;
	background: var(--background-primary) top left repeat;
}
.jcrop-tracker {
	width: 100%;
	height: 100%;
}
.jcrop-handle {
	font-size: 1px;
	width: 15px !important;
	height: 16px !important;
	background: url('images/handle.png') no-repeat top left;
}
.tabbed-d fieldset {
	clear: both;
	border: none !important;
}
.m-col1 {
	min-width: 74px;
	float: left;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}
.m-col2 {
	width: auto;
	float: left;
	padding: 5px;
	font-size: 12px;
	text-align: left;
}
.uSuspendido { color:red!important}
.especial1 .comment-box { -moz-box-shadow: 0 0px 10px #7DBEF1;-webkit-box-shadow: 0 0px 10px #7DBEF1;box-shadow: 0 0px 10px #7DBEF1;border: 1px solid #7DBEF1; }
.especial2 .comment-box { -moz-box-shadow: 0 0px 10px #ffcbcb;-webkit-box-shadow: 0 0px 10px #ffcbcb;box-shadow: 0 0px 10px #ffcbcb;border: 1px solid #ff0000; }
.especial3 .comment-box { -moz-box-shadow: 0 0px 10px #ff8c00;-webkit-box-shadow: 0 0px 10px #ff8c00;box-shadow: 0 0px 10px #ff8c00;border: 1px solid #ff8c00; }
/* COMENTARIOS */
.textarea-edit {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    margin: 5px 0 0;
    max-height: 500px;
    min-height: 50px;
    padding: 5px;
    width: 98%;
}
.btnEdit {
    width: auto; 
    margin:3px 0;
}
.comment-box .comment-info {
	font-size:11px;
	border-bottom: 1px solid #b4b4b4;
	height: 26px;
	overflow: hidden;
	padding: 0 !important;
}
.comment-content .answerOptions  ul li {
  padding:0px 5px 0 10px;
	
}
.answerOptions .metaDataA {
  margin-left: 4px;
}
.answerOptions ul li {
  float: left;
  display:block;
	background: url('images/com-sep.png') repeat-y top left;  padding:0px 5px 0 10px;
	padding: 6px 5px 0;
}
.comment-box:hover .answerOptions ul li {
	opacity: 1!important;
}
.answerOptions ul li.deleteAnswer a img  {
  margin: 2px;
}
.answerOptions .systemicons {
  margin-top:1px;
}
.answerOptions ul li a span {
	background: url('images/sprite-comment.png') no-repeat;
	display: block;
	height: 20px;
	width: 20px;
} 
.answerOptions ul li a span.voto-n-comentario  { background-position: -42px -2px; } 
.answerOptions ul li a span.voto-p-comentario  { background-position: -42px -24px; } 
.answerOptions ul li a span.voto-n-comentario:hover  { background-position: -63px -2px; } 
.answerOptions ul li a span.voto-p-comentario:hover  { background-position: -63px -24px; } 
.answerOptions ul li a span.editar-comentario  { background-position: -42px -44px; } 
.answerOptions ul li a span.editar-comentario:hover  { background-position: -63px -44px; } 
.answerOptions ul li a span.moderar-comentario  { background-position: 0 -44px; } 
.answerOptions ul li a span.moderar-comentario:hover  { background-position: -21px -44px; } 
.answerOptions ul li a span.citar-comentario  { background-position: 0px -2px; } 
.answerOptions ul li a span.citar-comentario:hover  { background-position: -21px -2px; } 
.answerOptions ul li a span.borrar-comentario  { background-position: 0 -23px; } 
.answerOptions ul li a span.borrar-comentario:hover  { background-position: -21px -23px; }
.numbersvotes {
	height: 20px;
	text-shadow: 0 1px 0 #ececec;
}
.numbersvotes .stats {
	display: none
}
span.positivo {
	color: #4ca306;
	font-weight: bold;
}
span.negativo {
	color: #a30606;
	font-weight: bold;
}
.comment-info .floatL {
	padding: 6px;
}
/**** STATUS ****/
.status {
   width:16px; 
   height:16px;
   background-image: url(images/status.png);
   background-repeat: no-repeat;
}
.online {background-position: left 0;}
.busy {background-position: left -16px;}
.inactive{background-position: left -32px;}
.offline {background-position: left -48px;}
.banned {background-position: left -64px;}

/* Mensajes */
#mensaje-top {
    clear: left;
    width: 100% !important;
    height: auto;
    font: 13px "Helvetica Neue", Century Gothic;
    color: #5f5a5a;
    background-color: #ebd353;
    border: 1px solid #d7c55b;
    text-align: center;
    line-height: 1.5;
    padding: 10px;
    position: relative;
    display: block;
    z-index: 99;
}
#msg_install {
	position: fixed !important;
	z-index: 999;
	width: 100%;
	background-color: #fff9da;
	border: 1px solid #f7f1cc;
	padding: 10px;
	margin: 0px;
	font: 15px "Helvetica Neue", Century Gothic;
	line-height: 1.5;
	color: #656565;
	text-align: center;
}
.msgtxt li a{
    font-weight: bold;
}

.m-mensaje-ok, .mensajes.ok{
	display: block;
	border: 1px solid #29ba29;
	background: #C0E5A2;
	text-align: center;
	padding: 8px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #217121;
	border-radius: 2px;
}

.m-mensaje-error, .mensajes.error{
	display: block;
	border: 1px solid #414447;
	text-align: center;
	padding: 8px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #fdfdfd;
	border-radius: 2px; 
	background: var(--color-here);
}
.m-linea-mensaje {  width:701px;height:25px;background: none repeat scroll 0%; font-size:12px;border-style: solid none none none; border-color:#999; border-width:1px; padding:0px; font-weight:bold; background-color:#FDFBE7;}
.m-linea-mensaje-open { width:701px;height:25px;background: none repeat scroll 0%; font-size:12px;border-style: solid none none none; border-color:#999; border-width:1px; padding:0px;}
.m-opciones {      width:45px;height:25px;float:left; border-style: none ;}
.m-opciones-open { width:45px;height:25px;float:left; border-style: none ;}
.m-remitente {      width:100px;height:25px;float:left;border-style: none none none solid; border-color:#999; border-width: 1px; padding-left:5px; font-weight:bold; }
.m-remitente-open { width:100px;height:25px;float:left;border-style: none none none solid; border-color:#999; border-width: 1px; padding-left:5px; }
.m-destinatario {      width:100px;height:25px;float:left;border-style: none none none solid; border-color:#999; border-width: 1px; padding-left:5px; font-weight: bold;}
.m-destinatario-open { width:100px;height:25px;float:left;border-style: none none none solid; border-color:#999; border-width: 1px; padding-left:5px; }
.m-asunto {      width:399px;height:25px;float:left;border-style: none none none solid; border-color:#999; border-width: 1px; padding-left:5px; font-weight:bold;}
.m-asunto A {text-decoration: underline; color: blue;}
.m-asunto-open { width:399px;height:25px;float:left;border-style: none none none solid; border-color:#999; border-width: 1px; padding-left:5px; }
.m-asunto-carpetas {       width:293px;height:25px;float:left;border-style: none none none solid; border-color:#999; border-width: 1px; padding-left:5px; font-weight:bold;}
.m-asunto-carpetas A {text-decoration: underline; color: blue;}
.m-asunto-carpetas-open  { width:293px;height:25px;float:left;border-style: none none none solid; border-color:#999; border-width: 1px; padding-left:5px; }
.m-fecha {      width:138px;height:25px;float:left; border-style: none none none solid; border-color:#999; border-width: 1px; padding-left:5px; font-weight:bold;}
.m-fecha-open { width:138px;height:25px;float:left; border-style: none none none solid; border-color:#999; border-width: 1px; padding-left:5px; }
.show_error{ color: var(--background-primary) }
/* RESPONSIVE DESIGN */

@media only screen and (min-width:220px) and (max-width:768px){
	#izquierda, #derecha, #centro, #buscadorBig {width: 98% !important}
	.user-level, .wysibb-toolbar, .answerInfo, #tabbedsearch, .userInfoLogin, .perfil-info, .pie_terms,#tabbedhome,.registrarme{display:none !important}
	.post-first-block, .post-similar, #left_box, #center_box{width: 99% !important}
	.menu_movil{display:block !important}
	.perfil-avatar img{width:44px !important;height:44px !important}
	.Story_Pic {width: 12% !important}
	a.iniciar_sesion{padding: 0 5px !important}
	.registrarme{padding: 2px !important}
	.button_destacados{margin-right: 5px !important}
	.phpost_iframe{width:80% !important}
	.box_cuerpo div.filterBy a {padding: 5px !important}
	#fotos_content{margin-left: 20%}
	.buttons_top {display: block !important;width: 90% !important;margin: auto !important}
	.button_destacados,.button_recientes{margin-bottom: 10px !important}
	#select_google, #select_web, #select_tags {padding: 5px !important}
	.floatL select{display:block !important}
	.searchCont, #resultados, .searchBar {width: 70% !Important;display: block !important}
	.searchEngine .mBtn {padding: 10px !important;display: block !important}
	.filterSearch, .searchEngine {padding: 5px !important;width: 100%;display: inline-table;}
	.searchBar{width: 166px !important;display: block !important;position: relative !important}
	.right,.left,.left_box,.right_box,.phpost,.version {width: 97% !important}
	.fotos-detail li, .chat_msgs  {width: 99% !important}
	.fotos-detail .notification-info {width: 62% !important}
	.wysibb .wysibb-text {margin: 1px !important;height: 120px;overflow: auto}
	.avatar,.udata_imagen_post img{width: 38px !important;height: 38px !important}
	.udata_avatar{width: 10% !important}
	.udata_content{width: 78% !important}
	.udata_imagen_post{width: 10% !important}
	div.v_info .v_follow {position: relative !important}
	.btn_g a, .btn_g {margin-top:2px;margin-bottom: 2px}
	.infoPost strong.title,.geoip, .perfil_right {display:none !important}
	.avatar-box img {width: 30px !important;height: 30px !important}
	#fg_centro .form form {width: 78% !important}
	.form textarea{width: 90% !important}
	#fg_centro .form{margin-bottom: 30px}
	.menu-tabs-perfil li {float:none !important; display: block}
	.chat_msgs ul li #bubble{width:78% !important;padding: 3px !important}
	.chat_avatar img{margin-left: 4px !important;width: 32px !important;height: 32px !important}
	.chat_username{margin-right: -45px !important;font-size: 10px !important}
	.chat_avatar_me img{margin-right: 4px !important;width: 32px !important;height: 32px !important}
	.chat_username_me{margin-left: -45px !important;font-size: 10px !important}
}
.cambios ul li {
    color: #FFF !important;
}

#pnuevo {
    font-size: 10px;
    float: left;
    background: #00aec8;
    padding: 2px 6px;
    color: white;
    border-radius: 3px;
    font-weight: 400;
    margin-right: 8px;
}
