@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
* {
	box-sizing: border-box;
	text-decoration: none;
	outline: none;
}
.fa {
	transform:rotate(0.001deg)
}
html{
	overflow-y: scroll !important;
}
body,html {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans';
	text-align: center;
	overflow: hidden;
	font-size: 13px;
}
.transition{-webkit-transition:all 200ms ease-in-out;-moz-transition:all 200ms ease-in-out;-o-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}
.center {
	text-align: center !important;
}
.col-2 {
	float: left;
	width: 20%;
}
.col-25 {
	float: left;
	width: 25%;
}
.col-4 {
	float: left;
	width: 40%;
}
.col-5 {
	float: left;
	width: 50%;
}
.col-6 {
	float: left;
	width: 60%;
}
.col-8 {
	float: left;
	width: 80%;
}
.col-10 {
	float: left;
	width: 100%;
}
.col-75{
	float: left;
	width: 75%;
}
.col-4 img {
	max-width: 100%;
}
.hidden {
	display: none;
}
.align-left {
	text-align: left !important;
}
.font-12 {
	font-size: 0.92em !important;
}
.font-13 {
	font-size: 1em !important;
}
header {
	position: fixed;
	background-color: #FFF;
	height: 50px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	z-index: 999;
}
header div#logo {
	float: left;
	width: 175px;
	padding-top: 4px;
}
header div#head-btns {
	float: right;
	padding-top: 8px;
}
header div#head-btns a {
	display: inline-block;
	background-color: #2ca3cf;
	color: #FFF;
	border-radius: 25px;
	padding: 7px 12px;
	font-size: 1.08em;
	font-weight: 500;
	border: 1px solid #2ca3cf;
}
header div#head-btns a:hover {
	background-color: #2278af;
	border: 1px solid #2278af;
}
header div#head-btns a#iniciar-head {
	background-color: #FFF;
	color: #2ca3cf;
}
header div#head-btns a#iniciar-head:hover {
	background-color: #2278af;
	border: 1px solid #2278af;
	color: #FFF;
}
header div#logo img {
	float: left;
	max-width: 95%;
	margin-left: 5%
}
.ancho_fijo {
	width: 1080px;
}
.contenedor-web {
	display: inline-block;
	width: 100%;
}
header + div.contenedor-web , header + div#fondo-canal , header + div#fondo-grupo , header + div#cabecera-crear , header + div#cabecera-search{
	margin-top: 50px;
}
.contenedor-web-grande {
	display: inline-block;
	min-width: 1180px;
	max-width: 1300px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
footer {
    align-content: center;
}
footer > div.contenedor-web{
    width: 100% !important;
    display: inline-block !important;
}
@media (min-width: 1400px) {
footer > div.contenedor-web{
    width: 1232px !important;
    display: inline-block !important;
}
}
.barra-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}
footer div.contactar-footer {
    float: left;
    font-size: 1em;
	color: rgba(0, 0, 0, 0.60);
	padding-left: 10px;
}
ul.links-footer {
	float: right;
}
ul.links-footer li {
	float: left;
    padding: 0px 10px;
    font-size: 1em;
}
ul.links-footer li a {	
	color: rgba(0, 0, 0, 0.60);
}
#head-notification{
	position: relative;
}
#header-avatar {
	float: left;
	width: 60px;
	border-radius: 50%;
	border: 3px solid #c6d8e4;
}
#header-avatar:hover {
	border: 3px solid #f6d745;
}
#head-menu {
	float: right;
	padding-right: 25px;
}
#head-menu li {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
#head-menu li a {
	position: relative;
	float: left;
	line-height: 50px;
	font-size: 1em;
	color: rgba(0,0,0,0.5);
}
#head-menu li a span.not {
	display: none;
	position: absolute;
	width: 16px;
	height: 16px;
	line-height: 16px;
	background-color: #e9db62;
	color: #FFF;
	right: -16px;
	top: 10px;
	border-radius: 50%;
	font-size: 0.69em;
}
#head-menu li a i {
	font-size: 1.69em;
	top: 2px;
	position: relative;
	padding-right: 5px;
	color: rgba(0,0,0,0.3);
}
#head-menu li a:hover {
	color: rgba(0,0,0,0.7);
}
#head-menu li a:hover i {
	color: #34bbed;
}
#head-menu li a span#mini_chat_unread {
	position:absolute;
	width: 12px;
	height: 12px;
	line-height: 12px;
	border-radius: 50%;
	moz-border-radius: 50%;
	background-color: #ff7800;
	color: #FFF;
	right: -13px;
	top: 10px;
	font-size: 0.62em;
	display: block;
	text-align: center;
	display: none;
}
#mask {
	position: absolute;
	z-index: 99999;
	background-color: rgba(0,0,0,0.75);
	top: 0px;
	left: 0px;
}
#modal-login,#modal-alertas {
	position: absolute;
	z-index: 999999;
}
/*/BUSCADOR/*/
div#buscador {
	float: left;
	padding-left: 35px;
	padding-top: 10px;
}
div#buscador div#box-buscador{
	float: left;
	border: 1px solid rgba(0,0,0,0.08);
	width: 250px;
	height: 31px;
	border-radius: 5px;
	background-color: #f5f8fa;
}
div#buscador div#box-buscador input{
	float: left;
	width: 210px;
	height: 26px;
	background-color: #f5f8fa;
	border: 0px;
	margin-left: 2px;
	font-size: 1em;
	padding-left: 5px;
}
div#buscador div#box-buscador button{
	float: left;
	width: 34px;
	height: 24px;
	background-color: #f5f8fa;
	border: 0px;
	margin-right: 2px;
	color: #636072;
}
/*/NOTIFICACIONES/*/
#notificaciones {
	position: absolute;
	background-color: #FFF;
	width: 280px;
	min-height: 50px;
	top: 60px;
	right: 0%;
	border-radius: 5px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#notificaciones div#notificaciones-container {
	max-height: 250px;
	overflow: hidden;
}
#notificaciones div#sms-loader {
	line-height: 50px;
}
#notificaciones:before {
	position: absolute;
	top: -7px;
	left: 155px;
	content: '';
	width: 0; 
  height: 0; 
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #FFF;
}
#autocomplete-buscador {
	display: none;
	position: absolute;
	z-index: 9999;
	background-color: #f5f8fa;
	border-radius: 3px;
	overflow: hidden;
}
.complete-resultado:nth-child(odd) {
	background-color: #FFF;
}
.complete-resultado div.img {
	float: left;
	width: 20%;
	padding: 5px;
}
.complete-resultado div.img img {
	float: left;
	width: 100%;
	border-radius: 5px;
}
.complete-resultado div.data {
	float: left;
	width: 80%;
	padding: 5px;
	text-align: left;
	padding-top: 8px;
}
.complete-resultado div.data div.name {
	font-weight: 500;
	font-size: 1em;
	color: #30275e;
}
.complete-resultado div.data div.info {
	font-size: 0.77em;
	color: rgba(0,0,0,0.4);
}
.complete-resultado:hover {
	background-color: #30275e;
}
.complete-resultado:hover div.data div.name {
	color: #FFF;
}
.complete-resultado:hover div.data div.info {
	color: rgba(255,255,255,0.5);
}
a.all-resultados {
	background-color: #4d7cc2;
	color: #FFF;
	font-size: 0.92em;
	padding: 5px;
}
a.amigo {
	padding-left: 10px;
	height: 35px;
}
a.amigo div.img {
	float: left;
	width: 12%;
}
a.amigo div.img img {
	float: left;
	width: 100%;
	border-radius: 50%;
}
a.amigo div.data {
	float: left;
	width: 88%;
	line-height: 28px;
	padding-left: 8px;
	color: #3e415d;
	font-size: 1em;
}
a.amigo div.data span.sin-leer {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	background-color: #ff7800;
	color: #FFF;
	margin-left: 5px;
	font-size: 0.85em;
	font-weight: 500;
	position: relative;
	top: -1px;
}
a.amigo div.data span.online {
	float: right;
	font-size: 0.77em;
	padding-right: 10px;
	color: rgba(0,0,0,0.3);
}
a.amigo:hover {
	background-color: rgba(0,0,0,0.01);
}
#search-minichat-user {
	padding: 10px;
}
#search-minichat-user input {
	float: left;
	width: 85%;
	height: 30px;
	border: 1px solid rgba(0,0,0,0.08);
	border-right: 0px;
	background-color: #FFF;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
