@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,300italic,400italic,500italic);
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fbfbfb inset;
    -webkit-text-fill-color: #000000!important;
}
body {
	background: #f4f4f4;
	margin: 0;
	text-align: center;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../imgcontrol/bg_header.png);
	background-repeat: repeat-x;
	background-position: center top;
}
::-webkit-input-placeholder {
  color: #aaaaaa;
  font-weight: normal;
}
::-moz-placeholder {
  color: #aaaaaa;
  font-weight: normal;
}
:-ms-input-placeholder {
  color: #aaaaaa;
  font-weight: normal;
}
:-moz-placeholder {
  color: #aaaaaa;
  font-weight: normal;
}
#contenedor {
	max-width: 1100px;
	min-width: 980px;
	margin: auto;
	text-align: left;
}
#cuerpo {
	overflow: auto;
	height: 1%;
	background: #f4f4f4;
}
#contenidos {
	float: left;
	/*width: 80%;*/
	width: 100%;
	padding: 15px;
	background: #ffffff;
	margin-top: 10px;
	position: relative;
}
#pie {
	font-size: 12px;
	color: #333;
	text-align: right;
	padding: 20px 0;
	margin: 0;
	background-color: #f4f4f4;
}
a:link, a:visited, a:active {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
}
a:visited {
	color:;
}
.sinborde {
	border: none;
	display: block;
}
h1 {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 24px;
	vertical-align: middle;
}
h2 {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	margin: 10px 0 10px 0;
	line-height: 24px;
	vertical-align: middle;
}
h3 {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	margin: 10px 0;
	line-height: 1;
}
#contenidos h1 {
    padding-right: 240px;
    min-height: 36px;
    color: #dd0000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#contenidos h1 ~ .prfo_anadir,
#contenidos h1 ~ .prfo_volver {
    position: absolute;
    right: 15px;
    top: 15px;
}
.avisos {
	margin: 0 0 10px;
	font-size: 18px;
	color: #993300;
	font-weight: normal
}
/* Cabecera */



#cabecera {
	position: relative;
	width: 100%;
	height: 75px;
}
#logo {
	border: none;
	position: absolute;
	left: 10px;
	top: 10px
}
#panel_control {
	margin: 0;
	position: absolute;
	top: 28px;
	right: 0;
	font-size: 18px;
	color: #db0000;
	font-weight: bold;
}
#seccion_control {
	margin: 0;
	position: absolute;
	bottom: 18px;
	right: 0;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 6px;
}
/* Cabecera Inferior */



#cab_inf {
	position: relative;
	width: 100%;
	height: 31px;
	background-image: url(../imgcontrol/fnd_cabinf_1024.png);
	background-repeat: no-repeat;
	background-position: left;
}
#prfo_cerrar {
	margin: 0;
	position: absolute;
	right: 40px;
	top: 7px;
}
a#cerrar_sesion:link, a#cerrar_sesion:visited, a#cerrar_sesion:active {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
a#cerrar_sesion:hover {
	color: #ffffff;
	text-decoration: underline;
}
#icono_cierre {
	border: none;
	position: absolute;
	top: 3px;
	right: 15px
}



#menu_ul {
	padding: 0;
	list-style: none;
	float: left;
	width: 20%;
	margin-top: 10px;
	border-right: 10px solid #f4f4f4;
	background: #ffffff;
}
#menu_ul li {
	border-bottom: 1px solid #efefef;
}
#menu_ul li a {
	line-height: 32px;
	padding-left: 10px;
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	color: #333333;
}
#menu_ul li:hover a {
	background-color: #f8f8f8;
	color: #000000;
}







/*  */



#lista_secciones_ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.lista_secciones_li {
	float: none;
}
a.lista_secciones {
	background-color: #ffffff;
	display: block;
	padding: 75px 0 25px 0;
	height: auto;
	border-top: 1px solid #efefef;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: 140px;
	line-height: 15px;
	vertical-align: top;
	-moz-border-radius: 10px;
	width: 20%;
	float: left;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
a {
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
a.lista_secciones:hover {
	background-color: #f8f8f8;
	color: #000;
	background-size: 90%;
}
a.lista_secciones.section-title {
	width: 100%;
	background-image: none;
	padding: 0;
}
a.lista_secciones.section-title div {
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left: 10px;
	text-transform: capitalize;
	cursor: default;
	width: 100%;
	background-color: #ffffff;
	font-weight: bold;
}
#menu_ul .titulo_seccion {
	color: #de0000;
	cursor: default;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	width: 100%;
	padding-top: 10px;
}
/*  */



#lista_inicio_ul {
	margin: 0;
	list-style: none;
	/* border: 1px solid #CCCCCC; */
	background-color: #FFF;
	padding: 0;
}
.lista_inicio_li a {
	border-top: 1px solid #ebebeb;
	padding: 10px 15px;
	color: #666;
	display: block;
}
.lista_inicio_li a:hover {
	background-color: rgba(0,0,0,0.06);
}
.lista_inicio_li p {
	font-size: 12px;
	margin-before: 0.25em;
	margin-after: 0.25em;
	-webkit-margin-before: 0.25em;
	-webkit-margin-after: 0.25em;
	color: #666666;
}
.sublista_inicio_ul {
	padding: 0 0 0 50px;
	margin: 0;
	list-style-type: square;
}
.sublista_inicio_li {
	color: #777;
	margin-bottom: 10px
}
a.lista_inicio:link, a.lista_inicio:active, a.lista_inicio:visited {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
a.lista_inicio:hover {
	color: #333;
	text-decoration: none;
	background-color: #fafafa;
}
a.sublista_inicio:link, a.sublista_inicio:active, a.sublista_inicio:visited {
	font-size: 11px;
	color: #444;
	text-decoration: none
}
a.sublista_inicio:hover {
	color: #db0000;
}



th {
	background-color: #f6f6f6;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	text-align: left!important;
}
th div{

	text-align: left!important;
}

th a:link {
	color: #333333;
}
#frmBuscar {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
}
table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
td {
	border-bottom: 1px solid #EBEBeb;
	height: 34px;
	text-align: left;
}
th.right, td.right, .right {
	text-align: right!important;
	padding-right:2px;
}
td div {

	text-align: left;
}
tr:hover {
	background-color: #fafafa;
}
.nones {
	background-color: #ffffff;
}
.par {
	background-color: #ffffff;
}
.pares {
	background-color: #f1f1f1;
}
.celda_nombre {
	font-size: 11px;
	color: #000000;
	padding: 5px;
}
.celda_producto {
	font-size: 11px;
	color: #CC3300;
	padding-left: 2px
}
.celda_fecha {
	font-size: 11px;
	color: #434343;
	padding-left: 2px
}
.celda_factura {
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-align: center
}
.celda_normal {
	font-size: 11px;
	color: #555;
	padding-left: 2px
}
.form_paginacion {
	/* border-top: 1px solid #ebebeb; */
	padding: 7px 0;
	margin: 10px 0 0;
	text-align: center;
	clear: left
}
.texto_paginacion {
	font-size: 11px;
	color: #333333
}
.menu_salto_pag {
	margin: 0 3px;
	width: auto;
	min-width: 0;
}
/* Volver */



.prfo_volver {
    margin: 0 0 15px 0;
}



.pedido_ul {
	margin: 0;
	padding: 10px 0 10px 30px;
	list-style: none;
	border-bottom: 1px dashed #777;
	border-top: 1px dashed #777
}
.pedido_li {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px
}
.dato {
	font-size: 12px;
	font-weight: bold;
	color: #DC201B
}
.dato_producto {
	font-size: 12px;
	font-weight: bold;
	color: #CC3300
}
.producto_ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
	list-style: none;
	width: 400px
}
.producto_li {
	margin: 0;
	font-size: 12px;
	color: #333333;
	text-align: left;
	width: 100%;
	float: left;
	padding: 10px 5px;
	border-top: 1px solid #ebebeb;
}
.producto_li:hover {
	background-color: #fbfbfb;
}
.producto_li select, .producto_li input {
	float: right;
}
.producto_li select.left, .producto_li input.left {
	float: left;
}
.producto_li.left {
	text-align: left;
}
label.right {
	float:right;
	padding: 0 10px 0 0;
	}
