@import url("font.css");
body
{
	font-family: leo !important;
	/*Fondo Fixeado*/
	/*background-size: 100% 100% !important;
	background-attachment: fixed;
	background-image: url(../../img/fondo.jpg);*/
	/*line-height: 20px;*/
}
/*Cambios a bootstrap*/
.navbar{
	margin-bottom: 0px;
}
.accordion{
	margin-bottom: 0px;
}
.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;
}
img, .pointer{
	cursor: pointer;
}
a:hover{
	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-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-white{
	color: #fff;
}
.text-orange{
	color: #F1A02B;
}
.text-green{
	color: #008826;
}
.text-silver{
  color: #D8D8D8;
}
.white{
	background: #fff;
	color: #000;
}
.orange{
	background: #F1A02B;
}
.black{
	background: #000;
	color: #fff;
}
.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;
}
.btnUpload{
	position: absolute;
	float: left;
	margin: 5px;
	margin-left: -46px;
	-webkit-margin-before: 5px !important;
	-webkit-margin-start: 9px !important;
}
.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: 1300;
}
.center-loading{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	opacity: 0.2;
	z-index: 1200;
	position: relative;
}
.text-center-loading{
	text-align: center;
	color: white;
	opacity: 0.6;
	font-family: Arial;
	z-index: 1200;
	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%;
}