#search-minichat-user button {
    float: left;
    width: 15%;
    height: 30px;
    border: 1px solid rgba(0,0,0,0.08);
    border-left: 0px;
    background-color: #FFF;
    padding-bottom: 3px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
span#mini_chat_inread {
	float: right;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	background-color: #ff7800;
	color: #FFF;
	margin-left: 5px;
	font-size: 0.85em;
	font-weight: 500;
	position: relative;
	top: -1px;
	display: none;
}
#chat-mini-container {
	text-align: left;
	height: 100px;
	padding-left: 8px;
	padding-right: 10px;
	margin-right: 10px;
}
ul.pagination{text-align:center;height: 50px;float:left;width:100%;}
ul.pagination li{display: inline-block;margin: 2px;padding: 13px;border: 1px solid #a8a8a8;}
ul.pagination li.active{background: rgba(48, 112, 138, 0.2);}
ul.pagination li a{color: #30708a;}
ul.pagination li.active a{color: #000;}
/*/PRECARGA/*/
div#precarga {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99999999999999;
	background-color: #FFF;
	height: 100vh;
	line-height: 100vh;
}
/*PREVIA PERFIL*/
div.previa_perfil{
	position: absolute;
	width: 300px;
	background-color: #FFF;
	right: -300px;
	display: none;
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 7px -3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 7px -3px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 7px -3px rgba(0,0,0,0.5);
	padding-top: 10px;
	z-index: 999;
	overflow: hidden;
}div.img:hover div.previa_perfil:before {
	content: '';
	background-image: url(../img/web/pico-perfil.png);
	width: 12px;
	height: 20px;
	float: left;
	position: absolute;
	top: 20px;
	left: -12px;
	z-index: 999;
}div.previa_perfil .mini_barra_popularidad {
	height: 8px;
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 8px;
	padding: 1px;
	margin-bottom: 3px;
	position: relative;
}
div.previa_perfil .mini_barra_popularidad span {
	height: 4px;
	float: left;
	background-color: #89bb1e;
	border-radius: 8px;
}div.previa_perfil .mini_barra_popularidad_n {
	font-size: 0.69em;
	padding-left: 10px;
	position: relative;
}div.previa_perfil .mini_barra_popularidad_n span {
	float: left;
	background-color: rgba(0,0,0,0.2);
	padding: 2px;
	color: #FFF;
	position: absolute;
	top: -4px;
	border-radius: 3px;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	font-weight: 600;
}div.previa_perfil .mini_barra_popularidad_n span:before {
	content: '';
	width: 0; 
  	height: 0; 
	border-top: 4px solid transparent;
  	border-bottom: 4px solid transparent; 
  	border-right:4px solid rgba(0,0,0,0.2);
  	position: absolute;
  	left: -4px;
  	top: 4px;
}div.previa_perfil div.image {
	float: left;
	width: 20%;
	padding-left: 10px;
}div.previa_perfil div.image img {
	float: left;
	width: 100% !important;
}div.previa_perfil div.data {
	float: left;
	width: 80%!important;;
	padding-left: 10px;
	padding-right: 10px;
}div.previa_perfil ul.herramientas {
	margin-top: 10px;
	background-color: #89bb1e;
}div.previa_perfil ul.herramientas li {
	width: 33.33%;
	float: left;
}div.previa_perfil ul.herramientas li a {
	width: 100%;
	float: left;
	color: #FFF;
	padding: 5px;
	font-size: 0.85em;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,0.08);
}div.previa_perfil ul.herramientas li:last-child a {
	border-right: 0px solid rgba(0,0,0,0.08);
}div.previa_perfil ul.herramientas li a:hover:not(.disabled) {
	background-color: rgba(0,0,0,0.1);
}div.previa_perfil ul.herramientas li a i {
	font-size: 14px;
}div.previa_perfil div.name_user a {
	float: left;
	color: #474a56;
	font-size: 1.1em;
	font-weight: 600;
}div.previa_perfil div.name_user a:hover {
	color: #dfb907;
}div.previa_perfil div.data div.info_user {
	float: left;
	color: rgba(0,0,0,0.4);
	font-size: 1em;
	padding-bottom: 2px;
}div.previa_perfil div.data div.info_user span.it {
	display: inline-block;
	margin-right: 8px;
	padding-top: 3px;
}div.previa_perfil div.data div.info_user span.it i {
	position: relative;
	display: inline-block;
	top: 0.5px;
	left: -2px;
	width: 15px;
	text-align: center !important;
	font-size: 1em;
}div.previa_perfil div.data div.info_user span.it i.fa-home {
	font-size: 1.08em;
}div.img:hover div.previa_perfil {
	display: block;
}
/*/PANEL LATERAL USUARIO/*/
div#menu_lateral {
	width: 260px;
	position: fixed;
	z-index: 99999;
}
div#panel_lateral {
	background-color: #f5f8fa;
	height: 100vh;
	position: relative;
	z-index: 99999;
}
div#usuario_lateral {
	background-color: #e2eef6;
	padding: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
