html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, big, cite, code, em, img, strike, strong, b, u, i, ol, ul, li, fieldset, form, label, legend, input, textarea, button, select, table, tr, th, td {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #E0E0E0;
	color: #333;
	font-size: 14px;
	font-family: verdana,sans-serif;
	line-height: 1.5em;
	text-align: center;
}

p {
	margin: 16px 18px;
}

input, select {
	box-sizing: border-box;
}

:focus {
	outline:none;
}

a, a:visited {
	text-decoration: none;
	color: #0277BD;
}

a:hover {
	text-decoration: underline;
}

small{
	color: #678;
}

img {
	padding: 0;
	border: 0;
}

img:-moz-broken {
	-moz-force-broken-image-icon: 1;
}

img.captcha {
	background: #C8C8C8;
	border: 1px solid #AAA;
	vertical-align: middle;
}

img.smi {
	margin: 0 1px 3px 1px;
	vertical-align: middle;
}

img.smscountry {
	border-radius: 4px;
	margin-left: 4px;
	padding: 8px;
	vertical-align: middle;
}

img.inline-icon {
	vertical-align: text-bottom;
}

img.not_avatar {
	width: 68px;
	height: 68px;
	margin: 4px 0;
	margin-right: 10px;
}

img.not_photo {
	width: 80px;
	height: 80px;
	margin: 4px 0;
}

a.not_uname {
	line-height: 32px;
}

div.g-recaptcha {
	margin-top: 8px;
	min-height: 78px;
}

div.center > div.g-recaptcha > div {
	margin: 0 auto;
}

.newsrss {
	overflow: hidden;
	padding: 10px 12px;
}

.newsrss ul{
	list-style-type: none;
}

.newsrss strong a{
	color: #999;
	font-size: smaller;
	font-weight: normal;
}

.newsrss img {
	border: 1px solid #888;
	float: right;
	margin-left: 12px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

/* tables n stuff */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	width: 100%;
}

th {
	text-align: left;
}

tr.title th {
	background: #BFDFFF;
}

tr.row-a td {
	background: #EAF4FF;
}

tr.row-b td {
	background: #F0F8FF;
}

tr.row-r td {
	background: #FFEEBB;
	font-weight: bold;
}

table.tables th {
	padding: 4px 16px;
}

table.tables td {
	padding: 4px 16px;
}

table.striped tr{
	background-color:#EAF4FF;
}

table.striped tr:nth-of-type(even) {
	background-color: #F0F8FF;
}

table.section{
	border-top:1px solid #FFF;
}

.tdp {
	border: 0;
	padding: 10px 16px;
	font-weight: normal;
}

.tdp-links a {
	color: #0277BD;
}

.tdp-links a:visited {
	color: #0277BD;
}

.tdp-links a:hover {
	color: #0277BD;
}

.tdp-links img {
	margin: -1px 4px 0 6px;
	vertical-align: bottom;
}

.bg_fade_gray {
	background-color: #F6F6F6;
	background-image: linear-gradient(#F6F6F6, #E5E5E5);
}

#blanket {
	background-color: #000;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	filter: alpha(opacity=50); /* IE5,6,7,8 */
	opacity: 0.5;
}

.check {
	line-height: 2em;
	margin: 2px 0;
	vertical-align: middle;
}

.radio {
	border: 0;
	background: transparent;
	vertical-align: middle;
}

.separator {
	display: block;
	border-bottom: 1px dotted #95CAFF;
	height: 10px;
	margin-bottom: 12px;
	width: 100%;
}

.formdiv {
	margin: 15px;
}

.weather_bg {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	text-align: center;
}

div.weather_card {
	background: rgba(0,0,0,0.4);
	border-radius: 5px;
	color: #FFF;
	display: inline-block;
	margin: 24px 10px;
	padding: 16px;
	text-align: left;
	width: 40%;
}

div.weather_now_pict {
	text-align: center;
}

div.weather_card h4 {
	border-bottom: 1px solid #FFF;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

div.weather_now_text {
	border-bottom: 1px dotted rgba(255,255,255,0.2);
	font-size: 0.9em;
	width: 100%;
}

div.weather_now_text > span {
	float: right;
}

ul.forecast {
	text-align: center;
}

ul.forecast li {
	background-color: rgba(255,255,255,0.5);
	color: #787878;
	list-style: none;
	margin: 12px;
	padding: 8px;
}

ul.forecast li:hover {
	background: #e1f5fe;
}

ul.forecast li img {
	display: block;
	margin: 0 auto;
}

ul.forecast li span {
	color: #4B4B4B;
	text-align: center;
}

ul.forecast li span.w_day {
	display: block;
	float: left;
	width: 20%;
}

ul.forecast li span.w_max {
	color: #f57c00;
	font-weight: bold;
}

ul.forecast li span.w_min {
	color: #00acc1;
	font-weight: bold;
}

/* Gold Ranking */
ul.ranking {
	background: #FFF8E1; /* Old browsers */
	background: -webkit-linear-gradient(top, #FFF8E1 0%,#FFECB3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #FFF8E1 0%,#FFECB3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 12px 0;
	text-align: center;
}

ul.ranking li {
	background: #FBC02D; /* Old browsers */
	background: -webkit-linear-gradient(-45deg, #FBC02D 0%,#FFF59D 50%,#F9A825 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #FBC02D 0%,#FFF59D 50%,#F9A825 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: 1px solid #FFF;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	list-style: none;
	margin: 4px;
	overflow: hidden;
	text-align: center;
	transition: all 300ms ease;
	width: 90px;
}

ul.ranking li a.username {
	color: #E65100;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	padding: 4px 4px 0px 4px;
}

ul.ranking li img.avatar {
	border-radius: 3px;
	border: 4px outset rgba(230,81,0,0.3);
	filter: sepia(50%);
	margin: 4px auto;
	width: 45px;
	height: 45px;
	opacity: 0.8;
}

ul.ranking li > div {
	color: #E65100;
	font-weight: bold;
	line-height: 2.2em;
}

ul.ranking li > div > .material-icons {
	line-height: inherit;
	margin-right: 4px;
}

/* misc */
.rotate_90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.rotate_180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rotate_270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

label.sm {
	display: block;
	padding: 4px 0;
}

.cyan {
	color: #9ff;
}

.dom {
	font-size: 50%;
}

.tiny {
	width: 50px;
}

/* .col {
	color: #3C8DA3;
	font-weight: bold;
}*/

.mod {
	color: #7F9A48;
	font-weight: bold;
}

.adm {
	color: #D53500;
	font-weight: bold;
}

.com_nfo {
	color: #607d8b;
}

.com_nfo a {
	color: #4682B4;
}

/* login form */
.loginform {
	margin: 0 auto;
	width: 87%;
}

.loginform div.sidebar_register {
	background: #dcedc8;
	border: 1px solid #F5FAFF;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 3px;
	margin: 12px auto;
	overflow: hidden;
	padding: 6px 0;
	text-align: center;
}

.loginform div.sidebar_login {
	background: #DDEBFA;
	border: 1px solid #F5FAFF;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 3px;
	margin: 8px auto;
	overflow: hidden;
	padding: 8px 0;
	text-align: center;
}

.loginform .uibutton {
	margin: 6px auto;
	width: 85%;
}

.loginform .uibutton i {
	float: left;
	line-height: inherit;
}

/* layout */
#wrap {
	background: #FFF;
	border: 1px solid #FFF;
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	margin: 16px auto;
	overflow: hidden;
	text-align: left;
	width: 938px;
}

#content {
	background: #ECF3FB;
	position: relative;
	width: 100%;
}

#content_shadow {
	background: #FFF;
	box-shadow: 0px 0px 3px 0 rgba(0,0,0,0.3);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 210px;
	top: 39px;
	z-index: 1;
}

#header {
	height: 48px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

#toploader {
	background: rgba(0,0,0,0.2);
	display: inline-block;
	color: #EEE;
	margin: 0 auto;
	vertical-align: middle;
}

#toploader i {
	line-height: 48px;
	padding: 0 4px;
}

