
/* ESTILOS BOOTSTRAP CUSTOMIZADOS  ***********************************************
**********************************************************************************
**********************************************************************************/


/* COLOR PRINCIPAL ***********************/
.text-primary, .btn-primary .badge, .btn-link, 
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-link:hover,
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus,
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.panel-primary > .panel-heading .badge {
	color: #002364;
}
.bg-primary, .btn-primary,.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.label-primary,
.progress-bar,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.panel-primary > .panel-heading {
	background-color: #002364;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.panel-primary,
.panel-primary > .panel-heading {
	border-color: #002364;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #002364;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #002364;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #002364;}
}





/* BORDER-RADIUS ***********/

.img-rounded, .img-thumbnail, code, kbd, pre,
.form-control, .input-sm, .form-group-sm .form-control, .input-lg, .form-group-lg .form-control, .btn, .btn-lg, .btn-group-lg > .btn, .btn-sm, .btn-group-sm > .btn, .btn-xs, .btn-group-xs > .btn, .dropdown-menu, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-group-addon, .input-group-addon.input-sm, .input-group-addon.input-lg, .nav-pills > li > a, .nav-tabs-justified > li > a, .navbar-toggle, .navbar-toggle .icon-bar, .breadcrumb, .pagination, .pager li > a, .pager li > span, .container .jumbotron, .container-fluid .jumbotron, .thumbnail, .alert, .progress, .panel, .panel-group .panel, .well, .well-lg, .well-sm, .modal-content, .tooltip-inner, .popover, .popover-title, .carousel-indicators li {
  border-radius: 0;}

pre code, .btn-link, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.panel > .panel-collapse > .list-group .list-group-item {
	border-radius: 0}

.nav-tabs > li > a {border-radius: 0 0 0 0;}

@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {border-radius: 0;}
.nav-tabs.nav-justified > li > a {border-radius: 0 0 0 0;}
}
@media (min-width: 960px) {
  .navbar {border-radius: 0;}
}
@media (min-width: 768px) {
  .navbar-static-top, .navbar-fixed-bottom {border-radius: 0;}
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.nav-tabs .dropdown-menu, .navbar-nav > li > .dropdown-menu,
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:last-child > .btn:first-child,
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span,
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,  .pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span, .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:first-child,
.panel-heading {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child,
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 0px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child,
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child,
.list-group-item:last-child, .panel-footer {
  border-bottom-left-radius: 0px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child,
.list-group-item:last-child, .panel-footer {
  border-bottom-right-radius: 0px;
}






/* ESTILOS GENERALES  ************************************************************
**********************************************************************************
**********************************************************************************/

body {
    color: #000;
    font-size: 14px;
    line-height: 1.42857em;
    background: #fff;
}
*:focus {box-shadow: none !important;}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer !important;
}
a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}
*:focus {
  outline: 0 !important;
}


.btn {
    border: 0 none;
    font-size: 1.1em;
    font-weight: normal;
    letter-spacing: 0.02em;
    padding:10px 15px;;
    text-shadow: none;
}
/*.btn-default {
    background: #e3edf6 none repeat scroll 0 0;
    color: #0f5183;
}
.btn-default:hover {
    background: #c7d9ea none repeat scroll 0 0;
    color: #000000 !important;
}*/
.btn-default, .btn-primary, .btn-danger {
	background: #002364 !important;
  border-radius: 5px;
	color: #fff !important;
}
.btn-default:hover, .btn-primary:hover, .btn-danger:hover {
	background: #00B4AA !important;
	color: #fff !important;
}




* {box-sizing: border-box;}
ol, ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.nav {list-style: outside none none;}
.navbar-collapse.collapse {visibility: visible !important;}
.collapse {visibility: visible;}






/* FORMULARIOS ******************************/
input[type="text"], select, textarea {width:100%}


fieldset {
    font-size: 13px;
}
.form-group {position: relative}

.form-control, select {
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: none;
    color: #878787;
    display: block;
    font-size: 1em;
    font-weight: normal;
    height: 34px;
    line-height: 1.42857;
    padding: 6px;
    width: 100%;
}
.form-control, select {
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: transparent transparent #ddd !important;
	position: relative;
    z-index: 2;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ddd;
    border: 1px solid #ccc;
    color: #999;
    cursor: not-allowed;
    float: left;
    padding: 5px 11px;
}
legend {
    border: 0 none;
    color: #676767;
    font-size: 1.3em;
    font-weight: lighter;
    line-height: 1.2em;
    margin-bottom: 15px;
}
label {
    color: #676767;
    float: left;
    font-weight: normal;
    line-height: 1.4em;
    margin: 5px 0 3px;
    text-align: left;
}

select {
	cursor: pointer;
	display: inline-block;
	outline: none;
	-webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
	appearance:none !important;
	-moz-appearance:none !important; /* Firefox */
	-webkit-appearance:none !important; /* Safari and Chrome */

}
select option {font-weight: normal}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:20px}
}


