/********************************************************/
.card {
  background-color: dodgerblue;
  color: white;
  padding: 1rem;
  height: 4rem;
  text-align: center;
  -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.card:hover {
  background-color: red;
  color: white;
  padding: 1rem;
  height: 4rem;
  text-align: center;
  -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.cards {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
}

.nbs_inputtlos {
  color:#349bff;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .cards { grid-template-columns: repeat(3, 1fr); }
}

.btnmodific {
  background-color: red;
  font-weight: bold;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.btnmodific:hover {
  opacity: 1;
  background-color: blue;
}
.btnrefresh {
  background-color: blue;
  font-weight: bold;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.btnrefresh:hover {
  opacity: 1;
  background-color: red;
}
.btnClear {
  background-color: #fe0404;
  font-weight: bold;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.btnClear:hover {
  opacity: 1;
  -moz-border-radius:10px;-webkit-border-radius: 10px;border-radius: 10px;
   color: red;background-color: #fee404;
}
/***************************************************/


/*AJUSTE DEL TEXTO*/
.hyphenation {
     word-break: break-all;
     /* Non standard for webkit */
     word-break: break-word; 
  
-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
}
/*TERMINA EL AJUSTE DEL TEXTO*/
.botondeconsultas{
	color:#FFFFFF;
	font-weight: bold;
	/*background:#fe040a;*/
	background: rgba(179,220,237,1);
background: -moz-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 46%, rgba(41,184,229,1) 53%, rgba(188,224,238,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,220,237,1)), color-stop(46%, rgba(41,184,229,1)), color-stop(53%, rgba(41,184,229,1)), color-stop(100%, rgba(188,224,238,1)));
background: -webkit-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 46%, rgba(41,184,229,1) 53%, rgba(188,224,238,1) 100%);
background: -o-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 46%, rgba(41,184,229,1) 53%, rgba(188,224,238,1) 100%);
background: -ms-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 46%, rgba(41,184,229,1) 53%, rgba(188,224,238,1) 100%);
background: linear-gradient(to bottom, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 46%, rgba(41,184,229,1) 53%, rgba(188,224,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=0 );
	width: 90px;
	height: 90px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 9px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 9px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 9px 5px 0px rgba(0,0,0,0.75);
	border: 1px solid white;
}
.botondeconsultas:hover{
	color:#FFFFFF;
	font-weight: bold;
	/*background:#fe040a;*/
	background: rgba(240,105,93,1);
background: -moz-linear-gradient(top, rgba(240,105,93,1) 0%, rgba(248,80,50,1) 8%, rgba(241,111,92,1) 36%, rgba(246,41,12,1) 49%, rgba(240,47,23,1) 71%, rgba(240,105,93,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,105,93,1)), color-stop(8%, rgba(248,80,50,1)), color-stop(36%, rgba(241,111,92,1)), color-stop(49%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(240,105,93,1)));
background: -webkit-linear-gradient(top, rgba(240,105,93,1) 0%, rgba(248,80,50,1) 8%, rgba(241,111,92,1) 36%, rgba(246,41,12,1) 49%, rgba(240,47,23,1) 71%, rgba(240,105,93,1) 100%);
background: -o-linear-gradient(top, rgba(240,105,93,1) 0%, rgba(248,80,50,1) 8%, rgba(241,111,92,1) 36%, rgba(246,41,12,1) 49%, rgba(240,47,23,1) 71%, rgba(240,105,93,1) 100%);
background: -ms-linear-gradient(top, rgba(240,105,93,1) 0%, rgba(248,80,50,1) 8%, rgba(241,111,92,1) 36%, rgba(246,41,12,1) 49%, rgba(240,47,23,1) 71%, rgba(240,105,93,1) 100%);
background: linear-gradient(to bottom, rgba(240,105,93,1) 0%, rgba(248,80,50,1) 8%, rgba(241,111,92,1) 36%, rgba(246,41,12,1) 49%, rgba(240,47,23,1) 71%, rgba(240,105,93,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0695d', endColorstr='#f0695d', GradientType=0 );
	width: 140px;
	height: 140px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 9px 5px 0px rgba(240,235,240,1);
-moz-box-shadow: 0px 9px 5px 0px rgba(240,235,240,1);
box-shadow: 0px 9px 5px 0px rgba(240,235,240,1);
border: 1px solid blue;
}
.botondeanular{
	color:#FFFFFF;
	font-weight: bold;
	/*background:#fe040a;*/
	background: rgba(240,105,93,1);
background: -moz-linear-gradient(top, rgba(240,105,93,1) 0%, rgba(248,80,50,1) 8%, rgba(241,111,92,1) 36%, rgba(246,41,12,1) 49%, rgba(240,47,23,1) 71%, rgba(240,105,93,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,105,93,1)), color-stop(8%, rgba(248,80,50,1)), color-stop(36%, rgba(241,111,92,1)), color-stop(49%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(240,105,93,1)));
background: -webkit-linear-gradient(top, rgba(240,105,93,1) 0%, rgba(248,80,50,1) 8%, rgba(241,111,92,1) 36%, rgba(246,41,12,1) 49%, rgba(240,47,23,1) 71%, rgba(240,105,93,1) 100%);
background: -o-linear-gradient(top, rgba(240,105,93,1) 0%, rgba(248,80,50,1) 8%, rgba(241,111,92,1) 36%, rgba(246,41,12,1) 49%, rgba(240,47,23,1) 71%, rgba(240,105,93,1) 100%);
background: -ms-linear-gradient(top, rgba(240,105,93,1) 0%, rgba(248,80,50,1) 8%, rgba(241,111,92,1) 36%, rgba(246,41,12,1) 49%, rgba(240,47,23,1) 71%, rgba(240,105,93,1) 100%);
background: linear-gradient(to bottom, rgba(240,105,93,1) 0%, rgba(248,80,50,1) 8%, rgba(241,111,92,1) 36%, rgba(246,41,12,1) 49%, rgba(240,47,23,1) 71%, rgba(240,105,93,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0695d', endColorstr='#f0695d', GradientType=0 );
	width: 140px;
	height: 140px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 9px 5px 0px rgba(240,235,240,1);
-moz-box-shadow: 0px 9px 5px 0px rgba(240,235,240,1);
box-shadow: 0px 9px 5px 0px rgba(240,235,240,1);
border: 1px solid blue;
}
.botondeanular:hover{
	color:#000000;
	font-weight: bold;
	/*background:#fe040a;*/
	background: rgba(224,224,7,1);
background: -moz-linear-gradient(top, rgba(224,224,7,1) 0%, rgba(254,182,69,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(224,224,7,1)), color-stop(100%, rgba(254,182,69,1)));
background: -webkit-linear-gradient(top, rgba(224,224,7,1) 0%, rgba(254,182,69,1) 100%);
background: -o-linear-gradient(top, rgba(224,224,7,1) 0%, rgba(254,182,69,1) 100%);
background: -ms-linear-gradient(top, rgba(224,224,7,1) 0%, rgba(254,182,69,1) 100%);
background: linear-gradient(to bottom, rgba(224,224,7,1) 0%, rgba(254,182,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e007', endColorstr='#feb645', GradientType=0 );
	width: 140px;
	height: 140px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 9px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 9px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 9px 5px 0px rgba(0,0,0,0.75);
	border: 1px solid white;
}
/********************************************************
*************CAPA DE VENTA (CAJA)*******************************************/
.inputcajaventa{
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
/**
table {
  border: 0px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  /*background-color: #f8f8f8;*
  border: 0px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    *
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}
/****************/
/****************/
/*blilnk blink de levantamiento*/
.blink{
		width:100%;
		height: 50px;
	    background-color:#00FF00;
		padding: 1px;	
		text-align: center;
		line-height: 20px;
		word-break: break-all;
     /* Non standard for webkit */
     word-break: break-word; 
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     hyphens: auto;
	}
	.spans{
		font-size: 15px;
		font-family: cursive;
		color: red;
		animation: blink 1s linear infinite;
		word-break: break-all;
     /* Non standard for webkit */
     word-break: break-word; 
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     hyphens: auto;
	}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

/*blilnk blink de levantamiento*/
.rowcaptura {
      margin-top:10px;
      border:0px solid;
	  justify-content:center
	 -ms-word-break: break-all;
     word-break: break-all;
     // Non standard for webkit
     word-break: break-word;

     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     hyphens: auto;
    }
    .pastilla {
      border: 2px solid red;
      width: 100%;
      margin: 4px auto;
      text-align:center;
	  
	  -ms-word-break: break-all;
     word-break: break-all;
     // Non standard for webkit
     word-break: break-word;

     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     hyphens: auto;
    }

/*COMIENZA PERSONALIZAR LOS SELECT*/
.cajaSelect {
   margin:0px auto 0px auto;	
   border:1px solid #d9d9d9;
   height:40px;
   overflow: hidden;
   width: 100%;
   position:relative;
}
select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 40px;
   padding: 5px;
   width: 100%;
}
select:focus{ outline: none;}

.cajaSelect::after{
	content:"\025be";
	display:table-cell;
	padding-top:7px;
	text-align:center;
	width:30px;
	height:40px;
	background-color:#d9d9d9;
	position:absolute;
	top:0;
	right:0px;	
	pointer-events: none;
}
/*TERMINA PERSONALIZAR LOS SELECT*/
/*COMIENZA EL ACORDEON*/
.accordion {
  background-color: #0000cc;
  border: 1px solid #ffffff;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  /*border: none;*/
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #FA1E02;
  color: #000;
  font-weight: bold;
  border: 2px solid #ffffff;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}


/*TERMINA EL ACORDEO*/
/*COMIENZA FOTO DEL PERFIL*/
.perfil {
  display: block; 
  margin: 0 auto;
  max-width: 100%;
  width: 60px;
  height:60px;
  -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #0000cc;
}

div.upload {
	position: relative;
	width: 120px;
	height: 30px;
	overflow:hidden;
	background: transparent url(img/examinarvideo.png) center center no-repeat;
	clip:rect(0px, 141px, 30px, 0px );

}

div.upload input {
	position: absolute;
	right: 0px;
	top: 0px;
	margin:0;
	padding:0;
	filter: Alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;

}

div.borrar {
	position: relative;
	width: 120px;
	height: 30px;
	overflow:hidden;
	background: transparent url(img/borrar22.png) center center no-repeat;
	clip:rect(0px, 141px, 30px, 0px );

}

div.borrar input {
	position: absolute;
	right: 0px;
	top: 0px;
	margin:0;
	padding:0;
	filter: Alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

div.uploadperfil {
	position: relative;
	width: 141px;
	height: 30px;
	overflow:hidden;
	background: transparent url(../img/examinarperfil.png) center center no-repeat;
	clip:rect(0px, 141px, 30px, 0px );
}

div.uploadperfil input {
	position: absolute;
	right: 0px;
	top: 0px;
	margin:0;
	padding:0;
	filter: Alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
/******************************************************/
/******************************************************/
div.uploadimg {
	position: relative;
	width: 141px;
	height: 30px;
	overflow:hidden;
	background: transparent url(../img/examinarfoto.png) center center no-repeat;
	clip:rect(0px, 141px, 30px, 0px );
}

div.uploadimg input {
	position: absolute;
	right: 0px;
	top: 0px;
	margin:0;
	padding:0;
	filter: Alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
div.uploadlogo {
	position: relative;
	width: 141px;
	height: 30px;
	overflow:hidden;
	background: transparent url(../img/examinarlogo.png) center center no-repeat;
	clip:rect(0px, 141px, 30px, 0px );
}

div.uploadlogo input {
	position: absolute;
	right: 0px;
	top: 0px;
	margin:0;
	padding:0;
	filter: Alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}div.uploadlogo {
	position: relative;
	width: 141px;
	height: 30px;
	overflow:hidden;
	background: transparent url(../img/examinarlogo.png) center center no-repeat;
	clip:rect(0px, 141px, 30px, 0px );
}

div.uploadlogo input {
	position: absolute;
	right: 0px;
	top: 0px;
	margin:0;
	padding:0;
	filter: Alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

/*TERMINA FOTO DEL PERFIL*/
/*LA CAPA FLOTANTE*/
.fadebox {
	display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*overflow: auto;
  overflow-y: scroll;*/
  background-color: black;
  -moz-opacity: 0.8;
	opacity:.80;
	
}}




 .modificarcolis {
	display: none;
	position: absolute;
	background-color:#FFFFFF;
	top: 2%;
	left: 2%;
	width: 85%;
	height: 99%;
	z-index:1002;
	-moz-border-radius:10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	overflow-x:hidden;
}
.pagecarcolis{
	display:none; 
	position:fixed;
	background-color:#FFFFFF;
	top: 4%;
    left: 7%;
	width: 85%;
	height: 600px;
	z-index: 100;
	-moz-border-radius:10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	overflow: auto; 
}
.pageasignar{
	display:none; 
	position:fixed;
	top: 2%;
    left: 7%;
	width: 85%;
	height: 600px;
	z-index: 100;
	-moz-border-radius:10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	overflow: auto; 
}

.pagecodigart{
	display:none; 
	position:fixed;
	background-color:#FFFFFF;
	top: 2%;
    left: 7%;
	width: 55%;
	height: 700px;
	z-index: 100;
	-moz-border-radius:10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	overflow: auto; 
}
.viwscolis{
	display:none; 
	position:fixed;
	background-color:#FFFFFF;
	top: 12%;
    left: 5%;
	width: 85%;
	height: 78%;
	z-index: 100;
	
}
.cajachica{
	display:none; 
	position:fixed;
	background-color:#FFFFFF;
	top: 8%;
    left: 5%;
	width: 85%;
	height: 85%;
	z-index: 100;
	
}
.fadeboxbuys {
  display:none; 
	position:fixed;
	background-color:#FFFFFF;
	top: 12%;
    left: 5%;
	width: 85%;
	height: 78%;
	z-index: 100;
	-moz-border-radius:10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	overflow: auto;
	
}
.modificarcolisfils {
	display: none;
	position: absolute;
	top: 2%;
	left: 4%;
	width: 85%;
	height: 100%;
	z-index:1002;
	-moz-border-radius:10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	overflow-x:hidden;
}

/* TERMINA LA CAPA FLOTANTE*/
/*LOS INPUT DEL FORMULARIO*/

.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon {
  padding: 10px;
  /*background: dodgerblue;*/
  background-color: #67c3d4;
  color: white;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 70%;
  padding: 8px;
  outline: none;
  border-radius: 10px 60px 60px 10px;border: 1px solid blue;
}
.input-fieldcomprar {
 width: 100%;
 background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 39%, rgba(219,219,219,1) 47%, rgba(209,209,209,1) 90%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(39%, rgba(219,219,219,1)), color-stop(47%, rgba(219,219,219,1)), color-stop(90%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 39%, rgba(219,219,219,1) 47%, rgba(209,209,209,1) 90%, rgba(254,254,254,1) 100%);
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 39%, rgba(219,219,219,1) 47%, rgba(209,209,209,1) 90%, rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 39%, rgba(219,219,219,1) 47%, rgba(209,209,209,1) 90%, rgba(254,254,254,1) 100%);
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 39%, rgba(219,219,219,1) 47%, rgba(209,209,209,1) 90%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
 border-radius: 10px 60px 60px 10px;
 border: 1px solid blue;
}
.input-fieldbuys {
  width: 70%;
  padding: 8px;
  outline: none;
  border-radius: 60px 60px 60px 60px;border: 1px solid blue;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}
.btn {
  /*background-color: dodgerblue;*/
  background-color: #67c3d4;
  color: white;
  font-weight: bold;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.btnm {
  background-color: red;
  color: white;
  font-weight: bold;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.btnlim {
  background-color: yellow;
  color: black;
  font-weight: bold;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  border: 2px solid #0000cc;
  -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.btndelet {
  background-color: red;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.btnprecation {
  background-color: yellow;
  color:#000;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.btn:hover {
  opacity: 1;
  background-color: red;
}
.btnm:hover {
  opacity: 1;
  background-color: yellow;
  color: black;
}
.btnlim:hover {
  opacity: 1;
  background-color: red;
}
.btndelet:hover {
  opacity: 1;
  background-color: yellow;
  color:#000;
}
.btnprecation:hover {
  opacity: 1;
  background-color: red;
  color:#fff;
}
/*TERMINA LOS INPUT DEL FORMULARIO*/
.wrapper {
	padding: 5px;
	max-width: 960px;
	width: 95%;
	margin: 10px auto;
}
header {
	padding: 0 15px;
}

.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 1px 0;
}

.column {
	flex: 1;
	/*border: 1px solid gray;*/
	margin: 2px;
	padding: 2px;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }
	
}

@media screen and (max-width: 980px) {
  .columns .column {
		margin-bottom: 5px;
    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}

@media screen and (max-width: 680px) {
	.columns .column {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}

.carbon-poweredby,em,i{font-style:italic}@font-face{font-family:Oxygen;font-style:normal;font-weight:300;src:url(../fonts/oxygen/oxygen-v5-latin-300.eot);src:local("Oxygen Light"),local("Oxygen-Light"),url(../fonts/oxygen/oxygen-v5-latin-300.eot?#iefix) format("embedded-opentype"),url(../fonts/oxygen/oxygen-v5-latin-300.woff2) format("woff2"),url(../fonts/oxygen/oxygen-v5-latin-300.woff) format("woff"),url(../fonts/oxygen/oxygen-v5-latin-300.ttf) format("truetype"),url(../fonts/oxygen/oxygen-v5-latin-300.svg#Oxygen) format("svg")}@font-face{font-family:Oxygen;font-style:normal;font-weight:400;src:url(../fonts/oxygen/oxygen-v5-latin-regular.eot);src:local("Oxygen"),local("Oxygen-Regular"),url(../fonts/oxygen/oxygen-v5-latin-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/oxygen/oxygen-v5-latin-regular.woff2) format("woff2"),url(../fonts/oxygen/oxygen-v5-latin-regular.woff) format("woff"),url(../fonts/oxygen/oxygen-v5-latin-regular.ttf) format("truetype"),url(../fonts/oxygen/oxygen-v5-latin-regular.svg#Oxygen) format("svg")}@font-face{font-family:Oxygen;font-style:normal;font-weight:700;src:url(../fonts/oxygen/oxygen-v5-latin-700.eot);src:local("Oxygen Bold"),local("Oxygen-Bold"),url(../fonts/oxygen/oxygen-v5-latin-700.eot?#iefix) format("embedded-opentype"),url(../fonts/oxygen/oxygen-v5-latin-700.woff2) format("woff2"),url(../fonts/oxygen/oxygen-v5-latin-700.woff) format("woff"),url(../fonts/oxygen/oxygen-v5-latin-700.ttf) format("truetype"),url(../fonts/oxygen/oxygen-v5-latin-700.svg#Oxygen) format("svg")}*,::after,::before{box-sizing:inherit}html{box-sizing:border-box}body,html{margin:0;padding:0;height:100%}body{color:#6d6d6d;background: rgba(226,226,226,1);
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 44%, rgba(209,209,209,1) 74%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(44%, rgba(219,219,219,1)), color-stop(74%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 44%, rgba(209,209,209,1) 74%, rgba(254,254,254,1) 100%);
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 44%, rgba(209,209,209,1) 74%, rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 44%, rgba(209,209,209,1) 74%, rgba(254,254,254,1) 100%);
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 44%, rgba(209,209,209,1) 74%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );font-family:Oxygen,Helvetica,sans-serif;font-size:14px;line-height:1.8}h1,h2,h3,h4,h5,h6{color:#3b3b3b;font-weight:700;line-height:1.2}a{color:#dc446e;text-decoration:none}a:hover{color:#9d1d41}b,strong{font-weight:700}img{max-width:100%;height:auto}
.o-container{margin:0 auto;padding:0 2px;max-width:1300px}@media all and (min-width:480px){
.o-container{padding:0 24px;}}@media all and (min-width:720px){
.o-container{padding:0 48px}}
.o-header{margin:0;padding:0}
.o-header-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;background-color:#ECF0F1;}
.o-header-nav__link{padding:6px;color:#fff}
.o-header-nav__link:hover{color:#fff;background-color:#9d1d41}
.o-header__title{margin:24px;padding:0;color:#0329FB;font-size:28px;font-weight:300;text-align:center}@media all and (min-width:480px){
.o-header__title{margin:36px;font-size:42px}}
.o-section{margin-bottom:24px}
.o-section:last-child{margin-bottom:0}@media all and (min-width:720px){
.o-section{margin-bottom:48px}}.o-sub-nav{margin:0;padding:0}
.o-sub-nav__items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;list-style:none;margin:0;padding:0}
.o-sub-nav__item{margin:0;padding:4px}
.o-sub-nav__link{display:block;margin:0;padding:4px 24px;border:2px solid #dc446e}
.o-sub-nav__item.active .o-sub-nav__link,.o-sub-nav__link:hover{color:#fff;background-color:#dc446e}
.o-footer{padding:12px 0;text-align:center}@media all and (min-width:480px){
.o-footer{padding:24px 0}}@media all and (min-width:720px){
.o-footer{padding:48px 0}}.c-tabs-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0}.c-tabs-nav__link{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:4px;padding:12px;color:#fff;background-color:#67c3d4;text-align:center;-webkit-transition:color .3s;transition:color .3s}.c-tabs-nav__link:last-child{margin-right:0}.c-tabs-nav__link:hover{color:#6d6d6d}.c-tabs-nav__link.is-active{color:#ffffff;font-weight:bold;background-color:#FB0703}.c-tabs-nav__link i,.c-tabs-nav__link span{margin:0;padding:0;line-height:1}.c-tabs-nav__link i{font-size:18px}.c-tabs-nav__link span{display:none;font-size:18px}@media all and (min-width:720px){.c-tabs-nav__link i{margin-bottom:12px;font-size:22px}.c-tabs-nav__link span{display:block}}.c-tab{display:none;background-color:#FFFFFF;-webkit-box-shadow: -2px 7px 20px 0px rgba(0,0,0,0.75);-moz-box-shadow: -2px 7px 20px 0px rgba(0,0,0,0.75);box-shadow: -2px 7px 20px 0px rgba(0,0,0,0.75);}.c-tab.is-active{display:block}
.c-tab__content{padding:0.5rem}.c-tabs.no-js .c-tabs-nav{display:none}.c-tabs.no-js .c-tab{display:block;margin-bottom:0.5rem}.c-tabs.no-js .c-tab:last-child{margin-bottom:0}.carbon-img,.carbon-wrap{margin:0 0 4px;display:block}#carbonads{position:fixed;bottom:12px;right:12px;z-index:1000;padding:24px 12px 12px;width:154px;background-color:#fff;line-height:1.1;border:1px solid #e7e7e7}.carbon-img{padding:0;width:130px;height:100px}.carbon-text{color:#818181;font-size:12px}.carbon-poweredby{font-size:10px}.carbonad__close{display:block;position:absolute;top:0;left:12px;height:24px;font-size:11px;line-height:24px}@media all and (max-width:660px){#carbonads{display:none}}