/* Top items toolbar */
div.toolbar {
	border-bottom: 1px solid rgba(0,0,0,.5);
	height: 48px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

div.toolbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.toolbar ul li {
	display: inline;
}

div.toolbar ul li a {
	color: #024;
	display: block;
	float: left;
	font-family: helvetica,arial,sans-serif;
	font-size: 16px;
	line-height: 48px;
	padding: 0 10px;
	transition: background 0.1s ease;
}

div.toolbar a.mainlogo img {
	margin: 0;
	border: 0;
	float: left;
	width: 150px;
	height: 48px;
	padding: 0 10px;
	transition: background 0.1s ease;
}

div.topcontainer {
	max-width: 938px;
	min-width: 480px;
	margin: 0 auto;
	text-align: center;
}

div.toolbar ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

div.toolbar ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.toolbar ul li a {
	display: block;
	float: left;
	padding: 0;
	width: 52px;
	height: 48px;
	position: relative;
	transition: background 0.1s ease;
}

div.toolbar ul li a.mainbtn1 {
	background: transparent url(hlw_toolbar.png) no-repeat 2px 1px;
	margin: 0 0 0 0;
}

div.toolbar ul li a.mainbtn2 {
	background: transparent url(hlw_toolbar.png) no-repeat -46px 1px;
	margin: 0;
}

div.toolbar ul li a.mainbtn3 {
	background: transparent url(hlw_toolbar.png) no-repeat -94px 1px;
	margin: 0;
}

div.toolbar ul li a.mainbtn4 {
	background: transparent url(hlw_toolbar.png) no-repeat -144px 1px;
	margin: 0;
	width: 54px;
}

div.toolbar ul li a span {
	background: rgba(0,0,0,.75);
	box-shadow: 0 0 2px 2px #FFF;
	border-radius: 0 8px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2em;
	min-width: 12px;
	padding: 2px 5px;
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: center;
	text-decoration: none;
}

div.mainmenu {
	height: 36px;
	margin: 48px 0 0 0;
	padding: 0;
	width: 100%;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	min-width: 938px;
}

div.mainmenu ul {
	list-style: none;
	margin: 0 auto;
	max-width: 938px;
	padding: 0;
}

div.mainmenu ul li {
	display: inline;
}

div.mainmenu ul li a {
	display: block;
	float: left;
	font-size: 16px;
	line-height: 36px;
	padding: 0 12px;
	transition: background 200ms ease;
}

div.mainmenu ul li a:hover {
	text-decoration: none;
}

div.mainmenu ul li a:active,
div.mainmenu ul li#current a {
	text-decoration: none;
}

div.mainmenu a.logout {
	float: right;
}

div.mainmenu a.logout i {
	font-size: 24px;
	line-height: 36px;
	padding: 0 8px;
}

a.removeads img {
	border-radius: 18px;
}

/* main column */
#main {
	float: left;
	position: relative;
	width: 728px;
	z-index: 2;
}

h1 {
	background-color: #BBDEFB;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	box-shadow: inset 0px 8px 5px -6px rgba(255,255,255,0.5);
	color: #01579B;
	cursor: default;
	font-size: 16px;
	font-weight: normal;
	line-height: 39px;
	padding: 0 16px;
	white-space: nowrap;
}

h1.navigable {
	padding-left: 0;
}

h1.navigable a.back {
	color: #01579B;
	display: inline-block;
	padding-left: 12px;
	padding-right: 12px;
	transition: background 200ms ease;
}

h1.navigable > a.back > .material-icons{
	margin-bottom:4px;
	margin-right: 10px;
	vertical-align: middle;
}

h1.navigable a.back:hover {
	background-color: #85C1FF;
	background-color: rgba(85,170,255,.25);
	text-decoration: none;
}

h1.navigable a.back:active {
	background-color: rgba(85,170,255,.5);
	text-decoration: none;
}

h1 > i.fa {
	float: right;
	font-size: 24px;
	line-height: 36px;
	opacity: 0.7;
}

h1 > .material-icons {
	float: right;
	line-height: inherit;
}

h1 div {
	float: right;
}

h1 .uibutton {
	float: right;
	margin-top: 6px;
	margin-left: 8px;
}

h2 {
	color: #01579B;
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	margin: 16px 0;
	padding-right: 18px;
}

h2 img.h2icon32 {
	float: right;
	margin-top: -2px;
}

h2 span {
	background-color: #DFEFFF;
	border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
	display: inline-block;
	padding: 0 8px 0 18px;
}

h2 span img {
	margin: 8px 0 0 12px;
	vertical-align: top;
}

h2 .uibutton {
	float: right;
	margin-left: 8px;
}

h2 > span > i.fa{
	margin-left: 16px;
}

h2 > span > .material-icons{
	float: right;
	margin-left: 12px;
	margin-top: 6px;
}

h2 select {
	float: right;
	margin: 0 10px 0 18px;
}

h3 {
	color: #333;
	margin: 18px 18px 18px 0;
}

h3 span {
	background: #D8E9EC;
	color: #333;
	padding: 2px 15px 2px 25px;
}

h3 span img {
	vertical-align: text-bottom;
	padding: 0 0 3px 12px;
}

h3 div {
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
}

h3 .uibutton {
	float: right;
	margin-top: -3px;
	margin-left: 5px;
}

h5{
	color: #546E7A;
	font-size: 20px;
	font-weight: normal;
	margin: 8px 0;
}

h5.padded-title{
	margin: 8px 18px
}

ul.list {
	margin-left: 32px;
	list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAxElEQVR42mNkIBEwDnYNS/5LAck0hn9/Qhn+/mJg+PNjNcPvb7MYsmSf4dLQUK/3r95S4B/Djz//Gc68/sbQcux5I0OhZgN2DQt/Xt3uwKR17Nlfhg+//jIoCzAwFOy4eo2h3Ewbu4a5H66usOPQOg7U8P3ffwZ5vv8M1VtPXGOoc8WhYdrThmojznoRDnaGr7//MXz++pGhc+ueRobuBBxOmnhTiuHX1zSG319CGX5+ZmD4/Gw1w9eXsxhm1uDwNC3iAQBW6FMNCN1fdgAAAABJRU5ErkJggg==');
}

ul.index {
	margin: 6px 6px 6px 32px;
}

ul.instructions {
	margin-left: 18px;
}

ul.instructions li {
	font-size: 16px;
	line-height: 200%;
}

h1 div.weather {
	background: rgba(255,255,255,.25);
	cursor: pointer;
	font-size: 16px;
	margin: 0;
	padding: 0 10px;
}

h1 div.weather:hover {
	background: rgba(255,255,255,.5);
}

input.text {
	border: 1px solid #C0C0C0;
	border-bottom-color: #B0B0B0;
	border-radius: 3px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	color: #333;
	font-size: 14px;
	margin: 4px 0;
	padding: 6px;
	transition: background .3s ease;
	vertical-align: middle;
}

input.text.login{
	display: block;
	font-size:larger;
	margin: 8px 0 16px 0;
	text-align: center;
	width: 100%;
}

input.text.authcode{
	color:#1E88E5;
	font-size:24px;
	letter-spacing: 4px;
	text-align: center;
}

input.text.larger{
	font-size:1.8em;
}

input.chat {
	border: none;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	margin: 0;
	padding: 8px;
	width: 100%;
}

input.captcha {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

input.pcode {
	color: #5C8ED1;
	font: bold 18px Arial;
	text-align: center;
	text-transform: uppercase;
	padding: 3px;
	width: 80px;
}

input.ccode {
	color: #333;
	font: bold 18px Arial;
	text-align: center;
	text-transform: uppercase;
	padding: 3px;
	width: 80px;
}

input.file {
	margin: 5px 0;
	padding: 2px;
	font-size: 12px;
}

input.medium,
select.medium,
textarea.medium {
	box-sizing: border-box;
	width: 240px;
}

input.half,
select.half,
textarea.half {
	box-sizing: border-box;
	width: 50%;
}

input.recaptcha,
select.recaptcha,
textarea.recaptcha {
	box-sizing: border-box;
	width: 302px;
}

input.large,
select.large,
textarea.large {
	box-sizing: border-box;
	width: 100%;
}

select {
	border: 1px solid #C0C0C0;
	border-bottom-color: #B0B0B0;
	border-radius: 3px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	color: #333;
	font-size: 14px;
	margin: 4px 0;
	padding: 5px 2px; /* input equivalent to 6px */
	transition: background .3s ease;
	vertical-align: middle;
}

select.con {
	width: 140px;
}

textarea {
	border: 1px solid #C0C0C0;
	border-bottom-color: #B0B0B0;
	border-radius: 3px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	box-sizing: border-box;
	color: #333;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 14px;
	margin: 6px auto;
	padding: 6px;
	resize: vertical;
	transition: background .3s ease;
	width: 100%;
}

div.format textarea {
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	min-height: 65px;
	resize: none;
}

div.format.reply textarea {
	height: 32px;
	min-height: 32px;
}

input:disabled,
select:disabled,
textarea:disabled {
	color: gray;
}

input.text:focus,
select:focus,
textarea:focus {
	background-color: #FFFDEA;
}

input:invalid {
	color: #D00;
}

input:out-of-range {
	color: #D00;
}

label {
	display: inline;
	vertical-align: middle;
}

label.usr_actions {
	color: #546e7a;
	display: block;
	margin: 12px 0 0 17px;
}

label.err {
	display: block;
	color: #c00;
	font-weight: bold;
	margin-bottom: 8px;
}

label.formtitle {
	display: block;
	font-size: 14px;
}

label.formtitle .material-icons{
	float:right;
	opacity: 0.75;
}

label.formtitle .fa{
	float:right;
	font-size:20px;
	opacity: 0.75;
}

label.sep {
	display: block;
	margin: 6px 0 2px 0;
	font-weight: bold;
	color: #555;
}

label.sep.first {
	margin: 2px 0;
}

label.tip {
	border: 1px solid #CCC;
	background: #FFFFEA;
	font-size: 10px;
	margin: 4px;
	padding: 1px 6px;
	float: right;
	position: absolute;
	max-width: 170px;
}

label.disabled {
	color: gray;
}

/* Sidebar */
#sidebar {
	background: #ECF3FB;
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	width: 210px;
}