.customselect {
    position: relative;
}
.customselect:after {content: "\f3d0"}
.customselect::after {
    color: #000;
    font-family: "Ionicons";
    font-size: 12px;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 8px;
    bottom: 7px;
}
.customselect option {
    background: #fff;
    color: #000;
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
    text-transform: uppercase;
}
.customselect option:hover {text-decoration: underline;}
select:focus {
	border-color: inherit !important;
	position: initial !important;
}



/* Validación formularios (agregar clase "validar")  ********/
.input-validation-error {border-color: #fff #fff #e02222; border-width: 1px;}
.form-control.valid {border-color: #fff #fff #d4dad3}
.field-validation-error, .field-validation-valid {
    color: #e02222 !important;
    float: left;
    font-size: 0.88em;
    font-style: italic;
    height: 26px;
    margin: 0 !important;
    padding: 3px 0 0 !important;
    width: 100%;
    position: relative;
}
.field-validation-error:before {content: "\f12a";}
.field-validation-valid:before {content: "\f122";}
.field-validation-error::before, .field-validation-valid::before {
    background: transparent none repeat scroll 0 0;
    bottom: 34px;
    font-family: "Ionicons";
    font-size: 11px;
    font-style: normal;
    line-height: 18px;
    position: absolute;
    right: 2px;
    z-index: 1;
    margin: -1px 8px 0 0;
}

.field-validation-valid.disabl::before {
    display: none;
}

.field-validation-valid {height: 0}
.field-validation-valid::before {
    color: #73e747;
    bottom: 12px;
}

.sel .field-validation-valid:before, .sel .field-validation-error:before {
    display: none !important;
}





/* JUMBOTRON ******************************/
.jumbotron {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0 !important;
    color: inherit;
    float: left;
    margin: 30px 0;
    overflow: hidden;
    padding: 31px 60px 28px !important;
    width: 100%;
}
.jumbotron:before {content: "\e05c"}
.jumbotron::before {
    border-right: 1px solid #eee;
    color: #d9d9d9;
    float: left;
    font-family: "E3Interface";
    font-size: 80px;
    height: 131px;
    line-height: 1.2em;
    margin-right: 33px;
    padding: 5px 20px 0 0;
}
.jumbotron h2 {
    color: #000;
    font-size: 1.4em;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 12px 0 8px;
    text-transform: uppercase;
}
.jumbotron p {
    color: #888888;
    font-size: 1.1em;
    font-weight: 300;
}
.jumbotron .btn {
    background: #1d1d1d none repeat scroll 0 0;
    color: #fff;
    font-size: 1em;
    padding: 8px 20px;
    white-space: normal;
    border: 0;
}
.jumbotron .btn:hover {
    background: #00B4AA none repeat scroll 0 0 !important;
    color: #fff !important;
}



@media (max-width: 767px) { 
.jumbotron::before {
    border-right: 0 none;
    font-size: 66px;
    height: auto;
    margin: -18px auto 18px;
    text-align: center;
    width: 100%;
}
	.jumbotron h2, .jumbotron p {text-align: center}   
	.jumbotron .btn {margin: 0 10%; width: 80%;}
}





/* TOOLTIP ******************************/
.tooltip {opacity: 1 !important}
.tooltip-inner {
  padding: 5px 8px;
  color: #fff;
  line-height:1.2em;
  text-decoration: none;
  font-size:10px !important;
  text-transform:uppercase;
  letter-spacing: 0 !important;
  background-color: #002364;
  border-radius: 2px;
  width: auto !important;
  max-width: 300px !important;
  position: relative;
  white-space: nowrap;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {border-top-color: #002364;}

.tooltip.right .tooltip-arrow {border-right-color: #002364;}
.tooltip.left .tooltip-arrow {border-left-color: #002364;}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {border-bottom-color: #002364;}




/* MODALS ******************************/
.modal {z-index: 1050; background: rgba(0,0,0,0.9)}
.modal-backdrop.in{ position:fixed; }
.modal-backdrop {display: none}

.modal-content {padding: 20px; float: left; width: 100%;}
.modal-header {
    border-bottom: 0 none;
    padding: 0;
}
.modal-header .close {
    color: #000;
    font-size: 30px;
    opacity: 1;
}
.modal-header .close:hover {color: #000;}

.modal-title {
    color: #000;
    font-size: 1.35em;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.modal-body {
    border-top: 1px solid #002364;
    margin: 8px 0 0;
    padding: 15px 0;
    position: relative;
}
.modal-footer {
    border-top: 0 none;
    padding: 0 0 6px;
}
.modal-footer .btn {
    font-size: 1.1em;
    padding: 5px 15px 4px;
}



/* LOADING ******************************/
.wait span {
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: lighter;
    letter-spacing: 0.2em;
    line-height: 1.3em;
    margin: 20px auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.sk-circle {
    height: 40px;
    margin: 20% auto 0;
    position: relative;
    width: 40px;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }
@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}





.navbar-nav {margin: 0}

.dropdown-menu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-clip: padding-box;
    background-color: #fff;
    border-color: #eee #ccc #ccc;
    border-image: none;
    border-radius: 0 0 3px 3px !important;
    border-right: 2px solid #ccc;
    border-style: solid;
    border-width: 1px 2px 2px;
    box-shadow: 2px 4px 6px rgba(57, 57, 57, 0.32);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 0 0 3px 3px !important;
    border-top: 1px solid #eee;
    box-shadow: 2px 4px 6px rgba(57, 57, 57, 0.32);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}







/**********************************************************************/
/* Bootstrap Mid-Small - col-ms-* - the missing grid set for Bootstrap3. */
 
@media (min-width: 480px) and (max-width: 767px) {
	.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, 
	.col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px; }
		
	.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, 
	.col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11 {
		float: left; }
	
	.col-ms-1 {width: 8.33333%; }
	.col-ms-2 {width: 16.66667%; } 
	.col-ms-3 {width: 25%; }
	.col-ms-4 {width: 33.33333%; }
	.col-ms-5 {width: 41.66667%; }
	.col-ms-6 {width: 50%; }
	.col-ms-7 {width: 58.33333%; }
	.col-ms-8 {width: 66.66667%; }
	.col-ms-9 {width: 75%; }
	.col-ms-10 {width: 83.33333%; }
	.col-ms-11 {width: 91.66667%; }
	.col-ms-12 {width: 100%; }
	
	.col-ms-push-1 {left: 8.33333%; } 
	.col-ms-push-2 {left: 16.66667%; } 
	.col-ms-push-3 {left: 25%; } 
	.col-ms-push-4 {left: 33.33333%; } 
	.col-ms-push-5 {left: 41.66667%; } 
	.col-ms-push-6 {left: 50%; } 
	.col-ms-push-7 {left: 58.33333%; } 
	.col-ms-push-8 {left: 66.66667%; } 
	.col-ms-push-9 {left: 75%; } 
	.col-ms-push-10 {left: 83.33333%; } 
	.col-ms-push-11 {left: 91.66667%; } 
	
	.col-ms-pull-1 {right: 8.33333%; } 
	.col-ms-pull-2 {right: 16.66667%; }
	.col-ms-pull-3 {right: 25%; } 
	.col-ms-pull-4 {right: 33.33333%; } 
	.col-ms-pull-5 {right: 41.66667%; } 
	.col-ms-pull-6 {right: 50%; } 
	.col-ms-pull-7 {right: 58.33333%; } 
	.col-ms-pull-8 {right: 66.66667%; } 
	.col-ms-pull-9 {right: 75%; }
	.col-ms-pull-10 {right: 83.33333%; }
	.col-ms-pull-11 {right: 91.66667%; }
	
	.col-ms-offset-1 {margin-left: 8.33333%; }
	.col-ms-offset-2 {margin-left: 16.66667%; }
	.col-ms-offset-3 {margin-left: 25%; }
	.col-ms-offset-4 {margin-left: 33.33333%; }
	.col-ms-offset-5 {margin-left: 41.66667%; }
	.col-ms-offset-6 {margin-left: 50%; } 
	.col-ms-offset-7 {margin-left: 58.33333%; } 
	.col-ms-offset-8 {margin-left: 66.66667%; } 
	.col-ms-offset-9 {margin-left: 75%; } 
	.col-ms-offset-10 {margin-left: 83.33333%; } 
	.col-ms-offset-11 {margin-left: 91.66667%; }
	
	.visible-ms {display: block !important;}
	.visible-ms-block {display: block !important}
	.visible-ms-inline {display: inline !important}
	.visible-ms-inline-block {display: inline-block !important}
	.hidden-ms {display: none !important;}
}


@media (min-width: 480px) and (max-width: 767px) {
	.container {max-width: 767px; }
	.form-horizontal .form-group .control-label {text-align:right;}
}
@media (max-width: 479px) {
	.container {max-width:450px; width:100% }
}






/**********************************************************************/
/* Bootstrap corte hasta 1920 de ancho */

@media (min-width: 767px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1410px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}
@media (min-width: 1900px) {
  .container {
    width: 1870px;
  }
}