div#usuario_lateral div.user_data {
	display: inline-block;
	width: 65%;
	text-align: left;
	padding-top: 8px;
}
div#usuario_lateral div.user_data div.nombre {
	color: #546a78;
	font-weight: 700;
	font-size: 1em;
}
div#usuario_lateral div.user_data div.popularity {
	color: rgba(0,0,0,0.3);
	font-size: 1em;
}
div#usuario_lateral div.user_data div.popularity span {
	float: left;
}
div#usuario_lateral div.user_data div.popularity span#popularidad_lateral {
	height: 8px;
	width: 67px;
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 8px;
	padding: 1px;
	margin-bottom: 3px;
	float: left;
	margin-top: 6px;
	margin-left: 5px;
	background-color: #FFF;
	position: relative;
}
div#usuario_lateral div.user_data div.popularity span#popularidad_lateral span:not(#tick_pop) {
	height: 4px;
	float: left;
	background-color: #89bb1e;
	border-radius: 8px;
}
div#usuario_lateral div.user_data div.popularity span#popularidad_lateral span#tick_pop {
	height: 15px;
	line-height: 15px;
	font-size: 8px;
	width: 20px;
	float: left;
	background-color: rgba(0,0,0,0.6);
	border-radius: 2px;
	text-align: center;
	margin-top: 5px;
	position: relative;
	color: #FFF;
}
div#usuario_lateral div.user_data div.popularity span#popularidad_lateral span#tick_pop:before {
	content: '';
	width: 0; 
    height: 0; 
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid rgba(0,0,0,0.6);
	position: absolute;
	top: -3px;
	left: 7px;
}
ul#iteracciones {
	padding: 20px;
	text-align: left;
}
ul#iteracciones li a {
	float: left;
	width: 100%;
	color: rgba(0,0,0,0.4);
	font-size: 1em;
	line-height: 30px;
}
ul#iteracciones li a i {
	display: inline-block;
	width: 26px;
	font-size: 1.31em;
	line-height: 25px;
	text-align: center;
	position: relative;
	top: 1px;
	margin-right: 12px;
	color: rgba(0,0,0,0.2);
}
ul#iteracciones li a span {
	width: 23px;
	height: 23px;
	border-radius: 50%;
	float: right;
	background-color: #3791d0;
	line-height: 23px;
	color: #FFF;
	text-shadow: 1px 1px rgba(0,0,0,0.1);
	font-size: 0.85em;
	position: relative;
	top: 4px;
}
ul#iteracciones li a:hover {
	color: rgba(0,0,0,0.6);
}
ul#iteracciones li a:hover span {
	background-color: #1475b9;
}
ul#menu_lat_principal {
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: left;
	border-top: 1px solid rgba(0,0,0,0.04);
}
ul#menu_lat_principal li a {
	float: left;
	width: 100%;
	line-height: 30px;
	margin-bottom: 10px;
	color: #9293af;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: -0.5px;
}
ul#menu_lat_principal li a i.icon {
	display: inline-block;
	width: 25px;
	text-align: center;
	margin-right: 12px;
	font-size: 1.92em;
	color: #5a5c7b;
	position: relative;
	top: 5px;
}
ul#menu_lat_principal li a i.arrow {
	float: right;
	color: rgba(0,0,0,0.2);
	position: relative;
	top: 10px;
}
a#new-post_head{
	float: left;
	padding: 7px 10px;
	background-color: #feb702;
	color: #FFF;
	font-size: 1em;
	font-weight: 500;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-top: 10px;
}
a#new-post_head:hover {
	background-color: #c99000;
}
/*/TOOLTIP/*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
@media (min-width: 1400px) {
	body{
	    width: 1340px;
    	margin: 0 auto;
		overflow:hidden;
	}
	#panel_lateral {
		width: 260px !important;
		position:fixed !important;		
	}
	header{
		width: 1080px !important;
		position:fixed !important;
	}
	footer > div.contenedor-web {
    	width: 1080px !important;
	}
	#main_web{
		margin-left:260px;
		width:1080px;
	}
}

@media (min-width: 1366px) and (max-width: 1400px) {
	#main_web{
		margin-left:260px;
		width:1089px;
	}
	header{
		width:1089px !important;
	}
}
@media (min-width: 1280px) and (max-width: 1365px) {
	#main_web{
		margin-left:260px;
		width:1020px;
	}
	header{
		width:1020px !important;
	}
}
@media (min-width: 1024px) and (max-width: 1279px) {
	#main_web{
		margin-left:260px;
		width:764px;
	}
	header{
		width:764px !important;
	}
}