#sidebar h1 {
	position: relative;
	z-index: 10;
}

#sidebar h2 {
	border-bottom: 1px solid rgba(255,255,255,0.75);
	color: #01579B;
	cursor: default;
	font-size: 14px;
	font-weight: bold;
	line-height: 39px;
	margin: 0;
	padding: 0px 12px 0 14px;
	white-space: nowrap;
}

#sidebar h2 .material-icons {
	float: right;
	line-height: inherit;
}

/* Sidebar navmenu */
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar a{
	color: #01579B;
}

#sidebar li {
	border-bottom: 1px solid rgba(255,255,255,0.75);
}

#sidebar li a {
	display: block;
	font-size: 14px;
	line-height: 2.4em;
	padding: 0px 12px 0 14px;
	text-decoration: none;
	transition: background 200ms ease;
}

#sidebar li a.gold,
#sidebar li a.gold .material-icons{
	color: #F9A825;
}

#sidebar li a:hover {
	background-color: #D5E7FC;
	background-color: rgba(0,0,0,0.025);
	text-decoration: none;
}

#sidebar li a .material-icons {
	float: right;
	line-height: inherit;
}

#sidebar > div.counter{
	color:rgba(1,87,155,0.3);
	margin-top:16px;
	text-align:center;
}

#footer {
	background: #bbdefb;
	box-shadow: inset 0px 5px 5px -5px rgba(0,0,0,0.5);
	clear: both;
	margin: 0 auto;
	padding-top: 18px;
	position: relative; /* content_shadow overlap */
	text-align: center;
	z-index: 3; /* content_shadow overlap */
	width: 100%;
}

#footer div.col {
	background: rgba(255,255,255,.3);
	border-radius: 8px;
	display: inline-block;
	min-height: 120px;
}

#footer div.col.left > div{
	color :rgba(0,0,0,0.7);
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 2.6em;
	text-transform: uppercase;
}

#footer div.col.right > div{
	margin-top: 16px;
}

#footer div.col.left {
	line-height: 2.4em;
	text-align:center;
	width: 70%;
}

#footer div.col.right {
	float: right;
	margin-right: 16px;
	width: 25%;
}

#footer div.col.left > a > img {
	margin: 4px;
}

#footer a.link_argim_movil {
	display: block;
	height: 77px;
	background: transparent url(/iconos/64/footer_argim.png) no-repeat 8px 9px;
	line-height: 16px;
	text-align: left;
	padding-left: 80px;
}

#footer a.link_argim_movil span {
	font-weight: bold;
	font-size: 16px;
	line-height: 34px;
}

#footer a.link_argim_movil img.qrcode {
	float: right;
	margin-top: 12px;
	margin-right: 15px;
}

#footer a.social_net {
	color: #1976D2;
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	text-align: left;
}

#footer a.social_net {
	color: #0054A9;
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	text-align: left;
}

#footer a.social_net .fa{
	font-size: 36px;
	margin-right: 14px;
	vertical-align: middle;
}

#footer iframe{
	overflow:hidden;
	width:120px;
	height:20px;
	vertical-align: middle;
}

p.horoscopo_hoy{
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.copyright {
	clear: both;
	color: #455a64;
	font-size: 12px;
	line-height: 2.4em;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
}

.copyright a {
	color: #01579B;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

.connection{
	background-color:#c4cfd4;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: inset 0px 5px 5px -5px rgba(0,0,0,0.5);
	color:rgba(0,0,0,0.5);
	font-size:12px;
	padding: 8px 16px 6px 16px;
	text-align:center;
}

.connection .material-icons{
	vertical-align:text-top;
}

.connection a{
	color:rgba(0,0,0,0.5);
}

.connection a:hover{
	color: #0277BD;
	text-decoration:none;
}

.timetaken{
	font-size:11px;
}

/* paragraphs */
#main .info,
#main .success,
#main .warning,
#main .quest {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	line-height: 36px;
	margin: 0;
	padding: 0 16px;
}

.info {
	background: #b2ebf2;
	color: #006064;
}

.info a {
	color: #00838f;
}

.success {
	background: #B9F6CA;
	color: #33691E;
}

.success a {
	color: #33691E;
}

.warning {
	background: #FFF9C4;
	color: #E65100;
}

.warning a{
	color: #E65100;
}

.success .fa,
.info .fa,
.warning .fa,
.success .material-icons,
.info .material-icons,
.warning .material-icons {
	float: right;
	line-height: inherit;
}

.block {
	padding: 12px 24px;
	background: #EAF4FF;
}

div.cnv_panel_preview {
	margin: 0 16px 16px 16px;
}

div.cnv_panel {
	float: left;
	margin-left: 16px;
	width: 240px;
}

div.msg_panel {
	float: right;
	margin-right: 16px;
	width: 440px;
}

div.conversation {
	background: #DFEFFF;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0,0,0,.4);
	color: #446;
	cursor: pointer;
	margin-bottom: 8px;
	transition: background 200ms ease;
}

div.conversation:hover {
	background: #BFDFFF;
	color: #224;
}

div.conversation.activa {
	background: #95CAFF;
	color: #113;
}

div.cnv_item {
	box-sizing: border-box;
	font-size: 13px;
	padding: 4px;
}

div.cnv_msg {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

span.cnv_date {
	color: #607D8B;
}

img.cnv_avatar {
	background: #F0F8FF;
	border-radius: 3px;
	float: left;
	margin: 4px 10px 4px 4px;
}

.material-icons.cnv_user_status {
	color: #43A047;
	display: none;
	float: right;
	margin: 2px 2px 0 4px;
}

div.cnv_nav {
	background: #DFEFFF;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0,0,0,.4);
	color: #546e7a;
	font-weight: bold;
	margin-bottom: 8px;
	overflow: hidden;
	text-align: center;
}

div.cnv_nav a,
div.cnv_nav span{
	display:block;
	line-height: 36px;
}

div.cnv_nav a:hover{
	background: #BFDFFF;
	text-decoration: none;
}

div.cnv_counter {
	background-color: #0288D1;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	float: right;
	line-height: 2em;
	margin-right: 1px;
	min-width: 28px;
	text-align: center;
	border-radius: 2px;
}

span.cnv_icon {
	background-size: 18px;
	background-repeat: no-repeat;
	float: right;
	height: 18px;
	margin: 3px 2px 0 4px;
	width: 18px;
}

div.message span.cnv_icon {
	margin-right: 0;
	filter: alpha(opacity=60); /* IE5,6,7,8 */
	opacity: 0.6;
}

div.format {
	border: 1px solid #C0C0C0;
	border-radius: 3px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.1);
	line-height: 0;
	margin: 10px 0;
	overflow: hidden; /* important for rounded borders */
}

div.format.chatbox {
	margin: 8px 22px;
}

div.format.compose {
	margin: 0 0 12px 0;
}

div.format.nomargin {
	margin: 0;
}

div.format.reply {
	margin: 8px 0;
}

div.message {
	border-radius: 3px;
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0 0 2px rgba(0,0,0,.4);
	color: #444;
	font-size: 14px;
	margin-bottom: 8px;
	padding: 4px 8px;
	transition: background-color 200ms ease;
}

div.message.sent.selected,
div.message.recv.selected{
	background-color: #b3e5fc;
}

div.message.warning{
	border: none;
	line-height: 1.5em;
	margin-bottom: 8px;
	padding: 4px 8px;
}

div.message.format.cardtype {
	margin: 16px;
	padding: 0;
}

div.message.comment {
	border: 1px solid #C0C0C0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	margin: 10px 0 10px 86px;
	width: 86%;
}

div.message.reply {
	border: 1px solid #C0C0C0;
	margin-top: 8px;
	padding: 0;
}

div.message.reply.question {
	margin: 12px 18px 12px 96px;
}

div.message.response {
	background: rgba(255,255,255,.5);
	border: 1px solid #FFF;
	margin: 8px 0;
}

div.message span.msg_content {
	line-height: 1.7em;
}

div.message.sent {
	background-color: #e8f5e9;
	text-align: right;
}

div.message.recv {
	background-color: #fff8e1;
}

div.message:hover span.msg_actions{
	display:inline;
}

div.message div.msg_date {
	background-repeat: no-repeat;
	background-size: 18px;
	color: #9E9E9E;
}

div.message.sent div.msg_date {
	background-position: 0% 50%;
}

div.message.recv div.msg_date {
	background-position: 100% 50%;
}

div.message.navigation {
	background-color: #EEE;
	color: #546e7a;
	font-weight: bold;
	overflow: hidden;
	padding: 0;
	text-align: center;
}

div.message.navigation a,
div.message.navigation span {
	display: block;
	line-height: 36px;
}

div.message.navigation a:hover{
	background-color: #E0E0E0;
	text-decoration: none;
}

div.message a.username {
	font-weight: bold;
}

.icon_sent_read {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAQAAAD8x0bcAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAACYktHRAD/h4/MvwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAJNJREFUKM9jKGUgDBkGhyKh0v5SDiDNVNpRKodLybnS76XmQCULS/+X5uBW4gZVUoPNOgwlmIoEgUq+lboiKwEpMivdXSoAZIqU7i3VBzp2A7oSkCL30h+lp4HK5EsflL4BKmNAVwKxzgOqTAGszAhdCcxNMGWKpQ9L/6ArQTjco/R9qQ2QBimrwR3i/FBaYMBTAQB46MCXdVavpgAAAABJRU5ErkJggg==);
}