.input_producto,select {
	min-width: 300px;
	line-height: 38px;
	height: 40px;
	padding: 0 5px;
	margin-left: 10px;
	color: #000000;
	margin: 0;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.input_producto2,select {
	min-width: 40px;
	line-height: 28px;
	height: 36px;
	padding: 0 5px;
	margin-left: 10px;
	color: #000000;
	margin: 5px 0;
	border: 1px solid #cccccc;
}
label {
	line-height: 32px;
	height: 32px;
	padding: 0 10px;
	color: #000000;
	margin: 5px 0;
	display: inline-block;
	font-size: 12px;
}
.input_producto.small,select.small {
	width: 100px;
	min-width:0;
}
.input_producto_pequeno {
	color: #000000;
}
select {
	background-image: url(../imgcontrol/option.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 16px;
	appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #ffffff;
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-webkit-border-radius: 0;
	border: 1px solid #cccccc;
	cursor: pointer;
	vertical-align: middle;
	padding-right: 20px;
}
textarea {
	min-height: auto!important;
}
input#valor {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	/*vertical-align: middle;
	line-height: 24px;*/
	padding: 0 5px;
	line-height: 36px;
	height: 36px;
}
select#campo {
	width: auto;
	padding-right: 20px
;
	min-width: 0;
}
/* CAMBIO */

.input_hora {
	text-align: right;
	width: 100px;
	padding: 0 3px;
	/*	margin-right:100px; */

	margin-left: 10px;
	color: #DC201B
}
.texto_normal {
	font-weight: normal
}
#prfo_imprimir {
	margin: 10px 0;
	border-bottom: 1px dashed #777;
	padding: 0 0 10px;
}
#caja_print {
	margin: 10px 0;
	border-bottom: 1px dashed #777;
	padding: 0 0 10px;
	overflow: auto;
	height: 1%
}
.print_albaran {
	float: left;
	margin: 0;
	width: 150px
}
.print_factura {
	float: right;
	margin: 0;
	width: 150px;
	text-align: right
}
a.imprimir:link, a.imprimir:visited, a.imprimir:active {
	font-size: 12px;
	font-weight: bold;
	color: #DC201B;
	text-decoration: none
}
a.imprimir:hover {
	text-decoration: underline
}
.img_impresora {
	border: none;
	margin-right: 10px;
	vertical-align: -3px
}
#caja_boton_central {
	text-align: center;
	padding: 10px 0 0
}
.prfo_fin_inv {
	margin: 10px 0;
	padding: 2px 0 3px 2px;
	background-color: #999
}
a.fin_inventario:link, a.fin_inventario:visited, a.fin_inventario:active {
	font-size: 14px;
	color: white;
	text-decoration: none
}
a.fin_inventario:hover {
	text-decoration: underline
}
#caja_copiaseg {
	margin: 0 0 20px;
	padding: 10px 0 10px 30px;
	border-bottom: 1px dashed #777;
	border-top: 1px dashed #777
}
.input_examinar {
	margin: 0 10px 0 5px;
	padding: 0 3px;
	width: 200px;
	color: #DC201B
}
#productos_cero {
	border: 1px solid #999;
	background-color: #f0f0f0;
	width: 250px;
	padding: 20px 0;
	margin: auto;
	text-align: center
}
#productos_cero p {
	margin-top: 0
}
.prfo_anadir {
	padding: 0;
	margin: 0 0 15px;
	text-align: right;
}
.prfo_anadir a {
	margin-left:5px!important;
}
a.anadir:link, a.anadir:visited, a.anadir:active {
}
a.anadir:hover {
}
.prfo_estado {
	margin: 10px 0;
	padding: 10px 0 10px 30px;
	border-bottom: 1px dashed #777;
	border-top: 1px dashed #777;
	font-size: 12px;
	color: #444
}
.form_bordes {
	border-top: 1px dashed #777;
	border-bottom: 1px dashed #777;
	padding: 10px 0;
	margin: 10px 0
}
.form_ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 450px
}
.form_li {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px
}
.form_li.left {
	text-align: left;
}
.textarea_descripcion {
	width: 500px;/*255px;*/
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #DC201B
}
.textarea_editor {
	width: 700px;/*255px;*/
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #DC201B
}
.seleccion {
	width: 180px;
	margin: 0 80px 0 10px;
	color: #DC201B
}
.seleccion_cliente {
	width: 260px;
	margin: 0 0 0 10px;
	color: #DC201B
}
#baseimponible{
}
.align_descripcion {
	vertical-align: top
}
.verproductos {
	border: none;
	margin: 0 174px 0 10px;
	vertical-align: -2px
}
.titulo_subrayado {
	margin: 15px 0 20px;
	padding-bottom: 6px;
	border-bottom: 1px solid #777;
	font-size: 14px;
	color: #555
}
.titulo_subrayado_azul {
	margin: 15px 0 20px;
	padding-bottom: 6px;
	border-bottom: 1px solid #336699;
	font-size: 14px;
	color: #DC201B
}
.form_izq_ul {
	margin: 0 0 25px 70px;
	padding: 0;
	list-style: none
}
.form_izq_li {
	margin-bottom: 5px;
	font-size: 12px;
	color: #777
}
.input_producto_izq {
	width: 250px;
	padding: 0 3px;
	margin-right: 10px;
	color: #DC201B
}
.listado_ul {
	margin: 0 0 10px;
	padding: 10px 0 10px 30px;
	border-bottom: 1px dashed #777;
	list-style: none
}
.listado_li {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px
}
.totales_ul {
	background-color: #f0f0f0;
	padding: 10px 0 10px 30px;
	margin: 0 0 15px;
	list-style: none
}
.totales_ul li {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px
}
.cuadrado10 {
	border: none;
	vertical-align: -1px
}
.textarea100 {
	width: 565px;
	margin: 5px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #DC201B
}
.textarea100listado {
	width: 530px;
	margin: 5px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black
}



#form_filtro {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px dashed #777;
	border-top: 1px dashed #777;
	font-size: 12px;
	color: #DC201B;
	text-align: center
}
.seleccion_filtro {
	width: 150px;
	margin: 0 30px 0 10px;
	color: #DC201B
}
.btn_formfiltro {
	width: 64px;
	border: none;
	margin-left: 30px;
	padding: 2px 0 4px;
	background: url("../imgcontrol/btn_form.png") top left no-repeat;
	font-size: 11px;
	color: white
}
/* Caja de recordatorio de datos del cliente */



#recordatorio_cliente_ul {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #aaa;
	background-color: #f0f0f0;
	list-style: none;
	overflow: auto;
	height: 1%
}
.recordatorio_cliente_li {
	float: left;
	width: 120px;
	font-size: 12px;
	font-weight: normal;
	color: #444
}
.recordatorio_cliente_li2 {
	float: left;
	width: 300px;
	font-size: 12px;
	font-weight: normal;
	color: #444
}



#contenedor_index {
	margin-top: 10%;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	-webkit-box-shadow: 0 0 8px 0 #999999;
	box-shadow: 0 0 8px 0 #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(fnd_contenedor.png);
}
#cabecera_index {
	background: url("../imgcontrol/ban_index.png") top left no-repeat;
	position: relative;
	width: 400px;
	height: 106px;
}
#panelcontrol_index {
	position: absolute;
	top: 18px;
	right: 10px;
	margin: 0;
	font-size: 18px;
	color: #DC201B;
	font-weight: bold;
}
#seccion_index {
	position: absolute;
	bottom: 48px;
	right: 10px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #666
}
#cuerpo_index {
	text-align: left;
	padding: 0;
	border-top: 20px solid #f4f4f4;
	width: 100%;
	margin: auto;
	background: #ffffff;
	float: left;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#cuerpo_index form {
	padding: 60px 0;
	text-align: center;
	width: 100%;
	display: table;
}
#cuerpo_index form h1 {
	font-size: 20px;
	color: #db0000;
	margin-bottom: 20px;
	text-align: center;
}
#cuerpo_index form ul {
	max-width: 360px;
	margin: auto;
}
#cuerpo_index [class^="button-"] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0;
    font-size: 14px;
}



.input_acceso {
	width: 100%;
	margin: 0;
	color: #333333;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	background-color: #FFFFFF;
	border: 1px solid #aaa;
}
#acceder {
	margin: 0;
	width: 280px;
}
#acceder button {
	width: 100%;
}
#aviso {
	font-size: 11px;
	color: #333;
	text-align: justify;
	background-color: #fafafa;
	margin: 0;
	padding: 20px 20px 30px 20px;
	float: left;
}
/* Dudas */



.dudas_ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999
}
.dudas_ul li {
	padding: 3px 8px;
	border-bottom: 1px solid #999;
	font-size: 12px;
	color: #555
}
.dudas_ul h3 {
	font-size: 14px;
	color: white;
	margin: 0;
	width: 100px;
	float: left;
	padding-top: 2px
}
.duda_cab {
	background-color: #999;
	overflow: auto;
	height: 1%
}
.duda_vis {
	width: 70px;
	float: right;
	font-size: 12px;
	color: white;
	text-align: right
}
.duda_datos {
	overflow: auto;
	height: 1%
}
.duda_nombre {
	float: left;
	width: 350px
}
.duda_fecha {
	float: right;
	width: 150px;
	text-align: right
}
.duda_texto {
	color: black
}
.duda_texto_azul {
	color: #DC201B
}
.duda_btn {
	text-align: right
}
.duda_respuestas {
	overflow: auto;
	height: 1%
}
.duda_txtresp {
	float: left;
	width: 150px;
	padding-top: 2px
}
.img_verrespuestas {
	float: right;
	border: none
}
/* Nuestros Clientes */



