﻿
/* 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: #0971ce;
}
.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: #0971ce;
}
.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: #0971ce;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0971ce;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0971ce;
}
@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: #0971ce;}
}





/* 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: 3px;}

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: 3px 3px 0 0;}

@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {border-radius: 3px;}
.nav-tabs.nav-justified > li > a {border-radius: 3px 3px 0 0;}
}
@media (min-width: 960px) {
  .navbar {border-radius: 3px;}
}
@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: 3px;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
}
.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: 3px;
  border-top-left-radius: 3px;
  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: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:first-child,
.panel-heading {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.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: #4f4d58;
    font-size: 14px;
    line-height: 1.42857;
}
*:focus {box-shadow: none !important;}

a {
  color: #0971ce;
  text-decoration: none;
  cursor: pointer !important;
}
a:hover,
a:focus {
  color: #005c82;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


.btn {
	text-shadow: none;
	font-size: 1em;
	text-transform:uppercase;
    letter-spacing: 0.04em;
    border: 0 !important;
}
.btn-default {
    color: #6c6c6c;
    background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #DADBDE),
	color-stop(0.46, #E2E4E7)
);
background-image: -o-linear-gradient(top, #DADBDE 0%, #E2E4E7 46%);
background-image: -moz-linear-gradient(top, #DADBDE 0%, #E2E4E7 46%);
background-image: -webkit-linear-gradient(top, #DADBDE 0%, #E2E4E7 46%);
background-image: -ms-linear-gradient(top, #DADBDE 0%, #E2E4E7 46%);
background-image: linear-gradient(to top, #DADBDE 0%, #E2E4E7 46%);
}
.btn-default:hover {
    background: #DEDBE4;
}
.btn-primary, .btn-danger {
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #0058A0),
	color-stop(0.5, #007EC2)
);
background-image: -o-linear-gradient(top, #0058A0 0%, #007EC2 50%);
background-image: -moz-linear-gradient(top, #0058A0 0%, #007EC2 46%);
background-image: -webkit-linear-gradient(top, #0058A0 0%, #007EC2 50%);
background-image: -ms-linear-gradient(top, #0058A0 0%, #007EC2 50%);
background-image: linear-gradient(to top, #0058A0 0%, #007EC2 50%);
}
.btn-primary:hover, .btn-danger:hover {
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #007EC2),
	color-stop(0.5, #0058A0)
);
background-image: -o-linear-gradient(top, #007EC2 0%, #0058A0 50%);
background-image: -moz-linear-gradient(top, #007EC2 0%, #0058A0 46%);
background-image: -webkit-linear-gradient(top, #007EC2 0%, #0058A0 50%);
background-image: -ms-linear-gradient(top, #007EC2 0%, #0058A0 50%);
background-image: linear-gradient(to top, #007EC2 0%, #0058A0 50%);
}




* {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 {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -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: #0971ce;
	position: relative;
    z-index: 2;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fffcf3;
    color: #b8b0a4;
    cursor: not-allowed;
}
legend {
    border: 0 none;
    color: #0971ce;
    font-size: 0.95em;
    line-height: 1.2em;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
label {
    color: #333;
    font-size: 11px;
    text-transform: uppercase;
	font-weight:normal;
	margin-bottom:2px;
}

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 */

}
/* 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: "\f123"}
.customselect:after {
    color: #aaa;
    font-family: "Ionicons";
    font-size: 11px;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 24%;
}
.customselect option {
    background: #fff;
    color: #4f4d58;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 10px;
}
.customselect option:hover {background: #eee !important;}




/* Validación formularios ********/
.input-validation-error {
    border-color: #f15f60;
}
.field-validation-error {
    color: #f15f60;
    float: left;
    font-size: 0.88em;
    margin: 2px 0 6px;
    width: 100%;
}
.field-validation-error:before {content: "\f12a";}
.field-validation-error:before {
    font-family: "Ionicons";
    font-size: 17px;
    line-height: 18px;
    position: absolute;
    right: 8px;
    z-index: 1;
}





/* JUMBOTRON ******************************/
.jumbotron {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #4f4d58;
    border-radius: 3px !important;
    color: inherit;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px 15px;
}
.jumbotron:before {content: "\e05c"}
.jumbotron:before {
    color: #d3d3d3;
    float: left;
    font-family: "E3Interface";
    font-size: 100px;
    height: 100%;
    margin-right: 20px;
}
.jumbotron h2 {
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 6px 0 23px;
    text-transform: uppercase;
}
.jumbotron p {
    color: #888888;
    font-size: 1.1em;
    font-weight: 300;
}
.jumbotron .btn {
    font-size: 0.9em;
    padding: 10px 25px;
    white-space: normal;
}

@media (max-width: 767px) { 
	.jumbotron:before {
	    font-size: 80px;
	    margin: -27px auto 0;
	    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: #0971ce;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {border-top-color: #0971ce;}

.tooltip.right .tooltip-arrow {border-right-color: #0971ce;}
.tooltip.left .tooltip-arrow {border-left-color: #0971ce;}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {border-bottom-color: #0971ce;}




/* MODALS ******************************/
.modal {z-index: 1050; background: rgba(0,0,0,0.5)}
.modal-backdrop.in{ position:fixed; }
.modal-backdrop {display: none}

.modal-content {padding: 20px}
.modal-header {
    border-bottom: 0 none;
    padding: 10px 0 0;
}
.modal-header .close {
    color: #4f4d58;
    font-size: 30px;
    opacity: 1;
}
.modal-header .close:hover {color: #0971ce;}

.modal-title {
    color: #4f4d58;
    font-size: 1.2em !important;
    text-transform: uppercase;
}
.modal-body {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 20px 0;
    position: relative;
}
.modal-footer {
    border-top: 0 none;
    padding: 0 0 6px;
}
.modal-footer .btn {
    font-size: 0.85em !important;
    padding: 6px 10px !important;
}








.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: 748px; }
	.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: 768px) {
  .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: 1920px) {
  .container {
    width: 1900px;
  }
}*/