.icon_sent_unread {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAQAAAD8x0bcAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAACYktHRAD/h4/MvwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHRJREFUKM9jKGUgDBlopoiDsCKP0gpCijxKf5Q24FcEUvK/dFapAG5FECUg+Lf0SGlMKROmIoQSGDxVqkRY0f/Sl6XquK1DwBulXNgdPq3UpNS3tKb0KFhZI6EgMCw9VPqxlJtQYDKVTi6NIiZaXGmbCrBCAFEuyipUTxLXAAAAAElFTkSuQmCC);
}

.icon_recv_read {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAQAAAD8x0bcAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAACYktHRAD/h4/MvwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAMVJREFUKM9jKGVAg3ylPOhiqFzG0qTSF6XPSmOBLByKLEpPlf4s7SrtLv1VerzUBFORROnC0n+lW0tVwTz10u1A3txSMYQiptKS0k+lt0q9Uaz2Lb1T+qG0EGQxiJsKtKSslA3DC+ylFUCLYyGKWkr/l24olcFQJFu6CShTg1D0v/RzaUEpM1wBc2kRUOQ/uiIQPFNqDFZiXHoWLoah6H/pn9IJQPgHSQSLIkxIdUUNeBWVQxSplz7AqeRuqRJ6KsABqacIAF+yGNsqxEwlAAAAAElFTkSuQmCC);
}

.icon_recv_unread {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAQAAAD8x0bcAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAACYktHRAD/h4/MvwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAI9JREFUKM9jKGUgDBmoqki99GHpfxzwYakaRFENkHMWq5IzQFwNUdQAZDKXFpR+RlHwqTQfKPofKAtXtKFUBgg3wJWsB/JkwXwkRf+B5hQAdQaUPi59VOoPZBVCTUZRBHGDcSkPEBojuRFD0f/SP6UTgPAPkggWRZiQ6opq8CqCBqZa6QOcSu6VqlA7FRCEAE5OM5xBGHFKAAAAAElFTkSuQmCC);
}

.icon_recv_photo {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAQAAABLCVATAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAACYktHRAD/h4/MvwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAU1JREFUSMfl1j1qAkEYxvGnWU2VlAl+RBAvk8IiRxDZI/yv4AeKuLcQ9xCBbSwTMCk9gBpYJGjKSZOI67qbnY2NhLcbmF8x77zPjNB5ShcE3bHAHNWCW1vohpcYYzA8c20DXRGcZAyGJ4ppUBGPMHFzUm3wKEQhzxr5KS8KhbmhMAqZP1QmKMRnSIcJ6/zQChdn3xeHFss80Cv3sSaXmNtCq2+mgceMGWPqCFFmZQe5CPHI535lRxMh2jZQiINoHDAGw5YawokdewrkJ1zSAUJMs0NDhJjFoAAhutmhTirUyw5NEGIcg/oI4WeH1jiIOrvI6gdVhMO7TftbCNFke8A8IIRrd4+WlBCixoCAgD5VhKicmLlfRmROOTYiFd7yDW07MrRuQgJkipE1U7r08GNHbAlZB9vmXFGbP/xHUaiQ6zkKGR0/R//qN3Lx0Bc9XdHA4ri5GQAAAABJRU5ErkJggg==);
}

.message.sent.read:hover, .message.sent.unread:hover, .message.recv.read:hover, .message.recv.unread:hover {
	border: 1px solid rgba(0,0,0,.2);
}

img.img_attachment {
	max-width: 100%;
	max-height: 600px;
	margin-top: 5px;
}

div.message.sent img.attachment_icon {
	border: 1px solid rgba(0,0,0,.2);
	float: right;
	margin: 4px 2px 0 10px;
}

div.message.recv img.attachment_icon {
	border: 1px solid rgba(0,0,0,.2);
	float: left;
	margin: 4px 10px 0 2px;
}

div.com_smilies {
	margin-bottom: 8px;
	padding: 0;
	text-align: center;
}

div.com_smilies img {
	padding: 4px 3px;
}

div.com_smilies a:hover img {
	background: #DFEFFF;
}

span.com_msg.noimg img {
	display: none;
}

span.com_msg.noimg img.smi {
	display: inline;
}

/* Cards */
div.card,
form.card,
fieldset.card {
	background: #F0F7FF;
	border: 1px solid #F5FAFF;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 3px;
	color: #446;
	margin: 8px 18px;
	overflow: hidden;
}

div.card:hover .hovershow{
	display:inline-block;
}

div.card.hover:hover {
	background: #EAF4FF;
}

.stripes{
	background-image: linear-gradient(135deg, #F0F7FF 25%, #dce9f8 25%, #dce9f8 50%, #F0F7FF 50%, #F0F7FF 75%, #dce9f8 75%, #dce9f8 100%);
	background-size: 56.57px 56.57px;
}

.security{
	background: rgba(225,245,254,0.5);
	border: 2px solid #DCE9F8;
	box-shadow: inset 0 0 4px 2px #FFF;
	border-radius: 12px;
	cursor: default;
	font-size: 20px;
	line-height: 1.6em;
	padding: 12px 16px;
	text-align: center;
}

.security .takeaction{
	font-size: 14px;
	color: #607D8B;
}

div.card.main,
form.card.main {
	margin: 18px;
}

div.card.login{
	margin: 32px auto;
	width: 336px;
}

div.card table.section th {
	padding: 4px 12px;
}

div.card table.section td {
	padding: 4px 12px;
}

div.card.report > a > img{
	margin:8px 12px 8px 8px;
}

div.card h2 {
	background: #BFDFFF;
	background-image: linear-gradient(#DFEFFF, #BFDFFF);
	color: #004080;
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	margin: 0;
	padding: 0 12px 2px 12px;
}

/* Override default h2 */
div.card h2 span {
	background: transparent;
	padding: 0;
}

div.card h2 .uibutton {
	margin-top: 5px;
}

div.card h4 a {
	background-position: 98%;
	background-repeat: no-repeat;
	color: #0078B3;
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	padding: 0 14px 2px 14px;
	transition: background 300ms ease;
}

div.card h4 a.collapse {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAn0lEQVR42mNkoDFgHLVg1AJUULG5AUx3+DZQ3wKI4fVQXiOxlhBnAarhMECUJYQtwG440ZbgtwDT8K1Q2ptYS3BbgGn4FiAOhupZS6wljCQZ3uH7CyrPTqwljEQYvhmIQ+CGI9QRZQkjWYaTYAk+CzYBcShOw3Fb0gDU00goiAyJMhzTkpNAPc344wCigRmo8C9RhhPQM8gKu1ELhqQFAGmeTBnNmajMAAAAAElFTkSuQmCC);
}

div.card h4 a.expand {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAr0lEQVR42u3NSwrCMBSF4RQddDuuwlEH6mYyqpZOupxCQF1CtyRY8IiBBPO4J4KjNnADTbn/V6k/n2oFlgpos1FDMxeVtNli5ykD2vS4d5gTFh5kvMY9YibsXNKANh3u1n5dMUcRcfG9fel85Bt4/zh7L3kkjAtAHLlhDgFCxOMAg5DxNJBDPjtUPA/EkbvdoeIyEEf8k41zQBoR4zwQIlS8DHCIYuPlwA9nBRYAvAD96EwZGBdYKgAAAABJRU5ErkJggg==);
}

div.card h4.highlighted{
	border-bottom: 1px solid #0091EA;
	color: #0091EA;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 24px;
	padding-bottom: 12px;
}

div.card h4.highlighted .material-icons{
	margin-right: 8px;
	vertical-align: top;
}

div.card h4 a:active,
div.card h4 a:hover,
div.comment.navigation a:active,
div.comment.navigation a:hover {
	background-color: #DFEFFF;
	text-decoration: none;
}

div.card h4 a img {
	float: right;
	margin-top: 5px;
}

div.card h4 a .material-icons{
	margin-right: 12px;
}

div.card div.messaging {
	margin-left: 48px;
	margin-right: 8px;
	padding: 6px 0;
}

div.card img.avatar {
	clear: left;
	float: left;
	margin: 12px;
}

div.card img.icon16 {
	clear: left;
	float: left;
	margin: 12px 14px;
}

.material-icons.icon36 {
	color: #0078B3;
	clear: left;
	float: left;
	font-size: 36px;
	margin-right: 14px;
	margin-top: 4px;
}

div.card img.icon48 {
	clear: right;
	float: right;
	margin-left: 12px;
	margin-top: 4px;
}

div.card a.uibutton.actions,
div.card button.uibutton.actions {
	float: right;
	margin-top: 8px;
	margin-right: 8px;
}

