
.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25);
	border-left-width: 0
}
.popover.right>.arrow:after {
	left: 1px;
	border-right-color: #fff;
	border-left-width: 0
}
.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25)
}
.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}
.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25)
}
.popover.left>.arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff
}
.carousel-inner {
	width: 100%
}
.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: -webkit-transform .6s ease-in-out;
	-o-transition: -o-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	line-height: 1
}
.carousel-inner>.item.active.right, .carousel-inner>.item.next {
	left: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
.carousel-inner>.item.active.left, .carousel-inner>.item.prev {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block
}
.carousel-inner>.active {
	left: 0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}
.carousel-inner>.next {
	left: 100%
}
.carousel-inner>.prev {
	left: -100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0
}
.carousel-inner>.active.left {
	left: -100%
}
.carousel-inner>.active.right {
	left: 100%
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	text-align: center;
	opacity: .5
}
.carousel-control.left {
	background: #3c3c3c;
	background: -webkit-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,.0001)));
	background: linear-gradient(to right, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background-repeat: repeat-x
}
.carousel-control.right {
	right: 0;
	left: auto;
	background: #3c3c3c;
	background: -webkit-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.0001)), to(rgba(0,0,0,.5)));
	background: linear-gradient(to right, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-repeat: repeat-x
}
.carousel-control:focus, .carousel-control:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}
.carousel-control .icon-next, .carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1
}
.carousel-control .icon-prev:before {
	content: '\2039'
}
.carousel-control .icon-next:before {
	content: '\203a'
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 10px
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center
}
.carousel-caption .btn, .text-hide {
	text-shadow: none
}

@media screen and (min-width:802px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 30px
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -15px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -15px
}
.carousel-caption {
	right: 20%;
	left: 20%;
	padding-bottom: 30px
}
.carousel-indicators {
	bottom: 20px
}
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: table;
	content: " "
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
	clear: both
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}
.pull-right {
	float: right!important
}
.pull-left {
	float: left!important
}
.hide {
	display: none!important
}
.show {
	display: block!important
}
.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display: none!important
}
.invisible {
	visibility: hidden
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	background-color: transparent;
	border: 0
}
.affix {
	position: fixed
}

@media (max-width:802px) {
.visible-xs {
	display: block!important
}
table.visible-xs {
	display: table!important
}
tr.visible-xs {
	display: table-row!important
}
td.visible-xs, th.visible-xs {
	display: table-cell!important
}
.visible-xs-block {
	display: block!important
}
.visible-xs-inline {
	display: inline!important
}
.visible-xs-inline-block {
	display: inline-block!important
}
}

@media (min-width:802px) and (max-width:991px) {
.visible-sm {
	display: block!important
}
table.visible-sm {
	display: table!important
}
tr.visible-sm {
	display: table-row!important
}
td.visible-sm, th.visible-sm {
	display: table-cell!important
}
.visible-sm-block {
	display: block!important
}
.visible-sm-inline {
	display: inline!important
}
.visible-sm-inline-block {
	display: inline-block!important
}
}

@media (min-width:992px) and (max-width:1199px) {
.visible-md {
	display: block!important
}
table.visible-md {
	display: table!important
}
tr.visible-md {
	display: table-row!important
}
td.visible-md, th.visible-md {
	display: table-cell!important
}
.visible-md-block {
	display: block!important
}
.visible-md-inline {
	display: inline!important
}
.visible-md-inline-block {
	display: inline-block!important
}
}

@media (min-width:1200px) {
.visible-lg {
	display: block!important
}
table.visible-lg {
	display: table!important
}
tr.visible-lg {
	display: table-row!important
}
td.visible-lg, th.visible-lg {
	display: table-cell!important
}
.visible-lg-block {
	display: block!important
}
.visible-lg-inline {
	display: inline!important
}
.visible-lg-inline-block {
	display: inline-block!important
}
.hidden-lg {
	display: none!important
}
}

@media (max-width:802px) {
.hidden-xs {
	display: none!important
}
}

@media (min-width:802px) and (max-width:991px) {
.hidden-sm {
	display: none!important
}
}

@media (min-width:992px) and (max-width:1199px) {
.hidden-md {
	display: none!important
}
}
.visible-print {
	display: none!important
}

@media print {
.visible-print {
	display: block!important
}
table.visible-print {
	display: table!important
}
tr.visible-print {
	display: table-row!important
}
td.visible-print, th.visible-print {
	display: table-cell!important
}
}
.visible-print-block {
	display: none!important
}

@media print {
.visible-print-block {
	display: block!important
}
}
.visible-print-inline {
	display: none!important
}

@media print {
.visible-print-inline {
	display: inline!important
}
}
.visible-print-inline-block {
	display: none!important
}

@media print {
.visible-print-inline-block {
	display: inline-block!important
}
.hidden-print {
	display: none!important
}
}
@font-face {
	font-family: 'FontAwesome';
	src: url(../fonts/fontawesome-webfont.eot?v=4.4.0);
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.4.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.4.0) format("woff"), url('../fonts/fontawesome-webfont.ttf ?v=4.4.0') format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format("svg");
	font-weight: 400;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa-ul > li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}
.fa-pull-left {
	float: left
}
.fa-pull-right {
	float: right
}
.fa.fa-pull-left {
	margin-right: .3em
}
.fa.fa-pull-right {
	margin-left: .3em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-gear:before, .fa-cog:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-gears:before, .fa-cogs:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before, .fa-users:before {
	content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}
.fa-euro:before, .fa-eur:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}
.fa-won:before, .fa-krw:before {
	content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-slack:before {
	content: "\f198"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-pied-piper:before {
	content: "\f1a7"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-spoon:before {
	content: "\f1b1"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa-file-word-o:before {
	content: "\f1c2"
}
.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}
.fa-file-code-o:before {
	content: "\f1c9"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before {
	content: "\f1d0"
}
.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9"
}
.fa-history:before {
	content: "\f1da"
}
.fa-circle-thin:before {
	content: "\f1db"
}
.fa-header:before {
	content: "\f1dc"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-sliders:before {
	content: "\f1de"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-newspaper-o:before {
	content: "\f1ea"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bell-slash-o:before {
	content: "\f1f7"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-eyedropper:before {
	content: "\f1fb"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-area-chart:before {
	content: "\f1fe"
}
.fa-pie-chart:before {
	content: "\f200"
}
.fa-line-chart:before {
	content: "\f201"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bus:before {
	content: "\f207"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-cc:before {
	content: "\f20a"
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b"
}
.fa-meanpath:before {
	content: "\f20c"
}
.fa-buysellads:before {
	content: "\f20d"
}
.fa-connectdevelop:before {
	content: "\f20e"
}
.fa-dashcube:before {
	content: "\f210"
}
.fa-forumbee:before {
	content: "\f211"
}
.fa-leanpub:before {
	content: "\f212"
}
.fa-sellsy:before {
	content: "\f213"
}
.fa-shirtsinbulk:before {
	content: "\f214"
}
.fa-simplybuilt:before {
	content: "\f215"
}
.fa-skyatlas:before {
	content: "\f216"
}
.fa-cart-plus:before {
	content: "\f217"
}
.fa-cart-arrow-down:before {
	content: "\f218"
}
.fa-diamond:before {
	content: "\f219"
}
.fa-ship:before {
	content: "\f21a"
}
.fa-user-secret:before {
	content: "\f21b"
}
.fa-motorcycle:before {
	content: "\f21c"
}
.fa-street-view:before {
	content: "\f21d"
}
.fa-heartbeat:before {
	content: "\f21e"
}
.fa-venus:before {
	content: "\f221"
}
.fa-mars:before {
	content: "\f222"
}
.fa-mercury:before {
	content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
	content: "\f224"
}
.fa-transgender-alt:before {
	content: "\f225"
}
.fa-venus-double:before {
	content: "\f226"
}
.fa-mars-double:before {
	content: "\f227"
}
.fa-venus-mars:before {
	content: "\f228"
}
.fa-mars-stroke:before {
	content: "\f229"
}
.fa-mars-stroke-v:before {
	content: "\f22a"
}
.fa-mars-stroke-h:before {
	content: "\f22b"
}
.fa-neuter:before {
	content: "\f22c"
}
.fa-genderless:before {
	content: "\f22d"
}
.fa-facebook-official:before {
	content: "\f230"
}
.fa-pinterest-p:before {
	content: "\f231"
}
.fa-whatsapp:before {
	content: "\f232"
}
.fa-server:before {
	content: "\f233"
}
.fa-user-plus:before {
	content: "\f234"
}
.fa-user-times:before {
	content: "\f235"
}
.fa-hotel:before, .fa-bed:before {
	content: "\f236"
}
.fa-viacoin:before {
	content: "\f237"
}
.fa-train:before {
	content: "\f238"
}
.fa-subway:before {
	content: "\f239"
}
.fa-medium:before {
	content: "\f23a"
}
.fa-yc:before, .fa-y-combinator:before {
	content: "\f23b"
}
.fa-optin-monster:before {
	content: "\f23c"
}
.fa-opencart:before {
	content: "\f23d"
}
.fa-expeditedssl:before {
	content: "\f23e"
}
.fa-battery-4:before, .fa-battery-full:before {
	content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244"
}
.fa-mouse-pointer:before {
	content: "\f245"
}
.fa-i-cursor:before {
	content: "\f246"
}
.fa-object-group:before {
	content: "\f247"
}
.fa-object-ungroup:before {
	content: "\f248"
}
.fa-sticky-note:before {
	content: "\f249"
}
.fa-sticky-note-o:before {
	content: "\f24a"
}
.fa-cc-jcb:before {
	content: "\f24b"
}
.fa-cc-diners-club:before {
	content: "\f24c"
}
.fa-clone:before {
	content: "\f24d"
}
.fa-balance-scale:before {
	content: "\f24e"
}
.fa-hourglass-o:before {
	content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253"
}
.fa-hourglass:before {
	content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255"
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "\f256"
}
.fa-hand-scissors-o:before {
	content: "\f257"
}
.fa-hand-lizard-o:before {
	content: "\f258"
}
.fa-hand-spock-o:before {
	content: "\f259"
}
.fa-hand-pointer-o:before {
	content: "\f25a"
}
.fa-hand-peace-o:before {
	content: "\f25b"
}
.fa-trademark:before {
	content: "\f25c"
}
.fa-registered:before {
	content: "\f25d"
}
.fa-creative-commons:before {
	content: "\f25e"
}
.fa-gg:before {
	content: "\f260"
}
.fa-gg-circle:before {
	content: "\f261"
}
.fa-tripadvisor:before {
	content: "\f262"
}
.fa-odnoklassniki:before {
	content: "\f263"
}
.fa-odnoklassniki-square:before {
	content: "\f264"
}
.fa-get-pocket:before {
	content: "\f265"
}
.fa-wikipedia-w:before {
	content: "\f266"
}
.fa-safari:before {
	content: "\f267"
}
.fa-chrome:before {
	content: "\f268"
}
.fa-firefox:before {
	content: "\f269"
}
.fa-opera:before {
	content: "\f26a"
}
.fa-internet-explorer:before {
	content: "\f26b"
}
.fa-tv:before, .fa-television:before {
	content: "\f26c"
}
.fa-contao:before {
	content: "\f26d"
}
.fa-500px:before {
	content: "\f26e"
}
.fa-amazon:before {
	content: "\f270"
}
.fa-calendar-plus-o:before {
	content: "\f271"
}
.fa-calendar-minus-o:before {
	content: "\f272"
}
.fa-calendar-times-o:before {
	content: "\f273"
}
.fa-calendar-check-o:before {
	content: "\f274"
}
.fa-industry:before {
	content: "\f275"
}
.fa-map-pin:before {
	content: "\f276"
}
.fa-map-signs:before {
	content: "\f277"
}
.fa-map-o:before {
	content: "\f278"
}
.fa-map:before {
	content: "\f279"
}
.fa-commenting:before {
	content: "\f27a"
}
.fa-commenting-o:before {
	content: "\f27b"
}
.fa-houzz:before {
	content: "\f27c"
}
.fa-vimeo:before {
	content: "\f27d"
}
.fa-black-tie:before {
	content: "\f27e"
}
.fa-fonticons:before {
	content: "\f280"
}
.rslides {
	margin: 0 auto 40px
}
#slider2, #slider3, #noticiasm {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
	overflow: hidden
}
.rslides_tabs {
	font-size: 14px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: center
}
.rslides_tabs li {
	background-color: #ECECEC;
	display: inline;
	float: left;
	height: 90px;
	padding: 15px;
	width: 24.8%
}
li.rslides_here {
	background-color: #fff
}
.rslides_here > a {
	color: #115c9f
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline
}
.rslides_tabs li:first-child {
	margin-left: 0
}
.rslides_tabs .rslides_here a {
	color: #115c9f
}
a {
	color: #fff;
	text-decoration: none
}
#download {
	background: #333;
	background: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin: 60px auto;
	max-width: 500px;
	padding: 20px
}
#download:hover {
	background: rgba(255,255,255,.15)
}
.events {
	list-style: none
}
#slider4.callbacks_container {
	margin-bottom: 50px;
	position: relative;
	float: left;
	width: 100%
}
#slider4.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0
}
#slider4.callbacks > li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0
}
#slider4.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0
}
.fecha-slider {
	font-size: 14px
}
.caption {
	color: #fff;
	display: block;
	font-size: 20px;
	left: 0;
	margin: 0;
	max-width: none;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	text-shadow: none;
	top: 40px;
	width: 30%;
	z-index: 2
}
.callbacks_nav {
	background: transparent url(../img/themes.png) no-repeat scroll left top;
	height: 40px;
	left: 0;
	opacity: .7;
	overflow: hidden;
	position: absolute;
	text-decoration: none;
	text-indent: -9999px;
	top: 20px;
	width: 38px;
	z-index: 3
}
.container.slider2 {
	position: relative
}
.callbacks_nav:active {
	opacity: 1
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0
}
#slider3-pager a, #noticiasm a {
	display: inline-block;
	padding: 15px
}
#slider3-pager a:hover, #noticiasm-pager a:hover {
	color: #0070b7;
	text-decoration: none
}
#slider3-pager img, #noticiasm-pager img {
	float: left
}
#slider3-pager .rslides_here a, #noticiasm-pager .rslides_here a {
	background: transparent
}

