* {
	padding: 0;
	margin: 0;
	outline : none;
	letter-spacing : 0;
	word-spacing : 0;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	font-size: 100%;
	list-style: none;
	border: 0;
	text-decoration: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}

*:focus,
*:active {
	outline : none;
}

a {
	text-decoration: underline;
	outline: none;
	color: #69a3b8;
}

a:hover {color: #4E688B}

blockquote, q {
	quotes: none;
}

abbr {
    border-bottom: 1px dotted #828282;
    text-decoration: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table th,
table td {
	padding: 10px;
	border: 1px solid #ddd;
}

table th {
	font-weight: 700;
}

strong {font-weight: 700}
em {font-style: italic}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.25;
	background: #eee;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #52575d;
}

h1, h2, h3, h4, h5, h6 {line-height: 1.25}

h4 {
	font-size: 16px;
}

h2.normal {
	font-size: 22px;
	margin-bottom: 15px;
}

h2.normal.none {margin-bottom: 0}

p {
	margin-bottom: 20px;
	line-height: 1.5;
}.

a {color: #6ba4b8}

.container {
	width: 1148px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.container.space {
	padding: 25px 0;
}

input, textarea, select, body {
	font-family: 'Roboto', sans-serif;
	color: #52575d;
}

select, input, textarea {
	border: 1px solid #d5e0e3;
	padding: 7px;
	width: 100%;
	box-shadow: 0 0 5px #eeeeee inset;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 5px;
}

input[type="checkbox"],
input[type="radio"],
input[type="file"] {
	width: auto;
}

p {
	margin-bottom: 10px
}

.hide-radio {
	margin-bottom: 15px;
	display: none;
	overflow: hidden;
}

.hide-checkbox {
	margin-top: 15px;
	display: none;
}

.box-content {
	width: 755px;
	float: left;
}

.box-sidebar {
	width: 365px;
	float: right;
}

.box-content .box-block,
.box-sidebar .box-block {overflow: visible}

.box-block {
	background: white;
	padding: 20px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	position: relative;
	border-radius: 6px;
	box-shadow: 0 0 4px #ddd;
	overflow: hidden;
}

.box-block:hover {
	box-shadow: 0 0 4px #bbb;
}

.box-block.padding {
	padding: 35px 50px;
}

.box-block.notspace {padding: 0}

.box-block .title {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 15px;
}

.box-block .title.padding {
	margin: 0;
	border-bottom: 1px solid #dddddd;
	padding: 15px;
}

.box-block.special .title {
	padding: 10px;
}

.box-block.special .title .date {
	right: 20px;
    top: 20px;
}

.box-block .title .fa {
	color: #6ba3b7;
	font-size: 115%;
	margin-right: 3px;
}

.box-block .title .date {
	font-weight: 400;
	font-size: 14px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.box-estimador ul {
	margin-bottom: 15px;
}

.box-estimador li {
	position: relative;
	border: none;
	padding: 0;
}

.box-estimador li strong {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 500;
	color: #6ba3b7;
}

.box-estimador .featured {
	font-weight: 700;
	color: #43A56A;
	font-size: 14px;
	padding-left: 10px;
	border-left: 2px solid #43A56A;
	margin-top: 10px;
}

.box-estimador em {
	font-size: 12px;
}

.box-aportes.old {
	background: #EDF3F5;
	padding: 0;
	border: 1px solid #DDDDDD;
	border-radius: 6px;
}

.box-aportes .item {
	position: relative;
	padding: 20px;
	border-top: 1px solid #ddd;
	background: #fbfdff;
}

.box-aportes .item:hover {background: white}

.box-aportes .item .content {
	height: 100%;
	display: table;
	width: 100%;
	padding: 20px 0;
}

.box-aportes .item:first-child {
	border-top: none;
}

.box-aportes .item.special {
	background-color: #edf3f5;
}

.vermas {
	color: #6ba3b7;
	margin: 0;
}

.vermas a {font-weight: 700;}

.box-aportes .item .hover {
	visibility: hidden;
}

.box-aportes .item:hover .hover {
	visibility: visible;
}

.box-aportes .item .details {
	margin: 15px 0 0;
	color: #6ba3b7;
}

.box-aportes .item .details a {font-weight: 500}
.box-aportes .item .details:hover {color: #4E688B}

.box-aportes .item .cell {
	display: table-cell;
	vertical-align: middle;
}

.box-aportes .item:first-child {margin-top: 0}

.box-aportes .item .number {
	font-weight: 400;
	font-size: 40px;
	color: #69a3b8;
	display: block;
	margin-bottom: 10px;
	float: left;
}

.box-aportes .item .number.red {color: #bf0d3d}
.box-aportes .item .number.green {color: #4eb779}

.box-aportes .item .type {
	background: #52575d;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	padding: 4px 8px;
	position: relative;
	top: -9px;
	margin-left: 3px;
}

.box-aportes .item .type .yellow {background-color: #eaca58}
.box-aportes .item .type .green {background-color: #43a56a}

.box-aportes .item .text .fa {
	font-size: 12px;
	margin-right: 2px;
}

.box-aportes .item .text.green {color: #4eb779}
.box-aportes .item .text.red {color: #bf0d3d}

.box-aportes .item .text {
	font-size: 12px;
	font-weight: 700;
}

.box-aportes .item .type span {
	display: inline-block;
	padding: 3px 6px;
	background: #ce4561;
}

.box-aportes .itectype span {
	display: inline-block;
	padding: 5px;
	font-weight: 700;
}

.box-aportes .item .title {
	font-weight: 400;
	font-size: 22px;
	margin: 0;
	padding: 0;
}

.box-aportes .item .calculo {
	overflow: hidden;
	clear: both;
}

.box-aportes .item .negative {
	position: relative;
	width: 115px;
	height: 115px;
	margin-left: 20px;
}

.box-aportes .item .negative a {
	color: #cc0033;
}

.box-aportes .item .negative:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F4EBED;
	border: 1px solid #E2849F;
	border-radius: 50%;
}

.box-aportes .item .negative span {
	display: block;
	position: relative;
	top: 35px;
	border: 1px dashed #E2849F;
	padding: 10px;
	background: white;
	color: #cc0033;
	text-decoration: underline;
	margin: 0 -30px;
	text-align: center;
	font-size: 12px;
}

.box-aportes .item .left {width: 150px}
.box-aportes .item .center {padding: 0 15px}
.box-aportes .item .right {width: 160px}

.box-aportes .item .right .fa {font-size: 80%}
.box-aportes .item .right .blue {color: #506880}
.box-aportes .item .right .green {color: #6ba3b7}
.box-aportes .item .right {color: #999999}

.box-aportes .item.special .bar {
	background-color: #e1e9ec;
}

.box-aportes .item .bar {
	background: #eaeff1;
	padding: 14px 15px 5px;
	position: relative;
	border-radius: 4px;
}

.box-aportes .item .bar p {
	margin-bottom: 10px;
}

.box-aportes .item .bar.old {
	padding-left: 100px;
}

.box-aportes .item .bar img {
	position: absolute;
	bottom: 0;
	left: 0;
}

.box-aportes .item .bar .link {
	position: absolute;
	top: 18px;
	right: 15px;
}

.space-left {margin-left: 23px}

li {
	line-height: 1.5;
}

.list-tags {
	margin-bottom: 25px;
	margin-top: -10px;
}

.list-tags li {
	border: 2px solid #6ba4b8;
	color: #6ba4b8;
	display: inline-block;
	margin-bottom: 8px;
	margin-right: 8px;
	padding: 1px 4px;
	cursor: pointer;
}

.list-tags li.active {
	background: #6ba4b8;
	color: white;
}

.list-type {
	float: left;
	margin-left: 5px;
	margin-top: 6px;
}

.list-type li {
	float: left;
	font-size: 10px;
	background-color: gray;
	margin-right: 5px;
	line-height: 1.25;
}

.list-type li span {
	display: block;
	font-size: 18px;
	line-height: 1;
}

.bxfondo {
	font-weight: 700;
	color: #ffffff;
	border-radius: 4px;
	min-width: 40px;
    padding: 4px 0;
    text-align: center;
	display: inline-block;
	background-color: gray;
}

.bxfondo.small {padding: 1px 0}

.bxfondo.fondo0 {background-color: #116a70}
.bxfondo.fondo1 {background-color: #3f836c}
.bxfondo.fondo2 {background-color: #a4c87b}
.bxfondo.fondo3 {background-color: #f0b63a}

.list-normal {
	margin-bottom: 15px;
}

.list-normal li {
	line-height: 1.75;
	margin-bottom: 10px;
}

.list-normal li:first-child {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.list-link li {
	position: relative;
	padding: 5px 0 5px 11px;
}

.list-link li:before {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	top: 3px;
	left: 0;
	color: #69a3b8;
	font-size: 130%;
}

.text-center {text-align: center}
.text-left {text-align: left}
.text-right {text-align: right}

.button {
	font-weight: 700;
	padding: 10px 25px;
	display: inline-block;
	cursor: pointer;
	color: #748790;
	border-radius: 3px;
	background: #d5dfe3;
	text-decoration: none;
	margin: auto;
	width: auto;
	height: auto;
	outline: none;
	box-shadow: none;
}

.button.small {
	padding: 6px 25px;
}

.button.celeste {
	background-color: #6ba4b8;
	color: white;
}

.button.celeste:hover {background: #537e8c;}

.button.new {
	background-color: #EDF3F5;
	color: #68A4B8;
}

.button.new:hover {
	background-color: #d5dfe3;
}

.none {margin: 0}

.box-username {
	overflow: hidden;
	clear: both;
}

.box-username .avatar {
	float: left;
	margin-right: 15px;
}

.box-username .title {
	font-size: 28px;
	line-height: 1;
	margin: 0;
}

.box-username p {
	font-size: 16px;
	color: #6ba3b7;
	margin: 0;
}

.box-wrapper {
	background: #EAEFF1;
	padding: 20px;
	border-radius: 3px;
	margin-top: 25px;
}

.box-wrapper p:last-child {margin: 0}

.box-wrapper a {
	color: #6ba4b8;
}

.box-info {
	border-radius: 6px;
	box-shadow: 0 0 4px #ddd;
	position: relative;
	padding: 10px 45px 10px 60px;
	border: 1px solid #ddd;
	background: url("../images/icons/newsletter.png") 20px center no-repeat;
}

.box-info:hover {
	box-shadow: 0 0 4px #bbb;
}

.form-group .box-info.none {margin: 0}
.box-info.margin {margin: 0 0 20px 0}

.box-info .cerrar {
	cursor: pointer;
	font-size: 150%;
	position: absolute;
	right: 15px;
	top: 10px;
}

.box-info a {font-weight: 700;}
.box-info p {margin: 0}

.box-info.warning {
	background-color: #FDF8E3;
	color: #8a6d3b;
}

.box-info.warning a {color: #8a6d3b}
.box-info.warning a:hover {color: #52575d}

.box-info.blue {
	background-color: #D9EDF7;
	color: #31708E;
	background-image: url("../images/icons/blue.png");
}

.box-info.blue a {color: #31708E}

.box-profitability {
	padding-top: 50px;
}

.box-bg,
.box-footer {
	overflow: hidden;
	clear: both;
	background: #d5dfe3 url("../images/back.png") top center no-repeat;
}

.box-footer .float-group {
	overflow: hidden;
	clear: both;
	padding: 3px;
}

.box-footer .float-group .item {
	float: left;
	width: 32%;
}

.box-footer .float-group .item .box-block {
	display: table;
	width: 100%;
}

.box-footer .float-group .item .content {
	margin-bottom: 15px;
	overflow: hidden;
}

.box-footer .float-group .item.center {
	margin: 0 2%;
}

.box-footer .float-group .item .blog {
	color: #6ba3b7;
}

.box-footer .float-group .item .blog:hover {color: #4e688b}

.box-footer .float-group .item .blog a,
.box-footer .more a {font-weight: 500;}

.block-list .post {
	border-style: solid;
	border-color: #d5e0e3;
	border-width: 0 1px 1px 1px;
	overflow: hidden;
	clear: both;
	position: relative;
}

.block-list .post:first-child {
	border-width: 1px;
}

.block-list .post:hover {
	background-color: #f9fbfb;
}

.block-list .post .subtitle {
	font-weight: 700;
	font-size: 14px;
	margin: 0;
}

.block-list .post .subtitle a {
	text-decoration: none;
	color: #52575d;
}

.block-list .post .date {
	font-size: 13px;
}

.block-list .post .more {
	position: absolute;
	bottom: 15px;
	right: 15px;
	margin: 0;
}

.block-list .post .imagen {float: left}

.block-list .post .content {
	margin-left: 100px;
	padding: 15px;
	margin-bottom: 0 !important;
}

.box-box {
	clear: both;
	overflow: hidden;
	padding: 25px 3px;
}

.box-box .header {
	position: relative;
}

.box-box .align-right {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* .box-box .periodo {
    bottom: 0;
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%;
} */

.block-list .box {
	margin-bottom: 35px;
}

.block-list .icustom {
	background: #f9fbfc;
	border-radius: 3px;
	padding: 20px;
	border: 1px solid #D5E0E3;
}

.block-list .item:hover {
	background: #E1ECF1;
}

.block-list .item .content a {
	text-decoration: none;
	color: #52575d;
}

.block-list .item:hover .content a {
	color: #6ba4b8;
	text-decoration: underline;
}

.block-list .item .content .title {
	font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    margin: 4px 0;
}

.block-list .item {
	position: relative;
	background: #f9fbfc;
	border-radius: 3px;
	border: 1px solid #d5e0e3;
	overflow: hidden;
	width: 48.5%;
	float: left;
}

.block-list .item:nth-child(even) {
	float: right;
}

.block-list .item a:hover {text-decoration: none}

.block-list .item:first-child {margin-top: 0}

.fondo-4 .block-list .item {
	background: #f9fbfc;
}

.block-list .item .imagen {
	position: absolute;
	left: 0;
	top: 0;
	width: 30%;
	height: 100%;
}

.block-list .item .imagen a {
	display: block;
	height: 100%;
}

.imagen .thumb {
	background-position: 50% center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.block-list .item .content {
	padding: 20px;
	margin-left: 30%;
}

.block-list .item .content.full {
	margin: 0;
}

.block-list .icustom .content p:not(.more),
.block-list .item .content p:not(.more) {
	margin: 0;
	font-size: 14px;
}

.block-list .item.none .content {margin-left: 0}

.block-list .item.small .imagen {width: 25%}
.block-list .item.small .content {margin-left: 25%}

.item .imagen img {
	display: block;
	width: 100%;
	height: 100%;
}

.title-standar {
	margin-bottom: 20px;
	line-height: 1.5;
}

.title-standar a {color: #52575d}
.block-list .item:hover .title-standar a {color: #6ba4b8}

.block-list .item.small {
	font-size: inherit;
	line-height: 1.5;
}

.block-list .item .title-standar a {
	font-weight: 700;
}

.block-list .item.special .title-standar {
	font-size: 20px;
}

.block-list .item .content p span:before {
	border-color: #6ba4b8 transparent transparent #6ba4b8;
	border-style: solid;
	border-width: 20px;
	content: "";
	height: 0;
	position: absolute;
	right: -40px;
	top: 0;
	width: 0;
}

.block-list .item .title-standar {
	margin: 0 0 15px;
}

.box-box .periodo {
    bottom: 0;
    position: absolute;
    right: 0;
}

.box-box .periodo.active a {
	border-width: 1px 1px 0;
	border-color: #ddd;
	border-style: solid;
	box-shadow: 0 0 3px #999999;
}

.box-box .periodo.active a:before {
	background: #edf3f5;
	bottom: -6px;
	box-shadow: -7px 0 0 #edf3f5;
	content: "";
	height: 7px;
	position: absolute;
	right: 0;
	width: 202px;
}

.box-box .periodo a {
	position: relative;
	z-index: 2;
}

.box-box .periodo .submit {
	border-radius: 6px;
	border: none;
	position: relative;
	top: -1px;
}

.box-box .periodo a:hover {background-color: #edf3f5}

.box-box .periodo .hide {
    background: #edf3f5;
    border: 1px solid #dddddd;
    right: 0;
    padding: 20px 10px;
    position: absolute;
    top: calc(100% - 2px);
    width: 330px;
	text-align: right;
    z-index: 1;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: none;
	box-shadow: 0 0 3px #999999;
}

.box-box .periodo .hide .item {
	display: block;
	margin-top: 15px;
}

.box-box .periodo .hide .item:first-child {margin-top: 0}

.box-box .periodo .hide .item select,
.box-box .periodo .hide .item input {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 10px;
	width: auto;
}

.box-box .periodo .hide .item .submit {
	cursor: pointer;
}

.box-box .header h1 {
	margin: 0 0 15px;
}

.box-box .header h1.none {margin: 0}

.box-box .header p {
	margin: 5px 0 15px;
}

.box-box .header p.none {
	margin-bottom: 0;
}

.box-box .header label {
	margin-right: 10px;
}

.box-box .header input {
	margin-right: 5px;
}

.box-box .header .date {
	position: absolute;
	top: 15px;
	right: 0;
	color: #666666;
	margin: 0;
}

.box-box.none {padding: 0}

.text-small {font-size: 11px}

.heading {margin-bottom: 25px}

.heading p {
	font-size: 15px;
	margin: 0;
}

.heading .title {font-size: 24px}

.heading .title.none {
	margin: 0;
}

.box-profitability .left {
	width: 160px;
	float: left;
}

.box-profitability .right {
	float: right;
}

.box-profitability li {
	overflow: hidden;
	clear :both;
	line-height: 1.25;
	border-top: 1px solid #edf3f5;
	padding-top: 10px;
	margin-top: 10px;
}

.box-profitability li:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}

.box-profitability .type {
	padding: 5px 7px;
	float: left;
    margin-right: 7px;
	font-size: 10px;
}


.box-profitability .type span {
    display: block;
    font-size: 18px;
    line-height: 1;
}

.box-profitability .number {
	font-weight: 700;
	font-size: 16px;
	display: block;
}

.box-profitability .number {
	display: block;
}

.box-profitability .number .fa {font-size: 150%}

.box-profitability .number .red {color: #ce4561}
.box-profitability .number .yellow {color: #eaca58}
.box-profitability .number .green {color: #43a56a}

.box-profitability .title {
	font-size: 16px;
	margin-bottom: 15px;
}

#header {
	background: white;
	box-shadow: 0 0 7px #cccccc;
	padding: 15px 0;
}

.box-options {
	position: absolute;
	top: -2px;
	right: 0;
	color: white;
}

.box-options li {
	float: left;
	margin-left: 30px;
	font-size: 14px;
}

.box-options li span {display: none}

.box-options .fa {
	margin-right: 3px;
}

.box-options li a {
	color: white;
	text-decoration: none;
	position: relative;
}

.box-options li a:hover {color: #ffffff}

.box-options .tiphover:before {left: -70px;width: 140px}
.box-options .tiphover:after {left: 1px}

.tiphover {
	position: relative;
}

/* .box-sesion .tiphover:after,
.box-sesion .tiphover:before {
	display: block;
	opacity: 0;
	transition: opacity 2s ease-in;
}

.box-sesion .tiphover:hover:before,
.box-sesion .tiphover:hover:after {
	opacity: 1;
	transition: opacity 1s ease-out;
} */

.tiphover.big:before {
	max-width: 240px;
	width: 240px;
}

.tiphover:before {
    background: #000000;
    color: #ffffff !important;
    content: attr(data-title);
	transition: opacity 1s ease-out;
    display: none;
    font-size: 12px;
    left: 0;
    line-height: 1.1;
    padding: 9px 13px;
    position: absolute;
    text-align: center;
    top: 24px;
    max-width: 180px;
    z-index: 1;
	border-radius: 3px;
}

.tiphover:after {
	border-color: transparent transparent #000000 transparent;
    border-style: solid;
    border-width: 6px;
    content: "";
	transition: opacity 1s ease-out;
	display: none;
    height: 0;
    left: 5px;
    position: absolute;
    top: 12px;
    width: 0;
	z-index: 1;
}

.tiphover:hover:before,
.tiphover:hover:after {
	transition: opacity 1s ease-out;
	display: block;
}

.tiphover[data-title=""]:hover::before,
.tiphover[data-title=""]:hover::after,
.tiphover:not([data-title]):hover::before,
.tiphover:not([data-title]):hover::after {
	display: none;
}


@-webkit-keyframes fadeinout {
	50% { opacity: 1; }
}

@keyframes fadeinout {
	50% { opacity: 1; }
}

#dashboard .message,
.box-options .message {
	background: #bf0d3d;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-weight: 700;
	font-size: 11px;
	height: 17px;
	position: absolute;
	left: -10px;
	text-align: center;
	top: -5px;
	width: 17px;
}

#header #logo {
	display: inline-block;
}

#header .menu {
	float: right;
	padding-top: 22px;
}

#header .menu > ul > li {
	float: left;
	font-size: 15px;
	position: relative;
}

#header .menu > ul > li a {
	color: #777f82;
	text-decoration: none;
	position: relative;
	display: block;
	padding: 13px 15px;
}

#header .menu > ul > li .fa {color: #c1033a}
#header .menu > ul > li:hover > a .fa {color: #fff}

#header .menu > ul > li:hover > a {
	background: #bf0d3d;
	color: white;
}

#header .menu > ul > li:hover .submenu {display: block}
#header .menu > ul > li.active:hover > a:before {display: none}

#header .menu > ul > li.active > a:before {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	top: 80%;
	left: 0;
	background: #bf0d3d url("../images/menu.png") top right no-repeat;
}

#header .menu .submenu {
	position: absolute;
	top: calc(100%);
	left: 0;
	padding: 10px 15px;
	background: white;
	z-index: 9;
	width: 250px;
	display: none;
	box-shadow: 4px 4px 4px #ccc, -1px 0 2px #ddd;
}

#header .menu .submenu li a {
	color: #777f82;
	padding: 9px 18px 9px 18px;
	display: block;
	border-top: 1px solid #dddddd;
	position: relative;
}

#header .menu .submenu li:first-child a {
	border-top: none;
}

#header .menu .submenu li a:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #777f82;
}

#header .menu .submenu li a:hover {
	color: #bf0d3d;
}

#header .menu .submenu li a:hover:before {
	border: 1px solid #bf0d3d;
	background: #bf0d3d;
}

.box-sesion {
	background: #6ba4b8;
	color: white;
	padding: 8px 0;
	font-size: 12px;
}

.box-sesion p {margin: 0}

.list-circle li {
	position: relative;
	padding-left: 17px;
	margin: 13px 0;
	line-height: 1.5;
}

.list-circle li:before {
	width: 5px;
	height: 5px;
	font-family: FontAwesome;
	border-radius: 50%;
	background: #52575d;
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	color: #6ba4b8;
}

#footer {
	overflow: hidden;
	clear: both;
	padding: 25px 0;
	background: #52575d;
	color: #d6d6d6;
}

#footer a:hover {text-decoration: underline}

#footer .item p.small {
	font-size: 12px;
}

#footer .habitat {
	height: 41px;
	width: 158px;
	display: block;
	background: url("../images/icons.png") -150px 0 no-repeat;
	margin-bottom: 25px;
}

#footer .info {width: 560px}

#footer .info ul  {
	margin-bottom: 10px;
	overflow: hidden;
}

#footer .info ul li {
	float: left;
	width: 33%;
	padding-left: 15px;
	position: relative;
	font-weight: 300;
}

#footer .info ul.list li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 10px;
	margin-top: -5px;
	background: url("../images/icons.png") -175px -45px no-repeat;
}

#footer .contacto {
	font-weight: 700;
	padding-right: 25px;
}

#footer .contacto p {
	margin: 0;
}

#footer .contacto .lima {margin-top: 7px}

#footer .contacto span {
	font-size: 20px;
	font-weight: 700;
}

#footer .item {
	float: left;
	border-left: 1px solid #747474;
	padding: 10px 25px;
	min-height: 135px;
	width: 24%;
}

#footer .item:first-child {border-left: none}

#footer .item.atencion {
	width: 28%;
}

#footer .item.atencion h4,
#footer .item.atencion h3 {
	margin-bottom: 5px;
}

#footer .item h3 {
	font-weight: 700;
	margin-bottom: 15px;
}
#footer .item p {
	font-size: 14px;
}

#footer .item .list-circle li {
	line-height: 1.2;
	font-size: 14px;
}

#footer .item .list-circle li:before {
	background: #ffffff;
	top: 5px;
}

#footer .social {
	margin: 10px 0;
	border-top: 1px solid #747474;
	padding-top: 15px;
	display: inline-block;
	width: 100%;
}

#footer .social li {
	float: left;
	margin-left: 20px;
}