.nuestrosclientes {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;/*500px;*/
	/* border-top: 1px solid #ccc; */
}
/* Tienda Servicio Tecnico */



.tiendasertec {
	border: 1px solid #999;
	margin: 20px 0 25px;
	padding: 0;
	list-style: none;
	overflow: auto;
	height: 1%
}
.tiendasertec li {
	padding: 3px;
	font-size: 12px;
	color: #555;
	float: left
}
.producto_cab {
	width: 500px;
	background-color: #999
}
.titulo_producto {
	font-size: 12px;
	font-weight: bold;
	color: white
}
.cab_ver {
	width: 56px;
	background-color: #005ab3;
	text-align: center
}
a.ver_blanco:link, a.ver_blanco:hover, a.ver_blanco:visited, a.ver_blanco:active {
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none
}
.mitad1 {
	border-bottom: 1px solid #999;
	width: 278px
}
.mitad2 {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 277px
}
.mitad3 {
	width: 278px
}
.mitad4 {
	width: 277px;
	border-left: 1px solid #999
}
.mitadfull {
	width: 555px
}
.dato_rojo {
	color: #c30;
	font-weight: bold
}
.dato_verde {
	color: #062;
	font-weight: bold
}
.casilla {
	margin-right: 450px;
}
/* Inputs modificar, eliminar e insertar */



.input-modificar {
	width: 64px;
	height: 25px;
	border: 0;
	background: url(../imgcontrol/btn_modificar_input.png) top left no-repeat;
	text-indent: 2000px;
}
.input-eliminar {
	width: 64px;
	height: 25px;
	border: 0;
	background: url(../imgcontrol/btn_eliminar_input.png) top left no-repeat;
	text-indent: 2000px;
}
.input-insertar {
	width: 64px;
	height: 25px;
	border: 0;
	background: url(../imgcontrol/btn_insertar_input.png) top left no-repeat;
	text-indent: 2000px;
}
/* Listboxes */



.cajasdelista {
	width: 150px;
	padding: 2px;
	border: 1px solid #cccccc;
	height: auto;
}
.btn-select-anadir {
	border: 1px solid #777;
	border-radius: 5px;
	background-color: #8c8c8c;
	padding: 2px 5px;
	margin-bottom: 2px;
	color: white;
}
.btn-select-anadir:hover {
	background-color: #777;
}
.btn-select-quitar {
	border: 1px solid #777;
	border-radius: 5px;
	background-color: #8c8c8c;
	padding: 2px 5px;
	color: white;
}
.btn-select-quitar:hover {
	background-color: #777;
}
.width-input {
	width: 180px;
}
.width-acciones {
	width: 80px;
}
:focus {
	outline: none;
}



#configuracion-5-pasos {
	width: 100%;
	background: #ffffff;
	padding: 0;
	overflow: hidden;
	transition: 1s height ease-in-out;
	-webkit-transition: 1s height ease-in-out;
	-moz-transition: 1s height ease-in-out;
	max-height: 160px;
	height: 0;
}
.panel-activo {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	animation: mostrar-panel ease-in-out 4s;
	-webkit-animation: mostrar-panel ease-in-out 4s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.panel-oculto {
	height: 0!important;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation: ocultar-panel ease-in-out 1s;
	-webkit-animation: ocultar-panel ease-in-out 1s;
}
#configuracion-5-pasos h3 {
	padding: 15px 2%;
	margin: 0;
	background: #ffffff;
	font-weight: 400;
}
#configuracion-5-pasos #cerrar-panel {
	float: right;
	border: none;
	background-color: transparent;
	width: 16px;
	height: 16px;
	margin: 0;
	background-image: url(../imgcontrol/cerrar.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	cursor: pointer;
}
#configuracion-5-pasos ul {
	margin: 0;
	width: 100%;
	display: table;
	padding: 0 1.5%;
}
#configuracion-5-pasos li {
	float: left;
	width: 20%;
	height: 100px;
	list-style: none;
	border: 0px solid #BEBEBE;
	padding: 0 20px;
	background-image: url(../img/config-paso-completado.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#configuracion-5-pasos li h4 {
	color: #DD211C;
	font-size: 30px;
	width: 20%;
	float: left;
	clear: none;
	line-height: 70px;
	margin: 0;
	font-weight: 400;
}
#configuracion-5-pasos li p {
	color: #000000;
	font-size: 12px;
	width: 75%;
	float: left;
	margin: 18px 0 0 0;
	padding: 0;
	text-align: left;
	position: static;
	line-height: 16px;
}
#configuracion-5-pasos p {
	color: #000000;
	font-size: 12px;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 25px;
	position: relative;
	top: -12px;
	text-align: right;
}

 @keyframes mostrar-panel {
 0% {
height: 0;
}
70% {
height: 0;
}
100% {
height:160px
}
}

/* Firefox */

@-moz-keyframes mostrar-panel {
 0% {
height: 0;
}
70% {
height: 0;
}
100% {
height:160px
}
}

/* Safari and Chrome */

@-webkit-keyframes mostrar-panel {
 0% {
height: 0;
}
70% {
height: 0;
}
100% {
height:160px
}
}

/* Internet Explorer */

@-ms-keyframes mostrar-panel {
 0% {
height: 0;
}
70% {
height: 0;
}
100% {
height:160px
}
}
 ? /* Opera */
 @-o-keyframes mostrar-panel {
 0% {
height: 0;
}
70% {
height: 0;
}
100% {
height:160px
}
}
 ? @keyframes ocultar-panel {
 0% {
height: 160px;
}
100% {
height:0;
}
}

/* Firefox */

@-moz-keyframes ocultar-panel {
 0% {
height: 160px;
}
100% {
height:0;
}
}

/* Safari and Chrome */

@-webkit-keyframes ocultar-panel {
 0% {
height: 160px;
}
100% {
height:0;
}
}

/* Internet Explorer */

@-ms-keyframes ocultar-panel {
 0% {
height: 160px;
}
100% {
height:0;
}
}
 ? /* Opera */
 @-o-keyframes ocultar-panel {
 0% {
height: 160px;
}
100% {
height:0;
}
}
 ?  /**/
.tabla-carrito {
border:0!important;
}
.tabla-carrito td {
	border: 0!important;
	border-bottom: 1px solid #dddddd!important;
}
#resultadorelacionados {
	height: 260px;
	overflow: auto;
}
#resultadorelacionados.colores table tr:hover {
	background: #efefef;
}
#resultadorelacionados.colores table tr td:nth-child(1) {
	text-align: left
}
#resultadorelacionados.colores table tr td span {
	display: inline-block;
	width: 24px;
	height: 24px;
	float: left;
	margin: 0 10px
}
span#cke_descripcion.cke_skin_kama, span.cke_skin_kama {
	width: 100%!important;
	padding: 0!important;
	border-radius: 0!important;
	margin: 10px 0!important;
	border-color: #efefef!important;
}
.cke_skin_kama .cke_wrapper {
	background-color: #efefef!important;
	background-image: none!important;
	border-radius: 0!important;
}
span.cke_skin_kama table.cke_editor {
    display: table!important;
}
hr {
	border-color: transparent;
	border-top: 1px solid #ebebeb;
	margin-bottom: 15px;
}
#resultadorelacionados.colores table tr td span.ACL {
	background-color: rgb(135,206,226)
}
#resultadorelacionados.colores table tr td span.AM {
	background-color: rgb(0,106,168)
}
#resultadorelacionados.colores table tr td span.AMA {
	background-color: rgb(243,231,27)
}
#resultadorelacionados.colores table tr td span.AMC {
	background-color: rgb(0,151,196)
}
#resultadorelacionados.colores table tr td span.AO {
	background-color: rgb(12,58,86);
}
#resultadorelacionados.colores table tr td span.AOC {
	background-color: rgb(0,79,140)
}
#resultadorelacionados.colores table tr td span.AZA {
	background-color: rgb(27,128,184)
}
#resultadorelacionados.colores table tr td span.AZC {
	background-color: rgb(0,151,196)
}
#resultadorelacionados.colores table tr td span.AZU {
	background-color: rgb(0,79,140);
}
#resultadorelacionados.colores table tr td span.B1 {
	background-color: rgb(250,250,250)
}
#resultadorelacionados.colores table tr td span.GCL {
	background-color: rgb(200,207,205)
}
#resultadorelacionados.colores table tr td span.GO {
	background-color: rgb(78,90,96)
}
#resultadorelacionados.colores table tr td span.NA {
	background-color: rgb(250,118,37)
}
#resultadorelacionados.colores table tr td span.NAC {
	background-color: rgb(246,174,43)
}
#resultadorelacionados.colores table tr td span.NAT {
	background-color: rgb(241,133,23)
}
#resultadorelacionados.colores table tr td span.NEG {
	background-color: rgb(0,0,0)
}
#resultadorelacionados.colores table tr td span.PAC {
	background-color: rgb(188,163,182)
}
#resultadorelacionados.colores table tr td span.PAT {
	background-color: rgb(167,157,200)
}
#resultadorelacionados.colores table tr td span.PUR {
	background-color: rgb(104,98,160)
}
#resultadorelacionados.colores table tr td span.RAC {
	background-color: rgb(204,76,40);
}
#resultadorelacionados.colores table tr td span.RAT {
	background-color: rgb(180,27,17);
}
#resultadorelacionados.colores table tr td span.RO {
	background-color: rgb(255,0,0)
}
#resultadorelacionados.colores table tr td span.ROO {
	background-color: rgb(180,27,17);
}
#resultadorelacionados.colores table tr td span.VCL {
	background-color: rgb(113,166,63);
}
#resultadorelacionados.colores table tr td span.VER {
	background-color: rgb(53,145,68);
}
#resultadorelacionados.colores table tr td span.VOA {
	background-color: rgb(161,153,68);
}
#resultadorelacionados.colores table tr td span.VOL {
	background-color: rgb(110,111,34);
}
/**/