@media screen and (max-width: 600px) {
.callbacks_nav {
	top: 47%
}
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0
}
#slider4.rslides > li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0
}
#slider4.rslides > li:first-child {
	position: relative;
	display: block;
	float: left
}
.rslides2 {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0
}
.rslides2 li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0
}
.rslides2 li:first-child {
	position: relative;
	display: block;
	float: left
}
.rslides2 img {
	display: block;
	min-height: 322px;
	height: auto;
	float: left;
	border: 0;
	width: 100%
}
.rslides2_on a, .rslides1_on a {
	color: #fff
}
#slider3-pager-2.rslides_tabs li {
	display: inline;
	float: left;
	height: 81px;
	margin-right: 1px;
	padding: 0;
	width: 100%;
	background-color: transparent
}
body .sliderdown {
	padding-top: 30px;
	padding-bottom: 30px
}
.col-md-9.slidercont {
	padding-left: 0;
	padding-right: 0
}
.col-md-8.slidercont {
	padding-left: 0;
	padding-right: 0
}
.caption2 {
	color: #fff;
	display: block;
	font-size: 20px;
	margin: 0;
	max-width: none;
	right: 0;
	text-shadow: none;
	width: 100%;
	float: left;
	position: relative;
	z-index: 2;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5)
}
li.rslides2_s1.rslides_here {
	background-color: #fff
}
li.rslides2_s2.rslides_here {
	background-color: #fff
}
li.rslides2_s3.rslides_here {
	background-color: #fff
}
li.rslides2_s4.rslides_here {
	background-color: #fff
}
#slider3-pager-2 .rslides2_s1.rslides_here, #slider3-pager-2 .rslides2_s2.rslides_here, #slider3-pager-2 .rslides2_s3.rslides_here, #slider3-pager-2 .rslides2_s4.rslides_here {
	background-color: #fff
}
#slider3-pager-2.rslides_tabs li a {
	background: #c8474b none repeat scroll 0 0;
	display: block;
	height: 79px;
	line-height: 20px;
	padding: 10px 14px;
	position: relative;
	width: 250px;
	text-decoration: none
}
#slider3-pager-2.rslides_tabs li a:hover {
	background-color: #af2b2f
}
#slider3-pager-2 .rslides_here > a {
	color: #c8474b;
	background-color: #fff;
	text-decoration: none
}
.col-md-4.complementario img {
	width: 100%
}

