#content{
	margin-top: 30px;
}
#lista-personal{
	min-height: 300px;

}
.capa-file input{


}
.gallery{
	height: 300px;
}
.paginacion{
	height: 30px;
	margin: 10px 0px 10px 0px;
}
.recortar-texto{
	max-width:180px;
    height:100%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}

a i{
	cursor:pointer;
}
.rh-cont-paginar{text-align: center;}
.rh-extra {
	position: absolute;
	bottom: 5px;
	color: #066990;
}
.cmargin{margin: 0px !important;}
.cpadding{padding: 0px !important;}
.rh-card-col {
	color: #444444;
	font-size: 12px;
}
.rh-card{display: inline-block;}
.rh-line {
	/* color: beige; */
	/* background: #ad0707; */
	border-bottom: 1px solid #eae8ee;
	border-top: 1px solid #d4d4d4;
}

#btn-return-listado{
  animation: pulseus 2s infinite;
}

@-webkit-keyframes pulseus {
  0% {-webkit-box-shadow: 0 0 0 0 rgba(64, 64, 64, 0.4); }
  70% {-webkit-box-shadow: 0 0 0 10px rgba(64, 64, 64, 0); }
  100% {-webkit-box-shadow: 0 0 0 0 rgba(64, 64, 64, 0); }
  }

@keyframes pulseus {
  0% {-moz-box-shadow: 0 0 0 0 rgba(64, 64, 64, 0.4); box-shadow: 0 0 0 0 rgba(64, 64, 64, 0.4); }
  70% {-moz-box-shadow: 0 0 0 10px rgba(64, 64, 64, 0); box-shadow: 0 0 0 10px rgba(64, 64, 64, 0); }
  100% {-moz-box-shadow: 0 0 0 0 rgba(64, 64, 64, 0); box-shadow: 0 0 0 0 rgba(64, 64, 64, 0); }
}

.text-info{
	font-size: 12px;
	color: green;
}


/*SECCION FORMATO - START */
.title.active{
	background-color: #dbf5ff !important;
}

.titleDescargar{
	text-align: center !important;
}

.btnDescargarFormato{
	text-align: center !important;
}

.icoDescargarFormato:hover{
	color: #3ab4e0;
	font-size: 18px !important;
}
/*SECCION FORMATO - END */