div.card.new,
div.card.own {
	background: #DFEFFF;
}

div.card.new a {
	font-weight: bold;
}

div.card.navigation {
	font-weight: bold;
	line-height: 36px;
	text-align: center;
}

div.card.navigation a.page {
	display: inline-block;
	min-width: 30px;
}

div.card.navigation span.page {
	display: inline-block;
	min-width: 30px;
}

div.card.navigation img {
	border: 0;
	padding: 0 8px;
}

div.card.navigation a:hover, a img:hover {
	background: #DFEFFF;
	text-decoration: none;
}

div.card h4 a.navitems {
	background-repeat: no-repeat;
	display: block;
}

.navitems.previous {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAdUlEQVR42mNkoBAw0seAis0NYLrDt4F0AyCa64H4DxDrAw25RrwBqJojgZrXEO8CVM1RQM2riQ8DVM3RQM2riA9EhOa/UJtxaibGAJDtK0kzgERDiAlEvIYQG404DSElIYEM0SMtIaEa8g+ouYl0FxAAFBsAAMj7ORHQGKYEAAAAAElFTkSuQmCC);
	background-position: 2% 50%;
	padding-left: 38px;
}

.navitems.next {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAb0lEQVR42mNkoBAw0saAis2NQPI/Q4dvA+kGVGzWBZLngZgZiBsJGYLLBRFAcgkxhuAOg4rNkUByMSFD8AdixeYoILkInyGEY6FiczSQXIjLEBobQEAzoUAkqBm3AURqxm4AlRISRBNZSZlEQLEBANa0LxGO9iB4AAAAAElFTkSuQmCC);
	background-position: 98% 50%;
	padding-right: 38px;
}

div.card div.section{
	margin: 0;
	padding: 16px;
}

div.card div.section.usr_actions i {
	float: right;
	opacity: 0.5;
}

div.card div.section.info,
div.card div.section.success,
div.card div.section.warning {
	padding: 0 12px;
}

div.card div.section.buttons {
	background: #DFEFFF;
	min-height: 25px;
	text-align: center;
}

div.enviarform {
	background: #DFEFFF;
	color: #388BDF;
	line-height: 3em;
	padding: 12px;
	text-align: center;
}

div.enviarform .uibutton {
	min-width: 100px;
}

/* icon size fix */
div.section.success i.fa.fa-mobile,
div.section.warning i.fa.fa-mobile {
	font-size: 2.6em;
	line-height: inherit;
}

h2 > i.fa.fa-mobile {
	font-size: 2em;
}

h2 > i.fa.fa-envelope {
	font-size: 1.4em;
}

div.card div.section.yellow{
	background: #FFF8E1
}

div.card div.section.buttons .uibutton {
	line-height: 30px;
	margin: 0 4px;
	min-width: 100px;
	padding:0 12px;
}

div.card div.section ul {
	padding: 12px 20px;
}

div.card ul.section {
	padding: 16px 24px 16px 32px;
}

div.card ul.section li {
	padding: 0;
}

div.card ul.section.list {
	margin: 0;
}

div.card ul.labels{
	list-style-type: none;
	padding: 10px;
}

div.card ul.labels li{
	background: rgba(191,223,255,0.3);
	border-radius:4px;
	color:#546E7A;
	display:inline-block;
	margin:2px 4px;
	padding:4px 12px;
}

div.card ul.labels li img,
div.card ul.labels li i.material-icons{
	margin-top:-2px;
	vertical-align: middle;
}

div.card div.section.icon img {
	margin-right: 12px;
}

div.card div.section.icon > i.fa {
	color: #0078B3;
	float: left;
	font-size: 36px;
	margin-right: 16px;
}

div.card div.section div.pmessage {
	color: #678;
	float: right;
	width: 450px;
	height: 90px;
	overflow: hidden;
}

div.card div.section div.pmessage img {
	max-width: 360px;
	max-height: 90px;
	overflow: hidden;
	vertical-align: middle;
}

div.card div.section.nopadding,
div.card ul.section.nopadding {
	padding: 0;
}

div.card div.section.first{
	border-top: none;
}

div.card div.section,
div.card div.fielditem,
div.card ul.section,
div.card > h2,
div.card > h4 {
	border-top: 1px solid #FFF;
}

div.card > h4.red > a{
	color:#E53935;
}

div.card > h4.green > a{
	color: #43A047;
}

div.card > div:first-child,
div.card > ul:first-child,
div.card > h2:first-child,
div.card > h4:first-child {
	border-top: 0;
}

div.comment {
	background: #EAF4FF;
	border-top: 1px solid #FFF;
	color: #446;
	margin: 0;
	padding: 0;
}

div.comment.own {
	background: #DFEFFF;
}

div.comment.navigation {
	color: #546e7a;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
}

div.comment.navigation a {
	display: block;
	text-decoration: none;
}

div.comment.navigation a:hover {
	display: block;
	text-decoration: none;
}

div.comment p {
	margin: 0;
	padding: 8px 16px;
}

div.com_content {
	margin-left: 70px;
	margin-right: 12px;
	padding: 8px 0;
}

div#div_comment_container{
	border-top: 1px solid white;
}