@media (min-width:992px) {
#slider3-pager-2.rslides_tabs li {
	width: 100%
}
#slider3-pager-2.rslides_tabs li a {
	width: 100%
}
}
.no-float {
	float: none
}
.tercer-op2 a:hover, .parrafos a:hover, a:hover {
	text-decoration: underline
}
html {
	background: url(../img/back-slide.png) no-repeat -9999px -9999px
}
.cargando-slider {
	display: block!important;
	width: 100%;
	height: 100%
}
.cargando-slider span {
	font-size: 2.5em;
	opacity: .8;
	width: 1.1em;
	height: 1em;
	display: block;
	margin: 0 auto;
	text-align: center
}
.fondo-slider.container-fluid .container {
	position: relative
}
.fondo-slider.container-fluid .container > div, .fondo-slider.container-fluid .container > ul {
	display: none
}
div#cargando-slider {
	display: block
}
.fondo-slider.container-fluid .container:last-child {
	position: relative
}
.btn-buscprincipal {
	display: none
}
@font-face {
	font-family: 'gobCLLight';
	src: url(http://cdn.aportefamiliar.cl/web-ips/fonts/gobcl_light.eot);
	src: url(http://cdn.aportefamiliar.cl/web-ips/fonts/gobcl_light.eot?#iefix) format("embedded-opentype"), url(http://cdn.aportefamiliar.cl/web-ips/fonts/gobcl_light.woff) format("woff"), url(http://cdn.aportefamiliar.cl/web-ips/fonts/gobcl_light.ttf) format("truetype"), url(http://cdn.aportefamiliar.cl/web-ips/fonts/gobcl_light.svg#gobCL) format("svg");
	font-weight: 200;
	font-style: normal
}
@font-face {
	font-family: 'gobCLBold';
	src: url(http://cdn.aportefamiliar.cl/web-ips/fonts/gobcl_bold.eot);
	src: url(http://cdn.aportefamiliar.cl/web-ips/fonts/gobcl_bold.eot?#iefix) format("embedded-opentype"), url(http://cdn.aportefamiliar.cl/web-ips/fonts/gobcl_bold.woff2) format("woff2"), url(http://cdn.aportefamiliar.cl/web-ips/fonts/gobcl_bold.woff) format("woff"), url(http://cdn.aportefamiliar.cl/web-ips/fonts/gobcl_bold.ttf) format("truetype"), url(http://cdn.aportefamiliar.cl/web-ips/fonts/gobcl_bold.svg#gobCL) format("svg");
	font-weight: 700;
	font-style: normal
}
@font-face {
	font-family: 'gobCL';
	src: url(http://cdn.aportefamiliar.cl/web-ips/fonts/gobcl_regular.eot);
	src: url(http://cdn.aportefamiliar.cl/web-ips/fonts/gobcl_regular.eot?#iefix) format("embedded-opentype"), url(http://cdn.aportefamiliar.cl/web-ips/fonts/gobcl_regular.woff) format("woff"), url(http://cdn.aportefamiliar.cl/web-ips/fonts/gobcl_regular.ttf) format("truetype"), url(http://cdn.aportefamiliar.cl/web-ips/fonts/gobcl_regular.svg#gobCL) format("svg");
	font-weight: 400;
	font-style: normal
}
.font-light, .titulo-gris, .buscadorprod input, h4.grey-text, .especial.buscadorprod > h4, #slider3-pager a, #slider3-pager-2.rslides_tabs li a, p.caption2 > a, .icon-descri h4 {
	font-family: gobCLLight, Verdana
}
.font-regular, .titulo-gris span, a.item-a-n1, .panel-default>.panel-heading, .nav-xbmenu>li>a, .cargo-dir-nac-ips, p.nombre-dir-reg-ips, .nombre-dir-nac-ips, h4.menupref, body .gsc-input input, body input.gsc-search-button, .gsc-control-cse, .tit-cuenta-publica, .buscadorprod2 .gsc-search-button input, .buscadorprod .gsc-search-button input, body, .recuadroweb.objetivos h4 {
	font-family: gobCL, Verdana
}
.font-bold, .titulocaja h4, especial.buscadorprod > h4, strong.negrita, .negrita, h1.logo a, h4.h-titulo, h5.h-titulo {
	font-family: gobCLBold, Verdana
}
.rslides1_tabs li > a, .container.sliderdown .banner3col a p, input#gsc-i-id1, input#gsc-i-id2, h1.logo a, .nav-xbmenu>li>a, div#contenidocolor1 .mas-tab, div#contenidocolor3 .mas-tab, .paginador .pagination li a.active, ul.pagination li a.active, table.table th.th-center, .btn-generico:focus, .btn-generico, .btn-generico2, .btn-accion, .btn-red.btn-facebook:hover, .btn-red.btn-twitter:hover, btn-inactivo, .btn.focus, .btn:focus, .btn:hover, .boton-img, .buscando input[type="search"], #nex-details, .carousel-cont h2, .icon-descri > h4, .links-tabs > a, .links-tabs > a:hover, .links-tabs > a:focus, .boton-input .btn-link, #slider3-pager li > a:hover, #slider3-pager li > a:focus, #slider3-pager li > a:active, .btn-principal:hover, .btn-principal:focus, .btn-principal:active, .btn-principal, #slider3-pager .rslides_here > a, .rslides2_tabs li > a, h2.caption, .table>thead>tr>th, .serviciosenlinea .menu-slide .active a:focus, .txt-jumbotron-home, p.caption2 > a, .nav-xbmenu>li.active>a, .nav-xbmenu>li>a:hover, .user-capsula, .serviciosenlinea .btn-info:hover, .serviciosenlinea .active .btn-info, h2.caption, .titulo-not-reg, #slider3-pager-2 .rslides_here > a, #slider3-pager-2.rslides_tabs li.rslides_here > a, .serviciosenlinea .btn-warning, .serviciosenlinea .btn:focus, .bannerpeque h4, .tit-int h2, .servicios a, .servicios li.col-md-4 a:hover, .servicios li.col-md-6 a:hover, .servicios li.col-md-3 a:hover, .servicios h2, a.activo, div.ul > div.minimimenu > .item-nivel1 > a.item-a-n1:hover, .btn-especial2, .btn-especial4, .btn-especial2:hover, .btn-especial2:focus, .btn-especial4:hover, .titulocaja span, .panel-default>.panel-heading, .panel-title > a, span.indicator.glyphicon.pull-right.glyphicon-chevron-up, span.indicator.glyphicon.pull-right.glyphicon-chevron-down, .bannerpeque h4.grey-text, .serviciosenlinea .active i, .serviciosenlinea .btn-info:hover i, #sliderxb .slider-arrow, .user-capsula:hover, .user-capsula:focus, .beneficios h2, p.audiop, .serviciosenlinea .active span, .serviciosenlinea .btn-info:hover span, .serviciosenlinea .btn-info:active span, .serviciosenlinea .btn-info:focus span, .btn.btn-valores, .img-multi p, .tit-gale, .full, .full span, .red-1 > h3, .red-1 > span > .fa.fa-map-marker, .btn-danger:hover, .jumbotron > h3, .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover, .buscadorprod .btn-buscar, .btn-buscprincipal, .btn-buscprincipal:hover, .sucursales .respuesta .ocultarmap, span.glyphicon.glyphicon-search.enbusc, .menu-accesibilidad h4.text-center, a#restaurar, .modulo-accesibilidad, .menu-accesibilidad a.font-control, .menu-accesibilidad a.font-control-lg, .modulo-accesibilidad a, h4.menupref, .color3 > a > span.mas-tab, .mas-tab, div#contenidocolor1 > div.ul > div.minimimenu > .item-nivel1 > a.item-a-n1:hover, div#contenidocolor1 a.activo, div#contenidocolor2 > div.ul > div.minimimenu > .item-nivel1 > a.item-a-n1:hover, div#contenidocolor2 a.activo, div#contenidocolor3 > div.ul > div.minimimenu > .item-nivel1 > a.item-a-n1:hover, div#contenidocolor3 a.activo, body input.gsc-search-button, a.item-a-n1.activo, div#contenidocolor1 > div.ul > div.minimimenu > .item-nivel1 > a.item-a-n1.activo, div#contenidocolor2 > div.ul > div.minimimenu > .item-nivel1 > a.item-a-n1.activo, div#contenidocolor3 > div.ul > div.minimimenu > .item-nivel1 > a.item-a-n1.activo {
	color: #fff
}
.buscando :-moz-placeholder, .buscando ::-moz-placeholder, .buscando :-ms-input-placeholder, .cargando-slider span, .recuadroweb.objetivos a.btn100, .recuadroweb.objetivos a.btn100:hover, .relacionados > h4 {
color:#fff
}
.btn-volver, .noticia-detalle .noticia-header h3, .tit-cuenta-publica, h2.tit-encabezado, .linkscaja a, .ilustraciones > a, table.table.table-striped.tabla-2 a, .noticias>.recuadrodet>a, .rslides_here > a, .nav-pills>li>a, h3.especial {
	color: #3d69af
}
.color-azul, .is-active > a, .alert-info, .alert-info a, .nav-principal > li > a.active, .rslides_here li > a, ul.menu-espcial-mobile li >a, .modal-footer h4, .btn-especial, .btn-especial3, ul.l-item li ul li a, .breadcrumb a, a.ocultarmap, #slider4-pager-3 > .callbacks_here > a, p > a, div > a, ul.l-item>li>a, .det-valores2, .btn-volver:hover, .audios, .recuadroweb.objetivos h4 {
	color: #244f93
}
.color-azul-hover, .modal-footer a:hover, .modal-footer a:active, .alert-info a:hover, .access:hover, .nav-principal>li>a:focus, .nav-principal>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .bannerpeque ul > li > a:hover, .btn-especial:hover, .redes-footer .redes-sociales ul li a:hover .link-f {
	color: #264d99
}
.modal-footer, #slider3-pager-2.rslides_tabs li a, .modal-footer a, .iconos-temas, .nav-principal > li > a, .dropdown-menu>li>a, .navbar-default .navbar-nav>li>a, .navbar-default .navbar-text, .noticia-detalle .noticia-body, .btn-red, .esp-table>tbody>tr>td>span.fa.fa-check, .paginador .pagination li a.deactive, .banners-lateral h5, .recuadroweb.noticias h3, h2.tit-encabezado.encabezado-noticias, .banners-lateral ul.banners-redes-sociales a, .modal-footer, .titulo-gris, .servlinea > span > span, .sucursales, a.direcciones, .social-red .btn-red, .links-tabs.color1 > a:hover, .links-tabs.color1 > a:focus, .links-tabs.color3 > a:hover, .links-tabs.color3 > a:focus, .organigrama-thumbnail .thumbnail a.direcciones:hover, .links-tabs > a, .links-tabs > a:hover, .links-tabs > a:focus, .docs-dload li span.info-doc-txt, .organigrama-thumbnail h5, .columna-derecha-noticias span.det-valores2 {
	color: #585856
}
.iconos-temas, .link-f {
	color: #64779d
}
.tabs-int>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #8eadde
}
.paginador .pagination li a, .btn-inactivo, .btn-inactivo:hover, ul.navbar-a > li.page-scroll > a, ul.navbar-a > li.dropdown > a, .paginador .pagination li a, #slider3-pager-2 .rslides_here > a, .recuadroweb.noticias .recuadrodet .fecha, a.item-a-n1, a.ocultarmap:hover, .thumbnail .caption2, .btn-cat, .btn-ilust, div#contenidocolor1 > div.ul > div.minimimenu > .item-nivel1 > a.item-a-n1, div#contenidocolor2 > div.ul > div.minimimenu > .item-nivel1 > a.item-a-n1, div#contenidocolor3 > div.ul > div.minimimenu > .item-nivel1 > a.item-a-n1, .btn-buscar:focus {
	color: #3c3c3c
}
.paginador .pagination li a.deactive, .banners-lateral ul.banners-redes-sociales .fa {
	color: #a3aab5
}
.h3, h3, .temas-modulos .user-capsula > a:hover, .menu-slide i, .sucursalcss h2, .menu-slide span {
	color: #c44840
}
.buscando input:-moz-placeholder, .buscando input::-webkit-input-placeholder, .recuadroweb.noticias .recuadrodet .fecha {
color:#999
}
h1.logo a:hover {
	color: #f7f7f7
}
.btn-cap-reg a.btn-principal, .serviciosenlinea .btn-info, .serviciosenlinea .col-md-6 ul li.li-call-center:hover {
	color: #001b46
}
.nav-xbmenu>li>a, .boton-input2 .btn-link, .boton-input3 .btn-link, .boton-input4 .btn-link, .btn-red, .boton-input2 .btn-link, .boton-input3 .btn-link, .boton-input4 .btn-link {
	color: #a3aab5
}
#slider3-pager-2.rslides_tabs li a, .especial.buscadorprod > h4, h4.grey-text, .bannerpeque ul > li > a, li.li-call-center, .especial.buscadorprod > h4 {
	color: #122035
}
li.li-call-center > a, li.li-call-center > a > p, li.li-call-center span, li.li-call-center p, li.li-call-center span, .bannerder > a, .btn-danger {
	color: #182a46
}
.h4li {
	color: #ff7400
}
.buscando ::-webkit-input-placeholder {
color:#fff
}
#sliderxb .nav-inslider a, span.hidden-xs:focus, #slider3-pager-2.rslides_tabs li.rslides_here, .btn-cap-reg button.btn-principal, .btn-cap-reg button.btn-principal span, .btn-cap-reg em.btn-principal {
	color: #060a12
}
.banners-externos .nbs-flexisel-inner .left-btn1 span, .banners-externos .nbs-flexisel-inner .right-btn1 span {
	color: #46556b
}
.redes-footer .redes-sociales a, .social-red h4 {
	color: #767d85
}
a.btn-cat > .fa.fa-angle-right, button.btn.btn-default.access.pull-right:focus, .sucursales .respuesta .ocultarmap:hover, span.numero-cuantos, .organigrama-thumbnail .thumbnail a.direcciones {
	color: #006cb7
}
.social-red i {
	color: #d1d4da
}
.buscadorprod2 .gsc-search-button:focus, .buscadorprod .gsc-search-button:focus, .lienzo-sup, .fondo-azul-hover, .links-tabs > a:hover, .links-tabs > a:focus, .servicios li.col-md-4 a:hover, .servicios li.col-md-6 a:hover, .servicios li.col-md-3 a:hover, div.ul > div.minimimenu > .item-nivel1 > a.item-a-n1:hover, .btn-generico:hover, .buscadorprod2 .gsc-search-button input, .full, .user-content a:hover, .serviciosenlinea .btn-warning:hover, .serviciosenlinea .btn-warning:active:focus, .serviciosenlinea .btn-warning:active, .serviciosenlinea .btn-warning:focus, .btn-buscprincipal:hover {
	background-color: #244f93
}
body .gsc-input input, .modal-footer, li.is-active, .navbar-btn, .navbar-default, .fondo-blanco, .rslides_here li, ul.menu-espcial-mobile li, ul.menu-espcial-mobile, ul.menu-espcial-mobile li, .pagination > li > a, .pagination > li > span, .buscadorprod .gsib_a, .btn-red, .buscadorprod form, .buscadorprod2 .gsib_a, .buscadorprod2 form, .noticia-detalle, .banners-lateral ul.banners-redes-sociales li, #slider3-pager-2.rslides_tabs li a, #slider3-pager-2.rslides_tabs li a, .rslides2_tabs li > a, .serviciosenlinea .btn-info, .bannerpeque ul > li, li.li-call-center, .ul, .f-blanco, .recuadro-center, .bg-blanco, .linkscaja, .parrafos, .parrafos2, .cont-blanco, .btn-cat, .ilustraciones h3, .bannerder, .social-red .btn-red, .jumbotron p, span.numero-cuantos, .serviciosenlinea .col-md-6 ul li.li-call-center:hover, .contenido-tabs, .box-in-dir-reg, .links-tabs.color2, .links-tabs > a:hover, .links-tabs > a:focus, .links-tabs.color1, div#contenidocolor1 .ul, div#contenidocolor2 .ul, .links-tabs.color3, div#contenidocolor3 .ul, .btn-cap-reg button.btn-principal, .recuadroweb.noticias, .columna-derecha-noticias a.figure2, .gsc-results-wrapper-overlay table tbody td, .btn-cap-reg em.btn-principal {
	background-color: #fff
}
body, .buscadorprod .gsc-control-cse.gsc-control-cse-es, .paginador .pagination li a.deactive, table tbody td, .btn-volver, .f-gris, div#demo, .buscadorprod, .btn-especial, .btn-especial3, .redes-footer .redes-sociales ul li a:hover, .beneficios, .btn-danger {
	background-color: #e6e6e6
}
.buscadorprod .gsc-search-button input:hover, .buscadorprod .gsc-search-button input:focus, .buscadorprod .gsc-search-button input:active, .buscadorprod2 .gsc-search-button input:hover {
	background-color: #0d377a
}
.bus-sucursal, .sup-sucursal > h4, .btn-volver:hover, .btn-inactivo, .btn-inactivo:hover, #nex-thumbnails li, .alert-info, .paginador .pagination li a.deactive, .contenedor-bus-int, .dropdown.idioma .dropdown-toggle:hover, .navbar-default .navbar-nav > li.borde-rg a:hover, .navesp > .dropdown button:hover, .btn-especial:hover {
	background-color: #e8e8e8
}
th.th-center, .boton-img, .buscando input[type="search"], .buscando input.texto-buscando {
	background-color: #517cc0
}
a.banner-home-jumbotron:hover .cont-txt-jumbotron > .txt-jumbotron-home, a.banner-home-jumbotron:focus .cont-txt-jumbotron > .txt-jumbotron-home {
	background-color: #bc3a2f
}
.btn-red.btn-twitter:hover {
	background: #3fa9f5
}
.btn-accion:hover {
	background-color: #ba212e
}
.pen li:hover:after, .user-content a:hover:after, .serviciosenlinea .col-md-6 ul li:hover:after {
	background: #e06666
}
.btn-principal, .btn-especial2, .btn-especial4, .rojo {
	background-color: #d63333
}
.btn-principal:hover, .btn-principal:focus, .btn-principal:active, .btn-especial2:hover, .btn-especial2:focus, .btn-especial4:hover {
	background-color: #900
}
.fondo-azul, .navbar-toggle .icon-bar, .bannerpeque h4, .links-tabs, .servicios li.col-md-4 a, .servicios li.col-md-3 a, .servicios li.col-md-6 a, div.ul > div.minimimenu > .item-nivel1 > a.i, .serviciosenlinea .mas-items, .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover, .tit-gale, .red-1, .btn-danger:hover, .boton-img, .buscadorprod .btn-buscar, .btn-buscprincipaltem-a-n1:before, .panel-default>.panel-heading, a.activo, .panel-primary>.panel-heading, .buscadorprod .gsc-search-button input, ul.pagination li a.active, .btn-generico, .btn-generico2, .btn-red.btn-facebook:hover, .full, a.banner-home-jumbotron, .gsc-control-cse.gsc-control-cse-es, td.gsc-input, .gsc-search-button, body input.gsc-search-button, .user-capsula, .serviciosenlinea .btn-info:hover, .serviciosenlinea .btn-info:active, .serviciosenlinea .btn-info:focus, .serviciosenlinea .active .btn-info, .serviciosenlinea .btn-warning, .btn.btn-valores, .azul, div.ul > div.minimimenu > .item-nivel1 > a.item-a-n1.activo:before {
	background-color: #3d69af
}
.f-footer, .dropdown.idioma a, .navbar-default .navbar-nav > li.borde-rg a, .navesp > .dropdown button, #slider3-pager.rslides_tabs, #contenidocolor1 a.item-a-n1:hover, #contenidocolor2 a.item-a-n1:hover, #contenidocolor3 a.item-a-n1:hover {
	background-color: transparent
}
#nex-bar, #nex-loadbar, #nex-loadbar-progress {
	background-color: inherit!important
}
.lienzo-medio, .tabs-interior > ul.nav.nav-tabs.tabs-left, .tabs-int>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .dark-color, .svirtual, .callbacks_container {
	background-color: #234
}
.fondo-azul {
	background-color: #005A96
}
#collapseBuscar input.gsc-search-button:hover, #collapseBuscar input.gsc-search-button:focus, #collapseBuscar input.gsc-search-button:active, #___gcse_0 .gsc-search-button input[type=button]:focus, input.gsc-search-button:hover, input.gsc-search-button:focus, .tab-content .btn-warning:active:hover {
	background-color: #244f93!important
}
body[style*='pointer-events: auto;'] .gsc-input input#gsc-i-id1, body[style*='pointer-events: auto;'] .buscadorprod input.gsc-search-button {
	background-color: #ccc!important
}
input#gsc-i-id1, input#gsc-i-id2 {
	background-color: #648dcd!important
}
#slider3-pager .rslides_here {
	background-color: #3d69af;
	background-image: none
}
.lienzo-medio {
	background-color: #182a46
}
#slider3-pager-2.rslides_tabs li a:hover, #slider3-pager-2.rslides_tabs li a:focus, #slider3-pager-2.rslides_tabs li a:active, .bannerpeque ul > li:hover, .tercernivel, .sucursalcss, .valores2:hover, .bannerder:hover, .tercernivel-b, .btn-cap-reg a.btn-principal:hover, .ips-orienta .recuadroweb.objetivos, .recuadroweb.noticias:hover, .cont-panel-regionales .panel-body, .nav-pills>li>a, .contwebs, .columna-derecha-noticias a.figure2:hover, .columna-derecha-noticias a.figure2:focus, .columna-derecha-noticias a.figure2:active {
	background-color: #EFEFEF
}
.btn-accion, .txt-jumbotron-home, #slider3-pager-2.rslides_tabs li.rslides_here > a {
	background-color: #c44840
}
#collapseBuscar, .titulocaja, .btn-ilust {
	background-color: #f7f7f7
}
.relacionados {
	background-color: #b0b0ac
}
.nav-pills>li>a:hover {
	background-color: #d6d6d6
}
ul.rslides2 > li, .menu-accesibilidad > .container, .menu-accesibilidad, .img-global a:hover {
	background-color: #122035
}
div#contenidocolor3 > div.ul > div.minimimenu > .item-nivel1 > a.item-a-n1:hover, div#contenidocolor3 a.activo, div#contenidocolor3 > div.ul > div.minimimenu > .item-nivel1 > a.item-a-n1:before, div#contenidocolor3 > a.activo:before, .color-3 {
	background-color: #02943d
}
div#contenidocolor1 > div.ul > div.minimimenu > .item-nivel1 > a.item-a-n1:hover, div#contenidocolor1 a.activo, div#contenidocolor1 > div.ul > div.minimimenu > .item-nivel1 > a.item-a-n1:before, div#contenidocolor1 > div.ul > div.minimimenu > .item-nivel1 > a.item-a-n1.activo:before, div#contenidocolor1 > a.activo:before, .color-1 {
	background-color: #533e6a
}
.servicios .pen li:hover, .serviciosenlinea .col-md-6 ul li:hover {
	background-color: #006cb7
}
.jumbotron > h3, .btn.btn-valores:hover {
	background-color: #46556b
}
.saliendoInput {
	background-color: #8eadde
}
div#contenidocolor2 > div.ul > div.minimimenu > .item-nivel1 > a.item-a-n1:hover, div#contenidocolor2 a.activo, div#contenidocolor2 > div.ul > div.minimimenu > .item-nivel1 > a.item-a-n1:before, div#contenidocolor2 > a.activo:before, .img-director-ips, .color-2 {
	background-color: #545d66
}

