@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900';
.chat-login {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* padding: 10px; */
}
.chat-msg-system {
    padding: 5px;
    font-size: 12px;
    text-align: center;
    background-color: #eaeaea;
    margin-top: 10px;
    font-weight: bold;
}
.chat-msg-server:after, .chat-msg-user:after {
    content: "";
    clear: both;
    display: block;
}
.chat-msg-server small {
    display: block;
    font-size: 11px;
    margin-bottom: 3px;
    color: #9b9b9b;
}
.chat-msg-user small {
    font-size: 11px;
    color: #9b9b9b;
    text-align: right !Important;
    display: block;
    margin-bottom: 3px;
}
.chat-login-container {
    padding: 10px;
    font-size: 14px;
    text-align: center;
}
.chat-login-container input[type=text] {
    width: 200px;
    padding: 5px 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.chat-login-container textarea {
    width: 200px;
    padding: 5px;
    border: 1px solid #ccc;
    font-family: arial;
    resize: none;
    min-height: 60px;
}
.chat-login-area {
    margin-top: 10px;
    width: 213px;
    padding: 5px;
    border: 1px solid #ccc;
}
.chat-login-container input.chat-login-entrar {
    margin-top: 10px;
    color: #fff;
    background-color: #c6a034;
    border: 0;
    padding: 10px;
    border-radius: 2px;
	cursor:pointer;
}
.chat-box{
	    position: fixed;
    bottom: 0;
    background-color: #fff;
    right: 50px;
    width: 290px !important;
	font-family:Verdana, Geneva, sans-serif
}
.chat-header {
    font-size: 14px;
    padding: 5px;
    background-color: #c6a034;
    color: #fff;
    border-radius: 4px 4px 0 0;
	cursor:pointer;
}
.chat-body{ display:none; }
.chat-open > .chat-body {
    height: 280px;
	display:block;
    border: 1px solid #ccc;
    border-bottom: 0;
	position:relative;
}
.chat-controls{
	    position: absolute;
    bottom: 0;
    border-top: 1px solid #ccc;
    height: 40px;
    width: 100%;
}
.chat-container{
	    width: 100%;
    height: calc(100% - 40px);
    overflow: auto;
}
input.chat-input-msg {
    outline: none;
    border: 0;
    padding: 8px;
    height: 24px;
    width: 224px;
}
button.chat-input-send {
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    background-image: url('https://www.google.com/help/hc/images/android/android_ug_40/ic_send_holo_light.png');
    width: 48px;
    height: 40px;
    float: right;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
	outline:none;
    cursor: pointer;
}
.chat-msg-user:after {
    content: "";
    clear: both;
    display: block;
}
.chat-msg-user > .chat-msg-data {
    padding: 5px;
    font-size: 12px;
    max-width: 210px;
    background-color: #eee;
    border-radius: 5px;
}
.chat-msg-server > .chat-msg-data {
    padding: 5px;
    font-size: 12px;
    max-width: 210px;
    background-color: #eee;
    border-radius: 5px;
}
.chat-container > div{
	padding:5px;
}
.chat-msg-data{
	padding: 5px;
    font-size: 12px;
    max-width: 210px;
	
}
.chat-msg-user > .chat-msg-data{
	float:right;
}
.chat-msg-server > .chat-msg-data{
	float:left;
}
@font-face {
    font-family: 'BahamasRegular';
    src: url('fonts/bahamasn.eot');
    src: url('fonts/bahamasn.eot') format('embedded-opentype'),
         url('fonts/bahamasn.woff') format('woff'),
         url('fonts/bahamasn.ttf') format('truetype'),
         url('fonts/bahamasn.svg#BahamasRegular') format('svg');
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.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;
}
/* Deprecated as of 4.4.0 */
.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);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.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;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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: "\f095";
   background-color: #c6a034;
   border-radius: 13px;
   padding: 6px 7px;
   color: #FFF;
   font-size: 15px;
}
.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-pp: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-resistance: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";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