#footer .social li .fa {
	font-size: 28px;
	opacity: .8;
}

#footer .social li .fa:hover {
	color: white;
	opacity: 1;
}

#footer .social li:first-child {margin-left: 0}

#footer a {
	color: #d6d6d6;
	text-decoration: none;
}

#footer .links {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #747474;
	display: inline-block;
	width: 100%;
}

#footer .links li {
	margin: 5px 0;
	font-size: 14px;
}

.icons {
	background: url("../images/icons.png") 0 0 no-repeat;
	width: 10px;
	height: 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	outline: none;
	float: left;
    margin-right: 5px;
}

.icons.phone.gray {
	background-position: -80px 0px;
	width: 33px;
	height: 31px;
}

.icons.facebook.gray {
	background-position: -80px -35px;
	width: 19px;
	height: 31px;
}

.icons.twitter.gray {
	background-position: -80px -70px;
	width: 33px;
	height: 28px;
}

.icons.linkedin.gray {
	background-position: -115px -110px;
	width: 33px;
	height: 31px;
}

.icons.youtube.gray {
	background-position: -115px 0px;
	width: 29px;
	height: 32px;
}

.icons.ping.gray {
	background-position: -115px -35px;
	width: 25px;
	height: 32px;
}

.icons.call.gray {
	background-position: -115px -70px;
	width: 33px;
	height: 33px;
}