.btn_form_cancelar {
	width: 80px;
	height: 25px;
	border: none;
	font-size: 12px;
	color: white;
	background-image: url("../imgcontrol/btn_form_cancelar.png");
	text-align: center;
	vertical-align: middle;
	margin-left: 5px;
}

/* Botones */
*[class^="button-"],
.btn_form,
.anadir,
a.volver,
input#buscar,
input#borrar {
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	display: inline-block;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
}
[class^="button-"].small {
	min-width: 50px;
	float: left;
	margin: 0 2px;
}
*.button-a, .btn_form {
	min-width: 100px;
	background: #2CB11F;
	border: 1px solid #2CB11F;
	margin: 0 0 10px 0;
}
*.button-a:hover, .btn_form:hover {
	background: #229B05;
	border-color: #229B05;
}
*.button-b {
	min-width: 100px;
	background: #D82426;
	border: 1px solid #D82426;
}
*.button-b:hover {
	background: #AB060F;
	border-color: #AB060F;
}
*.button-c, .anadir {
	min-width: 100px;
	background: #2181F7;
	border: 1px solid #2181F7;
}
*.button-c:hover, .anadir:hover {
	background: #1D72CB;
	border-color: #1D72CB;
}
*.button-d, input#buscar, input#borrar, a.volver:link, a.volver:visited, a.volver:active {
	background: #f4f4f4;
	color: #333333;
	border: 1px solid #dedede;
}
*.button-d:hover, input#buscar:hover, input#borrar:hover, a.volver:hover {
	background: #eeeeee;
}
[class^="button-"] i:before {
	line-height: 36px;
}
.alignleft *[class^="button-"],
.alignright *[class^="button-"],
.aligncenter *[class^="button-"] {
	display: inline-block;
	float: none;
	margin: 0;
}

a.volver:before {
	content: "\e604";
	font-family: 'icomoon';
	margin-right:5px;
}
.producto_li .button-b, .producto_li .btn_form, .producto_li .button-a {
	margin-left: 5px;
}


.anadir:before {
	content: "+ "
}
.producto_li textarea {
	float: right;
}
#cuerpo_index .col-6 img {
	width: 100%;
	padding: 40px 10%;
	margin: 0;
	border-right: 1px solid #efefef;
}
/**/
.cke_skin_kama textarea {
	height:100%!important;
}

/**/
div.countdown {
	background-color: #262F38;
	color: #ffffff;
	padding: 8px;
	display: table;
	border-bottom: 10px solid #f4f4f4;
}
div.countdown p {
	margin: 0;
}
div.countdown span.icon-warning {
	margin-right:5px
}
div.countdown button {
	float:right;
	width: 100%;
	margin: 10px 0 0 0;
}
/**/