body{font-family: 'Source Sans Pro', sans-serif; margin:0; font-size:14px;}
a{text-decoration:none; color:inherit;} 
#encabezado { height:80px;}
.redes2{position: fixed;
right: 0;
width: 60px; padding:0 0 10px 0;
background: rgba(0,0,0,.6);
border-radius: 5px 0 0 5px; z-index:100}
.filtro{border: 1px solid #999;  margin: 0; color: #666; padding:10px;}
.redes2 img{ width:36px; border-radius:50%; background:#fff; margin:10px 0 0 0}
#contenedor { width:100%; padding:0;}
#contenido-central{width:98%; max-width: 1200px; padding:0; margin:50px auto !important;}
#fondo{margin:0}
#lateral-derecho{float:right; margin-top:15px; margin-bottom:15px;}
#formulario{ margin:15px 0 0 15}
.promo-ctn{margin-bottom: 10px;padding: 10px;border-radius: 4px;border: 1px solid #ddd}
.promo-img{ background-position:center; background-size:cover;float:left;width:200px; height:200px;}
.promo-data{padding: 5px 15px;display: inline-block; width:455px;}
.promo-data a { color:#0099FF;}
.modulo_izq { margin:0 0 25px 0; font-size: 14px; color: #666; text-align: justify;}
.cursos_list {  margin:25px 0;}
.left{float: left;width: 950px; text-align:left; position:relative;}
.left_index{float: left;width: 850px; text-align:left; position:relative;}
.right{	float:right	}
 /*****************TEXTOS****************/
 .azules-gde{color:#063663; font-size:14px; font-weight:bold;}
 .txt-normal{color:#666; font-size:16px; padding:0; line-height:20px;}
 .txt-normal ul {color:#686868; font-size:inherit; list-style:inside upper-latin}
 .txt-normal ul li { padding:5px 0;}
 .txt-remarcado{color: #999; font-size: 14px; font-weight: normal;}
 .txt-normal-azul a{color:#0099FF; font-size:14px;}
 .txt-remarcado-azul{color:#c6a034; font-size:inherit;}
  .remarcado-grupo{color:#FFF; font-size:16px; background-color: #0099FF; margin: 0 10px 0 0; padding:3px 0;}
  .txt-normal-ch{color:#686868; font-size:10px;}
.titulo-cuadros{font-size:24px; font-weight:normal; color:#FFF; margin:0 0 15px 0; position:relative;}
.valores-inpc { font-size:14px; color:#333}
.item_elfiscal {margin:15px 0; padding:10px; width:280px; text-align:justify; border:1px solid #CCC;}
.titulo_elfiscal { font-size:16px; margin:0 0 10px 0; text-align:left; color:#c6a034;}
.img_elfiscal { height:175px; background-size:cover; background-position:center; margin:0 0 10px 0;}


.titulo-cuadros h1, .titulo-cuadros h2{margin: 0; font-size: 20px; padding: 2px 5px; font-weight: normal; background-color: #0e203f;}
div.clear  { clear: both; }
.campos_formularios { font-size:12px; font-weight:bold; color:#FFF; background-color:#c6a034;}
.indicadores {text-align: right; font-size: 12px; color: #FFF; background-color: #999; margin: 0 0 10px 0; padding: 3px 10px;}/*tambien aplican para art de interes*/
.indicadores_redes {text-align: right; font-size: 12px; color: #FFF;  margin: 0 0 25px 0; padding:0 0 5px 0; border-bottom:1px solid #999;}
/******************************************************

			ENCABEZADO
			
******************************************************/			
#head {    padding: 10px 25px;    position: fixed;    border-bottom: 1px solid #CCC;    background-color:#0e203f;    width: calc(100% - 50px);    z-index: 10001;}
#logo {-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;float:left; width: 327px; height: 60px; background-image:url(../images/logo_gold.png); background-repeat:no-repeat; background-size:contain;}
#fecha {color:#A5A5A5; font-size:12px; margin:0 10px 0 25px;}
#login {color:#0096E4;font-size:13px; font-weight:bold; margin:0 10px 0 20px;}
#buscador {padding-top:15px; width:532px;}
#upmenu { padding:0 15px 0 0;}
#upmenu img {vertical-align:middle;}
#social {
margin:5px 0 0;
}
.botonfrm {
background-color:#090;
color:#FFF;
cursor:pointer;
font-size:16px;
border-radius:5px;
}
#accesoRapido {color:#666666; font-size:14px; padding:2px; margin:20px 25px 0 0;}
#palabra {
height:17px;
width:134px;
}
.s_smenu{float: right; position: absolute; top: 0px; padding: 0 10px !important; right: -150px; display: none;margin: 0 !important;}
.curso_sugerido { box-shadow: 0 0 6px #333; padding: 10px; margin:15px auto; border: 3px solid #FFF; background-color: #F5F5F5; color: #896A22; font-size:16px;}
.ver_cursos_select { position:absolute; right:0; top:0; padding:5px; font-size:16px;  color:#FFF; background-color:#0E203F;}

#menu{
	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; list-style:none; margin:10px 0 0 0; padding: 0; float:right; display:block; }
#menu li{ margin:0; font-size:13px; border-right: solid  1px #c6a034;; float:left; padding:10px 0;position:relative; text-transform:uppercase;}
#menu li a{text-decoration:none; padding: 10px 10px; color:#c6a034;}
#menu li a:hover {background-color: #c6a034; color: #FFF;}
#menu li ul{background-color:#c6a034; display: none; padding:0; border: 1px solid #FFF; position: absolute; width: auto; z-index: 200; box-shadow: 2px 2px 3px #999; top:20px; left:-1px;}
.megamenu { padding:10px;}
#menu li ul li:first-child{/*height: 1px;*/ box-shadow: none !important;}
#menu li ul li {display:block; border:none; float:none;	padding:5px 0; width:auto; height:auto; border-radius:0; color:#FFF;  border-bottom:1px solid #FFF; white-space:nowrap;}
#menu li:hover li a{background:none;}
#menu li ul a{display:block; padding:5px 10px; text-align:left; color:#FFF; font-size:15px;}
#menu li ul a:hover, .menu li ul li:hover a{ border:0px; color:#063663; text-decoration:none;}
.menu_destacado a { background-color:#c6a034 !important; color:#FFF !important; font-weight:bold !important;}
.carrito_bt {border-right:none !important;}
.carrito_bt a {padding: 8px 21px 8px 35px !important; background-image: url(../images/carrito2.png); background-color: #FF6600; background-repeat: no-repeat; background-position: 5px;}
.carrito_bt a:hover {background-color:#FF9900 !important; color:#FFF !important; border-radius:0px !important; box-shadow:none !important;}

li.megamenu {/*display:flex !important;*/ background-color: #FFF;}
.megamenu-titulo{
	    display: block;
    text-align: left;
    font-weight: normal;
    font-size: 15px;
    padding: 0 0 3px 0;
    margin: 20px 0 10px 0;
	color:#c6a034;
	border-bottom:1px solid #c6a034;
}
.menu-cc{
	font-size:12px;	
}
.menu-cc a {
    color: #000 !important;
    text-decoration: none !important;
    padding: 0 !IMPORTANT;
    margin: 0 !important;
    font-size: 15px !important;
}
.menu-cc >div{
	padding:5px; border-bottom:1px solid #EEE;
}
/*****************************************************
			BANNERS 
			
*****************************************************/

/*horizontales arriba*/

.bannerarriba{width:728px; height:90px; cursor:pointer; border:2px solid #FFF; box-shadow:0 0 4px #666; margin:0;}
#barriba1,#barriba2{display:inline;}
#bannersh{z-index:0; clear:both; margin:0; background-color:#F5F5F5; padding:25px 0;}

/*SLIDER*/
.slider {margin-top: 96px;width:100%; height:370px; background-position:top left; background-size:cover; background-repeat:no-repeat;}



/*Verticales
*/
#bannersv {float:right; position: relative; width:180px;}
#bannersv img {width:180px;}
#babajo1, #babajo2{ float:left;}
#babajo1{ margin-left:20px;}
#babajo2{ margin-left:5px;}
#abajo{ margin:25px 0;}
#bvertical1, #bvertical2, #bvertical3{ margin-bottom:15px;}
.bvertical{ margin-bottom:15px;}
img{ border:none;}
#pie{background-color:#F5F5F5;
/*height:60px;*/padding:0 0 10px 0;}
#pie p{margin:0;}
.midm { font-size:9px; color:#cccccc; text-decoration:none;}
.midm a { font-size:9px; color:#cccccc; text-decoration:none;}

/*estilo para los formularios*/

        div.rowElem {
        clear:both;
        padding:0;
        }
        .rowElem label {
        display:block;
        float:left;
        width:225px;
		margin-right:10px;
		padding: 5px;
        }
		.rowElem input[type="text"], input[type="password"] {
        padding:5px; margin:0 0 10px 0; color:#666;
        }
		.rowElem select {
        padding:5px; margin:0 0 10px 0; color:#666;
        }
.subtitulo_form {    background-color: #EEE;
    line-height: normal;
    padding: 5px;
    margin: 25px 0 15px 0;}
	.txt_inscripcion { padding:10px; margin:25px 0; border:1px solid #999;}
		

.tablas { border:1px #CCC solid; border-collapse:collapse;}
.tablas td { padding:10px; border:1px solid #CCC;}
.autoev-titulo{background-color:#0099FF;
color:#FFFFFF;
font-size:15px;font-weight:bold;}
.personas-ad{ margin-top:10px;}

.ins_cursos{ width:300px}

/*IE6*/
a:link:hover{_color:#0099FF; _font-size:12px;_text-decoration:underline}
#bannersv {
_margin-right:7px;}
.carrito{
position: fixed;
right: 0;
background: #fff;
border-radius: 5px 0 0 5px;
top: 50px;
box-shadow: 1px 1px 2px #000;	
}
.carrito_titulo{
background: #0099ff;
color: #fff;
border-radius: 5px 0px 0 0;
padding: 3px 10px;	
}
.carrito span{
	font-weight:bold;
	color:#000;
	font-size:16px;
	color:#0099ff;
}
.carrito:hover{
	box-shadow:1px 1px 2px #0099ff;
}
.cursocerrado{background: red;
color: #fff;
padding: 2px 4px;
font-size: 12px;
border-radius: 4px;}
/*NOTICIAS*/
.noticias_index { margin:0 0 25px 0;}
.noticias_menu{	float:right; width:200px; padding:0; margin:0;	list-style:none;}
.noticias_menu li{height: 60px; color: #666; text-align:left; box-shadow: 0 0 5px #666; margin: 0 0 8px 5px; background-color:#EEE;}
.noticias_menu li:hover{background-color:#FFF;}
.noticias_menu li a{ z-index:2;padding:7px; display:block;	color:inherit;  min-height:46px;}
.noticias_menu li h2 {font-size: 16px; margin:0 0 2px 0; height:18px;/* overflow:hidden;*/ color:#09F;}
.noticias_active h2 {color:#FFF !important;}
.noticia_texto_index { font-weight:normal; font-size:14px;}
.noticia_fecha_index { font-size:11px; color:#999;}
.noticias_active {background-color:#09F; color:#FFF !important; position:relative;}
.noticias_active:before { content:'';width: 0px; height: 0px; border-style: solid; border-width: 15px 20px 15px 0; border-color: transparent #09F transparent transparent; position:absolute; z-index:1; left:-20px; top:10px;}
.caption {z-index:1;position: absolute; width: 500px; background: rgba(0,0,0,.75); bottom: 0; color: #fff; font-size: 16px; text-align: left; padding: 7px 15px;}

/* */
.comentario_icon{ background-image: url('../images/comentario.jpg');width: 24px;height: 12px;display: inline-block;background-repeat: no-repeat;background-position: center;padding: 0 !important;border: 0 !important;}
.comentarios_icono {background: #FF5722; position: absolute; -moz-border-radius: 3px; webkit-border-radius: 3px; border-radius: 3px; padding: 2px 7px !important; color: #FFF; top: 8px; right: 10px; border: none !important; font-size: 12px; font-weight: bold;}
.comentarios_icono:before {
   content: "";
position: absolute;
left: -7px;
top: -4px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-bottom: 7px solid #ff5722;
border-top: 8px solid transparent;
}

.nuevo_icon{ background-image: url('../images/nuevo.jpg');width: 40px;height: 13px;display: inline-block;background-repeat: no-repeat;background-position: center;padding: 0 !important;border: 0 !important;}

.nuevo_icono{background: #f48300; position:absolute; top:5px; right:0; color: #fff; font-weight: bold; padding: 2px 4px; font-size:12px; border-radius: 4px;}
.titulo_curso_tema { font-family:Arial; font-size:18px; max-width:660px; color:#09F; margin:0; font-weight:normal;}
.inscribir_icon{padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    background-color: #090;}
.mas_icon{	 background-image: url('../images/icono-mas.jpg');width: 12px;height: 12px;display: inline-block;background-repeat: no-repeat;background-position: center;padding: 0 !important;border: 0 !important;}
/* index.css */
@font-face {
    font-family: 'BahamasRegular';
    src: url('fonts/bahamasn.eot');
    src: url('fonts/bahamasn.eot') format('embedded-opentype'),
         url('fonts/bahamasn.woff') format('woff'),
         url('fonts/bahamasn.ttf') format('truetype'),
         url('fonts/bahamasn.svg#BahamasRegular') format('svg');
}
/*****************cuadros******************/
#cuadros-derecha{
display:inline-block;
width:250px; float:right;margin-right:15px;_margin-right:0px;_margin-left:15px;_display:inline;}
.cuadros-chicos{width:250px;border:1px solid #CCC; margin-bottom:15px; clear:both }
.txt-subtitulo{font-size: 14px;font-weight: normal;color:#0596D7;display: block;
float: left;margin-top:0.4em; margin-left:0.6em;text-align:left;}
.subtitulos{margin-top:0.3em;}
.icono-mas{display: block;
float: right; margin-right:0.4em; margin-top:0.4em;}
.icono-mas img{vertical-align:middle; border:none;}
.txt-cuadros{  font-size:10px; color:#656565; width:240px; height:44px; text-align:justify;}
div.clear  { clear: both; }
.txt-arriba{border-bottom:1px solid #CCC;}
.icono-mas a{ text-decoration:none; color:#FF6503; font-size:11px;}
	
	/*******************info general*******************/


	/*******************cursos en su empresa**********************/
	#cursosempresa{height:180px;
 }

	/*******************servicios*******************/
	.txt-servicios{  font-size:13px; color: #0099FF; font-weight:bold; width:240px; height:20px; text-align:justify;}
	.txt-servicios img{vertical-align:middle}
	#menu-servicios{padding-top:0.5em; height:85px;}
	#servicios{
}
	
	/*******************+*tipo de cambio********************/
	#imagen-cambio{ display:inline; margin:.2em 0 .2em .2em;}
	#fecha-cambio{font-size:12px; color: #0099FF;}
	#euro, #dolar{ font-size:9px; display:block;margin-top:1em; color:#676767;} 
	#txt-cambio{text-align:left; margin-left:7em;padding-top:0.7em;}
	.cantidad{font-weight:bold; font-size:11px;}

	
	
	/***********************encuesta********************/
	#encuesta{min-height:160px; height:auto;/*width: 455px;*/float: right; clear:inherit !important}
	#pregunta{ font-size: 12px;
color: #0099FF;
text-align: center;
padding: 7px 5px;
font-weight: bold;}
	#respuestas{width:233px; text-align:left; font-size:11px; color:#666; padding:0.4em 0 1em 0;}
	.btnvotar {
  /*width: 65px;
  height: 20px;*/
  background-color:#F60;
  /*overflow: hidden;*/
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  border:solid 1px #FFF;
  font-size:14px;
  }

	
	/****************Articulos de interes******************/
	#art-interes{border:1px solid #CCC;width: 455px;
float: left; }
	.txt-arriba-gde{border-bottom:1px solid #CCC;}
	.txt-cuadros-gde{font-size: 12px;color: #656565;/*height: 41px;*/text-align: justify;padding: 0 10px 5px 10px; }
	#art-interes div:last-child{ border:none;}
	.titulo-articulos{width: 375px;}
		/****************Calendario******************/
	#calendario{ /*width:350px;*/ margin:0 0 20px 0; /*height:170px;*/ float:left; }

	/************************PESTAÑAS***************************/
	#tabs-container{box-shadow: 0px 0px 6px 3px #ccc; width:710px; height:535px; float:left; padding:10px; overflow-y:auto; border: 1px solid #CCC; background-color:#F5F5F5;}
	/*ul.tabs li a{ font-size:11px; color:#FFF; height:25px; border-right:solid 1px; padding:5px 7px 6px 7px;margin-left:-5px; }*/
	#tabs-container p { margin:0}
	#imagen-cursos{vertical-align:middle}
	ul.tabs li a.active{ background:#EEEEEE; color:#0099FF;}
	ul.tabs li:last-child a{border-right:none;}
	/****************************COntenido pestañas***************************/
.curso_div{overflow: hidden; text-align: left; padding: 10px; border-radius: 5px; box-shadow: 0 0 4px #666; margin: 10px 5px 10px 3px;}
#curso-ultimo{border-bottom:none;}
.imagen-curso{float:left;}
.descripcion-curso div{font-size:14px; border-bottom: 1px dashed #CCC; padding: 3px 0;}
.titulo-curso {font-size: 20px !important; color: #c6a034; padding:0 0 3px 0 !important; font-weight: normal; border-bottom: 1px solid #c6a034 !important; margin:0 0 15px 0;}
.titulo-curso a {color:#c6a034;}
.txt-cursos{font-size:10px; color:#656565}
.descripcion-curso{float:right; width:620px;}
.horario{text-align:justify;font-size:14px; margin:15px 0 0 0;}
.extra-curso img{vertical-align:middle;}
.comments{color:#FF6705; font-size:10px}
.extra-curso{text-align: right; position: relative; height: 20px; border-bottom: none !important; padding: 0 !important;}
.horario a{ text-decoration:underline; color:#0099FF; font-size:10px}
.comments a {
color:#FF6705;
text-decoration:none;
font-size:10px
}
.buscador_input {padding: 3px; width: 250px; color: #666; font-size: 16px; margin:0 5px;}
	
	
/*HORIzontales abajo
.bannerarriba{ border:1px solid; width:468px; height:60px; cursor:pointer;}
#babajo1,#babajo2{display:inline;}
#bannersh-abajo{ width:954px; height:60px; position:relative; bottom:0em;left:0.4em; padding:0 0 1em 0;top:1em;}
#babajo1{ position:relative;
right:0.6em;}*/

#bannersv {

/*margin-right:15px;*/
}

#ambos{ width:550px; margin-top:15px; margin-left:15px; margin-bottom:15px; float:left;_margin-left:8px;}


/************************************
           PIE
************************************/
/*#pie{ width:872px; height:39px; position:relative;bottom:0em;}
#datos-pie{margin-top:-1em;}*/


/***************************************
			RESPUESTAS ENcuestas
****************************************/
.resultados-pregunta{ float:left;}
.barra-resultados{text-align: left;margin-left: 10px;margin-right: 10px;padding: 3px 0px 0 0;}
/**************IE***********************/
#bannersv {
_margin-right:7px;}
#cuadros-derecha{ _margin-right:10px}
#art-interes{_width:325px;}
.extra{ margin-top:50px;}

/** curos send.css */

.tabla {
	border: 2px solid #0094de;
	margin-bottom:20px;
}
.titulotabla {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #c6a034;
	text-align: center;
}
.campotabla {
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	padding:5px 0;
}
.campotabla a { color:#0099FF; text-decoration:underline;}
.casicampotabla {
	font-size: 12px;
	text-align: left;
}
.subtitulos {
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #0094de;
}
.insertar {
	font-size: 12px;
	color: #0094de;
	font-weight: bold;

}
.insertar2{
	font-size: 12px;
	color: #0094de;
}
.insertar3{
	font-size: 12px;
	color: #0094de;
	font-style: italic;
}

ul,ol {
	font-size: 16px;
	color: #666;
     text-align: left;
	 margin:15px 0;
}
ul.busqueda {
	font-size: 12px;
	color: #000000;
    text-align: left
}

td.diplo {
	font-size: 12px;
	color: #000000;
        background-color: #ffffff
}
td.diploblue {
	font-size: 12px;
        color: #0094DE;
        background-color: #ffffff
}
.acceso {
	font-size: 9px;
	color: #686765;
	border: 1px solid #0285D5;
	background-color: #FFFFFF;
}
.texto_statico {
	font-size: 12px;
}
/** Panel.css **/
/* CSS Document */

#lateral-derecho{ width:980px;}
#datosgrales, #bolsa{/* margin:0 0 15px 15px;*/}
/*table{ margin:14px;}*/


/*****************IE6*******************/
#datosgrales, #bolsa{ _margin:0 0 8px 8px}
#comentarios{ _margin-left:8px;}

/* menu-lateral.css */
/* CSS Document */

/*************************Estilo de los menus laterales*****************/
#menu-lateral{
	width:200px;
	height:auto;
	float:left;
} 
#lista-lateral{ list-style:none; margin:0;padding:0; background-color:#EEEEEE  } 
#lista-lateral li{
	height:auto;
	/*margin:2px;*/
	vertical-align:middle;
	text-align:left;
	border-bottom:solid 1px #999;
	background-image: url(images/flecha-lateral.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#lista-lateral li a{ display:block; height:auto;
 	text-decoration:none;
	padding-top:6px; padding-bottom:6px; padding-left:2em;color:#0099FF;
	font-size:11px;font-weight:bold; 
	}
	#lista-lateral li a:hover{ display:block; height:auto;
 	text-decoration:none;
	padding-left:2em;color:#0099FF;
	font-size:11px; font-weight:bold; background-color:#FFF;
	background-image: url(images/flecha-lateral2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}

#lista-lateral li a img{ vertical-align:middle; border:none;}	


/*
.img-lateral{margin-right:1.4em;}
.inicio {
	font-weight:bold;
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width:75px;
	margin-top:15px;

}*/


#calendario_lateral{margin-left:12px;
margin-top:8px; position:relative; width:190px;}
/** tooltip*/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

/* info.css */

#menu-lateral{float:left;
height:100%;
margin-right:15px;
width:200px;}
#infocursos2{ margin-top:15px;}
.div-campos { background-color:#0e203f; height:18px; color:#FFF; font-size:12px; font-weight:bold; padding-right:3px; padding-top:3px; text-align:right}
.resultado { border-bottom:solid 1px #CCCCCC; padding:3px;}
.titulo-resultado { font-size:14px; font-weight:bold; color:#0099EE;}

/* cursos.css */
@font-face {
    font-family: 'BahamasRegular';
    src: url('../fonts/bahamasn.eot');
    src: url('../fonts/bahamasn.eot') format('embedded-opentype'),
         url('../fonts/bahamasn.woff') format('woff'),
         url('../fonts/bahamasn.ttf') format('truetype'),
         url('../fonts/bahamasn.svg#BahamasRegular') format('svg');
}

.square{float:left;}
/**********************************Cuadro de busqueda*******************************/
#buscador-cursos{  border:1px solid #CCC; margin-bottom:20px;}
#form-busqueda{min-height:35px;}
#btncurso {
  /*width: 65px;
  height: 20px;*/
  background-color:#F60;
  /*overflow: hidden;*/
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  border:solid 1px #FFF;
  color:#FFF;
  font-size:14px;
}
#busqueda1{height:40px; padding-top:12px}
#label-frm{float:left;margin-left:1.4em; margin-top:1em;margin-top:0.4em;}
#input-buscar{ width:250px;float:left;margin-left:3px; margin-right:3px;}
#link-avanzada{ font-size:10px; position:relative;
top:0.8em; left:1.2em}
#link-avanzada img{ vertical-align:middle;}
#link-avanzada a{ text-decoration:none;color:#FF6600}
#avanzada{padding: 20px; display:none;}
.avanzadas-row{text-align:left}
.columna label{display:block;
float:left;}
div.avanzadas-row {
clear:both;
padding:4px 0;
}
.columna select{display:block;
float:left;}
div.clear  { clear: both; }

/*************************PESTAÑAS**************/
ul.tabs{ margin:0 0 4px 0; padding:0px; text-align:left;}
ul.tabs li{ display: inline; margin: 0; padding: 5px 0; background-color: #999; border-radius: 5px 5px 0 0; font-size: 14px; text-align:center; box-shadow: inset 0px -2px 2px #666;}
ul.tabs li a{color:#FFF; padding:5px}
#imagen-cursos{vertical-align:middle}
ul.tabs li a.active{ background:#09F; color:#FFF; padding:5px; border-radius:5px 5px 0 0;}
ul.tabs li:last-child a{border-right:none;}
/****************************INFO de los cursos*************/	
#infocursos { position:relative;}
#txt-info{text-align:justify;}
.txt-azul{color:#0099FF}

/**********************************contenido Pestañas***************************/
.divcurso{ padding:10px; margin:20px 0; border-radius:5px; box-shadow:0 0 6px #666; background-color:#FFF;}
/*.horario{ position:relative;
top:5em;}*/
.descripcion{ text-align:justify; font-size:14px; color:#666;}
.horario a{float:right; font-size:10px;
margin-right:1em; text-decoration:underline; color:#0099FF;}
.cuota{ color:#686868;
font-size:12px;}
.comments a{color:#FF6705;margin-top:2em; font-size:10px; text-decoration:none}
.comments img { vertical-align:text-bottom; margin-top:10px}
.cursos-derecha div { padding:10px; border-bottom:1px solid #CCC;}
#tab-content{padding-bottom:10px;}

.item_temas { margin:0 0 5px 0;}
.temas{
    color: #0e203f;
    font-size: 16px;
    text-align: left;
    padding: 10px;
    font-weight: 400;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #0e203f;
	text-transform:uppercase;
	cursor:pointer;
	background-image:url(../images/arrow_abajo.png); background-position:right center; background-repeat:no-repeat; background-origin:content-box;}
.item_subtemas { padding:0}
.subtemas{color: #666;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
	padding:5px 25px;
    margin: 0 0 5px 0;
    border: 1px solid #CCC;}
.titulos { font-size:24px; color:#C6A034; margin:0 0 20px 0; font-weight:normal; text-transform:uppercase;}
.titulo_elfiscal_main { font-size:28px; color:#0e203f; margin:0 0 20px 0; font-weight:bold; font-family:"Times New Roman", Times, serif; text-transform:uppercase;}
.titulo-cursos li{ list-style:none; padding:5px 0; position:relative;}
.modulo_curso_temas_item { border-bottom:1px dashed #CCC; padding:0 0 7px 10px; margin:0 0 7px 0;}
.modulo_curso_temas {font-size: 13px; color: #333; font-weight: bold; margin:0 0 2px 0;}
.fechas_curso_temas {font-size: 14px; color: #666;}
.tabla_temas{margin-top:5px; width:100%}
.modulo-titulo {border-bottom: 1px solid #666; border-top: 1px solid #666; margin: 0 0 15px 0; padding: 2px 0; font-size: 16px; font-family: 'Bahamas';}
.modulo-titulo a{color: #666;}
.cursos_tabla {width: calc(100% - 1px);; background-color:#F5F5F5; color:#999; margin:0 0 50px 0; text-align:center; border-collapse:collapse;}
.cursos_tabla th { color:#FFF; background-color:#c6a034; padding: 3px 7px; font-weight:600; font-size:16px;}
.cursos_tabla td { position:relative;padding: 3px 7px; border:1px solid #CCC;}
.fecha_curso_tabla {padding:3px 0; border-radius:5px; color:#999; width:65px; margin:10px auto;}
.titulo_curso_tabla { color:#896A22; font-size:18px; text-align:left !important;}

.semana{padding: 5px 0; background-color:#FFF; text-align: center; margin: 25px 0 0 0; border-bottom: 1px solid #CCC; border-top: 1px solid #CCC;}

#mostrar_total{width: 940px; margin: 0 0 25px 0; font-size: 14px; font-weight: normal; background-color: #F5F5F5; padding: 5px; color: #999;}

/*IE*/
#bannersv{ _margin-right:7.5px;}
#avanzada{_margin-left:60px;}
/* curso.css */
/* CSS Document */

.cuadro{width:975px; margin-bottom:50px; text-align:left; position: relative;}
.cuadro a { color:#090 !important; text-decoration:underline;}

#info-curso{width:360px;}

.temario-cont{width:100%;margin-bottom:10px;}
.comments img{border:none;}
.comments a{ text-decoration:none;color:#FF6705;}
.comments{margin-top:10px;}
#cont-temario{padding-top:10px; text-align:left;}
#santafe{ background-color:#E9B400}
#galerias{ background-color:#FD55AA}
#tlalnepantla{background-color:#e56dfc}
#hidalgo {background-color:#66CDAA}
#pedregal{ background-color:#8C59BD}
#cont-planes{ padding: 10px;}
#tabla{margin:5px;}

.grupo{text-align:left}

.titulo{ font-size:28px; color:#C6A034; font-weight:normal; text-align:left; margin:0 0 10px 0; line-height:normal;}
.titulo_modulo {font-size:22px; color:#0094DE; font-weight:normal; text-align:left; margin:0 0 10px 0;}
.subtitulo{font-size:14px; color:#0094DE;}
.descuento{ font-size:11px; color:#0094DE;}
.cuota{ font-weight:bold; font-size:13px; color:#333333;}
.pepc{ font-size:11px; color:#333333;}
#expositores{ font-size:11px; font-weight:bold; color:#333333;}
.expos{ font-size:11px; color:#333333;}
#duracion{font-size:11px; color:#333333;}
#descripcion{ padding-bottom:10px;}
#cont-grupos img{ vertical-align: middle; }
.porque-titulo{font-size:20px;text-align:center;}
#porquea{border:1px solid #c6a034;
margin-bottom:10px;
padding:2px 15px;}

#t-9,#t-17,#t-5,#t-3,#t-13,#t-15,#t-10,#t-2,#t-8,#t-6,#t-4,#t-1,#t-12,#t-19{ float:right}
.addthis_toolbox.addthis_pill_combo a {
    float: right;
}
.addthis_button_compact .at15t_compact {
    float: right;
}   
.addthis_button_facebook_like iframe{ width:100px !important; }
.tbesconder{display:none}
.icono_der{ float:right !important;}
.addthis_default_style{ padding-left:8px;
padding-top:3px;}
.columna1{float:left; /*width:635px;*/margin-top:6px;}
.columna2{ float:right;margin-right:12px;}
.at_error {
background:none repeat scroll 0 0 #F26D7D;
border-bottom:1px solid #DF5666;
color:#FFFFFF;
padding:5px 10px;
}
#enviar_mail{
float:left;}

/*IE6*/
.addthis_default_style{ _height:10px}
.imag, h1{ _float:left; *float:left;}
/* curso-imp.css */

.indicadores a{ color:#FFF;}

#info-curso{width:360px;}
.area {color: #c52620; font-size: 14px; font-weight: normal;}

.cursos-izquierda{float:left; width:650px !important; /*min-height:375px;*/ padding:0 0 20px 0;}
.cursos-derecha{text-align: left; /*position: absolute;*/ width: 275px; float: right; padding:0; border: 1px solid #999; color: #333; background-color: #FFF; font-size:14px; top: 31px;    right: 0;}
.info_curso_panel {color: #FFF; background-color: #063663;}
.cursos-derecha-cuota { color:#090; font-size:18px;}
.cursos-derecha-iva { font-size:12px; color:#999; font-weight:normal;}
.cursos-derecha-expositores { font-size:12px;}
.comments img{border:none;}
.comments a{ text-decoration:none;color:#FF6705;}
.comments{margin-top:10px;}
#cont-temario{padding-top:10px; text-align:left;}
.titulosede{position: relative;
    background-color: #c6a034;
    margin: 20px 0 0 0;
    color: #FFF;
    font-size: 16px;
    padding: 5px 9px;
    border-radius: 5px 5px 0 0;}
#santafe{ background-color:#E9B400}
#tlalnepantla{background-color:#FD55AA}
#pedregal{ background-color:#8C59BD}
#cont-planes{ padding: 10px;}
#tabla{margin:5px;}

.grupo{text-align:left}
.masinfo { background-image:url(../images/info.png); background-origin:content-box; background-position:right center; background-repeat:no-repeat;}

#titulo{ font-size:16px; color:#0094DE; font-weight:bold;}
#subtitulo{font-size:14px; color:#0094DE;}
.descuento{ font-size:12px; color:#24b5e5;}
.grupo-div { padding:10px 0; border-bottom:1px dotted #CCC;}
.cuota{ font-weight:bold; font-size:13px; color:#333333;}
.pepc{ font-size:11px; color:#333333;}
#expositores{ font-size:11px; font-weight:bold; color:#333333;}
.expos{ font-size:11px; color:#333333;}
#duracion{font-size:11px; color:#333333;}
#descripcion{ padding-bottom:10px;}
#cont-grupos img{ vertical-align: middle; }
.porque-titulo{font-size:15px;}
/*colores de los temas*/
#t-9{ background-color:#00A8Eb}
#t-17{ background-color:#BE0023}
#t-5{ background-color:#EB870F}
#t-3{ background-color:#00A39C}
#t-13{ background-color:#009F3C}
#t-15{ background-color:#91007B}
#t-10{ background-color:#4EA391}
#t-2{ background-color:#1D407A}
#t-8{ background-color:#E3007A}
#t-6{ background-color:#353a8f}
#t-4{ background-color:#e2c200}
#t-1{ background-color:#005ddb}
#t-12{ background-color:#000}

/*#head, #bannersh, #menu-lateral, #bannersv, #abajo, #pie, img, #frmcomentarios, #comentarios{ display:none;}
#lateral-derecho {
float:left;
width:765px;
}
/* cefaindex.css */
.tit1{border-width: 2px;border-style:outset;border-left:0px solid ;border-top:0px solid ;background:#0094DE;border-color:#41AFE6;font-size:12pt;font-weight:bold;text-align:center;line-height:16pt;padding: 2px;width: 70%;color:white}
.chico{font-size:12pt;text-align:center;line-height:14pt}
.mchico{font-size:10pt;text-align:center;line-height:12pt}
.negro{background:black;color:white}
.verde{background:#40e0d0;color:black}
.inver{background:#00007F;color:white}
.encolor{color:#D2EDFE}
hr{align:center}
table,table.lugar{align:center}
elnormal{text-align: justify}
h2.titulo{font-size: 15pt;font-weight: bold;font-style: italic;text-align: center}
.blita{font-size:8pt;text-align: center}
.cefa{background:#0094DE;text-align: center;color:white}
.resaltado{background:#000000;color:white;font-size:12pt;}
.tbl{text-align:center}
.gris{background:#808080;text-align: center}
#filter-count { font-size:14px; color:#666; font-weight:normal;}
/* interior republica */
.p_b{padding: 10px 5px 10px 15px; background: #eee; cursor: pointer; border: 1px solid #CCC; margin: 5px 0 0 0; border-radius: 5px;}
.pestana:first-child a{ border-radius:5px 5px 0 0;}
.pestana:last-child a{ border-radius: 0 0 5px 5px ;}
.pp_c{padding: 20px 20px 0 20px; border-left: 1px solid #ccc;border-right: 1px solid #ccc; border-bottom: 1px solid #CCC; margin: 0 auto 15px auto; border-radius: 0 0 5px 5px; width:90%;}
.p_b span{ float: right;background: #999;border-radius: 5px;padding: 1px 5px;color: #FFF;font-size: 12px;}
.subtitulo_cursosen { font-weight:bold; margin:0 0 10px 0;}
.nohaycursos { font-size:14px; color:#999; margin:0 0 25px 0;}
.representante_nombre { color:#333; font-weight:bold;}
.norepresentante {padding: 15px 0;color:#666; font-size:14px;}
.norepresentante_titulo {font-weight: bold; color: #333; font-size: 16px;}
.noticias_index{width: 730px;float: left;}
.pin_sede{position: absolute;right: 2px;top: 0;/*background: rgba(0,0,0,.7);*/padding: 2px;border-radius: 10px;}
.header_b{border-radius: 50px 50px 50px 56px;
border: 1px solid #ccc;
display: inline-block;
margin-right: 65px;
padding: 0 0 0 5px;}
.header_b input:focus .header_b{
	border:1px solid #09c;	
}
.header_b input{padding: 3px 5px; border:0;}
.header_b input:focus{
    outline: 0;
}
.header_b img{width: 26px;
float: right;
cursor: pointer;}
li.c_c:hover > ul{
	display:block !important;	
}
li.c_m:hover >ul{
	display:block !important;
	top: -16px !important;
    left: 172px !important;	
}
li.c_m:hover >ul li { padding:5px 0 !important;}
li.c_m:hover >ul li a { padding:5px 10px !important;}
.sticky #logo {
    width: 208px;
    height: 40px;
}
.sticky #menu {
	margin-top:0;
}
.loading-data {
    height: 200px;
    background-image: url('http://www.darwinrecruitment.com/img/ajax-loader.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200px;
}
#contenido-cursos{
	max-width: 1200px;
	width:100%;
    padding: 0;
    margin: 50px auto !important;
    margin-top: 0px !important;
    padding-top: 100px;
}
.cursos_tabla tr:not(:first-child) {
    counter-increment: rowNumber;
	position:relative;
}
.cursos_tabla tr:not(.tr_head) td:first-child::before {
    content: counter(rowNumber);
    min-width: 1em;
    margin-right: 0.5em;
    color: #fff;
    background-color: #c6a034;
    font-size: 12px;
    padding: 2px 5px;
    position: absolute;
    top: calc(50% - 10px);
    left: -23px;
    text-align: center;
    border-radius: 4px 0 0 4px;
}
.sede_active {
    /*background-color: #00cc51;
	color:#FFF;*/
	color:#000 !important;
    font-weight: bold;

}
.header-tel{
    font-size: 22px;
    font-weight: bold;
    color: #c6a034;
    display: inline-block;
	    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 19px;
    margin-left: 20px;	
    float: left;
}
.sticky .header-tel {
    margin-top: 7px !important;
}
.contacto-flotante{
	background-color: #fff;
    width: 250px;
    position: absolute;
	display:none;
    right: 0;
    top: 37px;
    border: 1px solid #ccc;
	
    text-align: center;
    padding-top: 20px;
}
.contacto-flotante input{
		
}
.contacto-show{
	display:block !important;	
}
.contacto-flotante input {
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 4px;
    width: 200px;
}
.contact-title{
	color:#c6a034;
	padding-top:5px;
	padding-bottom:5px;	
}
li.c_c2:hover ul.s_smenu2 {
    display: block !important;
    position: absolute !important;
    left: 294px !important;
    top: -16px !important;
}
.folleto{
	cursor:pointer;
    background-image: url(../pdf.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-size: 20px;
    font-size: 14px;
	color:#FFF;
}
#carrito{
	height:30px;
	width:30px;
	background-color:#c6a034;
	border-radius:15px;
	background-image:url(../images/carrito2.png);
	background-repeat:no-repeat;	
	background-position:center center;
	margin: 0 10px;
}

#carrito a:hover{
	background-color: transparent !important; 	
}	

#car{border-right:none !important; padding: 5px 0 !important;}

.codigo-descuento{
	padding:5px;	
}
.codigo-descuento .codigo-text{
	width:130px;
	margin:5px;	
}
.codigo-descuento .boton-text{
	width:90px;
	margin:5px;	
	background-color:#0099ff;
	border-color:#0099ff;
	color: #FFF; 
}
.menu-dropdown-icon:before {
  content: "\f0d7";
  font-family:FontAwesome;
  display: none;
  cursor: pointer;
  float: right;
  padding:10px 0;
  color: #FFF;
}
.tabla-curso { width:100%;margin-bottom:25px; border: 1px solid #c6a034 ;}
.campos-formularios { background-color: #c6a034;}
.boton-evaluar {border:none; background-color: #090; color:#FFF; border-radius: 3px; padding: 7px 10px; cursor: pointer; float: right; box-shadow: 2px 2px 3px #CCC; margin: 0 15px 0 0;}
.boton-diploma-inactivo {float: right; padding: 7px 10px; border: none; border-radius: 3px; background-color: #CCC; color: #FFF; margin: 0 15px 0 0;}
.boton-diploma-activo {float:right; padding:7px 10px; border:none; border-radius:3px; background-color:#c6a039; color:#FFF; box-shadow:2px 2px 3px #CCC; margin:0 15px 0 0; cursor:pointer;}
.boton-liga-activo {float:right; padding:7px 10px; border:none; border-radius:3px; background-color:#0e203f; color:#FFF; box-shadow:2px 2px 3px #CCC; margin:0 15px 0 0; cursor:pointer;}
.boton-obten {float:right; padding:7px 10px; border:none; border-radius:3px; background-color:#69ff69; color:#FFF; box-shadow:2px 2px 3px #CCC; margin:0 15px 0 0;;}
.boton-obsequio {float:right; padding:7px 10px; border:none; border-radius:3px; background-color:#090; color:#FFF; box-shadow:2px 2px 3px #CCC; margin:0 15px 0 0;;}
.boton-aplicado {float:right; padding:7px 10px; border:none; border-radius:3px; background-color:#c6b588; color:#FFF; box-shadow:2px 2px 3px #CCC; margin:0 15px 0 0;;}
.evaluacion{
	position:fixed;
	top:100px;
	left:50%;
	width:900px;
	border: 1px solid #999;
	background-color:white;
	display: none;
	transform: translateX(-50%);
	height:80%;
	overflow-y:scroll;
	padding:20px;
}
.cerrar{
	float:right;
	cursor:pointer;
	margin-left:10px;
	margin-bottom:10px;
}

.dialogo-examen{
	display:none;
	position:fixed;
	height:550px; 
	width:550px;
	top:80px;
	left:50%;
	transform: translateX(-50%);
	border: 1px solid #000;
	background-color:white;
	padding:10px;
	overflow-y:scroll;
}

.container-examen-dialogo{
	width:250px;
	margin:auto;
	text-align:center;
	padding:10px;
}

.dialogo-liga{
	display:none;
	position:fixed;
	height:150px; 
	width:550px;
	top:150px;
	left:50%;
	transform: translateX(-50%);
	border: 1px solid #000;
	background-color:white;
	padding:10px;
	overflow-y:scroll;
	font-size: 15px
}


.dialogo-diploma{
	display:none;
	position:fixed;
	height:460px; 
	width:550px;
	top:80px;
	left:50%;
	transform: translateX(-50%);
	border: 1px solid #000;
	background-color:white;
	padding:10px;
	overflow-y:scroll;
}

.container-diploma-dialogo{
	width:250px;
	margin:auto;
	text-align:center;
	padding:10px;
}

.boton-diploma-dialogo{
	 padding: 7px 10px;	
    border: none;
    border-radius: 3px;
    background-color: #0e203f;
    color: #FFF;
    box-shadow: 2px 2px 3px #CCC;
    margin: 0 15px 0 0;
	cursor:pointer;
}
@media only screen and (max-width: 1330px){
	#menu { clear:both; float:left; display:block}	
}
@media only screen and (max-width: 1200px){
	.left_index { float:none; margin:0 auto; width:96%;}
	.right {float: none; margin: 50px auto; width: 96%;}
	.item_elfiscal {display: inline-block; height: 325px; vertical-align: top; width: 29%; margin: 15px 1% 15px 0;}
	.cursos-izquierda { width:60% !important;}
	.cuadro { width:100%;}
	.left { width:80%;}	
	#menu { display:block;}
}

@media only screen and (max-width: 1085px){
	#menu li a { padding:10px 5px;}	
}

@media only screen and (max-width: 995px){
	#head { position:relative;}
	.item_elfiscal {display:block; height: auto;  width: 60%; margin: 25px auto;}
	#menu { width:100%; float:none; display:none; box-shadow: none; margin:0;}
	#contenido-central, #infocursos { margin:0 auto 50px auto !important;}
	#menu li { float:none; border-right:none; border-bottom:1px solid #CCC; padding:0;}
	#menu li a { display:block; padding:10px 0;}
	#menu li ul { position:relative; border:none; margin:0 0 15px 0; top:0; box-shadow:none; padding:0 10px;}
	#menu li ul:before {content: ""; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 15px solid #c6a034; position: absolute; top: -15px;
    right: 8px;}
	#menu li ul li { padding:0; white-space:normal;}
	#menu li ul li a { padding:10px 0;}
	.slider { height:300px; margin-top:0;}	
	#pie p { margin:10px 0;}
	.midm a { color:#999; font-size:3vmin;}
	.left { width:77%;}
	.cursos-izquierda { width:55% !important;}
	.cursos_tabla { width:725px;}
	.cursos_tabla td { padding-left:25px;}
	.cursos_tabla tr:not(.tr_head) td:first-child::before { left:-5px}
	.menu-mobile {display: block;}
    .show-on-mobile {display: block;}
    .menu-mobile {display: block !important;}
	.menu-dropdown-icon:before {display: block; padding:10px 20px;}
	.megamenu {	padding: 10px !important;}
	.megamenu * { display:block !important; width:100% !important; border-right:none !important; padding:0 !important; -webkit-column-count:1 !important; -moz-column-count: 1 !important;}
	.megamenu-sede {padding:10px 0 !important;}
	#car { background-color:#c6a034;}
	#carrito:after { content:"Ver carrito"; color:#FFF; position:absolute; top:12px; left:45px;}
	table.tabla-curso { table-layout:fixed; width:100%; border:1px solid #CCC; margin:25px 0;}
    .menu-mobile:after {
  content: '\f0c9';
  font-family: FontAwesome;
  font-size: 2rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
		      color: #FFF;
}	
.menu li ul { border:none; position:relative;}
.boton-evaluar {float: none; margin: 5px auto; width:60%;}
.boton-diploma-inactivo {float: none; margin: 5px auto; width:60%;}
.boton-diploma-activo {float: none; margin: 5px auto; width:60%;}
.evaluacion {display: none; overflow-y: auto; background-color: #FFF; position: absolute; width: 99% !important; border: 1px solid #CCC; box-shadow: 0 0 6px #666;}
.bt-ev-enviar {padding: 10px; background-color: #090; color: #FFF; border: none; margin: 25px auto; width: 25%; text-transform: uppercase; border-radius: 3px;}

}

@media only screen and (max-width: 890px){
	.left_index { width:100%; text-align:center;}
	#contenido-central { width:90%;}
	.cursos_tabla {min-width: 750px; margin: 10px 0 10px 5px;}
	.item_elfiscal { width: 75%;}
	.cursos_tabla td { padding:3px;}
	.titulo_curso_tabla { padding:0 0 0 22px !important;}
	.cursos_tabla tr:not(.tr_head) td:first-child::before { left:-5px;}
	.down {width: 100%; overflow-y: auto; margin: 25px 0;}
	#contenido-cursos { width:96%;}
	.chatbox {right: 5px; width: 96% !important;}
	#calendario { display:none;}
	.columna1 { float:none;}
	.columna2 { float:none;}
	.inscribir_icon { width:30%; margin:10px auto;}
	.grupo-div { text-align:center;}
	ol { padding:0 0 0 20px;}
	#pie { padding:5px 5px 50px 5px;}
	.titulos { text-align:center;}
	.txt-normal { line-height:normal !important;  text-align:center;}
	.cuadro { width:96%; margin:50px auto;}
	.left { width:100%;}
	.cursos-izquierda { float:none; width:100% !important; margin:0 auto; font-size:4vmin;}
	.cursos-derecha { float:none; width:100% !important; margin:0 auto; font-size:4vmin;}
	.titulo { font-size:7vmin; text-align:center;}
	.cursos-derecha-cuota { font-size:4vmin;}
	.descuento, .cursos-derecha-expositores { font-size:4vmin;}
	.area { font-size:4vmin; text-align:center;}
	#porquea { padding:5px;}
	ul, ol { font-size:3.5vmin;}
	.columna1 { font-size:4vmin;}
	.ver_cursos_select { width:90%; padding:10px 5px; position:relative;}
	.filtro { width:90%; margin:0 auto; padding:5px; font-size:4vmin;}
	#filter-count { font-size:4vmin;}
	.buscador_input { padding:10px 5px; width:90%}
	.promo-img {float: none; width: 70vw;height: 70vw; margin: 0 auto; max-width:250px; max-height:250px;}
	.promo-data {padding: 0; display: block; width: 96%; margin:0 auto;}
	#txt-info { text-align:center;}
	.img-salon { width:96%; max-width:650px;}
	.botonfrm {border-radius: 0; border: none; width: 100%; padding: 10px; margin: 15px 0 0 0;}
	select {width: 100%; padding: 10px;}
	.campos_formularios {font-size: 14px; font-weight: bold; color: #FFF; padding: 5px;}
	.img-login {width:100%; float:none !important; border:none;  margin-right:0; margin-top:0; margin-bottom:35px; background-color:#F5F5F5;}
	.rowElem label {display: block;float: none;width: 100% !important ;margin: 0 auto; padding: 5px 0; text-align: center;}
	.rowElem input[type="text"], input[type="password"] {padding: 7px; margin: 0 0 15px 0; width: calc(100% - 18px);}
	.tablas input[type="text"], .tablas input[type="password"] {padding: 7px; margin: 0 0 15px 0; width: calc(100% - 18px);}
	div.rowElem { width:100% !important;}
	#logo { width:250px; height:46px;}
	.contacto-flotante { width:100%; z-index:10; top: 45px;}
	.contacto-flotante:before {content: ""; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 15px solid #FFF; position: absolute; top: -15px;
    right: 5px;}
	.contacto-flotante input { width:80%}
	.contact-title {padding-top: 10px; padding-bottom: 3px; font-size: 13px; text-transform:none; }
	.login-interior { width:100%;}
	.login-interior td { display:block; width:100%;}
	.valores-inpc { table-layout:fixed; width:100%;}
	.tabla-curso td { display:block; width:100%; text-align:center; padding:5px;}
	.titulo-curso { border-bottom:none !important; padding:0 !important; margin:0 !important;}
	.sub-titulo-curso {border-bottom: 1px dashed #CCC; padding: 0 0 10px 0; margin: 0 0 10px 0; color: #0e203f; font-weight: bold;}
	.tabla-curso a {color: #FFF !important; background-color: #c6a034; display: block; padding: 5px; word-wrap:break-word; border-radius:3px; width:calc(100% - 20px);}
	

@media only screen and (max-width: 415px){
	.item_elfiscal { width: 96%;}
	.titulo_elfiscal_main { text-align:center;}
	ul, ol { font-size:3vmin;}
	.header-tel { display:none;}
	
}