/* Message toolbar */
div.div_controls {
	background-color: #B8E0FF;
	background-image: linear-gradient(#EEFBFF, #B8E0FF); /* clear:both; */
	font-size: 0;
	line-height: 0;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

div.div_controls button.uibutton {
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	display: inline-block;
	margin: 0 auto;
	min-width: 48px;
	padding: 0;
}

div.div_controls button.uibutton img {
	margin: 6px auto;
	width: 24px;
	height: 24px;
}

div.div_controls button.uibutton:active,
div.div_controls button.uibutton:hover {
	background: rgba(13,71,161,.1);
}

div.div_controls button.uibutton:disabled {
	background-image: linear-gradient(#f5f5f5, #e0e0e0);
}

img.com_icon {
	clear: left;
	float: left;
	margin: 12px;
}

img.com_avt_lite {
	background: #F0F8FF;
	float: left;
	margin: 3px 12px 4px 4px;
}

img.com_avt {
	background: #F0F8FF;
	clear: left;
	float: left;
	margin: 12px 12px 0 10px;
}

img.com_avt_add {
	background: #F0F8FF;
	clear: left;
	float: left;
	margin: 10px;
	width: 65px;
	height: 65px;
}

/* Respuestas */
div.qsummary {
	margin: 8px 8px 8px 68px;
	max-width: 410px;
	min-height: 50px;
}

div.qcounter {
	background: #F0F7FF;
	display: block;
	float: right;
	margin: 9px 9px 9px 0;
	text-align: center;
	width: 55px;
	height: 46px;
	transition: all .3s ease;
}

div.qcounter.solved {
	background: #f1f8e9;
}

div.qcounter:first-child {
	margin-right: 12px;
}

div.qcounter span {
	color: #1976d2;
	display: block;
	font-size: 16px;
	line-height: 30px;
}

div.qcounter.solved span {
	color: #689f38;
}

div.qcounter span.negative {
	color: #607d8b;
}

div.qcounter span.caption {
	color: #607d8b;
	display: block;
	font-size: 9px;
	line-height: 8px;
	letter-spacing: -1px;
}

div.qactions {
	float: left;
	margin: 12px 0 12px 16px;
	width: 64px;
}

div.qactions span {
	display: block;
	font-size: 21px;
	line-height: 18px;
	margin-bottom: 5px;
	text-align: center;
}

div.qactions span a {
	border-radius: 4px;
	display: block;
	height: 24px;
	background-image: url(sprites_voting.png);
	background-repeat: no-repeat;
	transition: background-color .1s ease;
}

div.qactions span a:hover {
	background-color: #BFDFFF;
}

div.quserinfo {
	background: #DFEFFF; /*border-bottom:1px solid #BFDFFF;*/
	color: #607d8b;
	line-height: 30px;
	margin: 12px 18px 12px 96px;
	padding: 8px;
}

div.quserinfo img {
	padding-right: 8px;
}

div.qcontent,
form.qcontent {
	margin: 12px 18px 12px 96px;
}

div.qfooter {
	border-top: 1px solid #BFDFFF;
	color: #607d8b;
	margin: 0 18px 0 96px;
	padding: 8px 0;
}

div.qcomment {
	border-top: 1px solid #BFDFFF;
	margin: 0 18px 0 96px;
	padding: 8px 0;
}

div.qsummary h3 {
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 4px 0;
	padding: 0;
}

a.vote-check {
	background-position: 0px -0px;
}

a.vote-down {
	background-position: 0 -44px;
}

a.vote-star {
	background-position: 0 -88px;
}

a.vote-up {
	background-position: 0 -132px;
}

a.vote-check.fixed,
a.vote-check.on,
a.vote-check:hover {
	background-position: -44px -0px;
}

a.vote-down.on,
a.vote-down:hover {
	background-position: -44px -44px;
}

a.vote-star.on,
a.vote-star:hover {
	background-position: -44px -88px;
}

a.vote-up.on,
a.vote-up:hover {
	background-position: -44px -132px;
}

a.vote-check.fixed,
a.vote-check.fixed:hover {
	cursor: default;
}

/* Level Bar */
.profile_level_container{
	margin-right: 4px;
	margin-top: 6px;
}

.c100 > span {
	display: block;
	position: absolute;
	text-align: center;
	white-space: nowrap;
	width: 100%;
	z-index: 1;
}

.c100.micro > span {
	font-size: 12px;
	line-height: 50px;
}

.c100.small > span {
	font-size: 14px;
	line-height: 80px;
}

.c100.profile{
	margin: 0 0 0 18px; /* left offset for gold star */
}

.c100.profile:after {
	background-color: #F0F7FF;
}

.material-icons.md-gold-profile {
	background: rgba(255,248,225,0.9);
	border-radius: 18px;
	float: left;
	font-weight: bold;
	left: 0;
	position: relative;
	top: 22px;
	z-index: 1;
}

div.c100.x1 {
	background-color: #C5E1A5; /* green bg */
	box-shadow: inset 0px 0px 2px 0px #689F38;
}

div.c100.x1 .bar,
div.c100.x1 .fill,
div.c100.x1 .level {
	color: #689F38;
	border-color: #689F38; /* green fg */
}

div.c100.x10 {
	background-color: #81D4FA; /* blue bg */
	box-shadow: inset 0px 0px 2px 0px #0288D1;
}

div.c100.x10 .bar,
div.c100.x10 .fill,
div.c100.x10 .level {
	color: #0288D1;
	border-color: #0288D1; /* blue fg */
}

div.c100.x100 {
	background-color: #CE93D8; /* violet bg */
	box-shadow: inset 0px 0px 2px 0px #7B1FA2;
}

div.c100.x100 .bar,
div.c100.x100 .fill,
div.c100.x100 .level {
	color: #7B1FA2;
	border-color: #7B1FA2; /* violet fg */
}

div.c100.x1000 {
	background-color: #EF9A9A; /* red bg */
	box-shadow: inset 0px 0px 2px 0px #D32F2F;
}

div.c100.x1000 .bar,
div.c100.x1000 .fill,
div.c100.x1000 .level {
	color: #D32F2F;
	border-color: #D32F2F; /* red fg */
}

/* links and paragraphs */
p.navlink {
	background: #F0F8FF;
	margin: 12px 0;
	padding: 4px 18px;
}

p.navtop {
	background: #F0F8FF;
	margin: 12px 0;
	padding: 4px 18px;
	text-align: right;
}

div.subinfo {
	background: #FFF8BF;
	border: 1px solid #FFD00B;
	border-top: none;
	margin: 0 16px;
	padding: 5px 12px;
}

div.subinfo a {
	background: transparent;
}

a.action,
span.action {
	float: right;
	margin-left: 8px;
}

span.action{
	color:rgba(0,0,0,0.3);
}

blockquote {
	background: rgba(255,255,255,0.6);
	border: 1px solid #AEC5E6;
	border-left: 12px solid #AEC5E6;
	color: #2361BA;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 8px;
	padding: 8px 12px;
}

#miespacio p {
	margin: 0;
	padding: 0;
}

/* Galleries and misc */
ul.photos,
ul.profiles{
	margin: 10px 14px;
}

ul.photos.account{
	border-top: 1px solid #FFF;
	margin: 0;
}

ul.profiles li {
	border: 1px solid #FFF;
	border-radius: 3px;
	display: block;
	float: left;
	list-style: none;
	margin: 5px;
	overflow: hidden;
	width: 162px;
}

ul.photos li{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #FFF;
	border-radius: 3px;
	display: inline-block;
	list-style: none;
	margin: 4px;
	overflow: hidden;
	transition: all 300ms ease;
	vertical-align: top;
}

ul.photos li.active{
	border-color: red;
	box-shadow: inset 0 0 0px 3px red, 0 0 2px rgba(0,0,0,.4);
}

ul.photos.log li{
	width: 162px;
	height: 162px;
}

ul.photos.account li{
	border: 0;
	border-radius: 0;
	height: 115px;
	width: 115px;
	margin: 0;
}

ul.photos.scroll li{
	height: 134px;
	width: 134px;
}

ul.photos li > a > span {
	background: linear-gradient(rgba(0,0,0,0.3),transparent);
	color: #FFF;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.4em;
	padding: 0 6px;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	text-shadow: 0 0 2px #000;
	text-overflow: ellipsis;
	transition: opacity 300ms ease;
	white-space: nowrap;
}

ul.photos li > a > span.photoinfo {
	background: linear-gradient(transparent,rgba(0,0,0,0.3));
	bottom: 0;
	text-align: left;
	position: absolute;
	left:0;
	right:0;
}

ul.photos li > a:hover {
	background: rgba(255, 255, 255, 0.3);
	text-decoration: none;
}

ul.photos li > a:hover span{
	opacity:0.75;
}

ul.photos li > a {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	transition: background 300ms ease;
}

ul.photos li > a > span.photoinfo > i.fa-times:hover{
	color: #FF1744;
}

ul.photos.scroll li.photonav {
	width: 36px;
}

ul.photos.scroll li.photonav > a {
	background-color: #EEFBFF;
	background-repeat: repeat-x;
	background-image: linear-gradient(#EEFBFF, #B8E0FF);
	line-height: 130px;
	position: relative;
	transition: background 200ms ease;
}

ul.photos.scroll li.photonav > a:hover {
	background-position: 0 60px;
}

ul.photos.scroll li.photonav.disabled > a,
ul.photos.scroll li.photonav.disabled > a:hover {
	background-color: #F5F5F5;
	background-repeat: repeat-x;
	background-image: linear-gradient(#F5F5F5, #E0E0E0);
	background-position: 0 0;
	color: #9e9e9e;
	cursor: default;
	text-shadow: 1px 1px rgba(255,255,255,.7);
}


ul.profiles li table {
	background: #F0F7FF;
	margin: 0 auto;
	width: 100%;
}

ul.profiles li table th {
	background: rgb(191,223,255);
	background: rgba(191,223,255,0.5);
	text-align: center;
	max-width: 160px;
}

ul.profiles li table th a {
	display: block;
	font-size: 14px;
	line-height: 2em;
	padding: 0 4px;
}

ul.profiles li table th a:hover{
	background: rgba(191,223,255,0.75);
	text-decoration: none;
}

ul.profiles li table td.thumbnail img {
	margin: 8px auto 4px auto;
}

ul.profiles li table td.uinfo {
	background: rgba(191,223,255,0.25);
	color: #607D8B;
	font-size: 12px;
	line-height: 1.6em;
	padding: 8px 6px;
}

ul.profiles li table td.uinfo div {
	box-sizing: border-box;
	cursor: default;
	width: 150px;
}

ul.profiles li table td.uinfo div i.material-icons {
	vertical-align: text-bottom;
}


ul.profiles li table td.uinfo img {
	float: right;
	margin-top: 1px;
	margin-left: 4px;
}

ul.profiles li table td.icons {
	background: rgba(191,223,255,0.5);
	cursor: default;
	padding: 2px;
}

ul.profiles li table td.icons .material-icons {
	margin: 0 2px;
}

div.card h2 > i {
	float: right;
	font-size: 24px;
	line-height: inherit;
	opacity: 0.7;
}

i.modicon {
	float: right;
	font-size: 12px;
	line-height: inherit;
	margin-left: 8px;
}

i.active {
	color: #66BB6A;
}

i.green {
	color: #8BC34A;
}

i.yellow {
	color: #FDD835;
}

i.red {
	color: #F44336;
}

i.cyan{
	color: #00BCD4;
}

.highlight img {
	transition: opacity 200ms ease;
	opacity: 1;
}

.highlight:hover img {
	transition: opacity 200ms ease;
	opacity: 0.6;
}

tr.highlightrow:hover td {
	background: rgba(255,255,255, 0.5);
}

.rounded{
	border-radius: 6px;
}

.trim {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.item {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

div.ititle {
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 34px;
}

.pop-item {
	width: 33%;
	padding: 0;
}

.titulo-perfil {
	font-size: 12px;
	font-weight: bold;
	height: 25px;
}

.preview-perfil {
	border: 0;
	padding: 0;
	width: 102px;
}

.preview-perfil img {
	padding-left: 2px;
}

.perfil-info {
	border: 0;
	font-size: 9px;
	padding: 1px 0;
	height: 22px;
	vertical-align: top;
}

.levelbar {
	color: #1487C0;
	font-weight: bold;
	font-size: 12px;
	float: right;
	margin-top: 4px;
	margin-right: 2px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.levelbar img {
	margin-top: -1px;
	margin-left: 6px;
	vertical-align: middle;
}

li.shadow,
div.shadow,
form.shadow,
fieldset.shadow {
	box-shadow: 0 0 2px rgba(0,0,0,.4);
}

form.addcomment {
	margin: 8px 12px;
}

div.shadow_in_out {
	border: 1px solid #FFF;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
}

img.shadow {
	box-shadow: 0 0 2px rgba(0,0,0,.3);
}

.social_login {
	background: #DCEDC8;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	color: #558b2f;
	font-size: 16px;
	line-height: 48px;
	padding: 0 20px;
}

.social_login .uibutton {
	margin: 8px 0 0 8px;
}

.filter {
	background: #EEEEEE;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

.filter td {
	padding: 8px 0;
	vertical-align: middle;
}

.filter td:first-child {
	padding-left: 16px;
}

.filter td:last-child {
	padding-right: 16px;
}

.filter form {
	margin: 0;
	padding: 0;
}

.filter input,
.filter select {
	font-size: 12px;
	margin: 0;
	color: #356;
}


.filter .material-icons {
	color: #0277BD;
	margin-right: 4px;
}

ul.tabs {
	display: table;
	background: #eceff1;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

ul.tabs li {
	display: table-cell;
	list-style: none;
	text-align: center;
}

ul.tabs.four li {
	width: 25%;
}

ul.tabs.five li {
	width: 20%;
}

ul.tabs li a {
	border-bottom: 3px solid #cfd8dc;
	color: #263238;
	display: block;
	font-size: 14px;
	line-height: 36px;
	text-decoration: none;
	transition: all .3s ease;
	width: 100%;
}

ul.tabs li a.selected {
	border-bottom: 3px solid #0091ea;
}

ul.tabs li a:hover {
	background: #cfd8dc;
	border-bottom: 3px solid #0091ea;
}

/* Chat */
#chatcontent {
	margin: 12px 18px;
}

div.chat {
	background: #e0f7fa;
	border: 1px solid #BFD2D5;
	border-radius: 4px;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
	color: #234;
	font-size: 12px;
	margin: 5px;
	padding: 4px 8px 6px 8px;
}

div.chat.event {
	background: #FFFBDF;
	border: 1px solid #D9D6BE;
	color: #807000;
}

div.chat.sent {
	background: #DFEFFF;
	border: 1px solid #BFDFFF;
	color: #004080;
	text-align: right;
}

div.chat.invalid{
	color:#EEE;
}

div.chat.recv {
	background: #FFEFDF;
	border: 1px solid #FFDFBF;
	color: #804000;
	line-height: 1.4em;
	text-align: left;
}

div.chat.event a {
	color: #006AD5;
}

div.chat.sent span {
	color: #778899;
	display: block;
	font-size: 90%;
	float: left;
	padding-right: 6px;
}

div.chat.recv span {
	color: #778899;
	display: block;
	font-size: 90%;
	float: right;
	padding-left: 6px;
}

img.chatwap {
	float: right;
	margin-left: 2px;
}

/* Dynamic autocomplete box */
#ajax_listOfOptions {
	background-color: #FFF;
	border: 1px solid #555;
	position: absolute;
	width: 238px;
	overflow: auto;
	max-height: 240px;
	text-align: left;
	z-index: 100;
}

#ajax_listOfOptions div {
	margin: 0;
	padding: 2px 3px;
	cursor: pointer;
	line-height: 100%;
	font-size: 12px;
}

#ajax_listOfOptions .optionDiv {
	color: #78909c;
}

#ajax_listOfOptions .optionDivSelected {
	background-color: #cfd8dc;
	color: #000;
}

#ajax_listOfOptions_iframe {
	background-color: #F00;
	position: absolute;
	z-index: 5;
}

/* UIBUTTONS */
.uibutton,
.uibutton:visited {
	background-color: #EEFBFF;
	background-repeat: repeat-x;
	background-image: linear-gradient(#EEFBFF, #B8E0FF);
	border: 1px solid rgba(0,0,0,0.3);
	border-bottom-color: rgba(0,0,0,0.4);
	border-radius: 3px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.1), inset 1px 1px 0 rgba(255,255,255,.7);
	color: #01579b;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	font-family: 'lucida sans unicode', 'lucida grande', helvetica, sans-serif;
	line-height: 25px;
	margin: 0;
	overflow: visible;
	position: relative;
	padding: 0 8px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px rgba(255,255,255,.5);
	transition: 200ms ease;
	vertical-align: middle;
	white-space: nowrap;
}

.uibutton.larger {
	line-height: 30px;
	padding: 0 12px;
}


.uibutton.larger .material-icons{
	margin-bottom:1px;
}

.uibutton:hover {
	background-position: 0 16px;
	border-color: rgba(0,0,0,0.4);
	text-decoration: none;
}

.uibutton:active {
	background-position: 0 32px;
	border-color: rgba(0,0,0,0.4);
	text-decoration: none;
}

.uibutton:hover img {
	background: transparent;
}

.uibutton.marginr {
	margin-right: 8px;
}

.uibutton .fa {
	font-size: 14px;
}

.uibutton .material-icons {
	font-size: 24px;
}

.uibutton img {
	margin: 0 6px 2px 0;
	padding: 0;
	vertical-align: middle;
}

/* overrides extra padding on button elements in Firefox */
.uibutton::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.uibutton.primary {
	background-color: #b3e5fc;
	background-image: linear-gradient(#b3e5fc, #4fc3f7);
	color: #01579b;
}

.uibutton.gray {
	background-color: #eceff1;
	background-image: linear-gradient(#eceff1, #cfd8dc);
	color: #37474f;
}

.uibutton.green {
	background-color: #dcedc8;
	background-image: linear-gradient(#dcedc8, #aed581);
	color: #33691e;
}

.uibutton.facebook {
	color: #3b5999;
}

.uibutton.google {
	color: #dd4b39;
}

.uibutton.microsoft {
	color: #0090D8;
}

.uibutton.social {
	font-size: 16px;
	line-height: 36px;
	margin:6px auto;
	min-width: 260px;
	text-align: left;
}

.uibutton.social i {
	font-size: 24px;
	float: left;
	line-height: inherit;
	margin-left: 2px;
	margin-right: 12px;
}

.uibutton.social_header i {
	float: left;
	line-height: inherit;
	margin-right: 8px;
}

/* Custom buttons */
.uibutton.btnppopprofile {
	margin: 8px 8px 8px 0;
}

.uibutton.btn_icon {
	padding: 2px 12px 2px 12px;
}

.uibutton.btn_icon img {
	margin: 0;
	vertical-align: middle;
}

.uibutton.disabled,
.uibutton:disabled,
.uibutton.primary:disabled,
.uibutton.green:disabled,
.uibutton.primary:disabled:hover,
.uibutton.green:disabled:hover {
	background-color: #F5F5F5;
	background-image: linear-gradient(#F5F5F5, #E0E0E0);
	background-position: 0;
	border: 1px solid rgba(0,0,0,0.3);
	border-bottom-color: rgba(0,0,0,0.4);
	color: #9e9e9e;
	cursor: default;
}

.welcome {
	font: 14px Tahoma;
	padding: 8px;
	text-align: left;
	width: 492px;
}

.uibutton.icon {
	margin-bottom: 2px;
	padding: 0;
}

.uibutton.icon img {
	margin: 0;
	padding: 2px 4px;
	vertical-align: middle;
}

.uibutton_group_layer {
	display: block;
	float: none;
	margin: 0;
	opacity: 0.5;
	position: relative;
	transition: opacity 300ms ease;
	white-space: nowrap;
	width: 100%;
}

.attachment_preview:hover .uibutton_group_layer,
.avatar_preview:hover .uibutton_group_layer,
.photo_preview:hover .uibutton_group_layer{
	opacity: 0.8;
}

.uibutton_group_layer button.uibutton {
	background: #FFF;
	border-color: #FFF;
	border-radius: 0;
	margin: 0;
	width: 100%;
}

.uibutton_group_layer button.uibutton.half {
	width: 50%;
}

.uibutton_group_layer button.uibutton.half:hover {
	color: #18FFFF;
}


#comment_add .uibutton {
	margin: 0 0 6px 0;
}

/* Social login on header */
div.toolbar div.login {
	background: rgba(0,0,0,.12);
	border-radius: 4px;
	float: right;
	margin-top: 7px;
	margin-right: 10px;
	padding: 4px;
}

div.toolbar div.login > i {
	color: #FFF;
	float: left;
	font-size: 24px;
	margin-left: 6px;
	margin-right: 12px;
	text-shadow: 0px 0px 5px #000;
}

div.toolbar div.login a.uibutton {
	border-color: #01579b;
	color: #01579b;
	margin: 0;
}

#main.login{
	background-color: #FFF;
	background-image: url(/imagenes/bg_login.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#main fieldset {
	margin: 12px 32px;
}

#main div.legend {
	background: #4F81BD;
	color: #FFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	padding: 0;
	width: 100%;
}

#main div.legend strong {
	display: block;
	padding: 0 10px;
}

#main div.legend a {
	background-color: transparent;
	background-position: 98% 50%;
	background-repeat: no-repeat;
	color: #FFF;
	display: block;
	font-weight: bold;
	padding: 0 8px;
	text-decoration: none;
}

#main div.legend a:hover, legend a:active {
	background-color: #366092;
}

#main div.legend.icon-collapse a {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA2ElEQVR42mNkoBAwDnMD/v//bwOkHIG4g5GR8TdJBgA1+wGpRUDMD8TLgTgTaMhHogwAas4EUlOAmAmI/wAxCxAfAuI4oCEPcRoA1MgMpJqAuAoq1AfEW4F4PhDLAfFtII4AGnIOwwCgZl6orXFQoUog7gQqBkr91wCylwGxIRC/BeJ4oPhWuAFABTJQ/4IC7DsQpwAVLENznTiQmgvE3lBvgbw5F2bAOajpz4E4Gqh5P46w4QJSvUCcARXKgBkwDWp7CFDzVQJRC9JTD8RpQOw/yFMiXQwAAA1ZRaWIdwDGAAAAAElFTkSuQmCC);
}

#main div.legend.icon-expand a {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA2ElEQVR42mNkoBAwDhMD/v//Pw1IOQJxCCMj41V8GoBqQXrqgTgNiP1hBpwDUoZA/ByIo4GG7MehmQtI9QJxBlQoA2aADJBaBHXFdyBOARqyDE2zOJCaC8TeQPwHiDNBfEYkBbxAagoQx0GFKoG4E2gQUOq/BpC9DOrKt0AcDxTfihGIQIXMQKoJiKugQn1ADFI4H4jlgPg2EEcANZ/DGwtAgzKhrmGCOpcFiA+BXAfU/JCoaAQa4gcNF34gXg7yM1DzR6zRiMcQG2jAdgA1/8aZDigBw8AAAOekRaVzwAz/AAAAAElFTkSuQmCC);
}