p span.circle {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    position:relative;
    top:3px;
    margin: 0 4px 0 12px;
}
p {
	font-size:11px;
	line-height:15px;
	margin:0 0 15px 0;
}
p.right {
	text-align:right;
}
/* Iconfonts */
@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?-ulhtwn');
	src: url('fonts/icomoon.eot?#iefix-ulhtwn') format('embedded-opentype'), url('fonts/icomoon.woff?-ulhtwn') format('woff'), url('fonts/icomoon.ttf?-ulhtwn') format('truetype'), url('fonts/icomoon.svg?-ulhtwn#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
 [class^="icon-"], [class*=" icon-"] {
 font-family: 'icomoon';
 speak: none;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.icon-eye:before {
	content: "\e600";
}
.icon-close:before {
	content: "\e601";
}
.icon-checkmark:before {
	content: "\e602";
}
.icon-disk:before {
	content: "\e603";
}
.icon-undo:before {
	content: "\e604";
}
.icon-redo:before {
	content: "\e605";
}
.icon-pencil:before {
	content: "\e606";
}
.icon-paint-format:before {
	content: "\e607";
}
.icon-spinner:before {
	content: "\e608";
}
.icon-wrench:before {
	content: "\e609";
	margin-right: 5px;
}
.icon-cog:before {
	content: "\e60a";
}
.icon-spell-check:before {
	content: "\e60d";
}
.icon-smiley:before {
	content: "\e60f";
}
.icon-point-up:before {
	content: "\e610";
}
.icon-warning:before {
	content: "\e611";
}
.icon-notification:before {
	content: "\e612";
}
.icon-question:before {
	content: "\e613";
}
.icon-info:before {
	content: "\e614";
}
.icon-exit:before {
	content: "\e617";
}
.icon-table:before {
	content: "\e618";
}
.icon-insert-template:before {
	content: "\e619";
}
.icon-linkasoft:before {
	content: "\e60bb";
}
.icon-doc:before {
	content: "\e626";
}
.icon-cart:before {
	content: "\e60b";
}
.icon-edit:before {
	content: "\e62a";
}
.icon-user:before {
	content: "\e62e";
	margin-right: 5px;
}
.icon-mail:before {
	content: "\e62f";
}
.icon-download:before {
	content: "\e638";
}
.icon-unchecked:before {
	content: "\e63e";
}
.icon-checked:before {
	content: "\e63f";
}
.icon-lock:before {
	content: "\e900";
}
.icon-remove2:before {
	content: "\e60c";
}

/*Checkboxes*/



input[type=checkbox],
input[type=radio] {
width:auto;
margin: 0;
vertical-align: top;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

input[type=checkbox]:before,
input[type=radio]:before {
content: "\e63e";
font-family: 'icomoon';
color:#999;
padding-right:5px;
font-size:18px;
line-height:18px;
vertical-align: top;
cursor:pointer;
}


input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
content: "\e63f";
font-family: 'icomoon';
color:#Db0000;
padding-right:5px;
font-size:18px;
line-height:18px;
vertical-align: top;
}



/*/*/


.lista_secciones_li a { background-image:url(../imgcontrol/titulos_secciones/01a.png);}
.lista_secciones_li.\31 > a { background-image:url(../imgcontrol/titulos_secciones/01b.png);}
.lista_secciones_li.\34 > a { background-image:url(../imgcontrol/titulos_secciones/01c.png);}
.lista_secciones_li.\36 > a { background-image:url(../imgcontrol/titulos_secciones/01d.png);}
.lista_secciones_li.\6 > a { background-image:url(../imgcontrol/titulos_secciones/01e.png);}
.lista_secciones_li.\33 > a{ background-image:url(../imgcontrol/titulos_secciones/01f.png);}
.lista_secciones_li.\31 4 > a { background-image:url(../imgcontrol/titulos_secciones/01g.png);}
.lista_secciones_li.\35 3 > a{ background-image:url(../imgcontrol/titulos_secciones/01j.png);}
.lista_secciones_li.\35 5 > a { background-image:url(../imgcontrol/titulos_secciones/01k.png);}
.lista_secciones_li.\33 48 > a { background-image:url(../imgcontrol/titulos_secciones/01l.png);}
.lista_secciones_li.\33 58 > a { background-image:url(../imgcontrol/titulos_secciones/01m.png);}
.lista_secciones_li.\33 49 > a { background-image:url(../imgcontrol/titulos_secciones/01n.png);}
.lista_secciones_li.\33 50 > a { background-image:url(../imgcontrol/titulos_secciones/01o.png);}
.lista_secciones_li.\33 51 > a { background-image:url(../imgcontrol/titulos_secciones/01p.png);}
.lista_secciones_li.\33 52 > a { background-image:url(../imgcontrol/titulos_secciones/01q.png);}
.lista_secciones_li.\33 55 > a { background-image:url(../imgcontrol/titulos_secciones/01t.png);}
.lista_secciones_li.\32 8 > a { background-image:url(../imgcontrol/titulos_secciones/01v.png);}
.lista_secciones_li.\32 > a { background-image:url(../imgcontrol/titulos_secciones/01r.png);}
.lista_secciones_li.\31 9 > a { background-image:url(../imgcontrol/titulos_secciones/01s.png);}
.lista_secciones_li.\33 57 > a { background-image:url(../imgcontrol/titulos_secciones/01w.png);}
.lista_secciones_li.\33 56 > a { background-image:url(../imgcontrol/titulos_secciones/01u.png);}
.lista_secciones_li.\33 59 > a { background-image:url(../imgcontrol/titulos_secciones/01x.png);}
.lista_secciones_li.\32 3 > a { background-image:url(../imgcontrol/titulos_secciones/03b.png);}
.lista_secciones_li.\32 4 > a { background-image:url(../imgcontrol/titulos_secciones/03c.png);}
.lista_secciones_li.\32 5 > a { background-image:url(../imgcontrol/titulos_secciones/03d.png);}
.lista_secciones_li.\35 2 > a { background-image:url(../imgcontrol/titulos_secciones/03e.png);}
.lista_secciones_li.\32 0 > a { background-image:url(../imgcontrol/titulos_secciones/03f.png);}
.lista_secciones_li.\32 1 > a { background-image:url(../imgcontrol/titulos_secciones/03g.png);}
.lista_secciones_li.\34 1 > a { background-image:url(../imgcontrol/titulos_secciones/05a.png);}
.lista_secciones_li.\34 2 > a { background-image:url(../imgcontrol/titulos_secciones/05b.png);}
.lista_secciones_li.\34 4 > a { background-image:url(../imgcontrol/titulos_secciones/05c.png);}
.lista_secciones_li.\35 0 > a { background-image:url(../imgcontrol/titulos_secciones/02a.png);}
.lista_secciones_li.\33 1 > a{ background-image:url(../imgcontrol/titulos_secciones/06a.png);}
.lista_secciones_li.\31 002 > a{ background-image:url(../imgcontrol/titulos_secciones/04d.png);}
.lista_secciones_li.\35 0 > a{ background-image:url(../imgcontrol/titulos_secciones/02d.png);}
.lista_secciones_li.\33 54 > a { background-image:url(../imgcontrol/titulos_secciones/03a.png);}
.lista_secciones_li.\31 004 > a { background-image:url(../imgcontrol/titulos_secciones/07i.png);}
.lista_secciones_li.\31 005 > a { background-image:url(../imgcontrol/titulos_secciones/06e.png);}
.lista_secciones_li.\31 006 > a { background-image:url(../imgcontrol/titulos_secciones/06f.png);}


.lista_secciones_li.\35 > a { background-image:url(../imgcontrol/titulos_secciones/07a.png);}
.lista_secciones_li.\31 013 > a { background-image:url(../imgcontrol/titulos_secciones/07b.png);}
.lista_secciones_li.\31 007 > a { background-image:url(../imgcontrol/titulos_secciones/07h.png);}
.lista_secciones_li.\31 008 > a { background-image:url(../imgcontrol/titulos_secciones/07c.png);}
.lista_secciones_li.\31 009 > a { background-image:url(../imgcontrol/titulos_secciones/07d.png);}
.lista_secciones_li.\31 010 > a { background-image:url(../imgcontrol/titulos_secciones/07e.png);}
.lista_secciones_li.\31 011 > a { background-image:url(../imgcontrol/titulos_secciones/07f.png);}
.lista_secciones_li.\31 012 > a { background-image:url(../imgcontrol/titulos_secciones/07g.png);}

/* @alejandro Asociar iconos al restos de id's. Funcionamiento consiste en, si el id es 1016, despues de la clase, anadir \31 y luego espacio y el resto de numeros, es decir, \31 016 = 1016. */
.lista_secciones_li.\31 016 > a { background-image:url(../imgcontrol/titulos_secciones/05c.png);}
.lista_secciones_li.\31 017 > a { background-image:url(../imgcontrol/titulos_secciones/05a.png);}
.lista_secciones_li.\34 1 > a { background-image:url(../imgcontrol/titulos_secciones/05b.png);}
.lista_secciones_li.\35 0 > a { background-image:url(../imgcontrol/titulos_secciones/01e.png);}
.lista_secciones_li.\31 006 > a { background-image:url(../imgcontrol/titulos_secciones/06g.png);}
.lista_secciones_li.\31 014 > a { background-image:url(../imgcontrol/titulos_secciones/06c.png);}
.lista_secciones_li.\31 015 > a { background-image:url(../imgcontrol/titulos_secciones/01y.png);}
.lista_secciones_li.\31 018 > a { background-image:url(../imgcontrol/titulos_secciones/07d.png);}
.lista_secciones_li.\31 019 > a { background-image:url(../imgcontrol/titulos_secciones/04h.png);}
.lista_secciones_li.\31 024 > a { background-image:url(../imgcontrol/titulos_secciones/06d.png);}
.lista_secciones_li.\31 025 > a { background-image:url(../imgcontrol/titulos_secciones/03i.png);}
.lista_secciones_li.\31 026 > a { background-image:url(../imgcontrol/titulos_secciones/06b.png);}

.buscadorpaneldecontrol {
	background-image: url(../img/lupa.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px;
}
.fotogestionproductos {
	max-width: 30px;
}
.totalproductos {
	font-size: 10px;
	float:left;
	margin-top:1%;
}
.preciotarifa {
	font-weight:italic;
	font-size:10px;
}
.imagenPrincipal img {
	width: 50%;
	margin: 10px 0 15px 0;
}
.imagenesProducto {
	float: left;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;}
.imagenesProducto li {
	width: 25%;
	float: left;
	position: relative;
}
.imagenesProducto li a {
	height: 180px;
	display: block;
	background-color: #ffffff;
	border: 1px solid #ebebeb;
	border-left:0;
}
.imagenesProducto li:nth-child(n+5) a {
	border-top:0;
}
.imagenesProducto li:nth-child(4n-3) a {
	border-left: 1px solid #ebebeb;
}
.imagenesProducto li img {
	object-fit: contain;
	height: 100%;
	width: 100%;
}
.imagenesProducto li img.selected,
.imagenesProducto li:hover img {
  filter: blur(0);
  -webkit-filter: blur(0);
  transition:0.3s ease all;
  -webkit-transition:0.3s ease all;
}
.imagenesProducto li input {
	position: absolute;
	top: 5px;
	right: 0;
}
.imagenesProducto li .selectArea {
	opacity: 0;
	filter: alpha(opacity=0);
	transition:0.3s ease all;
   -webkit-transition:0.3s ease all;
}
.imagenesProducto li .selectArea span:before {
	background-color: #ffffff;
	line-height: 50px;
	width: 50px;
	height: 50px;
	font-size: 24px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	color: #d82426;
}
.imagenesProducto li:hover .selectArea,
.imagenesProducto li img.selected + .selectArea {
	opacity: 1;
	filter: alpha(opacity=1);
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.popup .imagenesProducto li:hover .selectArea,
.popup .imagenesProducto li img.selected + .selectArea {
}
.popup .imagenesProducto li img.selected,
.popup .imagenesProducto li:hover img {
  filter: blur(0);
  -webkit-filter: blur(0);
}
.popup .imagenesProducto {
    max-height: 400px;
    overflow: scroll;
}
/**/
.imagenProducto {

}
.imagenProducto .close-popup {

}
.imagenProducto .figure {
	position: relative;
	border: 1px solid #ebebeb;
	padding: 10px;
	margin: 0 0 15px 0;
	height: 240px;
}
.imagenProducto .figure a {
	width: 36px;
	padding: 0;
	min-width: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.imagenProducto .figure a :before {
	line-height: 36px;
}
.imagenProducto img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
/**/
#condiciones {
	height: 300px;
	margin: 20px 0 10px;
	overflow: auto;
	padding: 5px;
	width: 100%;
}
/**/
.popup {
    border: 0;
    margin: 40px 0 0 -200px;
    box-shadow: 0 2px 4px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 4px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 4px 4px rgba(0,0,0,0.1);
    position: fixed;
    left: 50%;
    z-index: 999;
    width: 400px;
    padding: 20px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background:white;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    transition:0.3s ease all;
    -webkit-transition:0.3s ease all;
    top: -20px;

}
.popup.lg {
    margin-left: -320px;
	width: 640px;
}
.popup.visible {
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	visibility: visible;
	top: 20px;
}


.popup p, .popup p a, .popup button, .popup label, .popup input {
	width: 100%!important;
}
.popup p, .popup h2, .popup p a, .popup button, .popup label, .popup input {
	width: 100%;
}
.popup p, .popup h2, .popup input {
	margin: 0 0 10px 0!important;
	display: table;
}
.close-popup {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 18px;
}
.close-popup .icon-close {
	font-weight: normal;
	color: #000000;
}
.close-popup a:hover {
	text-decoration: none;
}
@-webkit-keyframes popup_top {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes popup_top {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes popup_bottom {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes popup_bottom {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
/**/

#filter {
  display: block;
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 9;
  background-color: rgba(0,0,0,0.6);
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  transition:0.3s ease all;
   -webkit-transition:0.3s ease all;
}
#filter.active {
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
}


.fileUpload {
    overflow: hidden;
    position: relative;
}

.fileUpload [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
#popup-gallery.popup {
	width: 600px;
	margin: 40px 0 0 -300px;
}
.contacto
{
	font-size: 10px !important
}



/* Select list */

.select-list li {
	display: inline-block;
}
.select-list {
	padding: 0;
	margin: 0 -10px;
	list-style: none;
}
.select-list input[type=checkbox]:before,
.select-list input[type=radio]:before {
content: "";
}
.select-list input[type=checkbox]:checked:before,
.select-list input[type=radio]:checked:before {
content: "";
}
.select-list input[type=checkbox] + label,
.select-list input[type=radio] + label {background-color: #f4f4f4;border-radius: 3px;-webkit-border-radius: 3px;}
.select-list input[type=checkbox]:checked + label,
.select-list input[type=radio]:checked + label {background-color: #2196F3;color: #ffffff;}



/* Input list */

.list, .input-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.input-list li {
	position: relative;
}
.input-list li input:focus ~ .animated-label,
.input-list li input:not(:focus):valid ~ .animated-label{
  font-size: 11px;
  opacity: 1;
  line-height: 30px;
}
.input-list li > i {
	position: absolute;
	height: 50px;
	line-height: 54px!important;
	left: 5px;
	top: 5px;
	width: 40px;
	text-align: center;
}

/* Input list > Animated */

.animated-label {
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 5px;
  line-height: 52px;
  transition: 0.2s ease all;
  padding: 0 10px;
  font-size: 13px;
}
input.animated-input {
  padding: 20px 10px 0 10px;
  line-height: 30px;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #cccccc;
  width: 100%;
}
i + input.animated-input,
i + input.animated-input + .animated-label {
  padding-left: 40px;
}
input.static-input ~ .static-label,
select.static-select ~ .static-label,
textarea.static-textarea ~ .static-label  {
  font-size: 11px;
  line-height: 30px;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 5px;
  padding: 0 10px;
}

/* Input list > Static */

input.static-input {
  padding: 20px 10px 0 10px;
  line-height: 30px;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #cccccc;
}
textarea.static-textarea {
  padding: 30px 10px 10px 10px;
  line-height: 15px;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #cccccc;
}
select.static-select {
  padding: 20px 10px 0 10px;
  line-height: 30px;
  font-size: 12px;
  font-weight: normal;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #cccccc;
}
i + input.static-input,
i + input.static-input + .static-label,
i + input.static-select,
i + input.static-select + .static-label,
i + input.static-textarea,
i + input.static-textarea + .static-label {
  padding-left: 40px;
}

/* Cols */
.col-12, .col-9, .col-6, .col-4, .col-3, .col-8, .col-2 {
	padding: 5px;
	float: left;
}
.col-12 { width: 100%;}
.col-9 { width: 75%;}
.col-8 { width: 66.66%;}
.col-6 { width: 50%;}
.col-4 { width: 33.33%;}
.col-3 { width: 25%;}
.col-2 { width: 12.5%;}


/* Saltos de linea */

hr.visible {
	width: 100%;
	padding: 0;
	margin: 5px 0;
	border-top: 1px solid #ebebeb;
	float: left;
}

hr.hidden {
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 0;
	float: left;
}
/* Align text*/

.alignright, .align-right {
	text-align: right;
}
.alignleft, .align-right {
	text-align: left;
}
.aligncenter, .align-right {
	text-align: center;
}

/* Comentarios */
.comment-box {
	position: relative;
}
.comment-box .comment {
	min-height: 50px !important;
	line-height: 1.2;
	margin: 8px 0;
	background-color: #FAFAFA;
	color: #000000;
	border-color: #E0E0E0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 8px;
}
.comment-box .name {
	font-size: 13px;
	font-weight	: bold;
	display: block;
	line-height: 18px;
}
.comment-box .date {
	font-size:10px;
	color: #666666;
	position: absolute;
	top: 5px;
	right: 5px;
}
.comment-box .data {
    line-height: 20px;
    margin: 0;
}
.comment-box .email {
	border-right: 1px solid #aaaaaa;
    padding-right: 6px;
    margin-right: 6px;
}
.comment-box .status {
    position: absolute;
    right: 5px;
    top: 22px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 6px;
}
.comment-box .status.green {
    background-color: #4CAF50;
}
.comment-box .status.red {
    background-color: #dd0000;
}



/**/

.text-small {
	font-size: 10px;
}

/* @alejandro Sistema de emails. */
.botonEmailsCampaign
{
	height: 20px;
	background-color: orange;
	padding: 2px 5px 2px 5px;
	color: white;
	border: 1px solid orange;
	border-radius: 3px;
}
.paddingCero
{
	padding-left: 0 !important;
}
#totalentregados, #porcentajeentregados, #totalapertura, #porcentajeapertura, #totalclic, #porcentajeclic
{
	width: 80px!important;
	min-width: 0px;
	text-align: center;
	font-size: 13px;
}

#fechadeenvio,#totalsinentregar
{
	font-size: 13px;
	text-align: center;
}

.h3
{
	font-size: 15px;
}

/* @alejandro Estadisticas. */

.rect-auto, .c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice, .c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice, .c100.p57 .slice, .c100.p58 .slice, .c100.p59 .slice, .c100.p60 .slice, .c100.p61 .slice, .c100.p62 .slice, .c100.p63 .slice, .c100.p64 .slice, .c100.p65 .slice, .c100.p66 .slice, .c100.p67 .slice, .c100.p68 .slice, .c100.p69 .slice, .c100.p70 .slice, .c100.p71 .slice, .c100.p72 .slice, .c100.p73 .slice, .c100.p74 .slice, .c100.p75 .slice, .c100.p76 .slice, .c100.p77 .slice, .c100.p78 .slice, .c100.p79 .slice, .c100.p80 .slice, .c100.p81 .slice, .c100.p82 .slice, .c100.p83 .slice, .c100.p84 .slice, .c100.p85 .slice, .c100.p86 .slice, .c100.p87 .slice, .c100.p88 .slice, .c100.p89 .slice, .c100.p90 .slice, .c100.p91 .slice, .c100.p92 .slice, .c100.p93 .slice, .c100.p94 .slice, .c100.p95 .slice, .c100.p96 .slice, .c100.p97 .slice, .c100.p98 .slice, .c100.p99 .slice, .c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}

.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
  position: absolute;
  border: 0.08em solid;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.pie-fill, .c100.p51 .bar:after, .c100.p51 .fill, .c100.p52 .bar:after, .c100.p52 .fill, .c100.p53 .bar:after, .c100.p53 .fill, .c100.p54 .bar:after, .c100.p54 .fill, .c100.p55 .bar:after, .c100.p55 .fill, .c100.p56 .bar:after, .c100.p56 .fill, .c100.p57 .bar:after, .c100.p57 .fill, .c100.p58 .bar:after, .c100.p58 .fill, .c100.p59 .bar:after, .c100.p59 .fill, .c100.p60 .bar:after, .c100.p60 .fill, .c100.p61 .bar:after, .c100.p61 .fill, .c100.p62 .bar:after, .c100.p62 .fill, .c100.p63 .bar:after, .c100.p63 .fill, .c100.p64 .bar:after, .c100.p64 .fill, .c100.p65 .bar:after, .c100.p65 .fill, .c100.p66 .bar:after, .c100.p66 .fill, .c100.p67 .bar:after, .c100.p67 .fill, .c100.p68 .bar:after, .c100.p68 .fill, .c100.p69 .bar:after, .c100.p69 .fill, .c100.p70 .bar:after, .c100.p70 .fill, .c100.p71 .bar:after, .c100.p71 .fill, .c100.p72 .bar:after, .c100.p72 .fill, .c100.p73 .bar:after, .c100.p73 .fill, .c100.p74 .bar:after, .c100.p74 .fill, .c100.p75 .bar:after, .c100.p75 .fill, .c100.p76 .bar:after, .c100.p76 .fill, .c100.p77 .bar:after, .c100.p77 .fill, .c100.p78 .bar:after, .c100.p78 .fill, .c100.p79 .bar:after, .c100.p79 .fill, .c100.p80 .bar:after, .c100.p80 .fill, .c100.p81 .bar:after, .c100.p81 .fill, .c100.p82 .bar:after, .c100.p82 .fill, .c100.p83 .bar:after, .c100.p83 .fill, .c100.p84 .bar:after, .c100.p84 .fill, .c100.p85 .bar:after, .c100.p85 .fill, .c100.p86 .bar:after, .c100.p86 .fill, .c100.p87 .bar:after, .c100.p87 .fill, .c100.p88 .bar:after, .c100.p88 .fill, .c100.p89 .bar:after, .c100.p89 .fill, .c100.p90 .bar:after, .c100.p90 .fill, .c100.p91 .bar:after, .c100.p91 .fill, .c100.p92 .bar:after, .c100.p92 .fill, .c100.p93 .bar:after, .c100.p93 .fill, .c100.p94 .bar:after, .c100.p94 .fill, .c100.p95 .bar:after, .c100.p95 .fill, .c100.p96 .bar:after, .c100.p96 .fill, .c100.p97 .bar:after, .c100.p97 .fill, .c100.p98 .bar:after, .c100.p98 .fill, .c100.p99 .bar:after, .c100.p99 .fill, .c100.p100 .bar:after, .c100.p100 .fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c100 {
  position: relative;
  font-size: 90px;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #dddddd;
}
.c100 *, .c100 *:before, .c100 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.c100.center {
  float: none;
  margin: 0 auto;
}
.c100.big {
  font-size: 240px;
}
.c100.small {
  font-size: 80px;
}
.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
	/* top: 0; */
  top: 30%;
  /* width: 5em; */
  /* line-height: 5em; */
  /* font-size: 0.2em; */
	font-size: 15px;
  display: block;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  width: 0.84em;
  height: 0.84em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}
.c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}
.c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.c100.p13 .bar {
  -webkit-transform: rotate(46.8deg);
  -moz-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -o-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg);
}
.c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}
.c100.p21 .bar {
  -webkit-transform: rotate(75.6deg);
  -moz-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -o-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c100.p26 .bar {
  -webkit-transform: rotate(93.6deg);
  -moz-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -o-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}
.c100.p31 .bar {
  -webkit-transform: rotate(111.6deg);
  -moz-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -o-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg);
}
.c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.c100.p37 .bar {
  -webkit-transform: rotate(133.2deg);
  -moz-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -o-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}
.c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.c100.p42 .bar {
  -webkit-transform: rotate(151.2deg);
  -moz-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -o-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg);
}
.c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.c100.p47 .bar {
  -webkit-transform: rotate(169.2deg);
  -moz-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -o-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.c100.p52 .bar {
  -webkit-transform: rotate(187.2deg);
  -moz-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  -o-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}
.c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  transform: rotate(198deg);
}
.c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.c100.p57 .bar {
  -webkit-transform: rotate(205.2deg);
  -moz-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  -o-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}
.c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg);
}
.c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.c100.p62 .bar {
  -webkit-transform: rotate(223.2deg);
  -moz-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  -o-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}