@media only screen and (max-width : 802px) {
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:active {
	color: #001b2e
}
.navbar-nav .open .dropdown-menu>li>a {
	color: #fff
}
.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:active {
	background-color: #182a46
}
.dropdown-menu>li>a:hover {
	background-color: #f7f7f7
}
.nav-justified > .dropdown .dropdown-menu > li a {
	background-color: #46556b
}
.menus > .navbar-collapse {
	background-color: #fff
}
#slider3-pager .rslides_here > a {
	background-color: #fff
}
h1.logo, h1.logo a {
	color: #3c3c3c
}
h1.logo a:hover {
	color: #060a12
}
#slider3-pager li > a {
	background-color: #001b2e
}
}

@media only screen and (max-width : 480px) {
.btn-principal:active, .btn-principal:hover, .btn-principal:focus, .btn-default.focus, .btn-default:focus {
	color: #fff
}
}

@media only screen and (max-width: 802px) {
.minimi a, .minimi p {
	color: #fff
}
.minimi {
	background-color: #46556b
}
.modal-footer a {
	color: #a3aab5
}
}

@media only screen and (max-width: 510px) {
.rslides_tabs li {
	background-color: #244f93
}
}
.h3, h3 {
	font-size: 24px
}

@media screen and (min-width: 768px) {
.container {
	width: 100%
}
}

