
	/* --- PEQUENOS RETOQUES --- */
	span.destacar{
		text-decoration: underline;
		padding-left: .25em;
		padding-right: .25em;
	}
	
	.m-portlet {
		height: 100%;
	}
	
	.m-portlet .m-portlet__body{
		padding-bottom: 0px !important;
	}

	.almedio{
		vertical-align: middle;
	}

	.m-list-settings__item-label{
		font-variant: small-caps;
		font-size: 1.1rem !important;
	}

	/* --- listas del mapeator --- */
	#sortable1, #sortable2 {
	    border: 1px solid #eee;
	    min-width: 200px;
	    list-style-type: none;
	    margin: 0;
	    padding: 5px 0 0 0;
	    float: left;
  	}
  	
	#sortable1 li, #sortable2 li {
		margin: 0 5px 5px 5px;
		padding: 5px;
		max-height: 35px;
    }

	#sortable2 li:hover {
		border: 1px solid #ffc107;
		cursor: move;
	}
	
	.listaUpd, .selectTipoDato{
		float:right;
		font-size: 1rem;
	}
	.selectTipoDato option{
		font-size: 1rem;
	}

 	.labelista{
	    height: 23px;
	}
	
	.listaUpd{
		font-size:0.7rem !important;
		font-weight: bold !important;
		font-style:italic;
		line-height: 23px;
	}
	
	#paso2{
  		min-width: 600px !important;
	}
	
	
	/* ------------------------------ */
	.rotulin{
		font-weight:bold !important;
	}
	
	/* ----------------------------- */
	#divBloqueo{
		width: 0;
		height: 0;
		position: fixed;
		top: 0;
		left: 0;
		display: none;
    	background-color: gray;
    	opacity: 35%;
	}
	.spinner {
	  margin-top: 100px;
	  margin-left: auto;
	  margin-right: auto;
	  width: 480px;
	  height: 480px;
	  position: relative;
	}

.cube1, .cube2 {
  background-color: #333;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(420px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(420px) translateY(420px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(420px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(420px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(420px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(420px) translateY(420px) rotate(-179deg);
    -webkit-transform: translateX(420px) translateY(420px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(420px) translateY(420px) rotate(-180deg);
    -webkit-transform: translateX(420px) translateY(420px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(420px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(420px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

/*   ------------------------------   */

.conborde{
		border: 1px solid black !important;
	}







	