.c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  transform: rotate(234deg);
}
.c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.c100.p67 .bar {
  -webkit-transform: rotate(241.2deg);
  -moz-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  -o-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}
.c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg);
}
.c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.c100.p74 .bar {
  -webkit-transform: rotate(266.4deg);
  -moz-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  -o-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}
.c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.c100.p79 .bar {
  -webkit-transform: rotate(284.4deg);
  -moz-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  -o-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}
.c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg);
}
.c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.c100.p84 .bar {
  -webkit-transform: rotate(302.4deg);
  -moz-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  -o-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}
.c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  transform: rotate(306deg);
}
.c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.c100.p89 .bar {
  -webkit-transform: rotate(320.4deg);
  -moz-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  -o-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}
.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg);
}
.c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.c100.p94 .bar {
  -webkit-transform: rotate(338.4deg);
  -moz-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  -o-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}
.c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  transform: rotate(342deg);
}
.c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.c100.p99 .bar {
  -webkit-transform: rotate(356.4deg);
  -moz-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  -o-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}
.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.c100:hover {
  cursor: default;
}
.c100:hover > span {
  /* width: 3.33em;
  line-height: 3.33em; */
  font-size: 0.21em;
}
.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}
.c100.orange .bar, .c100.orange .fill {
  border-color: #333333 !important;
}
.nombreSeccion
{
	font-size: 14px;
}
.forzarPosicion
{
	top: 40% !important;
}
.colorVerde
{
	border-color: #21a908 !important;
}
.colorAmarillo
{
	border-color: #d4ce19 !important;
}
.colorNaranja
{
	border-color: #c18311 !important;
}
.colorRojo
{
	border-color: #ca1717 !important;
}
/* @alejandro Fin estadisticas. */