@media (min-width:1200px) {
.container {
	width: 1070px;
	padding: 0
}
}
.navbar {
	margin-bottom: 0
}
.buscador.container {
	height: 115px
}
table thead {
	font-weight: 700;
	font-style: inherit
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle
}
footer {
	width: 100%
}
.modal-footer {
	padding: 0;
	text-align: left;
	border-top: none;
	padding-top: 0;
	margin-top: 30px
}
.modal-footer ul li {
	list-style: outside none none
}
.f-footer {
	background-image: url(../img/f-footer.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	height: 2px;
	background-size: 100%
}
.b-der {
	border-right: 1px solid #f2f2f2;
	min-height: 209px
}
.col-md-12.b-topdown li {
	display: inline-block;
	margin-left: 21px;
	float: left
}
.link-f {
	padding-left: 5px
}
.b-topdown {
	margin: 10px;
	text-align: center
}
.col-md-12.fsup {
	border-top: 1px solid #f2f2f2;
	padding-top: 20px
}
.buscando input {
	outline: none
}
.buscando input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%
}
.buscando input::-webkit-search-decoration, .buscando input::-webkit-search-cancel-button {
display:none
}
.buscando input[type="search"] {
	border: 1px solid #2d5e8b;
	background-image: inherit;
	padding: 9px 10px 9px 32px;
	transition: all .5s ease 0;
	width: 270px;
	z-index: 2000
}
.buscando input[type=search]:focus, .buscando input.texto-buscando {
	width: 450px;
	-webkit-box-shadow: 0 0 5px rgba(230,51,56,.5);
	-moz-box-shadow: 0 0 5px rgba(230,51,56,.5);
	box-shadow: 0 0 5px rgba(230,51,56,.5)
}
.texto-buscando .btn-buscprincipal {
	display: block!important
}
.boton-input {
	position: absolute;
	right: 18px;
	top: 38px;
	z-index: 1500
}
.buscando {
	margin-top: 35px
}
.navesp {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 45px
}
h1.logo {
	background: url(../img/logo.gif) no-repeat 0 0;
	float: left;
	height: 163px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	transition: all .3s ease 0;
	position: absolute;
	z-index: 2;
	font-size: 23px;
	width: 400px;
	line-height: 25px
}
h1.logo a:hover {
	text-decoration: none
}
span.tit-text {
	display: table;
	font-weight: 700;
	padding-bottom: 5px
}
.navbar-nav {
	margin: 0
}
.nav-justified>li>a {
	margin-bottom: 0
}
.dropdown-menu {
	min-width: 220px;
	padding: 10px
}
.dropdown.idioma {
	border: none
}
.idioma2 {
	width: auto
}
.idioma2 li {
	display: block!important;
	text-align: left!important
}
.dropdown-menu.idioma2 li a {
	text-align: left!important
}
ul.pgwSlider, .pgwSlider ul {
	display: inline-flex;
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%
}
.pgwSlider .ps-current {
	float: left;
	width: 100%;
	overflow: hidden;
	height: inherit;
	position: relative;
	clear: right
}
.ps-current {
	height: 350px!important
}
#slideinclusive {
	height: 440px
}
#nex {
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: relative!important;
	right: 0;
	top: 0;
	width: 100%
}
#nex-bar {
	bottom: 170px;
	height: 75px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 960px;
	z-index: 3
}
#nex-bar #nex-thumbnails {
	left: 0;
	top: 110px
}
#nex-thumbnails {
	bottom: 0;
	position: relative;
	z-index: 3
}
#nex-details {
	font-size: 18px;
	line-height: 25px;
	padding-left: 10px;
	position: absolute;
	top: -100px;
	width: 300px
}
#nex-details-title {
	display: none;
	font-weight: 700
}
.nex-main {
	height: 70%
}
.container.slidercont {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0
}
#nex-thumbnails li.is-active {
	margin-top: 0
}
#nex-thumbnails li {
	width: 238px;
	border: 0!important;
	margin: 1px
}
#nex-thumbnails a {
	display: table-cell;
	left: 10px;
	position: absolute;
	right: 10px;
	top: 15px
}
.navbar-btn {
	margin-bottom: 8px;
	margin-top: 8px;
	height: 65px
}
.navbar-a {
	height: 65px;
	margin: 0
}
.navbar-a > li > a {
	height: 64px;
	width: 100%;
	font-size: 15px
}
ul.navbar-a > li {
	border-right: 1px solid #bdc9d1;
	height: 64px;
	min-width: 100px;
	text-align: center
}
ul.navbar-a > li:first-child {
	border-left: 1px solid #bdc9d1
}
.container.menus {
	padding: 0!important
}
.container.menus > .navbar-collapse {
	padding: 0!important
}
.lienzo-medio {
	padding-top: 50px;
	height: 550px
}
.alert-info {
	border-radius: 0;
	border: 1px solid #fff;
	padding: 10px 15px;
	margin: 10px auto;
	font-size: 18px
}
.alert-info a {
	text-decoration: underline
}
.alert-info h3 {
	margin: 0;
	padding-left: 25px
}
.fa.fa-info-circle {
	font-size: 22px;
	float: left
}
.navbar {
	border-radius: 0
}
.container.banner {
	padding: 0
}
.banners.col-md-12 {
	padding: 0
}
.banners.col-md-12 img {
	width: 100%
}
.banners {
	border: 3px solid #fff;
	margin-bottom: 10px;
	margin-top: 10px
}
.elastislide-list {
	list-style-type: none;
	display: none
}
.no-js .elastislide-list {
	display: block
}
.elastislide-carousel ul li {
	min-width: 20px
}
.elastislide-wrapper {
	position: relative;
	margin: 0 auto;
	min-height: 60px
}
.elastislide-wrapper.elastislide-loading {
	background-repeat: no-repeat;
	background-position: center center
}
.elastislide-horizontal {
	padding: 10px 15px
}
.elastislide-vertical {
	padding: 40px 10px
}
.elastislide-carousel {
	overflow: hidden;
	position: relative;
	height: 170px
}
.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px)
}
.elastislide-horizontal ul {
	white-space: nowrap
}
.elastislide-carousel ul li {
	margin: 0;
	-webkit-backface-visibility: hidden
}
.elastislide-horizontal ul li {
	height: 100%;
	display: inline-block;
	padding: 2px;
	margin: 10px 32px 8px 33px
}
.elastislide-vertical ul li {
	display: block
}
.elastislide-carousel ul li a {
	display: inline-block;
	width: 100%
}
.elastislide-carousel ul li a img {
	display: block;
	padding: 2px;
	max-width: 100%
}
.elastislide-wrapper nav span {
	background: rgba(0,0,0,0) url(../images/nav.png) no-repeat scroll 4px 3px;
	cursor: pointer;
	height: 48px;
	opacity: .8;
	position: absolute;
	text-indent: -9000px;
	width: 52px
}
.elastislide-wrapper nav span:hover {
	opacity: 1
}
.elastislide-horizontal nav span {
	left: -11px;
	margin-top: -20px;
	top: 74px
}
.elastislide-vertical nav span {
	top: 10px;
	left: 50%;
	margin-left: -11px;
	background-position: -17px 5px
}
.elastislide-horizontal nav span.elastislide-next {
	background-position: 4px -48px;
	left: auto;
	right: 0;
	top: 74px
}
.elastislide-vertical nav span.elastislide-next {
	bottom: 10px;
	top: auto;
	background-position: -17px -18px
}
.carousel-cont h2 {
	text-align: center;
	margin-top: 60px
}
.icon-descri > h4 {
	margin: 0 auto;
	text-align: center;
	font-size: 17px
}
.siresp {
	display: none
}
.tabs-int > li >a {
	font-size: 18px
}
.tabs-int>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	cursor: default;
	border: none;
	border-bottom-color: transparent
}
.tabs-int>li {
	margin-right: -1px;
	text-align: right;
	border-bottom: 1px solid #3a5979;
	width: 100%
}
.links-tabs {
	border: 1px solid #e6e6e6;
	height: 115px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	position: relative
}
.links-tabs:hover {
	z-index: 1000
}
.links-tabs > a {
	display: block;
	padding: 30px 10px 43px;
	position: relative;
	text-decoration: none;
	height: 113px;
	font-size: 16px;
	-webkit-transition: transform 0.4s, box-shadow .4s;
	transition: transform 0.4s, box-shadow .4s
}
h1.logo a {
	display: block;
	height: 100%;
	width: 100%;
	padding-top: 85px;
	padding-left: 200px
}
.navbar-default .navbar-nav > li.borde-rg a {
	padding: 15px 3px
}
.dropdown.idioma > .dropdown-menu {
	width: auto;
	min-width: 0
}
.dropdown.idioma > .dropdown-menu>li>a {
	padding: 3px 15px
}
.no-margin-vr {
	padding-right: 0;
	padding-left: 0
}
.access {
	padding: 8px 3px;
	border: none;
	border-radius: 0
}
.access:hover {
	background: none;
	border-radius: 0
}
.access img {
	vertical-align: top;
	margin-right: 5px
}

@media only screen and (max-width : 802px) {
.minimimenu {
	display: none;
	overflow: hidden
}
}

@media only screen and (max-width : 960px) {
.menu-accesibilidad li {
	margin-bottom: 25px;
	padding-right: 20px
}
}

