[class^="sprite-"],
[class*=" sprite-"] {
  background-image: url("../images/sprite-digesto.png");
  }
  
.sprite-footer {
	width:255px;
	height:45px;
	background-position:0px 0px;
}
.sprite-header {
	width:170px;
	height:30px;
	background-position:-256px 0px;
}

.sprite-help-footer{
	height: 30px;
	width: 168px;
}
@font-face {
  font-family: "OpenSansRegular";
  src: url('../fonts/opensans-regular.eot');
  src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/opensans-regular.svg#OpenSansRegular') format('svg'),
  url('../fonts/opensans-regular.woff') format('woff'),
  url('../fonts/opensans-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansSemibold";
  src: url('../fonts/opensans-bold.eot');
  src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/opensans-bold.svg#OpenSansRegular') format('svg'),
  url('../fonts/opensans-bold.woff') format('woff'),
  url('../fonts/opensans-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamMedium";
  src: url('../fonts/gotham-medium.eot');
  src: url('../fonts/gotham-medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/gotham-medium.svg#Gotham') format('svg'),
  url('../fonts/gotham-medium.woff') format('woff'),
  url('../fonts/gotham-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.h1, .h2, .h3, h1, h2, h3  {
  font-family: "GothamMedium", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
table.dataTable thead th, table.dataTable tfoot th {
	font-weight:normal;
}
.navbar-brand {
	color:white!important;
	text-decoration:none;
}
textarea {
	resize:none;
	
}

.listaTagsOpciones {
	display:inline-block;
	min-width: 300px;
	overflow: hidden;
	border: 0px;
	border-bottom: 1px solid gray;
}
.spanOpcionModal:hover {
	cursor:pointer;
	color: GoldenRod;
}
.spanOpcionModal {
	display:block;
}
.controlesContainer{
	margin-top: 6px;
}
li {
	list-style:none;
}
.marginBottom7{
	margin-bottom:7px;
}
div.btn-primary a {
	color:#5f4600;
	text-decoration: none;
}
div.btn-default a {
	color:#666;
	text-decoration: none;
}
.modal-body {
 	position: relative;
 	max-height: 400px;
 	padding: 15px;
	overflow-y: auto;
}
.label {
	white-space:pre-wrap;
}
.table.dataTable.no-footer {
	border-bottom: 1px solid #ddd;
}
button {
	margin-right:10px;
}
/***PAGINADOR***/
.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background:#5574c3;
	font-size:10px;
	color:#fff!important;
}
.dataTables_wrapper .dataTables_info{
	color: #666666;
	font-size:12px;
	float:right;
}
.paginate_button {
	border-radius:4px;
	font-size:10px;
}
.paginate_button:hover {
	background-color:#ccc;
	border:1px solid #ddd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background:#ccc!important;
	border:1px solid #ddd!important;
}
/****/
table.dataTable thead th, table.dataTable thead td {
	padding:10px;
}
/***FULL TEXT AREA***/
.fulltextarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	width: 100%;
}

/***VERSION TEXT***/
.textVersion {
  color: #777;
  font-size:11px;
}

/**DOWNLOAD BUTTON**/
.btnDownload {
	width:80%;
	height:10%;
}

/** BUSCADOR PUBLICO**/

.estadoNoVigente {
    color: #CA1414;
    font-weight: bold;
}

.estado {
    display: inline-block;
    margin-right: 5px;
}

.estadoVigente {
    color: #459212;
    font-weight: bold;
}

.info {
    margin-top: 10px;
    font-weight: bold;
    display: block;
}


.navbar-form a {
	color:#999;
	font-size:12px;
}
.navbar-form a:hover {
	color:#666;
}

.divCargando{
	background-color:black;
	
	opacity: 0.4;
    filter: alpha(opacity=40);
    
	width:100%;
	height:100%;
	
	z-index: 9999;
}

.spinnerAbs{
	position: fixed;
	top: 40%;
	left: 43%;
	
	width: 15%;
	
	z-index: 10000;
}

.centered{
	max-width:80px;
	
	margin:auto;
	display: block;
}

.cargandoContainer{
	position: absolute;
	
	top: 0px;
	left: 0px;
	
	width:100%;
	height:100%;
	
	z-index: 9999;
}

.cerrarTag{
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	filter: alpha(opacity=20);
	opacity: .6;
	cursor: pointer;
	vertical-align:bottom;
}

.cerrarTag:hover{
	filter: alpha(opacity=90);
	opacity: .9;
}
.chosen-container .chosen-container-single, .chosen-single, .chosen-default, .chosen-container-single .chosen-default {
	height:34px!important;
}
.chosen-container span.chosen-container-single span, .chosen-single span, .chosen-default span, .chosen-container-single .chosen-default span {
	padding-top:4px;
}