/* @alejandro Email marketing. */
.fontEmail
{
	font-size: 14px;
}

.tab {
	overflow: hidden;
	/* border-bottom: 1px solid #ccc; */
	/*background-color: #f1f1f1;*/
	margin: 20px 0px 15px 0px;
  }

  /* Style the buttons inside the tab */
  .tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
  }

  /* Change background color of buttons on hover */
  .tab button:hover {
	background-color: #ddd;
  }

  /* Create an active/current tablink class */
  .tab button.active {
		color: #DD211C;
    border-bottom: 1px solid;
  }

  /* Style the tab content */
  .tabcontent {
	display: none;
	/* padding: 6px 12px; */
	/*border: 1px solid #ccc;*/
	border-top: none;
  }

/*estilos de los productos relacionados*/
 .row {
	 max-width: 900px;
	 min-width: 250px;;
	 margin: 1px auto 0;
	 display: inline-block;
}
 .card {
	 float: left;
	 padding: 1rem 1rem;
	 width: 100%;
}
 .card .menu-content {
	 margin: 0;
	 padding: 0;
	 list-style-type: none;
}
 .card .menu-content::before, .card .menu-content::after {
	 content: "";
	 display: table;
}
 .card .menu-content::after {
	 clear: both;
}
 .card .menu-content li {
	 display: inline-block;
}
 .card .menu-content a {
	 color: #fff;
}
 .card .menu-content span {
	 position: absolute;
	 left: 50%;
	 top: 0;
	 font-size: 10px;
	 font-weight: 700;
	 font-family: "Open Sans";
	 transform: translate(-50%, 0);
}
 .card .wrapper {
	 background-color: #fff;
	 min-height: 260px;
	 position: relative;
	 overflow: hidden;
	 box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}
 .card .wrapper:hover .data {
	 transform: translateY(0);
}
 .card .data {
	 position: absolute;
	 bottom: -5px;
	 width: 100%;
	 transform: translateY(calc(70px + 1em));
	 transition: transform 0.3s;
}
 .card .data .content {
	 padding: 1em;
	 position: relative;
	 z-index: 1;
}
 .card .author {
	 font-size: 12px;
}
 .card .title {
	 margin-top: 10px;
}
 .card .text {
	 height: 70px;
	 margin: 0;
}
 .card input[type="checkbox"] {
	 display: none;
}
 .card input[type="checkbox"]:checked + .menu-content {
	 transform: translateY(-60px);
}
 .example-1 .wrapper {
	 background-repeat: no-repeat;
	 background-position: top center;
	 width: 100%;
	 height: auto;
}
 .example-1 .date {
	 position: absolute;
	 top: 0;
	 left: 0;
	 background-color: #77d7b9;
	 color: #fff;
	 padding: 0.8em;
}
 .example-1 .date span {
	 display: block;
	 text-align: center;
}
 .example-1 .date .day {
	 font-weight: 700;
	 font-size: 24px;
	 text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
 .example-1 .date .month {
	 text-transform: uppercase;
}
 .example-1 .date .month, .example-1 .date .year {
	 font-size: 12px;
}
 .example-1 .content {
	 background-color: #fff;
	 box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
 .example-1 .title a {
	 color: #808080;
}
 .example-1 .menu-button {
	 position: absolute;
	 z-index: 999;
	 top: 16px;
	 right: 16px;
	 width: 25px;
	 text-align: center;
	 cursor: pointer;
}
 .example-1 .menu-button span {
	 width: 5px;
	 height: 5px;
	 background-color: #808080;
	 color: #808080;
	 position: relative;
	 display: inline-block;
	 border-radius: 50%;
}
 .example-1 .menu-button span::after, .example-1 .menu-button span::before {
	 content: "";
	 display: block;
	 width: 5px;
	 height: 5px;
	 background-color: currentColor;
	 position: absolute;
	 border-radius: 50%;
}
 .example-1 .menu-button span::before {
	 left: -10px;
}
 .example-1 .menu-button span::after {
	 right: -10px;
}
 .example-1 .menu-content {
	 text-align: center;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 z-index: -1;
	 transition: transform 0.3s;
	 transform: translateY(0);
}
 .example-1 .menu-content li {
	 width: 33.333333%;
	 float: left;
	 background-color: #77d7b9;
	 height: 60px;
	 position: relative;
}
 .example-1 .menu-content a {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 font-size: 24px;
}
 .example-1 .menu-content span {
	 top: -10px;
}

.example-1 .button {
	display: table-cell;
    width: 50%;
    margin: 0;
    text-align: center;
    font-size: 12px;
    color: #fff !important;
    position: relative;
	font-weight: 700;
	padding: 5px;
}
.example-1 .button::after {
	content: "\2192";
	opacity: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	transition: all 0.3s;
}
.example-1 .button:hover::after {
	transform: translate(5px, -50%);
	opacity: 1;
}


.owl-item
{
	min-width: 250px;
}

body .owl-carousel.owl-loading {
    opacity: 1;
    display: block;
    text-align: center;
}
.framebox{
    width: 95%;
    margin: auto;
    padding-top: 10px;
}
.owl-prev,.owl-next{
font-size: 30px;
background: rgb(221, 33, 28);
color: white;
border: 0;
margin: 7px;
}

.owl-prev:hover,.owl-next:hover,.owl-prev:focus,.owl-next:focus{
    outline: none;
}
.owl-item {
    border-radius: 4px;
}
a.item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #f00;
    cursor: pointer;
    padding: 78px 30px;
}
.item:hover{
    text-decoration-line: none;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
    margin-top: 10px;
}
body .owl-carousel .owl-dots,
body .owl-carousel .owl-nav {
    display: block;
    margin-top: 10px;
    text-align: center;
}
body .owl-carousel .owl-dots.disabled,
body .owl-carousel .owl-nav.disabled {
    display: block;
}
.owl-dot{
    display: none;
}

.tab .tablinks {
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	display: inline-block;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;*/
	/*color: #ffffff;*/

	background: #f4f4f4;
	color: #333333;
	border: 1px solid #dedede;
	border-radius: 3px;
}

.tab .tablinks:hover{
    background: #2181F7;
    border: 1px solid #2181F7;
}

/* @alejandro Clientes audiencias. */
.listClientesAudiencia
{
	height:auto;
	width: 100%;
	display:block;
	overflow:auto;
	max-height: 300px;
}
.explicacionItalic
{
	font-style: italic !important;
}
.prevImagen
{
	max-height: 80px;
	width: auto;
}
.botonPersonalizar
{
	background-color: orange !important;
	border: 1px solid orange !important;
}
.listLog
{
	height:auto;
	width: 100%;
	display:block;
	overflow:auto;
	max-height: 500px;
}
.fondoLi
{
	background-color: #f6f6f6;
}
.center
{
	text-align: center;
}
#tamanoDesc
{
	height:auto;
	/* width: 100%; */
	display:block;
	overflow:auto;
	max-height: 400px;
}
.noImagen
{
	margin-top: 10%;
}
.pendingEmailing
{
	background: url('../imgcontrol/pending.png');
	background-size: contain;
	background-repeat: no-repeat;
	height: 15px;
}
.nameEmailing
{
	margin-left: 9%;
	vertical-align: -1px;
}
.okEmailing
{
	background: url('../imgcontrol/ok.png');
	background-size: contain;
	background-repeat: no-repeat;
	height: 15px;
}
.errorEmailing
{
	background: url('../imgcontrol/error.png');
	background-size: contain;
	background-repeat: no-repeat;
	height: 15px;
}
.labelPorcentajeBoton
{
	position: relative;
  color: white;
  bottom: 60px;
  left: 100px;
  background-color: orange;
  padding: 3px 10px 3px 10px;
  border: 1px solid orange;
  border-radius: 5px;
	font-size: 10px !important;
}
.labelPorcentajeBaja
{
	position: relative;
  color: white;
  bottom: 0;
  right: 0;
  background-color: orange;
  padding: 3px 10px 3px 10px;
  border: 1px solid orange;
  border-radius: 5px;
	float: right;
	font-size: 10px !important;
}
.labelPorcentajeRRSS
{
	position: relative;
  color: white;
  bottom: 40px;
  right: 100px;
  background-color: orange;
  padding: 3px 10px 3px 10px;
  border: 1px solid orange;
  border-radius: 5px;
	font-size: 10px !important;
}
.labelPorcentajeImagen2cols
{
	position: relative;
  color: white;
  bottom: 30px;
  left: 10px;
  background-color: orange;
  padding: 3px 30px 3px 30px;
  border: 1px solid orange;
  border-radius: 5px;
  font-size: 10px !important;
}
.labelPorcentajeNombre2cols
{
	position: relative;
  color: white;
  bottom: 0;
  right: 0;
  background-color: orange;
  padding: 3px 15px 3px 15px;
  border: 1px solid orange;
  border-radius: 5px;
  font-size: 10px !important;
}
.labelPorcentajeImagen1cols
{
	position: relative;
  color: white;
  bottom: 0;
  right: 20px;
  background-color: orange;
  padding: 3px 15px 3px 15px;
  border: 1px solid orange;
  border-radius: 5px;
  font-size: 10px !important;
}
.labelPorcentajeNombre1cols
{
	position: relative;
  color: white;
  bottom: 0;
  right: 0;
  background-color: orange;
  padding: 3px 15px 3px 15px;
  border: 1px solid orange;
  border-radius: 5px;
  font-size: 10px !important;
}
.capaClics
{
	margin-top: 2%;
	margin-bottom: 2%;
}
.tituloClics
{
  font-size: 16px;
  background-color: #dd0000;
  padding: 15px;
  color: white;
	border: 1px solid;
	box-shadow: 2px 2px  #000000;
}
.capaNotificacionesEmailing
{
	position: fixed;
	bottom: 10px;
	right: 0;
	float: right;
	width: 20%;
	background-color: white;
}
.ulNotificaciones
{
	padding-left: 2%;
}
.liNotificaciones
{
	padding: 5px 2px 5px 2px;
  list-style: none;
  border-bottom: 1px solid #f6f6f6;
	font-size: 13px;
}
.nombreNotificaciones
{
	background-color: #dd0000;
	padding: 15px;
	color: white;
	border: 1px solid;
	box-shadow: 2px 2px  #000000;
	margin: 0 !important;
	font-size: 15px;
}
.labelPorcentajeImagenSuperior
{
	position: relative;
	color: white;
	top: 5px;
	right: 50%;
	background-color: orange;
	padding: 3px 15px 3px 15px;
	border: 1px solid orange;
	border-radius: 5px;
	font-size: 10px !important;
	float: right;
}
.labelPorcentajeImagenInferior
{
	position: relative;
	color: white;
	top: 5px;
	right: 50%;
	background-color: orange;
	padding: 3px 15px 3px 15px;
	border: 1px solid orange;
	border-radius: 5px;
	font-size: 10px !important;
	float: right;
}
.pointer
{
	cursor: pointer !important;
}
.esperando
{
	text-align: center;
    margin-top: 5%;
    font-size: 25px;
}
.textoEsperando
{
	text-align: center;
    margin-top: 1%;
    font-size: 14px;
}
.colorAvisosCarritosEntregados
{
	border-color: #8080807d !important;
}
.labelPorcentajeLogoCarrito
{
	
    position: relative;
    color: white;
    top: 0;
    right: 30%;
    background-color: orange;
    padding: 3px 15px 3px 15px;
    border: 1px solid orange;
    border-radius: 5px;
    font-size: 10px !important;
}
.tabCarritosAbandonados
{
	margin: 0 0 5px 0 !important;
}
.textoProductos
{
	text-align: center !important;
}
.insertarMas
{
	float: right;
}
.imagenModificar
{
	height: 50px;
	max-height: 50px;
	width: auto;
	margin-left: 20%;
}
.eliminarProducto
{
	margin-top: 15%;
	margin-left: 20%;
}