@media only screen and (max-width : 930px) {
.modulo-accesibilidad {
	display: table;
	width: 100%!important;
	margin-left: 0;
	margin-right: 5px;
	padding: 10px;
	height: 30px!important
}
.menu-accesibilidad ul, .menu-accesibilidad ul > li {
	margin-bottom: 0
}
.menu-accesibilidad ul > li {
	padding-top: 5px
}
}
#accesibilidad {
	text-align: center
}
.buscando {
	margin-top: 42px;
	position: relative
}
.boton-input {
	top: 4px;
	left: 0;
	right: inherit
}
.buscando input[type="search"] {
	padding: 8px 10px 5px 45px;
	font-size: 18px
}
.buscando :-moz-placeholder {
opacity:1
}
.buscando ::-moz-placeholder {
opacity:1
}
.boton-input .btn-link {
	font-size: 18px
}
.buscador.container {
	height: 120px
}
.navbar-btn {
	margin-top: 0;
	margin-bottom: 0;
	border: 0
}
.nav-principal {
	margin-top: 0
}
.nav-principal > li {
	float: none;
	border-right: 1px solid #BDC9D1;
	position: relative
}
.nav-principal > li:first-child {
	max-width: 0
}
.nav-principal > li:last-child {
	max-width: 50px;
	border-right: 0
}
.nav-principal > li:nth-last-child(2) {
	max-width: 30px
}
.nav-principal > li:nth-last-child(4) {
	min-width: 80px
}
.nav-principal > li:nth-last-child(5) {
	min-width: 100px
}
.nav-principal > li:nth-last-child(6) {
	min-width: 105px
}
.nav-principal > li > a {
	height: 65px;
	padding: 10px 0;
	font-size: 14px;
	border-bottom: 3px solid #fff
}
.nav-principal>li>a:focus, .nav-principal>li>a:hover {
	border-bottom: 3px solid #c44840
}
.nav-principal > li > a.active {
	border-bottom: 3px solid #e25752
}
.nav-principal > li > a > span {
	position: relative;
	top: 28%;
	transform: translateY(-28%)
}
.nav-principal > li > a > span.doble-linea {
	position: relative;
	top: 10%;
	transform: translateY(-10%)
}
.nav-principal .caret {
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: 15px
}
.fondo-slider {
	background: url(../img/fondo-new.png) no-repeat;
	background: url(../img/fondo-new.jpg) no-repeat;
	background-size: cover;
	background-position: center center
}
.fondo-azul {
	display: block;
	position: relative;
	padding-left: 0
}
#slider3.fondo-azul {
	overflow: hidden;
	height: 386px;
}
#slider3-pager li > a {
	border-left: 1px solid #666;
	border-left: 1px solid rgba(255,255,255,0.25)
}
#slider3-pager li > a:hover, #slider3-pager li > a:focus, #slider3-pager li > a:active {
	text-decoration: none
}
ul#slider3-pager {
	margin-bottom: 0;
	position: absolute;
	z-index: 2;
	bottom: 0;
	background: none;
	margin-right: -1px;
	overflow: hidden
}
#slider3-pager li {
	float: left;
	width: 25%;
	padding: 0;
	height: auto;
	background: rgba(0,16,43,0.8);
	display: inline;
}
.rslides_tabs li:hover {
	background: url(../img/bg-li-slider.png) top repeat-x
}
#slider3-pager li:first-child {
	display: inline-table
}
#slider3-pager .rslides_here > a:focus {
	outline: 1px solid #fff
}
#slider3-pager li:first-child > a {
	border-left: none
}
.rslides1_tabs li > a {
	text-align: center;
	width: 100%
}
.gradiente-hover {
	background-image: url(../img/back-slide.png);
	background-size: 100%;
	background-repeat: repeat-y;
	height: 100%;
	width: 55%;
	position: absolute;
	top: 0
}
h2.caption {
	display: block;
	font-size: 40px;
	left: 0;
	margin: 0;
	max-width: none;
	padding: 10px 30px;
	position: absolute;
	right: 0;
	text-shadow: none;
	top: 35px;
	width: 55%;
	z-index: 2;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	line-height: 1.1;
	letter-spacing: -.02em
}
.btn-principal {
	z-index: 3;
	display: block;
	min-width: 180px;
	padding: 8px 0 8px 8px;
	height: auto;
	font-size: 20px;
	font-weight: 200;
	border: 0;
	border-bottom: 4px solid #900;
	border-radius: 0
}
.btn-principal:hover, .btn-principal:focus, .btn-principal:active {
	border-color: #600
}
.lienzo-sup {
	background: url(../img/fondo-general.png) repeat-x
}
#slider3-pager-2.rslides_tabs li {
	display: table
}
#slider3-pager-2.rslides_tabs li a {
	-webkit-transition: background-color 0.4s, color .4s;
	moz-transition: background-color 0.4s, color .4s;
	transition: background-color 0.4s, color .4s;
	display: table-cell;
	padding: 0 10px!important;
	position: relative;
	width: 100%;
	text-decoration: none;
	height: 100%!important;
	line-height: 1.2!important;
	vertical-align: middle;
	font-size: 16px;
	text-shadow: 0 0 0 #212834
}
.rslides2_tabs li > a {
	font-size: 15px;
	text-align: left
}
#slider3-pager-2.rslides_tabs li a:hover, #slider3-pager-2.rslides_tabs li a:focus, #slider3-pager-2.rslides_tabs li a:active {
	text-decoration: underline;
	text-shadow: 0 0 0 #ddd!important
}
#slider3-pager-2.rslides_tabs li {
	margin-bottom: -2px;
	height: 82px
}
#slider3-pager-2 {
	height: 320px
}
.titulo-not-reg {
	display: block;
	font-size: 24px;
	left: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	top: 15px;
	width: auto;
	z-index: 3;
	max-width: 200px
}
.gradiente-hover-2 {
	background-image: url(../img/gradiant-not-reg.png);
	background-repeat: repeat-x;
	background-size: 100% 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0
}
.titulo-gris {
	font-size: 30px;
	margin-top: 0
}
.iconos-temas {
	position: absolute;
	top: 50%;
	left: 25px;
	font-size: 30px;
	margin-top: -14px
}
i.fa.fa-copy.iconos-temas {
	color: #da4453
}
i.fa.fa-laptop.iconos-temas {
	color: #8cc051
}
i.fa.fa-file-text-o.iconos-temas {
	color: #967adc
}
i.fa.fa-pie-chart.iconos-temas {
	color: #4b89dc
}

@media (min-width: 1400px) {
.container {
	width: 1400px;
	padding: 0
}
li#rslides1_s0, li#rslides1_s1, li#rslides1_s2, li#rslides1_s3, li#rslides1_s4 {
	width: 100%
}
}

@media only screen and (max-width : 1200px) {
.menu-accesibilidad a.font-control {
	width: 44px!important
}
.base-video {
	margin-left: auto;
	margin-right: auto;
	width: 100%
}
.fondo-slider .container {
	padding-left: 0;
	padding-right: 0
}
}

@media only screen and (min-width : 930px) {
.fondo-slider {
	background-position: center center;
	background-size: cover
}
}

@media only screen and (max-width : 360px) {
ul#flexiselDemo3 {
	margin: 0
}
}

@media only screen and (max-width : 802px) {
#noticiasm a {
	padding: 0
}
.alert-info {
	margin: 10px
}
.modal-footer {
	padding-bottom: 0
}
.parrafos {
	border-right: 0
}
.b-topdown.redes-sociales {
	width: 95%
}
.col-md-12.b-topdown li {
	margin-left: 0
}
div#accesibilidad {
	display: none
}
.col-md-7.ima {
	margin-top: 400px
}
.img-multi {
	width: 48%!important;
	float: left;
	margin-right: 5px
}
#slider3-pager li > a {
	text-indent: -9999px;
	display: block;
	width: 5px;
	height: 5px;
	margin: 0;
	margin: 0 auto;
	float: none;
	border: 0;
	border-radius: 28px;
	min-width: inherit;
	min-height: inherit;
	box-shadow: 1px 1px 1px -1px #2e7fba
}
div#tercer {
	padding-left: 0!important
}
#slider3-pager .rslides_here > a {
	box-shadow: none
}
#slider3-pager.rslides_tabs li {
	float: left;
	background: none
}
.gradiente-hover {
	display: none
}
#slider3 li, #noticiasm li {
	height: 150px!important
}
#noticiasm li {
	height: 150px!important
}
h2.caption {
	width: 100%;
	font-size: 20px!important;
	text-align: left;
	top: 0;
	padding: 10px;
	position: relative!important;
	display: table-cell!important;
	vertical-align: middle;
	height: 110px
}
h1.logo {
	background: transparent url(../img/logo-footer.gif) no-repeat 0 -15px;
	height: 80px;
	margin: 0;
	padding: 0;
	transition: all .5s ease 0;
	width: 178px;
	position: absolute;
	left: 50%;
	margin-left: -88px;
	padding-top: 30px;
	font-size: 21px;
	padding-left: 10px
}
h1.logo a {
	padding: 0;
	font-size: 23px
}
.navbar-default {
	height: 90px;
	border-left: none;
	border-right: none
}
.buscando {
	margin: 0 auto;
	width: 85%
}
}
.menu-espcial-mobile span.fa.fa-phone {
	padding-top: 0;
	font-size: 22px!important
}
ul.menu-espcial-mobile {
	width: 85%;
	height: 64px;
	margin-top: 0
}
ul.menu-espcial-mobile li {
	display: inline-block;
	height: 100%;
	min-width: 32.5%;
	margin-right: -1px;
}
ul.menu-espcial-mobile li .dropdown-menu li > a {
	padding-top: 5px
}
ul.menu-espcial-mobile li:first-child {
	border-left: 0
}
ul.menu-espcial-mobile li .btn-link:hover {
	border-color: #e7e7e7;
}
ul.menu-espcial-mobile li >a {
	border-right: 1px solid #e7e7e7;
	text-align: center!important;
	display: block;
	font-size: 18px;
	position: relative;
	height: 100%;
	padding-top: 22px;
	text-decoration: none
}

@media only screen and (max-width : 540px) {
ul.menu-espcial-mobile {
	width: 87%
}
}
.titulo-gris {
	margin-top: 1px
}