.float-group {
	overflow: hidden;
	clear: both;
}

.float-left {
	float: left;
	width: 48.5%;
}

.float-right {
	float: right;
	width: 48.5%;
}

.top-investments tr:nth-child(even) td:first-child,
.top-investments th:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.top-investments tr:nth-child(even) td:last-child,
.top-investments th:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.top-investments tr:nth-child(even) td {
	background: #D2E0E4;
}

.top-investments th,
.top-investments td {
	border: none;
	font-size: 12px;
	text-align: center;
	padding: 7px;
}

.top-investments .rent {font-size: 14px}
.top-investments .red {color: #c3023c}
.top-investments .green {color: #43a56a}

.top-investments th {
	background: #4f6880;
	color: white;
}

.top-investments .number {
	display: inline-block;
	padding: 3px 0;
	text-align: center;
	width: 45px;
	background: #eaca58;
	border-radius: 3px;
	color: white;
	font-weight: 700;
}

.top-investments .number.red {background-color: #ce4561}

.post-list ul {
	margin-bottom: 15px;
}

.post-list li {
	overflow: hidden;
	clear: both;
	margin-top: 15px;
}

.post-list li:first-child {
	margin-top: 0;
}

.post-list .imagen {
	float: left;
	margin-right: 20px;
}

.box-period {
	overflow: hidden;
	clear: both;
	position: absolute;
	top: 0;
	right: 20px;
}

.box-period ul {
	overflow: hidden;
	background: #ffffff;
	padding: 6px 10px;
	border-radius: 3px;
}

.box-period ul li {
	float: left;
	margin-left: 5px;
	font-size: 12px;
}

.box-period ul li:first-child {
	margin-left: 0;
}

.box-period ul li a {
	color: #6ba4b8;
	border-radius: 5px;
	display: inline-block;
	padding: 4px 8px;
}

.box-period ul li span {
	display: inline-block;
	padding: 4px 8px;
	font-size: 12px;
}

.box-period ul li a:hover,
.box-period ul li.active a {
	background: #DDEDF1;
	color: #6ba4b8;
	text-decoration: none;
}

.box-period ul li.specific a {
	background: none;
}

.box-period ul li.specific a:hover {color: inherit}

.box-rent .imagen {float: left}

.box-rent .box-profitability {
	float: right;
	width: 30%;
}

.imagen {
	line-height: 0;
}

.imagen.space {
	margin: -20px -20px 15px;
}

.box-map {
	position: relative;
	margin-bottom: 15px;
}

.box-table {
	background: rgba(255,255,255,.7);
	padding: 10px;
	border-radius: 3px;
	position: absolute;
	top: 100px;
	left: 15px;
	box-shadow: 0 0 6px #bbb;
}

.table-map {margin-top: 15px}
.table-map:first-child {margin-top: 0}

.table-map th,
.table-map td {
	border: none;
	padding: 7px;
	font-size: 12px;
}

.table-map th {
	text-align: left;
}

.table-map th {
	background: #4f6880;
	color: white;
}

.table-map tr:nth-child(even) td {
	background: #d5dfe3;
}

.table-map tr:nth-child(even) td:first-child,
.table-map th:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.table-map tr:nth-child(even) td:last-child,
.table-map th:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.tab-normal {
	margin-bottom: 15px;
	margin-top: 35px;
	text-align: right;
}

.tab-normal li {
	display: inline-block;
	margin: 0 5px;
}

.tab-normal li a {
	background: #d5dfe3;
	color: #a1a9ad;
	padding: 7px 25px;
	display: block;
	text-decoration: none;
}

.tab-normal li.active a,
.tab-normal li a:hover {
	color: #d5dfe3;
	background: #a1a9ad;
}

.tab-now {
	position: absolute;
	right: 140px;
	top: 25px;
}

.tab-now li {
	display: inline-block;
	margin: 0 5px;
}

.tab-now li a {
	background: #edf3f5;
	color: #ce4561;
	font-weight: 700;
	border-radius: 3px;
	padding: 7px 17px;
}

.tab-now li.active a,
.tab-now li a:hover {
	background: #ce4561;
	color: white;
	text-decoration: none;
	position: relative;
}

.tab-now li.active a:before,
.tab-now li a:hover:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color:  #ce4561 transparent transparent;
	border-width: 7px;
}

.box-chat {
	text-align: center;
}

.box-head {padding-bottom: 15px}

.box-head p {
	color: #999;
	margin-top: 5px;
	margin-bottom: 0;
}

.box-evolucion {
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
}

.negativa .evo-bar {
	height: 70px;
}

.negativa .evo-text li:first-child {
	margin: 0;
}

.negativa .link {
	padding-top: 7px;
}

.negativa .link a {
	color: #cc0033;
	font-size: 14px;
	text-decoration: underline;
}

.negativa .link a:hover {color: black}

.evo-bar {
	height: 135px;
	width: 20px;
	float: left;
	margin: 0 15px 0 40px;
}

.evo-bar li {
	display: block;
	width: 100%;
}

.evo-bar li.celeste {background-color: #6ba4b8}
.evo-bar li.azul {background-color: #506880}
.evo-bar li.gris {background-color: #cccccc}

.evo-bar li.red {
	background: #f8e6eb;
	border: 1px dotted #dd819a;
}

.evo-text li {font-size: 12px;line-height: 1.25;}
.evo-text li:first-child {margin: 10% 0}
.evo-text li span {color: #52575d}
.evo-text li strong {
	display: block;
	font-size: 14px;
}

.box-checklist li {
	position: relative;
	padding: 5px 20px 5px 15px;
	color: #d5e0e2;
	counter-increment: step-counter;
}

.box-checklist li:after {
    content: counter(step-counter, decimal)". ";
    left: 0;
    position: absolute;
    top: 5px;
}

.box-checklist li:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
	font-family: FontAwesome;
	content: "\f058";
	color: #d5e0e2;
	z-index: 1;
}

.box-checklist li span {
	text-decoration:line-through;
}

.box-checklist li:hover span {
	color: #6ba4b8;
	text-decoration: none;
}

.box-checklist li a:hover,
.box-checklist li.active a {
	font-weight: 700;
	color: #6ba4b8;
	text-decoration: underline;
}

.box-checklist li:hover a {color: #4E688B}

.box-checklist li.active {
	text-decoration: none;
}

.box-checklist li.active:after {
	font-weight: 700;
	color: #6ba3b7;
}

.box-checklist li.active:before {
	content: "\f14d";
	color: #6ba3b7;
}

.box-checklist li:hover:after,
.box-checklist li:hover:before {
	color: #6ba4b8;
}

.box-checklist li.active:hover:after,
.box-checklist li.active:hover:before {
	color: #4E688B;
}

.fancybox-opened .fancybox-skin {box-shadow: none}
.fancybox-skin {
	background: none;
	border: 1px solid white;
	color: white;
}

.fancybox-skin .title {
	font-size: 28px;
	margin-bottom: 15px;
	margin-top: 0;
}

.fancybox-skin .video {
	border: 1px solid #ddd;
	overflow: hidden;
	line-height: 0;
}

.fancybox-skin .buspace {
	margin: 35px 0 25px 0;
}

.fancybox-skin .types {
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
}

.fancybox-skin .types li {
    float: left;
    width: 48%;
	margin-bottom: 5px;
	overflow: hidden;
}

.fancybox-skin .types input {
	border: medium none;
	float: left;
	margin-right: 7px;
	padding: 0;
	position: relative;
	top: 4px;
}

.fancybox-skin .types li span {
	display: block;
	padding-left: 15px;
}

.fancybox-skin .types li:nth-child(even) {float: right}
.fancybox-skin .margin {text-align: center}

.fancybox-skin .margin a {
	color: white;
	margin: 0 15px;
	display: inline-block;
}

.fancybox-skin .etapas {
	text-align: center;
	padding: 35px 0 45px 0;
}

.fancybox-skin .etapas li {
	display: inline-block;
	height: 100px;
	width: 100px;
	color: white;
	position: relative;
	vertical-align: top;
	padding: 0 5px;
}

.fancybox-skin .etapas li.active:before {
	content: "Te sugerimos";
	position: absolute;
	top: -30px;
	left: -13px;
	text-align: center;
	width: 130px;
	line-height: 20px;
	color: black;
	background: white;
	font-size: 12px;
}

.fancybox-skin .etapas li.active:after {
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 100px;
	line-height: 25px;
	color: #73878f;
	font-family: FontAwesome;
	content: "\f058";
	background: #d5dfe3;
	text-align: center;
}

.fancybox-skin .etapas li > div {
	display: table-cell;
	vertical-align: middle;
	height: 100px;
}

.fancybox-skin .etapas .marron {background-color: #b0896a}
.fancybox-skin .etapas .azul {background-color: #396ab9}
.fancybox-skin .etapas .gris {background-color: #506880}
.fancybox-skin .etapas .morado {background-color: #73607d}
.fancybox-skin .etapas .celeste {background-color: #6ba4b8}
.fancybox-skin .etapas .verde {background-color: #43a56a}
.fancybox-skin .etapas .rojo {background-color: #ce4561}
.fancybox-skin .etapas .naranja {background-color: #e37e12}

.modal {
	display: none;
}

.step-box {
	background: white;
	border: 1px solid #dedede;
	padding: 35px 50px;
	border-radius: 6px;
	overflow: hidden;
}

.step-box .step-menu {
	overflow: hidden;
	clear: both;
	margin: -35px -51px 35px;
}

.step-box .step-menu li {
	float: left;
	position: relative;
	display: block;
	counter-increment: step-counter;
	width: 33%;
	position: relative;
	color: #bbb;
	text-decoration: none;
	display: block;
	padding: 15px 0;
    border-color: #bbb;
	border-width: 0 0 5px;
	border-style: solid;
	font-weight: 700;
	background: #f2f2f2;
	padding-left: 70px;
}

.step-box .step-menu li:before {
	background: #bbbbbb;
	border-radius: 50%;
	color: #ffffff;
	content: counter(step-counter, decimal);
	height: 25px;
	left: 35px;
	line-height: 25px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 25px;
	z-index: 1;
	text-align: center;
}

.step-box .step-menu li:nth-child(2) {
	width: 34%;
}

.step-box .step-menu li.active {
	background: #e8eff1;
    border-color: #6BA4B8;
	color: #6ba4b8;
}

.step-box .step-menu li.active:before {
	background-color: #6BA4B8;
}

/* .step-box .step-menu li.step:after,
.step-box .step-menu li.step a:after {
	border-color: rgba(0, 0, 0, 0);
	border-image: none;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	content: "";
	height: 0;
	left: 100%;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1;
} */

/* .step-box .step-menu li.step:after {
	border-left-color: #EDF3F5;
	margin: 0;
	transform: translateX(2px);
	z-index: 1;
} */

/* .step-box .step-menu li.step a:after {
    border-left-color: inherit;
    z-index: 2;
} */

.box-padding .box-box {
	padding-top: 10px;
	padding-bottom: 10px;
}

.tabs-wrapper.children {
	background: #EDF3F5;
	padding: 25px;
	margin-bottom: 15px;
}

.tabs-wrapper.children .float-left {width: 40%}
.tabs-wrapper.children .float-right {width: 55%}

.table-tab {
	background: white;
	font-size: 12px;
	border: 4px solid #fff;
	margin-bottom: 5px;
}

.table-tab th,
.table-tab td {
	border: none;
}

.table-tab th {
	background: #4F6880;
	color: white;
}

.table-tab tr:nth-child(even) td {
	background: #EDF3F5;
}

.fondo-submenu {
	background: #EDF3F5;
	padding: 10px 0;
}

.fondo-submenu ul {
	overflow: hidden;
	clear: both;
}

.fondo-submenu li {
	text-align: center;
	width: 25%;
	float: left;
	font-size: 12px;
}

.fondo-submenu li i {
	margin-right: 3px;
}

.fondo-submenu li a {
	color: #999999;
}

.fondo-submenu li a:hover,
.fondo-submenu li.active a {
	font-weight: 700;
	color: #4f6880;
}

.fondo-submenu li:hover i,
.fondo-submenu li.active:hover i {
	color: #4f6880;
}

.fondo-menu {
	padding: 0 15px;
}

.fondo-menu ul {
	overflow: hidden;
	clear: both;
}

.fondo-menu li {
	float: left;
	width: 25%;
}

.fondo-menu li a {
	padding: 7px 0;
	display: block;
	color: white;
	background: #A3B4C1;
	color: white;
	text-align: center;
	text-decoration: none;
}

.fondo-menu li a:hover,
.fondo-menu li.active a {
	font-weight: 700;
	background: #EDF3F5;
	color: #4f6880;
}

.box-blog {
	overflow: hidden;
	clear: both;
	background: white;
	padding: 35px 0;
	border-top: 1px solid #ddd
}

.box-blog .float-group {display: table}

.box-blog .float-group > div {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.box-blog .float-left {width: 25%}
.box-blog .float-right {width: 75%}

.box-blog .title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
}

.blog-list .item {
	float: left;
	width: 32%;
	padding-top: 15px;
}

.blog-list .item .imagen {
	float: left;
	position: relative;
	top: 25px;
}

.blog-list .item .content {
	margin-left: 55px;
}

.blog-list .item h3 {
	font-size: 18px;
}

.blog-list .item h3 a {
	font-weight: 400;
	color: #6ba4b8;
}

.blog-list .item:nth-child(2n) {
	margin-left: 2%;
	margin-right: 2%;
}

.box-up {
	margin-bottom: 15px;
}

.box-up .item {
	padding: 15px;
	border-bottom: 1px solid #dddddd;
	position: relative;
}

.box-up .item .number {
	display: inline-block;
	padding: 0 5px;
	color: white;
}

.box-up .item .number.red {background-color: #CD4460}
.box-up .item .number.yellow {background-color: #E9C957}
.box-up .item .number.green {background-color: #43A569}

.box-up .item a {
	text-decoration: none;
	color: #52575d;
}

.box-up .item.active {
	background: #6ba4b8;
	color: white;
	border: none;
}

.box-up .item.active a {color: white}

.box-up .item:before {
	content: "\f105";
	font-family: "fontawesome";
	font-size: 32px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0px, -50%);
	color: #6BA3B7;
}

.box-up .item.active:before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #6ba4b8;
	border-width: 63px 30px;
	transform: none;
}

.box-up .item dt {
	font-weight: 700;
}

.box-up .item dt,
.box-up .item dd {
	line-height: 1.35;
}

.tabs-box .tabs-menu {
	overflow: hidden;
	clear: both;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-left: 1px solid #dedede;
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
}

.tabs-box .tabs-menu select {display: none}

.tabs-box .tabs-menu li {
	float: left;
	width: 25%;
	text-align: center;
}

.tabs-box .tabs-menu li a {
	display: block;
	padding: 10px 0;
	color: #999999;
	font-weight: 700;
	background: #e7e7e7;
	text-decoration: none;
}

.tabs-box .tabs-menu li a:hover,
.tabs-box .tabs-menu li.active a {
	background: white;
	color: #51575d;
}

.tabs-box .tabs-menu li .fa {
	font-size: 120%;
	margin-right: 5px;
}

.tabs-box .tabs-content {
	background: white;
	border: 1px solid #dedede;
	border-top-width: 0;
	padding: 35px 50px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.tabs-box .tabs-content.border {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-width: 1px;
}

.tabs-box .tabs-content .title {
	position: relative;
}

.tabs-box .tabs-content .title .all {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

.tabs-box .tabs-content .title .all a {
	font-weight: 700;
}

.boxitle {
	margin-top: 25px;
}

.text.green {
	color: green;
}

.form-group .infobox {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	position: relative
}

.form-group .infobox input[type="checkbox"] {
	position: relative;
	top: 1px;
	margin-right: 2px;
}

.form-group .infobox.error {
	color: #ED4362;
}

.form-group .box-info {
	margin-top: 25px;
}

.form-group .title {
	margin-top: 40px;
}

.form-group input.error,
.form-group textarea.error,
.form-group select.error {
	border-color: #feadad;
	background-color: #fff5f5;
	box-shadow: 0 0 5px #ffc8c8 inset;
}

.alert {
	font-size: 140%;
	margin-left: 5px;
}

.alert.red {color: #ED4362}
.alert.green {color: #00A667}

.form-group .title.none {
	margin-top: 0;
}

.form-group .control-group {
	clear: both;
	margin-top: 15px;
	overflow: hidden;
	position: relative;
	padding: 3px 0;
}

.control-group .control-label.top {
	padding-top: 0;
}

.form-group .box-legal {
	margin-top: 15px;
	border-top: 1px solid #ddd;
	padding-top: 15px;
}

.form-group .ftext {
    display: block;
    font-size: 13px;
    padding: 2px 0 5px;
}

.form-group .control-group.legal {
	font-size: 11px;
	font-weight: 300;
	text-align: justify;
	margin-top: 50px;
}

.form-group .control-group.none .control-label {padding-top: 0}

.form-group .control-label {
	color: #909ba1;
	font-weight: 700;
	width: 180px;
	padding-top: 7px;
	float: left;
}

.form-group .control-input {
	padding-left: 195px;
}

.form-group .control-input input[type="text"],
.form-group .control-input input[type="password"],
.form-group .control-input input[type="email"],
.form-group .control-input input[type="number"] {
	width: 65%;
}

.form-group .control-input .info {
	display: inline-block;
	font-size: 11px;
	font-style: italic;
	padding-left: 5px;
}

.line {
	background: #dedede;
	height: 1px;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin: 25px 0;
}

.line.margin {
	margin-left: -50px;
	margin-right: -50px;
	width: auto;
}

h3 {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 25px;
}

h3 span {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
}

.box-module .title {
	background: #6ba4b8;
	color: white;
	padding: 15px 25px;
	margin: 0;
	font-size: 18px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.box-module .subtitle {
	font-size: 22px;
	font-weight: 400;
}

.box-module .content {
	background: white;
	border: 1px solid #dedede;
	border-top-width: 0;
	padding: 25px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.list-number li {
	counter-increment: step-counter;
	position: relative;
	padding-left: 40px;
	margin-top: 15px;
}

.list-number li:first-child {
	margin-top: 0;
}

.list-number li:before {
	position: absolute;
	top: 0;
	left: 0;
	background: #e7e7e7;
	text-align: center;
	color: #51575d;
	border-radius: 50%;
	text-align: center;
	width: 30px;
	height: 30px;
	content: counter(step-counter);
	font-weight: 700;
	line-height: 30px;
}

.box-archive .item {
	background: #EEEEEE;
	padding: 10px 75px;
	border: 1px solid #dddddd;
	position: relative;
	margin-bottom: 15px;
	border-radius: 6px;
	overflow: hidden;
}

.box-archive .item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 100%;
	background: #ddd url("../images/icons/gray.png") center center no-repeat
}

.box-archive .item .link {
	position: absolute;
	top: 50%;
	-ms-transform: translate(0,-50%); /* IE 9 */
	-webkit-transform: translate(0,-50%); /* Safari */
	transform: translate(0,-50%);
	right: 10px;
}

.box-archive .item p {margin: 0}

.box-archive .item.yellow,
.box-archive .item.green,
.box-archive .item.blue {background-color: white}

.box-archive .item.yellow:before {background: #fcf8e3 url("../images/icons/yellow.png") center center no-repeat}
.box-archive .item.green:before {background: #dff0d8 url("../images/icons/green.png") center center no-repeat}
.box-archive .item.blue:before {background: #d9edf7 url("../images/icons/blue.png") center center no-repeat}

h1 {
	font-weight: 700;
	font-size: 24px;
	margin: 25px 0 0;
}

h1 span {
	font-weight: 400;
}

h2 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
}

.modal-error {
	min-height: 400px;
	padding-top: 100px;
}

.modal-error h1 {
	margin-bottom: 20px;
}

.box-invoice {
	padding: 25px;
	border: 5px solid #ddd;
	margin: 25px 0;
}

.table {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
	margin: 15px 0;
}

.custom table th {
	background: #4F6880;
	color: white;
}

.custom table th,
.custom table td {
	padding: 13px 10px;
	text-align: center;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: none;
	border-right: none;
}

.custom table th {
	padding: 8px 10px;
	font-weight: 400;
}

.custom table tfoot td:first-child,
.custom.old table tr:nth-child(even) td:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.custom table th:first-child {
	border-top-left-radius: 6px;
}

.custom table tfoot td:last-child,
.custom.old table tr:nth-child(even) td:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.custom table th:last-child {
	border-top-right-radius: 6px;
}

.custom table td {background: #EDF3F5}
.custom.old table td {background: none}
.custom.old table tr:nth-child(even) td {background: #EDF3F5}

.custom table th:first-child,
.custom table td:first-child {text-align: left; font-weight: bold}
.custom table th:last-child,
.custom table td:last-child {text-align: right; font-weight: bold}

.custom table tfoot td {
	font-weight: 700;
	background: #EEEEEE !important;
}

.custom table .number {
	margin: auto;
	width: 38px;
}

.custom table .description {
	width: 100px;
}

.text-lightblue {color: #6ba4b8}
.text-green {color: #43a56a}
.text-brown {color: #b0896a}
.text-red {color: #ce4561}
.text-blue {color: #396ab9}
.text-orange {color: #e37e12}

.table table td,
.table table th {
	border: none;
}

.table table th {color: #909ba1}

.box-invoice .form-group .control-label {
	width: 170px;
}

.box-invoice .form-group .control-input {
    padding-left: 170px;
}

.spacelink {
	margin: 0 15px;
}

.box-line {
	text-align: right;
	padding-top: 15px;
}

.box-line.left {
	text-align: left;
}

.box-line p {
	margin: 0;
}

.box-line a {
	font-size: 10px;
	display: inline-block;
	padding: 1px 4px;
	color: #6BA4B8;
	border: 2px solid #6BA4B8;
	text-decoration: none;
	margin-left: 4px;
}

.box-line span {
	display: inline-block;
	margin-left: 4px;
}

.box-line a:hover {
	background: #6BA4B8;
	color: white;
}

.responsive-padding {
	padding: 0 15px;
}

.title-charts {
	position: relative;
	top: 8px;
	left: 0;
}

.box-periodo .item {
	clear: both;
	position: relative;
	padding: 14px;
	border-top: 1px solid #ddd;
	height: 65px;
}

.box-periodo .item a {
	display: block;
	text-decoration: none;
}

.box-periodo .item.active {
	background: #D2E0E4;
	border: none;
}


.box-periodo .item::before {
	content: "\f105";
	font-family: "fontawesome";
	font-size: 32px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0px, -50%);
	color: #6BA3B7;
}

.box-periodo .item.active:before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #D2E0E4;
	border-width: 33px;
	transform: none;
}

.box-periodo .item:first-child {
	border-top: none;
}

.box-periodo .item span {
	display: inline-block;
}

.box-periodo .item .fondo {
	padding: 4px 8px;
	background: #CDCDCD;
	float: left;
	margin-right: 1px;
	color: #52575d;
}

.box-periodo .item .bxfondo {
	padding: 4px 8px;
	float: left;
	border-radius: 0;
	min-width: inherit;
}

.box-periodo .item .type {
	width: auto;
	float: left;
	margin-right: 15px;
}

.box-periodo .item .info span {
	display: block;
	color: #52575d;
}

.box-periodo .item .info strong {
	font-size: 16px;
	color: #52575d;
}

.box-periodo .item .info strong .fa {font-size: 130%}
.box-periodo .item .info strong .red {color: #ce4561}
.box-periodo .item .info strong .green {color: #43a56a}

.box-periodo .item > div {
	float: left;
}

.float-sidebar {
	float: left;
	width: 30%;
	position: relative;
}

.float-content {
	float: right;
	width: 65%;
	position: relative;
}

#click,
#responsive {display: none}

#header.on-toggle #logo {
	padding-left: 15px;
}

#click {
	position: fixed;
	top: 5px;
	left: 0;
	left: 0;
	z-index: 999;
	width: 55px;
	height: 60px;
	cursor: pointer;
	background: url("../images/off.png") center center no-repeat;
}

#click.active {
	background-color: #313538;
	background-image: url("../images/on.png");
}

#dashboard {
	display: none;
	position: absolute;
	top: 21px;
	right: 15px;
	font-size: 18px;
}

#dashboard a {color: #7D7D7D}

body {position: relative}

html.overflow,
body.overflow {
	position: relative;
	overflow :hidden;
	height: 100vh;
}

html.overflow {
	position: fixed;
}

body.overflow::-webkit-scrollbar { display: none; }

body.overflow:before {
	position: fixed;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 999;
}

#responsive {
	background: #313538;
	font-size: 14px;
	height: calc(100vh - 65px);
	left: 0;
	position: fixed;
	width: 260px;
	z-index: 1000;
	overflow-y: auto;
	left: -260px;
	display: block;
}

#responsive li.dashboard {display: none}

#responsive li a {
	display: block;
	padding: 15px 25px;
	text-decoration: none;
	position: relative;
	background: #313538;
	color: white;
}

#responsive .menu-top li {
	border-top: 1px solid #2E3235;
}

#responsive .menu-top li a {
	background: #3B4044;
}

#responsive .menu-top li a .fa {
	font-size: 140%;
	position: absolute;
	top: 50%;
	transform: translate(0px, -50%);
	right: 15px;
}

#responsive .menu-top li a.active {
	background: #4d5052;
}

#responsive .menu-bottom li a {
	color: #9B9D9E;
	padding-top: 12px;
	padding-bottom: 12px;
}

#responsive .menu-bottom li .fa {
	width: 21px;
}

#responsive .menu-top li ul {
	display: none;
}

#responsive .menu-top li ul li a {
	background: #676b6e;
}

#responsive h3 {
	color: #9B9D9E;
	padding: 15px 25px;
	margin: 0;
}

#responsive p {
	color: #9B9D9E;
	padding: 25px;
	margin: 0;
	font-size: 11px;
}

#responsive p span {
	display: block;
}

#responsive p span.space {
	display: none;
}

#responsive p span.bold {
	font-weight: 700;
}

.content-visible {display: block}
.content-mobile {display: none}

.fancy-charts {
	background: white;
}

.fancy-charts .fancybox-skin {border: none}

.fancy-charts .fancybox-skin {
	border-radius: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
	color: inherit;
}

.fancy-charts .fancybox-outer {
	padding-top: 65px;
}

.fancy-charts .fancybox-close {
	background: rgba(0, 0, 0, 0) url("../images/logo-responsive.png") no-repeat scroll 50px 18px;
	border-top: 5px solid #6ba3b7;
    box-shadow: 0 0 7px #333333;
	cursor: pointer;
	font-size: 24px;
	height: 65px;
	left: 0;
	padding-left: 15px;
	padding-top: 13px;
	position: absolute;
	right: auto;
	text-decoration: none;
	top: 0;
	width: 100%;
}

.fondo-menu select {display: none}

.tabs-wrapper > div {display: none}
.tabs-wrapper > div:first-child {display: block}
.box-padding .head-title {padding-bottom: 15px}

.head-title {
	overflow: hidden;
	clear: both;
	margin: 25px 0 0;
}

.head-title.none {
	margin: 0 0 20px;
}

.head-title h1 {
	margin: 0;
}

.head-title .avatar {
	float: left;
	margin-right: 15px;
}

.head-title p {
	margin: 0;
	font-size: 15px;
}

@media only screen and (max-width: 1210px) {
	.container.space,
	.container {
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.box-options,
	#header .menu {right: 15px}
	
	.box-content {width: 66%}
	.box-sidebar {width: 32%}
}

@media only screen and (max-width: 1160px) {

	.responsive {
		display: block;
		height: auto;
		max-width: 100%;
		margin: auto;
	}
	
	.responsive.full {
		max-width: inherit;
		width: 100%;
	}
	
	.box-aportes .item .right {display: none}
	.box-aportes .item .content-mobile {display: block}
	
	#header {
		left: 0;
		padding: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
		box-shadow: 0 0 7px #333333;
		border-top: 5px solid #6ba3b7;
	}
	
	#header .container {height: 60px}
	
	#dashboard,
	#click {display: block}
	
	#logo {
		position: relative;
		top: 18px;
		left: 40px;
		display: inline-block;
	}
	
	#logo a {
		text-indent: -999999em;
		width: 150px;
		height: 25px;
		background: url("../images/logo-responsive.png") 0 0 no-repeat;
		text-decoration: none;
		outline: none;
		display: block;
	}
	
	#logo a img {display: none}
	
	#header .menu {display: none}
	
	.box-sesion {
		display: none;
	}
	
	body {
		font-size: 13px;
		padding-top: 65px;
	}
	
	body.overflow {overflow: hidden}
	
	#footer .info {
		width: 100%;
	}
	
	#footer {
		height: auto;
		padding: 0;
	}
	
	#footer .container {
		padding: 15px;
	}
	
	#footer .item.atencion,
	#footer .item {
		width: 48.5%;
		padding: 0 15px;
		min-height: inherit;
		border-left: none;
		border-bottom: 1px solid #ddd;
	}
	
	#footer .item:nth-child(even) {float: right}
	
	#footer .item:nth-child(3),
	#footer .item:nth-child(4) {
		padding: 15px;
		border-bottom: none;
	}
	
	#footer .item .links,
	#footer .info,
	#chatonline {
		display: none;
	}
	
	#footer p {margin: 0}
	
	#footer .contacto .lima {margin: 0}
	
	.box-footer {display: none}
	
}

@media only screen and (max-width: 890px) {
	
	.box-aportes .item .hover {
		visibility: visible;
	}
	
	.box-blog .title {
		font-size: 28px
	}
	
	.tabs-box .tabs-content,
	.box-module .title {border-radius: 0}
	
	.content-desktop {display: none}
	.content-mobile {display: block}
	
	.box-sidebar,
	.box-content {
		float: none;
		width: 100%;
	}
	
	.box-footer .float-group .item.center,
	.blog-list .item:nth-child(2n),
	.box-footer .float-group .item,
	.blog-list .item {
		float: none;
		width: 100%;
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}
	
	.box-block {padding: 15px}
	
	.box-periodo .item {
		position: relative;
	}
	
	.box-periodo .item:first-child {border-top: 1px solid #ddd}
	
	.responsive-center {
		text-align: center;
	}
	
	.box-up .item.active::before,
	.box-periodo .item.active::before {
		width: auto;
		height: auto;
		left: auto;
		bottom: auto;
		background: none;
		border: none;
		content: "\f105";
		top: 50%;
		transform: translate(0px, -50%);
	}
	
	.box-aportes .item .bar {padding: 15px}
	.box-aportes .item .bar p {margin: 0}
	
	.box-aportes .item .bar img,
	.box-footer,
	.box-aportes .item p.details {display: none}
	
	.box-aportes .item .content-mobile a {
		font-size: 16px;
		padding-left: 45px;
		padding-right: 45px;
	}
	
	.box-module .title,
	.box-module .subtitle {font-size: 16px}
	
	.step-box {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.heading {margin-bottom: 0}

}

@media only screen and (max-width: 690px) {
	
	.box-up .item.active a {color: #52575d}
	
	.box-blog .float-group > div {display: block}
	.box-blog .title br {display: none}
	
	.box-block {
		margin-bottom: 0;
	}
	
	.box-padding .box-box {padding: 0}

	.tabs-box .tabs-content .title .all {
		left: auto;
		margin-bottom: 20px;
		margin-top: -20px;
		position: static;
		right: auto;
		top: auto;
	}
	
	.step-box .step-menu li span {display: block}
	.step-box .step-menu li:before {left: 10px}
	.step-box .step-menu li {padding-left: 50px}
	.step-box .step-menu {margin: -15px -15px 15px}
	
	.tabs-box .tabs-content,
	.step-box {padding: 15px}
	
	.form-group .control-input input {
		width: 100%;
	}
	
	.form-group .control-input .info {
		padding-left: 0;
	}
	
	.form-group .control-label {
		display: block;
		margin-bottom: 5px;
		position: relative;
		top: auto;
		transform: none;
		width: 100%;
		padding: 0;
	}
	
	.form-group .control-label br {display: none}

	.form-group .control-input {
		padding-left: 0;
	}
	
	.form-group .control-input input[type="text"],
	.form-group .control-input input[type="password"],
	.form-group .control-input input[type="email"],
	.form-group .control-input input[type="number"] {
		width: 100%;
	}
	
	.form-group .control-input input[type="checkbox"],
	.form-group .control-input input[type="radio"] {
		width: auto;
	}
	
	.form-group .control-input .info {
		display: block;
		margin-top: 5px;
	}
	
	.content-visible {display: none}
	.box-aportes .item .number {font-size: 32px}
	.box-aportes .item {padding: 15px}
	
	.box-aportes .item .bar .link {
		position: static;
		right: auto;
		top: auto;
	}
	
	.box-aportes .item .content {
		display: block;
	}
	
	.box-aportes .item .cell {
		display: block;
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}
	
	.box-aportes .item .cell:first-child {
		margin-top: 0;
	}
	
	.box-aportes .item .bar .button {
		position: static;
		top: auto;
		bottom: auto;
		right: auto;
		left: auto;
		padding: 15px 35px;
		margin-top: 10px;
	}
	
	.list-type li {
		float: none;
		display: inline-block;
	}
	
	.box-blog .float-left,
	.box-blog .float-right,
	.float-sidebar,
	.float-content {
		float: none;
		width: 100%;
	}
	
	.blog-list {margin-top: 25px}
	
	.box-period,
	.title-charts {
		left: auto;
		position: static;
		top: auto;
		right: auto;
	}
	
	.box-period ul {
		background: none;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
	}
	
	.box-up .item.active {
		color: inherit;
		background: none;
		border-bottom: 1px solid #dddddd;
	}
	
	.box-periodo .item.active {
		color: inherit;
		background: none;
	}
	
	.box-periodo .item .type {
		width: auto;
	}
	
	.fondo-menu {
		background: #edf3f5;
		padding: 15px;
		border-bottom: 1px solid #ddd;
	}
	
	.fondo-menu ul {display: none}
	.fondo-menu select {display: block}
	
	.fondo-submenu {
		position: static;
		top: auto;
		left: auto;
	}
	
	.fondo-submenu li {
		float: none;
		text-align: left;
		width: 100%;
		font-size: 14px;
	}
	
	.fondo-submenu li a {
		display: block;
		background: #EDF3F5;
		padding: 20px 15px;
		border-bottom: 1px solid #ddd;
		position: relative;
		text-decoration: none;
	}
	
	.fondo-submenu li a .fa {
		font-size: 140%;
		margin: 0;
		text-align: center;
		width: 30px;
	}
	
	.fondo-submenu li a:before {
		color: #999999;
		content: "\f105";
		font-family: "fontawesome";
		font-size: 32px;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translate(0px, -50%);
	}
	
	.box-aportes .item .right {display: none}
	
	.tabs-box .tabs-menu select {display: block}
	.tabs-box .tabs-menu ul {display: none}
	
	.tabs-box .tabs-menu {
		padding: 15px;
		background: #dddddd;
	}
	
	.box-up .item:first-child {
		border-top: 1px solid #dddddd;
	}
	
	.box-up .item.active,
	.box-up .item {
		padding-left: 0;
		padding-right: 0;
	}
	
	.box-blog {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.button {
		width: 100%;
		text-align: center;
	}
	
	#footer .item {display: none}
	#footer .item.atencion {display: block}
	
	#footer .item.atencion {
		float: none;
		padding: 40px 0 0;
		width: 100%;
		background: url("../images/logo-mobile.png") 0 0 no-repeat;
	}
	
	#footer .social {
		display: block;
		text-align: center;
		overflow: hidden;
	}
	
	#footer .social li {
		display: inline-block;
		float: none;
		margin: 0 10px;
	}
	
	.box-block.box-charts {margin: 0}
	.box-padding {padding-bottom: 15px}
	
	.box-box .header .date {
		position: static;
		top: auto;
		right: auto;
		margin-bottom: 15px;
		text-align: right;
	}
	
	.box-module .content {padding: 15px}
	
	.block-list .item:first-child,
	.block-list .item {
		float: none;
		width: 100%;
		margin: 10px 0;
	}
	
	#misinversiones .box-box {
		padding: 3px 0;
	}
	
	#misinversiones .box-block {
		margin: 0 0 15px;
	}
	
	#evolucion.box-box {
		padding-top: 25px;
	}
	
}

@media only screen and (max-width: 480px) {
	
	#misinversiones .box-box {
		padding: 0;
	}
	
	#evolucion.box-box {
		padding-top: 25px;
	}
	
	#misinversiones .box-block.chat {
		margin: 15px;
	}
	
	#misinversiones .box-block {
		margin: 0;
	}
	
	.block-list .item .imagen {display: none}
	
	.block-list .item .content {
		margin-left: 0;
	}
	
	.step-box {
		border-left: none;
		border-right: none;
	}
	
	.step-box .step-menu li:nth-child(2),
	.step-box .step-menu li {
		text-indent: -999999em;
		width: 25%;
		padding-left: 45px;
	}
	.step-box .step-menu li.active {
		width: 50%;
		text-indent: 0;
	}
	
	.step-box .step-menu li:not(.active):before {
		text-indent: 0;
		left: 50%;
		margin-left: -12px;
	}
	
	.tabs-box .tabs-menu {border-radius: 0}
	
	.box-info {
		border-left: none;
		border-right: none;
		border-radius: 0;
	}
	
	.box-block {
		border-radius: 0;
		margin-bottom: -1px;
		box-shadow: none;
		padding: 15px;
		border-left: none;
		border-right: none;
	}
	
	.box-padding {padding-bottom: 0}
	.box-block.box-charts {padding-bottom: 25px}
	.box-head {padding-top: 15px}
	
	.box-module .title,
	.box-module .content,
	.tabs-box .tabs-content,
	.box-block:not(.chat) {
		border-radius: 0;
		box-shadow: none;
		border-left: none;
		border-right: none;
	}
	
	.box-block.aportes {
		padding-bottom: 15px;
	}
	
	.box-block.fondos {
		border-width: 1px 0 0;
		padding-top: 15px;
	}
	
	.box-block {
		border-left: none;
		border-right: none;
		margin-bottom: 0;
	}
	
	.box-map {margin-bottom: 0}
	
	.box-responsive {
		background: white;
		padding-top: 15px;
	}
	
	.box-block.chat {
		box-shadow: none;
		margin: 0 15px;
		border-radius: 6px;
		border-width: 1px;
		padding-bottom: 15px;
		border: 1px solid #dddddd;
	}
	
	.box-block.banner {
		border-width: 0 0 1px;
	}
	
	.container {
		padding-left: 0;
		padding-right: 0;
	}
	
	.head-title,
	.boxitle,
	.heading {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.heading .title {font-size: 22px}
	.box-username .heading {margin: 0}
	
	.box-info {border-radius: 0}
	#logo {left: 55px}
	
	.step-box {border-radius: 0}
	
	.box-block.box-checklist,
	.box-block.box-publicidad,
	.box-block.box-estimador {
		margin: 15px;
		border-radius: 6px;
		border: 1px solid #ddd;
		overflow: hidden;
	}
}