@import url("font.css");
body
{
	font-family: leo !important;
	/*Fondo Fixeado*/
	/*background-size: 100% 100% !important;
	background-attachment: fixed;
	background-image: url(../../img/fondo2.jpg);*/
	/*line-height: 20px;*/
}
.modaleyePDF-iframe{
	height: 390px;
	width: 100%;
}
h1,h2,h3,h4,h5,legend{
	font-weight: normal !important;
}
/*Cambios a bootstrap*/
.navbar{
	margin-bottom: 0px;
}
.accordion{
	margin-bottom: 0px;
}
.blacki{
	margin-top: -27px;
	background: rgba(0,0,0,0.6);
	border-radius: 50%;
	padding: 36px !important;
}
.toggle-button .menu-bar-top {
    left: 22px;
}
.toggle-button .menu-bar-middle {
    left: 22px;
}
.toggle-button .menu-bar-bottom {
    left: 22px;
}
.modal{
	width: 650px;
	margin-left: -340px;
}
.modal2{
	width: 1000px;
	margin-left: -500px;
}
.modal2>.modal-body{
	/*width: 970px;*/
	height: 700px;
}
.modal-login{
	width: 400px;
	margin-left: -220px;
}
.modal-login>.modal-body{
	/*width: 380px;*/
}
.alert{
	padding-top: 4px;
	padding-bottom: 4px;
	position: absolute;
	opacity: .8;
}
.sm input, .sm textarea{
	background: none !important;
	border: 1px solid white !important;
	color: white !important;
	font-family: 'Lora',serif !important;
	font-size: 20px !important;
	line-height: 32px !important;
	padding: 14px 26px !important;
	vertical-align: middle !important;
	outline: none !important;
	letter-spacing: 1.5px !important;
	margin-bottom: 30px !important;
	text-transform: uppercase !important;
	height: 60px !important;
	border-radius: 0px !important;
}
.sm input[placeholder], .sm [placeholder], .sm *[placeholder] {
	color: white !important;
}
.sm textarea{
	height: 300px !important;
}
.sm .alert{
	margin-top: -26px;
}
.sm .btn{
	border: 2px solid #ceb475;
	color: #ceb475;
	background: transparent;
	margin: 0 10px;
	padding-left: 46px;
	padding-right: 46px;
	font-size: 20px;
	text-shadow: 0 0 0 rgba(0, 0, 0, 1);
	border-radius: 0px !important;
	padding: 20px 40px 20px 40px;
}
.sm .btn:hover{
	border: 2px solid #fff;
}
img, .pointer{
	cursor: pointer;
}
a,a:active,a:hover,a:visited,a:link{
	text-decoration: none;
}
.oculto, .capa{
	display: none;
}
.radius{
	border-radius: 5px;
}
.no-radius{
	border-radius: 0px !important;
}
.no-border{
	border: 0px !important;
}
.border{
	border: 1px solid #DFDFDF;
}
.border-right{
	border-right: 1px solid #DFDFDF;
}
.border-left{
	border-left: 1px solid #DFDFDF;
}
.border-left-right{
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
}
.border-top{
	border-bottom: 1px solid #DFDFDF;
}
.border-bottom{
	border-bottom: 1px solid #DFDFDF;
}
.border-black{
	border-color: #000;
}
.border-white{
	border-color: #fff;
}
.tabbable > .border{
	border: 1px solid #ccc;
	border-top: none;
}
.padding{
	padding: 10px;
}
.padding2{
	padding: 30px;
}
.padding-top{
	padding-top: 10px;
}
.padding-left{
	padding-left: 10px;
}
.padding-right{
	padding-right: 10px;
}
.padding-top-bottom{
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-left-right{
	padding-left: 10px;
	padding-right: 10px;
}
.padding2-top{
	padding-top: 30px;
}
.padding2-bottom{
	padding-bottom: 30px;
}
.padding2-left{
	padding-left: 30px;
}
.padding2-right{
	padding-right: 30px;
}
.padding2-left-right{
	padding-left: 30px;
	padding-right: 30px;
}
.padding2-top-bottom{
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding-bottom{
	padding-bottom: 10px;
}
.margin{
	margin: 10px;
}
.margin2{
	margin: 24px;
}
.capa{
	position: fixed;
	float: left;
	width: 100%;
	height: 100%;
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: .5;
	z-index: 9000;
}
.center{
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}
.text-center{
	text-align: center;
}
.text-center-vertical{
	min-height: 10em;
	display: table-cell;
	vertical-align: middle;
}
.left{
	display: block;
	margin-right: auto !important;
}
.right{
	display: block;
	margin-left: auto !important;
}
.float-right{
	float: right;
}
.text-right{
	text-align: right;
}
.text-justify{
	text-align: justify;
}
.text-italic{
	font-style: italic;
}
.text-red{
	color: #800000;
}
.text-celeste{
	color: #61abdb;
}
.text-white{
	color: #fff;
}
.text-orange{
	color: #F1A02B;
}
.text-green{
	color: #008826;
}
.text-silver{
  color: #D8D8D8;
}
.text-gold{
	color: #ceb475;
}
.white{
	background: #fff;
	color: #000;
}
.orange{
	background: #F1A02B;
}
.black{
	background: #000;
	color: #fff;
}
.black2{
	background: #151515;
	color: white;
}
.silver{
  background-color: #eee;
}
.lead{
	background: #D3D3D3;
}
.btn-big{
	width:80%;
	height:30px;
	padding-top:20px;
}
.btn-mid{
	width:35%;
	height:30px;
	padding-top:20px;
}
.input-big{
	width: 100%;
}
.input-big-mini{
	width: 88%;
}
select.input-big{
	width: 102%;
}
tr.success > th {
  background-color: #dff0d8;
}
tr.error > th {
  background-color: #f2dede;
}
tr.warning > th {
  background-color: #fcf8e3;
}
tr.info > th{
  background-color: #d9edf7;
}
tr.silver > th{
  background-color: #eee;
}
td.success{
  background-color: #dff0d8;
}
td.error{
  background-color: #f2dede;
}
td.warning{
  background-color: #fcf8e3;
}
td.info{
	background-color: #d9edf7;
}
.btn-xlarge {
  padding: 19px 28px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-xlarge [class^="icon-"],
.btn-xlarge [class*=" icon-"] {
  margin-top: 2px;
}
[class^="icon-"], [class*=" icon-"]{
	margin-top: 3px !important;
}
.padding>img, .padding2>img{
	margin-left: -4px;
}
.form-actions{
	margin-bottom: 0px;
}
.form-actions{
	margin-bottom: -20px;
}
.alert>.close{
	margin-top: 2px;
}
.decoration-none{
	text-decoration: none;
}
.decoration-none>li{
	display: inline-block;
	/*margin-right: 10px;*/
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 20px;
	cursor: pointer;
}
.decoration-none>li:hover, .decoration-none>li.active{
	/*border-radius: 20px;
	background: #FFBA47;
	color: #FFF;*/
}
.animovimiento{
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
	border: 1px solid #C0C0C0;
	position: fixed;
	left: 91%;
	top: 88%;
}
.animovimiento-circle{
	border-radius: 60px;
	padding-left: 16px;
	padding-right: 16px;
}
.animovimiento-circle h3{
	padding-top: 2px;
}
.polaroid-inverse{
	background: #000;
	border: 1px solid #fff;
}
.shadow{
	box-shadow: 0 0 1px rgba(0,0,0,.2);
}
.flipbook .turn-page{
	background-size:100% 100%;
}
.faceDetection-face {
	border: 2px solid #FFF;
}
.tab-pane > .row-fluid > div, .tab-pane > .row > div{
	padding: 10px;
}
p{
	padding-top: 4px;
}
.tabbable > .nav-tabs{
	margin-bottom: 0px;
}
.margin-top{
	margin-top: 5px;
}
.scroll{
	overflow-y: scroll;
}
.loading{
	background: rgba(0,0,0,.9);
	height: 100%;
	opacity: 0.7;
	padding-top: 20%;
	position: fixed;
	width: 102%;
	margin-left: -20px;
	margin-top: -20px;
	padding-right: 10px;
	z-index: 1100;
}
.center-loading{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	opacity: 0.2;
	z-index: 990;
	position: relative;
}
.text-center-loading{
	text-align: center;
	color: white;
	opacity: 0.6;
	font-family: Arial;
	z-index: 990;
	position: relative;
	font-weight: normal;
}
.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}
.custom-combobox {
	position: relative;
	display: inline-block;
}
.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	*height: 1.7em;
	*top: 0.1em;
}
.custom-combobox-input {
	margin: 0;
	padding: 0.3em;
}
.ui-state-default, .ui-widget-content .ui-state-default  {
	border: 1px solid #D3D3D3;
	color: #555555;
	font-weight: normal;
	background-image: none ;
	background: #fff;
}
.ui-button
{
	background: #EEEEEE;
}
.custom-combobox{
	width: 100%;
}
.navli ul{
	position: absolute;
	margin-left: 0px;
	z-index: 800 !important;
}
.navli a{
	z-index: 600;
}
.navli a:hover{
	opacity: 1 !important;
}
@media (max-width: 980px) {
  .navbar-collapse {
    height: auto !important;
    overflow: visible !important;
  }
  .navbar-collapse .nav-center2 > li{
    width: 50%;
    text-align: center;
  }
  .navbar-collapse .nav-center3 > li{
    width: 33.33%;
    text-align: center;
  }
  .navbar-collapse .nav-center4 > li{
    width: 25%;
    text-align: center;
  }
  .navbar-collapse .nav-center5 > li{
    width: 20%;
    text-align: center;
  }
  .navbar-collapse .nav-center6 > li{
    width: 16.66%;
    text-align: center;
  }
  .navbar-collapse .nav-center7 > li{
    width: 14.28%;
    text-align: center;
  }
  .navbar-collapse .nav-center8 > li{
    width: 12.5%;
    text-align: center;
  }
  .navbar-collapse .nav-center9 > li{
    width: 11.11%;
    text-align: center;
  }
  .navbar-collapse .nav-center10 > li{
    width: 10%;
    text-align: center;
  }
  .navbar-brand{
    /*height: 70px;*/
    z-index: 200;
  }
  .navbar-nav > .active > a{
	background: silver;
  }
  .bb{
    display: none;
    height: 0px;
    padding: 0px;
  }
}
.bb{
  height: 15px;
}
/*blanco y negro*/
.grayscale { 
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}