@charset "utf-8";
*, ::after, ::before {box-sizing: inherit;box-sizing: border-box }
html {box-sizing: border-box;font-family: sans-serif;line-height: 1.15;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-ms-overflow-style: scrollbar;-webkit-tap-highlight-color: transparent;scroll-behavior: smooth;}

/*Generales*/
html, body {margin: 0;height: 100%;}
body, html {overflow: visible;}
body {margin: 0;color: #788188;font-size: 1rem;font-family: Fuente Boing;font-weight: 400;line-height: 1.5;background-color: #fff;-webkit-font-smoothing: antialiased;}
ul,li{ margin:0; padding:0;}
/*Margenes*/
.mr-5 {margin-right: 5px;}
.mr-10 {margin-right: 10px;}
.mr-20 {margin-right: 20px;}
.cursor { cursor:pointer;}
/*Textos*/
.texto_blanco{ color:#fff;}
.texto_verde{ color:#078F3E;}
.texto_negro{ color:#000;}
.negritas { font-weight:bold;}

@media only screen and (max-width: 800px){
	.res_ocultar{ display:none;}
}

/*Principal*/
.principal{ width:100%;}
.principal .dentro{ max-width:1200px; margin:0 auto;}
.principal .cabecera{height:50px; background-color:#078F3E;}
.principal .cabecera .dentro{ }
.principal .cabecera .informacion{ display: flex;-webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; -webkit-box-pack: center;    -ms-flex-pack: center; justify-content: center; margin-top:0px;}
.principal .cabecera .informacion .dentro{ padding:1em;}
.principal .cabecera .informacion .mensaje{display: inline-block; margin: 0;width: 100%;padding-top: 1rem; padding-left:1rem; padding-right:1rem;}
.principal .cabecera .informacion .leyenda_chico{font-size: .875rem; font-weight: 400;}

.principal .cabecera .informacion .leyenda_chico_res{display:none;}
@media only screen and (max-width: 600px){
.principal .cabecera .informacion .leyenda_chico_res{ display:inline-block;    font-size: .875rem;    font-weight: 400;}
.principal .cabecera .informacion .leyenda_chico{display:none;}
}

.principal .cabecera .informacion .redes{ background-color: #fff;border-radius: .25rem; align-self: center; margin-left: auto; padding: .375rem .25rem .1875rem; position: relative; margin-top:0.4rem;margin-right:1rem;}
@media only screen and (max-width: 360px){
.principal .cabecera .informacion .redes{ display:none;}
}
.principal .cabecera .informacion .redes ul{list-style: none; padding: 0; margin: 0; display: flex;  padding-bottom: 0.25rem;}
.principal .cabecera .informacion .redes ul li{display: inline-block; padding-left: 0.12rem;  padding-right: 0.12rem;}
.principal .cabecera .informacion .redes .icono{ font-size:20px;}

.principal .cabecera .menu{ width:100%; margin-top:8px;}
.principal .cabecera .menu .navegacion{padding-left: 1rem;padding-right: 1rem; padding-top: 1rem; padding-bottom: 1rem; webkit-box-orient: horizontal; }
.principal .cabecera .menu .navegacion_res{padding-left: 1rem;padding-right: 1rem; padding-bottom: 1rem; webkit-box-orient: horizontal; }

.principal .cabecera .menu .navegacion .contenido{display: flex;align-items: center;flex: 1 1;}
.principal .cabecera .menu .navegacion_res .contenido{display: flex;align-items: center;flex: 1 1;}


.principal .cabecera .menu .navegacion .logo img{ width:103px; height:70px; }
@media only screen and (max-width: 600px){
.principal .cabecera .menu .navegacion .logo img{ width:83px; height:50px; }
}


.principal .cabecera .menu .navegacion .busqueda{position: relative; flex: 1 1 auto; display: flex;}
.principal .cabecera .menu .navegacion_res .busqueda{position: relative; flex: 1 1 auto; display: flex;}

@media only screen and (max-width: 400px){
.principal .cabecera .menu .navegacion .busqueda{ display:none;}
}

.principal .cabecera .menu .navegacion_res .busqueda{ display:none;}
@media only screen and (max-width: 400px){
.principal .cabecera .menu .navegacion_res .busqueda{ display:block;}
}

.principal .cabecera .menu .navegacion .busqueda .buscar {display: flex; flex: 1 1; padding: 5px 10px;background-color: #fff; height: 45px; border-radius:9px; border:2px solid #078F3E;}
.principal .cabecera .menu .navegacion_res .busqueda .buscar {display: flex; flex: 1 1; padding: 5px 10px;background-color: #fff; height: 45px; border-radius:9px; border:2px solid #078F3E;}

.principal .cabecera .menu .navegacion .buscar .contenido .input {font-size: 16px;background: #fff; outline: 0;border: 0; width: 100%; font-family:inherit;}
.principal .cabecera .menu .navegacion_res .buscar .contenido .input {font-size: 16px;background: #fff; outline: 0;border: 0; width: 100%; font-family:inherit;}

.principal .cabecera .menu .navegacion .buscar .contenido .boton{display: inline-block;padding: 12px 15px;font-weight: 400;text-decoration: none; cursor: pointer; text-align: center; outline: none; border: 0;border-radius: 4px;height: auto;min-height: auto;width: auto; padding: 0; background: none;}

.principal .cabecera .menu .navegacion_res .buscar .contenido .boton{display: inline-block;padding: 12px 15px;font-weight: 400;text-decoration: none; cursor: pointer; text-align: center; outline: none; border: 0;border-radius: 4px;height: auto;min-height: auto;width: auto; padding: 0; background: none;}

.principal .cabecera .menu .icono{ font-size:27px;}

.principal .cabecera .menu .navegacion .contenido .carrito{display: flex; flex: 0 0 auto; align-self: center;}
.principal .cabecera .menu .navegacion .contenido .carrito .ver_carrito{display: flex; color: #fff; text-decoration: none; padding: 10px; align-items: center; position: relative;}
.principal .cabecera .menu .navegacion .contenido .carrito .ver_carrito .icono { display: flex; font-size:27px;}

.principal .cabecera .menu .navegacion .contenido .carrito .ver_carrito .articulos { border-radius: 50%; width: 16px; height: 16px; padding: 2px; background-color: #fbca2a; color: #484848;text-align: center; font-size: 11px; position: absolute; top: 2px;  left: 35px; font-weight:bold;}
.principal .cabecera .menu .navegacion .contenido .carrito .ver_carrito .total-menu {font-size: 17px;    margin-left: 8px;}
@media only screen and (max-width: 600px){
	.principal .cabecera .menu .navegacion .contenido .carrito .ver_carrito .total-menu { display:none;}
}
@media only screen and (max-width: 400px){
	.principal .cabecera .menu .navegacion .contenido .carrito .ver_carrito .total-menu { display:inherit;}
}

.principal .cuerpo{ padding: 20px 20px;margin-top:80px;}
@media only screen and (max-width: 400px){
	.principal .cuerpo.inicio{ padding: 20px 20px;margin-top:130px;}
}

.principal .cuerpo .productos_alea {margin-bottom: 10px;}
.principal .cuerpo .productos_alea .contenedor{overflow: hidden;position: relative;width: 100%;z-index: 0;}
.principal .cuerpo .productos_alea .contenedor .fila{padding: 0!important;margin: 0!important;}





.columna-productos{ display:flex;}
.columna-productos .vproducto{float: left; height: 100%; min-height: 1px;padding:5px;display:flex;}
.columna-productos .vproducto .contenido{background-color: #fff;display: inline-block;width: 100%;padding-bottom: 30px;border: 1px solid #eaeaea; }
.columna-productos .vproducto .contenido .imagen{position: relative;text-align: center;padding: 10px;}
.columna-productos .vproducto .contenido .imagen .liga{display: block; padding: 20px;}
.columna-productos .vproducto .contenido .imagen img{margin: auto;display: block;height: 120px;}
@media only screen and (max-width: 750px){
	.columna-productos .vproducto .contenido .imagen img{height: 105px;}
}
@media only screen and (max-width: 576px){
	.columna-productos .vproducto .contenido .imagen img{height: 90px;}
}

@media only screen and (max-width: 400px){
	.columna-productos .vproducto .contenido .imagen img{ width:100%; height:auto;}
}

.columna-productos .vproducto .contenido .descripcion{overflow: hidden; line-height: 17px;    padding: 2px 10px; font-size:13px;color: #484848; height:35px;}
.columna-productos .vproducto .contenido .precio{text-decoration: none;color: #078F3E;padding: 10px 10px 0;}
.columna-productos .vproducto .contenido .botones{padding: 2px 10px; margin-top:15px;}
.columna-productos .vproducto .contenido .botones .agregar{width: 100%;max-width: 250px; position: relative;}

.columna-productos .vproducto .contenido .botones .boton{display: inline-block; padding: 12px 15px;font-weight: 400;text-decoration: none;cursor: pointer;text-align: center;outline: none;border: 0;border-radius: 4px; background-color: #078F3E;}
.columna-productos .vproducto .contenido .botones .boton.agregar{color: #FFF;padding: .8em;display: block;width: 100%;font-family: inherit; font-weight:bold;}
.columna-productos .vproducto .contenido .botones .boton.agregar.des{color: #CCC;border: 1px solid #CCC;padding: .8em;display: block;width: 100%;}

.columna-productos.dep{display: flex;flex-wrap: wrap;justify-content: center;}
.columna-productos.dep .vproducto{flex: 0 0 190px;max-width: 190px;min-width: 160px;margin: 0 10px 10px 0;}







.cuerpo_producto .barra_mini_navegacion {
    margin-bottom: 10px;
    
    
    border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
}
.cuerpo_producto .barra_mini_navegacion .boton {
    display: inline-block;
    padding: 12px 15px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    outline: none;
    border: 0;
    border-radius: 4px;
    background-color: #fff;
    height: auto;
    min-height: auto;
    width: auto;
    padding: 10px;
    color: #078F3E;
}
.cuerpo_producto .barra_mini_navegacion .boton svg {
    fill: #078F3E;
    height: 10px;
    width: 25px;
}

.cuerpo_producto .barra_mini_navegacion .departamento {
    display: inline-block;
    padding: 10px;
}
.cuerpo_producto .barra_mini_navegacion .departamento a {
    color: #929292;
}
.cuerpo_producto .barra_mini_navegacion .departamento a svg {
    fill: #dedede;
    height: 10px;
    width: 25px;
}

.cuerpo_producto .info_producto {
    position: relative;
    display: flex;
    padding: 20px;
}
@media only screen and (max-width: 500px){
.cuerpo_producto .info_producto {

    display: block;

}
}
.cuerpo_producto .info_producto .imagen {
    text-align: center;
    cursor: pointer;
    flex: 1 1;
}
.cuerpo_producto .info_producto .fila {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}
@media only screen and (max-width: 500px){
.cuerpo_producto .info_producto .fila {
    display: block;
}
	
}
@media only screen and (min-width: 576px){
.col-sm-2 {

    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}
}

@media only screen and (max-width: 600px){
	.col-sm-2.vista {
    flex-basis: 0%;
    max-width: 0%;
	}

}

.cuerpo_producto .info_producto .imagen .min {
    display: block;
    border: 1px solid #dedede;
    flex: 1 1;
}

@media only screen and (max-width: 1000px){
.cuerpo_producto .info_producto .imagen .min {
    border: 0;   
}
}

@media only screen and (max-width: 600px){
	.cuerpo_producto .info_producto .imagen .min {
    display:none;
	}

}
.cuerpo_producto .info_producto .imagen .min img {
    width: 75px;
    cursor: pointer;
}
@media only screen and (min-width: 576px){
.col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
}
}
.cuerpo_producto .info_producto .imagen .foto {
    display: inline-block;
}

.cuerpo_producto .info_producto .imagen .foto img {
    width: 100%;
    max-width: 170px;
    max-height: 300px;
}
.cuerpo_producto .info_producto .datos {
    flex: 1 1;
    position: relative;
}
.cuerpo_producto .info_producto .datos .titulo_producto {
    font-size: 24px;
    color: #000;
}
@media only screen and (max-width: 500px){
.cuerpo_producto .info_producto .datos .titulo_producto {
    font-size: 18px;
}

}
.cuerpo_producto .info_producto .datos .codigo {
    color: #929292;
}
.cuerpo_producto .info_producto .datos .precio {
    margin-bottom: 20px;
}
.cuerpo_producto .info_producto .datos .precio h4 {
    display: inline-block;
    font-size: 18px;
    color: #000;
}
@media only screen and (max-width: 500px){
	.cuerpo_producto .info_producto .datos .precio h4 {
    margin:0;
	}

}
.cuerpo_producto .info_producto .datos .botones {
    margin-bottom: 20px;
    width: 100%;
    max-width: 250px;
    position: relative;
}
.cuerpo_producto .info_producto .datos .botones .boton.btn_agregar {
    font-size: 14px;
    height: 44px;
    min-height: 44px;
    display: block;
    width: 100%;
    padding: .8em;
    color: #FFF;
    background-color:#078F3E;
	border:0;
	font-family:inherit;
	font-weight:bold;
	border-radius: 4px;
	cursor: pointer;
}

.cuerpo_producto .info_producto .datos .botones .boton.btn_agregar.des{ background-color:#CCC;color: #000;border: 1px solid #CCC;padding: .8em;display: block;width: 100%;}

.cuerpo_producto .descripcion_producto .contenido {
    width: 100%;
}
.cuerpo_producto .descripcion_producto .contenido .titulo {
    background: #f7f7f7;
    display: flex;
}
.cuerpo_producto .descripcion_producto .contenido .titulo .texto {
    background: transparent;
    font-weight: 700;
    color: #282828;
    flex: 0 0 150px;
    padding: 0;
    display: inline-block;
    border-bottom: 4px solid #058E3C;
}
.cuerpo_producto .descripcion_producto .contenido .titulo .texto .ver {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    text-align: center;
    color: #000;
}

.cuerpo .carrito{display: flex;flex-direction: column;}
.cuerpo .carrito .titulo{text-align: center; border-bottom: 1px solid #dedede; border-top: 1px solid #dedede;padding: 10px 20px;margin: 0;font-size: 20px;}
.cuerpo .carrito .contenido{display: flex;flex-direction: column;flex: 1 1; justify-content: space-between;}
.cuerpo .carrito .productos{flex: 1 1;overflow-y: auto;}

.cuerpo .carrito .productos .producto{border-bottom: 1px solid #dedede; padding: 15px;}
.cuerpo .carrito .productos .producto:last-child { border-bottom: none;}

.cuerpo .carrito .productos .producto .contenedor{position: relative;display: flex;}
@media only screen and (max-width: 500px){
	.cuerpo .carrito .productos .producto .contenedor{ display:block;}
}
.cuerpo .carrito .productos .producto .contenedor .imagen{flex: 0 0 auto; width: 70px; height: 70px;}
@media only screen and (max-width: 500px){
	.cuerpo .carrito .productos .producto .contenedor .imagen{ width:auto; height:auto;}
}
.cuerpo .carrito .productos .producto .contenedor .imagen img{width: 100%; margin: auto; display: block;}

.cuerpo .carrito .productos .producto .contenedor .detalles{flex: 1 1; margin: 0 5px 0 15px;}
.cuerpo .carrito .productos .producto .contenedor .detalles .ver_link{display: flex; height: 55px; overflow: hidden;}
@media only screen and (max-width: 500px){
	.cuerpo .carrito .productos .producto .contenedor .detalles .ver_link{display: block; height:auto;}
}
.cuerpo .carrito .productos .producto .contenedor .detalles .ver_link .nombre{margin-right: 10px; word-wrap: break-word;flex: 1 1; color: #484848;display: inline-block;}
.cuerpo .carrito .productos .producto .contenedor .detalles .ver_link .precio{text-align: end;}
@media only screen and (max-width: 500px){
	.cuerpo .carrito .productos .producto .contenedor .detalles .ver_link .precio{text-align:start; margin-top:20px; margin-bottom:20px;}
}
.cuerpo .carrito .productos .producto .contenedor .detalles .ver_link .precio h4{margin-top: 5px;color: #484848;line-height: 0.5; font-weight: 700;}
.cuerpo .carrito .productos .producto .contenedor .detalles .ver_link .precio .unitario{    font-size: .9em;color: #929292;}
.cuerpo .carrito .productos .producto .contenedor .botones{padding-bottom: 15px;display: flex;}
@media only screen and (max-width: 340px){
	.cuerpo .carrito .productos .producto .contenedor .botones{display: block; text-align:center;}
}

.cuerpo .carrito .productos .producto .contenedor .botones .cantidad{flex: 0 0 120px; display: flex; margin-right: 9px;}
@media only screen and (max-width: 340px){
	.cuerpo .carrito .productos .producto .contenedor .botones .cantidad{margin-right: 0px; margin-bottom:10px;}
}
.cuerpo .carrito .productos .producto .contenedor .botones .cantidad .contenedor{width: 100%; max-width: 250px; position: relative;}
.cuerpo .carrito .productos .producto .contenedor .botones .cantidad .contenedor .boton{border: 1px solid #cacaca; border-radius: 4px; display: flex;justify-content: space-around;align-items: center;height: 44px; overflow: hidden;}


.cuerpo .carrito .productos .producto .contenedor .botones .cantidad .contenedor .boton .vboton{background-color: #fff;color: #058E3C;font-size: 26px;height: 100%; min-height: auto; padding: 0 10px;}
.cuerpo .carrito .productos .producto .contenedor .botones .cantidad .contenedor .boton .vboton.des{background-color: #fff;color: #CCC;font-size: 26px;height: 100%; min-height: auto; padding: 0 10px;}
.cuerpo .carrito .productos .producto .contenedor .botones .cantidad .contenedor .boton .ver_boton{display: inline-block;font-weight: 400; text-decoration: none; cursor: pointer;
text-align: center;outline: none; border: 0; border-radius: 4px; background-color: #fff;}
.cuerpo .carrito .productos .producto .contenedor .botones .cantidad .contenedor .boton .cantidad{display: inline-block; border: none; outline: transparent; text-align: center;height: 100%;font-family: inherit;}

.cuerpo .carrito .productos .producto .contenedor .botones .eliminar{display: flex;flex: 1 1;justify-content: flex-end;align-items: center;background: none;height: auto;min-height: auto;width: auto;padding: 0;display: inline-block;font-weight: 400;text-decoration: none;cursor: pointer;text-align: center;outline: none;border: 0; border-radius: 4px;background-color: #fff;text-align: right;}
	
.cuerpo .carrito .productos .producto .contenedor .botones .eliminar svg{height: 25px; width: 25px; fill: #484848;}

.cuerpo .carrito .los_botones{ width:100%;text-align: center;}
.cuerpo .carrito .procesar{ width: 49.5%; max-width:500px; display:inline-block;}
.cuerpo .carrito .vaciar{ width: 49.5%; max-width:500px;  display:inline-block;}
@media only screen and (max-width: 500px){
	.cuerpo .carrito .procesar{ width: 100%; max-width:500px; display:inline-block;}
	.cuerpo .carrito .vaciar{ width: 100%; max-width:500px;  display:inline-block; margin-bottom:20px;}

}
.cuerpo .carrito .vaciar .contenedor{padding: 10px;}
.cuerpo .carrito .vaciar .boton_vaciar{display: block;
    width: 100%;
	background: #000;
    color: #fff;    
	display: inline-block;
    padding: 15px 15px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    outline: none;
    border: 0;
    border-radius: 4px;
	font-family:inherit;
	}
.cuerpo .carrito .procesar .contenedor{padding: 10px;}
.cuerpo .carrito .procesar .boton_procesar{display: block;
    width: 100%;background: #058E3C;
    color: #fff;    display: inline-block;
    padding: 15px 15px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    outline: none;
    border: 0;
    border-radius: 4px;font-family:inherit;}
	
	.cuerpo .carrito .procesar .boton_gen{display: block;
    width: 100%;background: #058E3C;
    color: #fff;    display: inline-block;
    padding: 15px 15px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    outline: none;
    border: 0;
    border-radius: 4px;font-family:inherit;}
	
	.boton_abajo{
 width: 200px;background: #058E3C;
    color: #fff;    display: inline-block;
    padding: 15px 15px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    outline: none;
    border: 0;
    border-radius: 4px;font-family:inherit;
}

.boton_abajo.des{font-size: 15px;
padding: 12px 15px;
font-weight: 400;
text-decoration: none;
cursor: pointer;
text-align: center;
outline: none;
border: 0;
border-radius: 4px;
background: #CCC;
color: #ADADAD;
padding: .8em;
display: block;
width: 100%;}
/*Buscar*/

.cuerpo .icono_grande{
	font-size:170px;
	color:#058E3C;
}

.principal .busqueda .buscar .sugerencias{background-color: #fff; position: absolute;width: 100%;z-index: 10;top: 100%;left: 0;display: flex; border-left:2px solid #058E3C;border-right:2px solid #058E3C;border-bottom:2px solid #058E3C; border-bottom-left-radius: 9px;border-bottom-right-radius: 9px; margin-top:-8px;}
.principal .busqueda .buscar .sugerencias .sugerencia{padding: 0 10px 15px;    width: 100%;}
.principal .busqueda .buscar .sugerencias .sugerencia .titulo{padding: 15px 10px 0;color:#929292;}
.principal .busqueda .buscar .sugerencias .sugerencia .lista{margin: 0;padding: 0;list-style-type: none;}
.principal .busqueda .buscar .sugerencias .sugerencia .lista li{cursor: pointer; padding: 10px 10px; color:#484848;font-size: 15px;display: flex;
    align-items: center;}
.principal .busqueda .buscar .sugerencias .sugerencia .lista li:hover{ background-color:#F2F2F2;}
.principal .busqueda .buscar .sugerencias .sugerencia .lista li p{font-size: .9em;}
.principal .busqueda .buscar .sugerencias .sugerencia .lista li p span{font-weight: 700;}



.cuerpo .ver_tabla .tabla {
  margin-top:30px;
  width: 100%;
  text-align: center;
  
}
.cuerpo .ver_tabla .tabla td, .cuerpo .ver_tabla .tabla th {
  padding: 3px 2px;
}
.cuerpo .ver_tabla .tabla tbody td {
  font-size: 13px;
}
@media only screen and (max-width: 400px){
	.cuerpo .ver_tabla .tabla tbody td {
	 font-size: 12px;
	}
}
.cuerpo .ver_tabla .tabla tr:nth-child(even) {
  background: #E8E8E8;
}
.cuerpo .ver_tabla .tabla thead {
  
  background: #058E3C;
}
.cuerpo .ver_tabla .tabla thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  padding:1em;
}
@media only screen and (max-width: 400px){
.cuerpo .ver_tabla .tabla thead th {
  font-size: 12px;
  
}
	
}

.cuerpo .ver_tabla .tabla tfoot {
  background: #058E3C;
}
.cuerpo .ver_tabla .tabla tfoot td {
  font-size: 14px;
  padding:0.8em;
}
.cuerpo .ver_tabla .tabla tfoot .links {
  text-align: right;
}
.cuerpo .ver_tabla .tabla tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}


.cuerpo .contenedor_procesar .formulario{
	display: block;
	width: 100%;
}
.cuerpo .contenedor_procesar .formulario h1{ color:#000;}
.cuerpo .contenedor_procesar .formulario .campo{
margin-bottom: 15px;
position: relative;
}
.cuerpo .contenedor_procesar .formulario.centrado{
	text-align:center;
}
.cuerpo .contenedor_procesar .formulario .icono_grande{
	font-size:170px;
	color:#69B23F;
}
.cuerpo .contenedor_procesar .formulario .texto p{
color: #484848;
}
.cuerpo .contenedor_procesar .formulario .campo input,.cuerpo .contenedor_procesar .formulario .campo textarea,.contenedor_procesar .formulario .campo select {
width: 100%;
padding: 14px 10px 14px;
border: 1px solid #d3d3d3;
border-radius: 4px;
outline: none;
background: none;
font-family:inherit;
	font-size:14px;
	
}
@media only screen and (max-width: 400px){
	.cuerpo .contenedor_procesar .formulario .campo input,.cuerpo .contenedor_procesar .formulario .campo textarea,.contenedor_procesar .formulario .campo select {	font-size:12px !important;}


}

.campo_70{
	width:70% !important;
}
.campo_30{
	width:30% !important;
}


.cuerpo .contenedor_procesar .formulario .campo textarea {
	font-family:inherit;
	font-size:14px;
	height:100px;
	resize: none;
}
.cuerpo .contenedor_procesar .formulario .campo .error_pro{
	display:none;
	font-size:14px;
	color:#69B23F;
}
.cuerpo .contenedor_procesar .formulario .campo .btn{
font-size: 15px;
padding: 12px 15px;
font-weight: 400;
text-decoration: none;
cursor: pointer;
text-align: center;
outline: none;
border: 0;
border-radius: 4px;
background: #69B23F;
color: #fff;
padding: .8em;
display: block;
width: 100%;
}


.cuerpo .contenedor_procesar .formulario .campo .btn.des{
font-size: 15px;
padding: 12px 15px;
font-weight: 400;
text-decoration: none;
cursor: pointer;
text-align: center;
outline: none;
border: 0;
border-radius: 4px;
background: #CCC;
color: #ADADAD;
padding: .8em;
display: block;
width: 100%;
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #058E3C;
}

input:focus + .slider {
  box-shadow: 0 0 1px #058E3C;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/*Menu izquierdo*/
/*Menu derecho*/
.menu-derecho{position: fixed;bottom: 0;left: 0;right: 0;top: 0;z-index:999;}
.menu-derecho a{ color:inherit; text-decoration:none;}
.menu-derecho .icono{font-size: 20px;}
.menu-derecho .fondo_negro{width: 100%;height: 100%;background-color: rgba(0,0,0,.3);}
.menu-derecho .departamentos{position: fixed;background-color: #fff;left: 0;right: auto;top: 0;bottom: 0;width: 320px;overflow-x: hidden;overflow-y: auto;position: absolute;box-shadow: 0 1px 3px 0 rgba(0,0,0,.07),0 3px 13px 0 rgba(0,0,0,.16); color: #484848;}
.menu-derecho .departamentos .cabecera{background-color: #058E3C;height: 60px;}
.menu-derecho .departamentos .cabecera img{padding: 10px; width:200px; }
.menu-derecho .departamentos .cabecera .icono_cerrar{width: 25px;position: absolute;right: 15px;top: 16px;height: 25px;fill: #fff; cursor:pointer;}
.menu-derecho .departamentos .cuerpo_menu {}
.menu-derecho .departamentos .cuerpo_menu .titulo{font-size: 1.1em; font-weight:700;padding: 10px 0 10px 20px;}
.menu-derecho .departamentos .departamento{height: 55px;display: flex;align-items: center;padding: 0 15px;position: relative;}
.menu-derecho .departamentos .departamento:hover{ background-color:#FAFAFA;}


.menu-derecho[data-menu-active=false] {bottom: 100%;opacity: 0;pointer-events: none; right: 100%; -webkit-transition: bottom 0s .4s, opacity .3s ease, right 0s .4s; transition: bottom 0s .4s, opacity .3s ease, right 0s .4s;}
.menu-derecho[data-menu-active=true] .fondo_negro {-webkit-animation: fondo_negro_in .2s ease-in-out forwards;animation: fondo_negro_in .2s ease-in-out forwards;}
.menu-derecho[data-menu-active=true] .departamentos {-webkit-animation: departamentos_in .3s ease-in-out forwards; animation: departamentos_in .3s ease-in-out forwards;}
.menu-derecho[data-menu-active=false] .fondo_negro {-webkit-animation: fondo_negro_out .2s ease-in-out forwards;animation: fondo_negro_out .2s ease-in-out forwards;}
.menu-derecho[data-menu-active=false] .departamentos {-webkit-animation: departamentos_out .3s ease-in-out forwards;animation: departamentos_out .3s ease-in-out forwards;}


/*Animaciones*/
@-webkit-keyframes departamentos_in {
    0% {
        -webkit-transform: translateX(-320px);
        transform: translateX(-320px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes departamentos_in{
    0% {
        -webkit-transform: translateX(-320px);
        transform: translateX(-320px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes departamentos_out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-320px);
        transform: translateX(-320px)
    }
}

@keyframes departamentos_out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-320px);
        transform: translateX(-320px)
    }
}

@-webkit-keyframes fondo_negro_out {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fondo_negro_out {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes fondo_negro_in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fondo_negro_in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.pie{
	text-align: center;
border-top: 1px solid #cacaca;
border-bottom: 1px solid #cacaca;
padding: 8px;
line-height: 2.1;
}
.pie.dentro{
	bottom:0;

}

.pie > * {
    display: inline-block;
}
.pie p {
    color: #484848;
}
.pie > * + * {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #dadada;
}
@media only screen and (max-width: 750px){
	.pie > * + * {
    margin-left: 10px;
    padding-left: 0px;
    border-left:0;
}

}
.ver_tabla .contenedor_procesar{ display:flex;}
.ver_tabla .contenedor_procesar .formulario{width:50%; padding-right:30px}

@media only screen and (max-width: 700px){
	.cuerpo.final{ padding:0;} 
	.ver_tabla .contenedor_procesar{ display:block;}
	.ver_tabla .contenedor_procesar .formulario{width:100%; padding-right:0;}
}
.cuerpo.final .el_cuerpo{ padding-left:20px; padding-right:20px;}
@media only screen and (max-width: 400px){
	.cuerpo.final .el_cuerpo{ padding-left:0px; padding-right:0px;}
}