#main div.legend img {
	float: left;
	margin: 4px 8px 0 2px;
}

#main fieldset label.fielddesc {
	display: block;
	padding: 8px 12px;
}

#main div.fielditem {
	min-height: 40px;
	overflow: hidden;
	padding: 0 12px;
}

#main div.fielditem i {
	vertical-align: middle;
}

#main div.fielditem.subtitle {
	background: #DFEFFF;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#main div.fielditem:hover {
	background: #DFEFFF;
}

#main div.fielditem img.avt {
	float: right;
	margin: 12px 12px;
	width: 50px;
	height: 50px;
}

#main div.fielditem img.icon {
	float: left;
	margin: 16px 12px 0 0;
	width: 16px;
	height: 16px;
}

#main div.fielditem img.set_tip {
	display: none;
	float: right;
	margin: 16px 12px;
}

#main div.fielditem > a {
	display: block;
	font-weight: bold;
	line-height: 48px;
}

#main div.fielditem label {
	color: #455a64;
	display: block;
	font-weight: bold;
	line-height: 48px;
}

#main div.fielditem label.small {
	color: #546e7a;
	display: block;
	font-weight: normal;
	text-align: center;
}

#main div.fielditem input {
	float: left;
	margin: 18px 11px 10px 2px;
}

#main div.fielditem input.text,
#main div.fielditem select {
	float: right;
	margin: 8px 0;
}

