@import url("font.css");
body
{
	/*Fondo Fixeado*/
	/*background-size: 100% 100% !important;
	background-attachment: fixed;
	background-image: url(../../img/fondo.jpg);*/
	 font: 15px/1.3em leo,sans-serif !important;
}
/*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;
}
/*fin Cambios a bootstrap*/
img{
	cursor: pointer;
}

.oculto, .capa{
	display: none;
}
.radius{
	border-radius: 5px;
}
.no-radius{
	border-radius: 0px !important;
}
.border-bottom{
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.padding{
	padding: 10px;
}
.padding2{
	padding: 30px;
}
.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;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-justify{
	text-align: justify;
}
.text-italic{
	font-style: italic;
}
.right{
	margin-left: 70%;
}
.text-red{
	color: #800000;
}
.text-white{
	color: #fff;
}
.text-orange{
	color: #F1A02B;
}
.text-silver{
  color: #D8D8D8;
}
.white{
	background: #fff;
}
.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;
}
.padding>img, .padding2>img{
	margin-left: -4px;
}
.form-actions{
	margin-bottom: 0px;
}
.form-actions{
	margin-bottom: -20px;
}
.alert>.close{
	margin-top: 2px;
}
.border-right{
	border-right: 1px solid #C0C0C0;
}