@media only screen and (max-width : 480px) {
.no-margin-vr {
	margin-top: 0
}
.b-topdown {
	text-align: left
}
.noticias .figure {
	height: auto!important;
	width: 100%!important
}
.panel-body p {
	margin: 10px 0 !important;
	padding: 0 !important;
}
.panel-body .col-xs-12 {
	padding: 0;
}
.recuadrodet img {
	width: 100%!important;
	height: auto!important
}
.recuadrodet .mujer-secciones img {
	margin-bottom: 8px;
	width: inherit!important;
	height: auto!important
}
.rslides li {
	height: auto!important
}
ul.menu-espcial-mobile {
	width: 81.5%
}
ul.menu-espcial-mobile li {
	display: inline-block;
	height: 100%;
	min-width: 32.5%;
	margin-right: -1px;
	padding: 0;
}
ul.menu-espcial-mobile > li {
	float: left
}
}

@media only screen and (max-width : 340px) {
ul.menu-espcial-mobile {
	width: 77.5%
}
}
.navbar-toggle {
	padding: 10px;
	margin-right: 0;
	margin-top: 12px
}
.navbar-toggle .icon-bar {
	width: 30px;
	height: 3px;
	border-radius: 2px
}
#collapseBuscar {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	z-index: 999;
	padding: 20px;
	margin-top: 0;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	height: 88px!important
}
.cont-input form {
	position: relative
}

@media only screen and (max-width : 802px) {
.compartir {
	display: none
}
.dropdown-menu>li>a:hover {
	text-decoration: none
}
.navbar-nav .open .dropdown-menu>li>a {
	line-height: 20px
}
.menus > .navbar-collapse {
	z-index: 20;
	position: relative;
	margin-left: -15px!important;
	margin-right: -15px!important;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	border-top: 1px solid #ddd;
	overflow: auto;
	height: auto
}
.menus > .navbar-collapse li {
	border-left: 0;
	border-right: 0
}
.menus > .navbar-collapse li a {
	font-size: 18px;
	text-align: left!important;
	border-bottom: 1px solid #ADB9CA!important;
	padding-left: 25px;
	width: 100%!important
}
.nav-principal > li > a.active {
	border-right: 5px solid #E25752
}
.nav-principal > li:first-child, .nav-principal > li:last-child {
	max-width: inherit!important
}
.nav-principal > li:nth-last-child(2), .nav-principal > li:nth-last-child(4), .nav-principal > li:nth-last-child(5), .nav-principal > li:nth-last-child(6) {
	max-width: inherit!important
}
.nav-principal .caret {
	position: absolute;
	right: 25px;
	top: 30px;
	left: inherit!important
}
}
.lienzo-medio {
	padding-top: 0;
	min-height: 500px;
	padding-bottom: 30px!important;
	height: inherit
}
.lienzo-medio .alert {
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7
}

@media only screen and (min-width : 802px) {
.no-padding-r-sm {
	padding-right: 0
}
.banners-externos {
	margin-bottom: 45px;
	min-height: 102px
}
.recuadroweb.objetivos {
	min-height: 240px
}
}