#main div.fielditem input.text {
	margin: 8px 0;
}

#main div.fielditem input.mini.enter:focus {
	background-image: url(/iconos/16/key_enter.png);
	background-repeat: no-repeat;
	background-position: 99% 50%;
}

div.attachment_preview {
	background-color: #FFF;
	display: none;
	float: right;
	height: 120px;
	width: 28%;
	position: relative; /* importante p/posicionar rotation buttons */
}

div.avatar_preview {
	background-color: #FFF;
	margin: 10px 2px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: relative; /* importante p/posicionar rotation buttons */
}

div.photo_preview {
	background-color: #FFF;
	margin: 0 2px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: relative; /* importante p/posicionar rotation buttons */
}

div.img_rotable_preview {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

#main ul.download {
	margin: 12px;
}

#main ul.download li {
	color: #222;
	font-size: 14px;
	line-height: 200%;
}

#main ul.instructions {
	margin: 16px 32px;
}

#main div.section ul.instructions {
	margin: 0 4px;
}

#main ul.instructions li {
	color: #222;
	font-size: 14px;
	line-height: 200%;
}

#main div.qrcode_tip {
	background: rgba(255,224,11,.3);
	border: 1px solid rgba(0,0,0,.05);
	line-height: 40px;
	margin: 2px;
	font-size: larger;
	color: #806000;
	padding: 0 16px;
	text-align: center;
}

#main div.qrcode_app {
	background: rgba(87,170,255,.1);
	border: 1px solid rgba(0,0,0,.05);
	line-height: 32px;
	margin: 2px;
}

#main div.qrcode_app img {
	margin: 9px 8px 0 6px;
	vertical-align: top;
}

#toast {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 2px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	position: fixed;
	margin: 0 auto;
	max-width: 640px;
	bottom: 24px;
	left: 0;
	right: 0;
	overflow: hidden;
	text-align: left;
	z-index: 100;
}

#toast > div {
	color: #FFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	opacity: 0;
	padding: 14px 24px;
	transition: background-color 300ms ease;
}

#toast > div:hover,
#toast > div.active{
	background-color: rgba(255,255,255,.15);
	cursor: pointer;
}

#toast.t_success {
	background-color: #00C853;
}

#toast.t_warning {
	background-color: #FF6D00;
}

#toast.t_warning a{
	color:#FFE57F;
}

/* Messaging */
div.msg_colors {
	background: #ECEFF1;
	line-height: 0;
	text-align: center;
}

div.msg_colors a {
	display: inline-block;
	height: 33px;
	width: 12.5%;
}

div.msg_rating {
	background: #ECEFF1;
	text-align: center;
}

div.msg_rating img {
	padding: 5px 0px;
}

div.msg_rating a {
	display: inline-block;
	width: 20%;
}

div.msg_rating a.current,
div.msg_rating a:active,
div.msg_rating a:hover {
	background: #fff9c4;
	border-radius: 3px;
}

div.msg_smilies {
	background: #ECEFF1;
	text-align: center;
}

div.msg_smilies img {
	padding: 8px 0px;
}

div.msg_smilies a {
	display: inline-block;
	width: 5%;
}

form.message.compose div.div_gadgets div.msg_smilies a {
	width: 10%;
}

div.message.format div.div_gadgets {
	max-height: 66px;
}

div.msg_colors a:hover {
	box-shadow: inset 0 0 3px #000;
}

div.msg_smilies a:hover {
	background-color: #e0e0e0;
	border-radius: 3px;
}

div.msg_rating a:hover img,
div.msg_smilies a:hover img {
	background-color: transparent;
}

.badge{
	border-radius: 16px;
	border: 4px solid;
	box-shadow: 0 0 1px 3px #fff;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	margin: 6px;
	padding: 6px;
	position: relative;
	text-align: center;
	transition: color 300ms ease;
}

.badge i.material-icons{
    text-shadow: 0px -1px 1px rgba(0,0,0,0.3);
    opacity: 0.9;
}

.badge.gold{
	background: #fceabb; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-color: #FCCD4D;
}

.badge.silver{
	background: #f3e2c7; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-color: #c19e67;
}

.badge.gold:active,
.badge.gold:hover{
	color:#fceabb;
}

.badge.silver:active,
.badge.silver:hover{
	color:#f2f6f8;
}

/* Global classes */
.center {
	text-align: center;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hidden {
	display: none;
}

.padded {
	padding: 12px 16px;
}

/* CSS3 loader */
.cssload-container {
	width: 100%;
	text-align: center;
}

.cssload-zenith {
	width: 64px;
	height: 64px;
	margin: 64px auto;
	border-radius: 50%;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	box-shadow: 3px 3px 1px rgb(66,165,245);
	animation: cssload-spin 690ms infinite linear;
	-o-animation: cssload-spin 690ms infinite linear;
	-webkit-animation: cssload-spin 690ms infinite linear;
	-moz-animation: cssload-spin 690ms infinite linear;
}

@keyframes cssload-spin {
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-spin {
	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-spin {
	100% {
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-spin {
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.addthis_sharing_toolbox {
	clear: none !important;
	float: right;
}

@media (max-width:520px) {
	.uibutton.social_header {
		font-size: 10px;
	}
}

/* material-icons.css */
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
	src: url(MaterialIcons-Regular.woff2) format('woff2'),
		url(MaterialIcons-Regular.woff) format('woff'),
		url(MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1em;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	vertical-align: middle;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
}

/* Rules for sizing the icon. */
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-64 { font-size: 64px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.material-icons.md-male {
	color: #0093D9;
}

.material-icons.md-female {
	color: #E91E63;
}

.material-icons.md-gold {
	color: #FFB624;
}

.material-icons.ranking{
	cursor: default;
	float: right;
}

.tables .material-icons.md-18{
	line-height: inherit;
}

.md-chatwap{
	color: rgba(0, 0, 0, 0.26);
	margin-left: 8px;
	margin-top: 2px;
}

.md-green{
	color: #43A047;
}

.md-red{
	color: #E53935;
}

.md-yellow{
	color: #FFB300;
}
/* Windy API */
#windy #menu-settings,
#windy #layers-levels,
#windy #accumulations,
#windy #progress-bar,
#windy #embed-zoom {
	display: none !important;
}
#windy #logo-wrapper {
	top: initial;
	bottom: 40px;
}
#windy #logo-wrapper #logo {
	left: 50px;
}
#windy a:hover{
	text-decoration: none;
}