@media only screen and (max-width :480px) {
#slider3-pager-2 {
	display: none
}
#slider3-2 {
	width: 100%
}
}
.buscadorprod {
	padding-bottom: 10px;
	min-height: 164px
}
.especial.buscadorprod > h4 {
	margin-bottom: 15px;
	margin-top: 15px
}
h4.grey-text {
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 24px
}
.buscadorprod input {
	height: 60px;
	text-align: left!important;
	font-size: 16px;
	position: relative
}
.boton-input2 {
	position: absolute;
	left: 20px;
	top: 92px
}
.boton-input3 {
	position: absolute;
	left: 60px;
	top: 67px
}
.boton-input4 {
	left: 20px;
	position: absolute;
	top: 20px
}
.boton-input2, .boton-input3, .boton-input4 {
	z-index: 1500
}
.boton-input2 .btn-link, .boton-input3 .btn-link, .boton-input4 .btn-link {
	font-size: 20px
}
.margin-top20px {
	margin-top: 20px
}
.bannerpeque {
	border-right: 10px solid #234;
	margin-bottom: 0;
	padding: 0
}
.bannerpeque h4 {
	margin-bottom: 1px;
	margin-top: 0;
	padding: 10px!important;
	text-align: center
}
.bannerpeque ul {
	padding: 0
}
.bannerpeque ul > li {
	display: block;
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #AFAFAF;
	text-align: left!important;
	display: table;
	margin-left: 0
}
.bannerpeque ul > li:hover {
	text-decoration: none
}
.bannerpeque ul > li:last-child {
	border-bottom: 0 solid #AFAFAF
}
.bannerpeque ul > li > a {
	line-height: 1.2;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	font-size: 15px;
	padding: 10px
}
.bannerpeque ul > li > a:hover {
	text-decoration: none
}
li.li-call-center {
	border-radius: 0;
	text-align: left;
	width: 100%;
	border: 0 none;
	padding: 8px 15px 0!important;
	margin-bottom: 0;
	font-size: 17px;
	white-space: normal;
	display: block;
	text-align: left!important
}
li.li-call-center > a {
	display: block;
	font-size: 24px!important
}
li.li-call-center > a > p {
	text-align: left!important
}
li.li-call-center p {
	margin: 0!important;
	line-height: 1.2
}
li.li-call-center span {
	font-size: 38px;
	right: inherit!important;
	left: 0;
	float: left
}
.li-call-center .col-md-11.col-xs-10 a {
	display: block;
	float: left
}
.li-call-center .col-md-11.col-xs-10 a span {
	position: relative
}
.temas-modulos .user-capsula {
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.temas-modulos .user-capsula > p > span {
	font-size: 50px;
	text-align: center;
	margin: 15px auto 5px
}
.temas-modulos .center-descri {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2!important;
	display: block
}
.temas-modulos .icon-descri > h4 {
	font-size: 16px
}
.temas-modulos .user-capsula > img {
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
	width: 100%;
	height: 100%;
	margin: 0!important;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0
}
.col-md-12.b-topdown.redes-sociales {
	display: block;
	margin-top: 30px
}
.redes-sociales {
	display: block;
	margin-top: 5px;
	position: absolute;
	right: 15px
}

@media only screen and (max-width :802px) {
.buscadorprod {
	height: 164px
}
.bannerpeque {
	border-right: 0;
	margin-bottom: 15px
}
.buscando input[type="search"] {
	width: 88%
}
.buscando input[type="search"]:focus {
	width: 100%
}
.redes-sociales li a {
	float: left
}
.redes-sociales li {
	width: 100%;
	margin-top: 10px
}
.redes-sociales li:first-child {
	margin-top: 5px
}
.espacioabajo .sliderdown .col-md-8.col-sm-8.col-xs-12.no-padding-r-sm {
	width: 100%;
	padding-right: 15px
}
}
.nav-justified > .dropdown .dropdown-menu {
	margin-top: 0;
	border-radius: 0;
	padding: 0
}
.nav-justified > .dropdown .dropdown-menu > li {
	border-bottom: 1px solid #BDC9D1;
	border-right: 7px solid #337AB7;
	display: block
}
.nav-justified > .dropdown .dropdown-menu > li:hover {
	border-right: 7px solid #E25752
}
.nav-justified > .dropdown .dropdown-menu > li > a {
	padding: 15px 20px;
	font-size: 15px
}
.tit-int {
	background: url(../img/caracteristicas-bg.jpg) no-repeat;
	height: 100px;
	background-size: 100% 140px
}
.tit-int h2 {
	text-align: right;
	margin-top: 35px
}
.container.navbar.navbar-btn {
	padding: 0
}
.menus > .navbar-collapse {
	padding-left: 0;
	padding-right: 0
}
.servicios {
	margin-bottom: 15px
}
.servicios li {
	display: block;
	float: left;
	list-style: outside none none;
	position: relative
}
.servicios a {
	width: 100%
}
.servicios li.col-md-4 {
	padding-left: 0;
	padding-right: 1px;
	text-align: center;
	padding-bottom: 1px
}
.servicios li.col-md-4 a {
	display: block;
	padding: 20px 5px;
	position: relative;
	font-size: 19px
}
.servicios li.col-md-3 a {
	display: block;
	padding: 20px 15px;
	position: relative;
	text-align: center;
	font-size: 19px
}
.servicios li.col-md-3 {
	padding-bottom: 1px;
	padding-left: 0;
	padding-right: 1px
}
.servicios li.col-md-4 a:hover, .servicios li.col-md-6 a:hover, .servicios li.col-md-3 a:hover {
	text-decoration: none
}
.servicios li.col-md-6 {
	padding-left: 0;
	padding-right: 1px;
	text-align: center
}
.servicios li.col-md-6 a {
	display: block;
	padding: 20px 15px;
	position: relative;
	font-size: 16px
}
.servicios h2 {
	margin-bottom: 40px;
	margin-top: 60px;
	text-align: center
}
.item-nivel2, .item-nivel3, .item-nivel4 {
	display: none;
	position: absolute;
	left: 276px;
	z-index: 1500;
	padding-left: 0
}
.ul {
	text-align: right;
	font-size: 18px
}
.ul.col-md-3 {
	padding-left: 0;
	padding-right: 0;
	min-height: 0
}
.men {
	position: relative
}
.f-blanco {
	height: auto;
	padding-top: 10px;
	overflow: hidden
}
div#demo {
	padding-left: 10px;
	padding-right: 0
}
.posicion {
	padding-left: 0
}
.posicion > .breadcrumb {
	padding-left: 0
}
.linkresp {
	display: none
}
a.item-a-n1 {
	border-bottom: 1px solid #c5c5c5;
	border-right: 5px solid #2f6495;
	position: relative;
	display: block;
	padding: 15px 25px;
	font-size: 17px;
	text-decoration: none;
	width: 100%
}
div.ul > div.minimimenu > .item-nivel1 > a.item-a-n1:before {
	content: "";
	position: absolute;
	display: block;
	right: -5px;
	top: -1px;
	width: 5px;
	height: 3px
}
a.activo {
	background-image: url(../img/fondo-men.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-right: 0!important
}
.busca {
	position: absolute;
	right: 0;
	bottom: 10px
}
.buscadorprod input {
	font-size: 16px;
	height: 55px;
	margin: 0 0 10px;
	text-align: center;
	border: 1px solid #b4b4b4
}
.especial.buscadorprod > h4 {
	text-align: center;
	margin: 25px 0;
	display: block;
	width: 100%;
	float: left;
	font-size: 24px
}
.buscadorprod3 input {
	border: 8px solid #e9e9e9;
	font-size: 16px;
	height: 70px;
	margin: 0 0 10px;
	text-align: center
}
.especial.buscadorprod3 > h4 {
	text-align: center;
	margin: 25px 0;
	display: block;
	width: 100%;
	float: left;
	font-size: 24px;
	font-weight: 700
}
.especial.buscadorprod3 {
	margin-top: 50px
}
.recuadro-center {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 58%;
	font-size: 16px;
	border-bottom: 2px solid #eee
}
.glyphicon2 {
	position: relative;
	top: -15px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left: 0
}
.btn-especial {
	width: 40%;
	margin: 10px;
	border-radius: 0;
	border: 1px solid #ccc;
	font-size: 15px;
	position: relative;
	margin-bottom: 40px
}
.btn-especial2 {
	width: 100%;
	border-radius: 0;
	font-size: 15px;
	position: relative;
	margin-bottom: 40px;
	float: left
}
.btn-especial3 {
	width: 100%;
	border-radius: 0;
	border: 1px solid #ccc;
	font-size: 15px;
	position: relative;
	margin-bottom: 40px;
	margin-right: 5px;
	float: left
}
.btn-especial4 {
	width: 50%;
	margin: 10px;
	border-radius: 0;
	font-size: 15px;
	position: relative;
	margin-bottom: 40px
}
.icon-btn > span.fa {
	font-size: 16px
}
.btn-center {
	margin-left: auto;
	margin-right: auto;
	width: 100px
}
span.iconss {
	font-size: 18px;
	position: relative;
	left: -10px;
	top: 3px
}
span.iconss2 {
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 60px
}
.breadcrumb {
	padding: 8px 15px;
	list-style: none;
	border-radius: 4px;
	margin-bottom: 0;
	background-color: transparent;
	font-size: 16px
}
div.panel-collapse {
	border: 1px solid #0783b5
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #fff;
	padding: 10px
}
ul.l-item>li {
	list-style-type: square;
	list-style-image: url(../img/li.gif);
	list-style-position: inside;
	line-height: 1.83em
}
ul.l-item {
	margin-left: 20px
}
ul.l-item li ul li {
	list-style: initial;
	list-style-type: circle;
	margin-left: 27px
}
ul.l-item li ul li ul li {
	list-style-type: inherit;
	margin-left: 15px
}
.bus-sucursal {
	overflow: hidden;
	margin-bottom: 10px
}
.sup-sucursal > h4 {
	padding: 10px;
	background-color: transparent;
	border-top: 1px solid #f7f7f7;
	box-shadow: 0 1px 10px 1px #ccc
}
.minirecuadro {
	text-align: center
}
.minirecuadro p {
	text-align: center!important;
	padding-top: 10px
}
.iframes {
	display: none
}
a.ocultarmap {
	float: right;
	font-size: 30px
}
.vermapa {
	margin-top: 13px
}
.cajali {
	border-right: 1px solid #eee;
	padding-left: 10px;
	border-right-style: dotted
}
.liesp {
	padding: 20px
}
.listasop {
	padding-right: 15px
}
.border-bottom {
	border-bottom: 1px solid #eee;
	margin-left: 10px
}
h2.tit-encabezado {
	text-align: center;
	background-image: url(../img/logo_bullet.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 10px;
	margin-bottom: 0
}
.pre {
	margin-top: 20px
}
.tercernivel p.compartiendo {
	text-align: left;
	padding: 7px 10px 0
}
.tercernivel p {
	text-align: left;
	padding-left: 10px;
	line-height: 22px;
	padding-right: 10px
}
.tercernivel > .col-md-8 {
	padding-right: 0
}
.tercernivel > .col-md-4 {
	padding-left: 0
}
.rela {
	padding-right: 0
}
.minimi {
	display: none
}
.compartir {
	font-size: 14px;
	border-bottom: 1px solid #bcbcbc;
	margin-bottom: 15px
}
.ter2 {
	min-height: auto
}
.titulocaja {
	height: auto
}
.titulocaja h4 {
	padding: 19px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 22px;
	padding: 11px 26px
}
.titulocaja span {
	position: absolute;
	left: 6px;
	margin-top: 0;
	font-size: 20px;
	width: 41px;
	height: 41px
}
.modal-header .close {
	margin-top: -10px;
	font-size: 50px
}
.ekko-lightbox-nav-overlay a {
	font-size: 20px
}
.linkscaja {
	text-align: left
}
.linkscaja a {
	font-size: 15px;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%
}
.contwebs > .cont-blanco {
	border-top: 1px solid #bcbcbc
}
.parrafos {
	font-size: 16px;
	border-bottom: none;
	padding-bottom: 10px;
	min-height: 496px;
	width: 100%;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	border-top: 1px solid #bcbcbc
}
.parrafos2 {
	border-bottom: medium none;
	font-size: 16px;
	min-height: 496px;
	padding-bottom: 10px;
	border: 1px solid #eee
}
.cont-blanco {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	overflow: hidden;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	min-height: 600px;
	padding-bottom: 15px
}
.cont-blanco p {
	padding: 10px
}
.cont-blanco ul li {
	width: 95%
}
p.compartiendo {
	padding: 10px 10px 0;
	text-align: left
}
p.compartiendo img {
	width: 90px;
	display: inline-block
}
p.compartiendo a, p.compartiendo a:hover, p.compartiendo a:focus, p.compartiendo a:active {
	text-decoration: none
}
p.compartiendo a img:hover {
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}
div#tercer {
	padding-left: 6px;
	border-left: 0;
	margin-bottom: 10px
}
.relacionados > h4 {
	padding: 18px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center
}
#slider3-pager a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	line-height: 18px;
	height: 102px;
	font-size: 16px
}
.bannerpeque img {
	padding-bottom: 1px
}
.img-noti {
	padding: 15px!important;
	width: 100%;
	height: auto
}
.fecha-noticia {
	font-size: 12px;
	padding-left: 10px;
	padding-bottom: 5px
}
.tit-encabe {
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #bcbcbc
}
.noticias-detalles {
	margin-bottom: 30px
}
.img-noti img {
	width: 66%
}
.panel-default>.panel-heading {
	border-color: #fff
}
.panel-heading {
	padding: 0;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.panel-title > a {
	width: 100%;
	display: block;
	height: auto;
	padding: 15px 10px
}
.container.servicios {
	padding-left: 0;
	padding-right: 0
}
.container.interes > h2 {
	text-align: center
}
.col-md-12.bannersINT img {
	display: inline-block;
	float: left;
	padding: 2px;
	width: 33%
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
	position: relative
}
.panel-default {
	border-color: #fff
}
.parrafos .panel-title > a {
	color: #fff;
}
.panel-title > a {
	width: 100%;
	display: block;
	height: auto;
	font-size: 17px;
	text-decoration: none;
	padding: 10px 57px 10px 10px;
	position: relative
}
.panel-title > a:hover {
	text-decoration: none
}
.panel-title > a i.glyphicon {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px
}
.esp-table > tbody > tr > td {
	padding: 8px;
	vertical-align: middle;
	border: 3px solid #fff
}
table tbody td {
	padding: 5px
}
.esp-table>tbody>tr>td>span.fa.fa-check {
	font-size: 25px
}
.thumbnail .caption2 {
	padding: 9px
}
.panel-title {
	font-size: 18px
}
.p .bannersINT {
	margin-bottom: 40px
}
.contwebs {
	height: auto;
	min-height: 567px;
	padding-left: 0;
	padding-right: 0
}
span.indicator.glyphicon.pull-right.glyphicon-chevron-up {
	position: absolute;
	top: 0;
	right: 15px;
	padding: 15px;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	-moz-opacity: .9;
	-khtml-opacity: .9;
	opacity: .9
}
span.indicator.glyphicon.pull-right.glyphicon-chevron-down {
	position: absolute;
	top: 0;
	right: 15px;
	padding: 15px;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	-moz-opacity: .9;
	-khtml-opacity: .9;
	opacity: .9
}
.cajasweb {
	margin-bottom: 10px
}
.redes-sociales.pull-right {
	padding: 0
}
.redes-sociales.pull-right > ul.pull-right {
	padding: 0
}
.container.banner-2 img {
	display: inline-block;
	float: left
}
.col-md-12.b-topdown img {
	display: inherit!important;
	float: inherit;
	padding: 0;
	width: auto
}
.banner-2 > .col-md-12 > h2 {
	text-align: center
}
.pre-footer {
	margin-bottom: 20px
}
.container.carousel-cont {
	width: 83%
}
.perfil > div.container.carousel-cont {
	margin-top: 5%
}
.banners.col-md-6 {
	border: none;
	margin-bottom: 0;
	margin-top: 10px
}
.banners.col-md-6 img {
	width: 100%
}
#capa1 {
	display: none
}
#capa2 {
	display: none
}
.slider2 {
	height: 532px
}
#slider4.callbacks img {
	border: 0 none;
	display: block;
	height: auto;
	position: relative;
	width: auto;
	z-index: 1
}
#slider4-pager-3 {
	height: 80px;
	list-style: outside none none;
	margin: 10px 11px 12px 40px;
	overflow: hidden;
	text-decoration: none;
	width: 100%
}
#slider4-pager-3 li {
	float: left;
	font-size: 24px;
	padding: 10px;
	width: 18.9%;
	height: 75px
}
#slider4-pager-3 > .callbacks_here > a {
	border-bottom: 2px solid #3a88c6
}
.container.serviciosenlinea {
	width: 80%
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
	padding: 0 30px
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	margin-left: 0
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 0
}
.nbs-flexisel-item a:hover {
	opacity: 1
}
.nbs-flexisel-item a {
	opacity: .8
}
.nbs-flexisel-item img {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 22px;
	height: 30px;
	position: absolute;
	cursor: pointer;
	z-index: 2;
	font-size: 30px
}
.nbs-flexisel-nav-left {
	left: -20px
}
.nbs-flexisel-nav-right {
	right: -10px
}
span.fa.fa-phone {
	font-size: 30px!important;
	padding-top: 5px
}