@charset "utf-8";
.cel-clara {
	background-color: #FFFFFF;
	background-position: bottom;
	border: 1px solid #666;
	
}
.cel-clara:hover {
	background-color: #FFFFCC;
}


/* Sugerencias para diseños elásticos 
1. Dado que el tamaño global de los diseños elásticos se basa en el tamaño de fuente predeterminado del usuario, resultan algo más impredecibles. Si se utilizan correctamente, también son más accesibles para aquellas personas que necesitan tamaños de fuentes más grandes, dado que la longitud de línea mantiene la proporcionalidad.
2. La asignación de tamaño a los divs en este diseño se basa en el 100% del tamaño de fuente en el elemento body. Si reduce el tamaño global del texto empleando font-size: 80% en el elemento body o el #container, recuerde que todo el diseño reducirá su tamaño proporcionalmente. Es posible que le interese aumentar los anchos de los diversos divs para compensar este efecto.
3. Si la asignación de tamaño de fuente se modifica de forma distinta en cada div en lugar de hacerse en el diseño global (es decir: a #sidebar1 se le asigna un 70% de tamaño de fuente y a #mainContent se le asigna un 85% de tamaño de fuente), ello hará que se modifique proporcionalmente el tamaño global de cada uno de los div. Si lo desea, puede realizar el ajuste basándose en la asignación de tamaño de fuente final.
*/
.menu_princ_inactivo:hover {
	background-color: #ff6000;
}
#arbol a:hover {
	text-decoration: underline;
	color: #FFF;
}

#arbol a {
	text-decoration: none;
	color: #CCC;
}
#tit_catalogo {
	padding-right: 10px;
	font-family: "century gothic";
	font-size: 20px;
	font-weight: bold;
	color: #66FFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	margin: auto;
	float: left;
	width: 650px;
	padding-left: 10px;
	background-color: #000;
	height: 20px;
}
.footer {
	background-image: url(/images/f_azul.png);
	font-family: "century gothic";
	font-size: 10px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	clear: both;
	color: #FFF;
	float: none;
	width: 900px;
	margin: auto;
}
.footer a {
	text-decoration: none;
	color: #999;
}

.footer a:hover {
	text-decoration: underline;
}
.instrucciones {
	background-color: #D1FFCC;
	border: 1px solid #CCC;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
}


.footer_enc {
	font-size: 12px;
	color: #FF6000;
	font-weight: bold;
}
.footer_enc a {
	color: #FF6000;
	text-decoration: none;
}
#arbol {
	height: auto;
	padding-right: 10px;
	font-family: "century gothic";
	font-size: 11px;
	font-weight: bold;
	background-color: #000;
	padding-top: 2px;
	width: 880px;
	padding-bottom: 2px;
	padding-left: 10px;
	clear: both;
	color: #FFF;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.menu_princ_facebook {
	width: auto;
	float: right;
	height: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.menu_princ_inactivo {
	height: auto;
	width: auto;
	color: #FFF;
	float: right;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: auto;
}
#menu {
	background-image: url(/images/f_azul.png);
	height: 50px;
	font-family: "century gothic";
	font-size: 12px;
	font-weight: bold;
	width: 900px;
	float: none;
	margin: auto;
	padding-right: 0px;
}
.oneColElsCtrHdr #container {
	width: 902px;
	text-align: left;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 20px;
}
.tit_tabla {
	color: #FFF;
}

.oneColElsCtrHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen bajo él. Si se utiliza una imagen en el #header en lugar de texto, es posible que le interese quitar el relleno. */
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* el ajuste en cero del margen del último elemento del div de #header evita la contracción del margen (un espacio inexplicable entre divs). Si el div tiene un borde alrededor, esto no es necesario, ya que también evita la contracción del margen */
	padding: 10px 0; /* el uso de relleno en lugar de margen le permitirá mantener el elemento alejado de los bordes del div */
}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px; /* recuerde que el relleno es el espacio situado dentro del cuadro div y que el margen es el espacio situado fuera del cuadro div */
	background: #FFFFFF;
}
.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen por encima de él. */
	background:#DDDDDD;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
	padding: 10px 0; /* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
}

#encabezado {
	height: auto;
	width: 100%;
	overflow: hidden;
	color: #FFF;
	background-image: url(/images/f_azul.png);
	background-repeat: repeat;
	font-family: "century gothic";
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#contenedor {
	overflow: hidden;
	height: auto;
	width: 902px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#encabezado-der {
	float: left;
	height: auto;
	width: 420px;
	text-align: left;
	background-repeat: no-repeat;
	padding-left: 10px;
}

#encabezado h1 {
	font-size: 14px;
}

#principal {
	float: left;
	height: auto;
	width: 670px;
	overflow: hidden;
	background-image: url(/images/f_negro.png);
	background-repeat: repeat;
	margin-right: 0px;
	margin-left: 0px;
}
#pie {
	height: 30px;
	width: 880px;
	border: 1px solid #CCC;
	overflow: hidden;
	padding: 10px;
	clear: both;
	float: none;
	font-size: 12px;
	color: #FFF;
	background-image: url(/images/f_azul.png);
	background-repeat: repeat;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#pie a {
	color: #FFFFFF;
}
#menu a {
	color: #FFF;
}


#progreso {
	height: 30px;
	width: 900px;
	background-color: #FFF;
	border: 1px solid #CCC;
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
body {
	background-image: url(/productos-personalizados/images/f_principal.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#titulo {
	height: auto;
	width: 900px;
	background-color: #FFF;
	border: 1px solid #CCC;
	overflow: hidden;
}
#titsup {
	background-color: #FFF;
	float: none;
	height: auto;
	width: 860px;
	text-align: right;
	font-weight: bold;
	color: #060;
	font-family: "century gothic";
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	margin: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	font-size: 18px;
}
#titsup h1 {
	font-size: 12px;
}


#titabajo {
	background-color: #060;
	float: none;
	height: 38px;
	width: 860px;
	text-align: right;
	font-weight: bold;
	color: #FFF;
	font-size: 18px;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
	margin: auto;
	clear: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	font-family: "century gothic";
}
#encabezado a {
	color: #F90;
}
#encabezado-izq {
	float: none;
	height: auto;
	width: 880px;
	padding: 5px;
	text-align: left;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
}
.bloque-activo {
	height: 20px;
	width: auto;
	font-size: 11px;
	float: left;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 5px;
	color: #666;
	background-image: url(/images/f-avance.gif);
	background-repeat: repeat-x;
	background-position: right;
	font-weight: bold;
}
.bloque-inactivo {
	height: 15px;
	width: auto;
	font-size: 11px;
	float: left;
	padding-right: 25px;
	padding-left: 5px;
	background-color: #CCC;
	color: #666;
	margin-top: 9px;
	padding-top: 0px;
}
.bloque-completo {
	height: 15px;
	width: auto;
	font-size: 11px;
	float: left;
	padding-right: 25px;
	padding-left: 5px;
	background-color: #B8CBE7;
	color: #666;
	margin-top: 9px;
	padding-top: 2px;
}
#principal-izq {
	float: none;
	width: 660px;
	font-size: 12px;
	font-family: "century gothic";
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #666;
	border-right: 1px solid #FFF;
	background-color: #FFFFFF;
}
#principal-izq table {
}


#principal-izq h2 {
	font-size: 14px;
	color: #2276A4;
}
#principal-izq h1 {
	font-size: 18px;
	color: #FF6600;
}


#principal-der {
	float: none;
	height: auto;
	width: 190px;
	text-align: center;
	background-color: #000;
	color: #FF0;
	background-repeat: repeat-y;
	background-position: left;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#principal-der h2 {
	font-size: 14px;
	font-weight: bold;
	color: #86CC5B;
	background-color: #000;
	text-align: center;
	border: 1px solid #86CC5B;
	padding: 2px;
}
.precio {
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
}
.precio_nulo {
	font-size: 8px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: line-through;
}


.promo {
	font-style: italic;
	color: #FFF;
}
.restricciones {
	font-size: 10px;
	color: #666;
}
.continuar {
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.continuar:hover {
	text-decoration: none;
}
.continuar:active {
	font-size: 12px;
}

#cantidades {
	float: left;
	height: auto;
	width: 220px;
	text-align: center;
	color: #FFF;
	background-repeat: repeat;
	background-position: left;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left: 1px solid #999999;
}

#menu-nav-izq {
	height: auto;
	width: 220px;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #f4f4f4;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
}

#contenido-der {
	float: right;
	width: 200px;
	overflow: hidden;
	font-size: 11px;
	background-color: #FFF;
	height: auto;
	margin-bottom: 10px;
}
.titulo-tabla {
	font-size: 14px;
	color: #FFF;
}
#history {
	float: left;
	width: 650px;
	font-size: 10px;
	font-family: "century gothic";
	height: auto;
}
a:hover {
	text-decoration: none;
}
.error {
	color: #F00;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFCC;
	border: thin dotted #CCCCCC;
}
.tallas-guardadas {
	color: #093;
	font-weight: normal;
}
.cel_clara:hover {
	background-color: #FFFFCC;
}

.cel-osc {
	background-color: #EBEBEB;
	background-position: bottom;
	border: 1px solid #666;
}
.cel-clara-estilos {
	background-color: #FFFFFF;
	background-image: url(/images/f_estilos.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 2px solid #999999;
	
}
.cel-osc-estilos {
	background-image: url(/images/f_estilos_agregado.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 2px solid #FF6600;
}
.cel-osc-estilos:hover {
	background-image: url(/images/f_estilos_agregado.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 2px solid #FF6600;
}
.restricciones {
	font-size: 10px;
	color: #666666;
}
.pasos {
	font-size: 16px;
	color: #3E882B;
}
.calidad {
	color: #FFFFFF;
	font-size: 12px;
}
.siguiente {
	background-image: url(/images/f_continuar.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	height: 30px;
	width: 146px;
	text-align: center;
	padding-top: 10px;
	margin: auto;
	float: none;
	text-decoration: none;
	font-size: 14px;
	background-position: center center;
	font-weight: bold;
}
.siguiente a {
	color: #FFF;
}
.siguiente hover {
	color: #FF0;
}
.enc_promo {
	font-weight: bold;
	color: #66FFFF;
	background-color: #000;
	margin: auto;
	width: auto;
	font-size: 14px;
	padding: 2px;
	border: 1px solid #66FFFF;
}
.carrito {
	color: #000033;
	background-color: #E9E9E9;
	width: auto;
	font-size: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-weight: normal;
	border-bottom: 1px solid #8a8a8a;
	border-radius:5px;
}
.carrito h3 {
	font-size: 12px;
	background-color: #A6EDFF;
}

#fadeshow2 {
	float: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#cantidades a {
	color: #060;
}
.cel-clara-estilos:hover {
	border: 2px solid #F60;
	background-color: #FFFFCC;
}
.f_entrega_enc {
	color: #86CC5B;
	font-size: 12px;
}
.tachado {
	text-decoration: line-through;
	font-size: 8px;
}
.cel-osc:hover {
	background-color: #FFFFCC;
}
.comp_agregado {
	background-color: #FFFFE6;
}
.comp_agregado:hover {
	background-color: #FFFFCC;
}
.inv_hover:hover {
	background-color: #FFFFCC;
}
.suma_vacia {
	color: #999999;
	font-size: 10px;
}
.tabla_inv {
	/* [disabled]border-right-width: 1px; */
	/* [disabled]border-left-width: 1px; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-left-style: solid; */
	border-top: 1px solid #CCCCCC;
	/* [disabled]border-right-color: #666666; */
	border-bottom: 2px solid #C8C8C8;
}
.tr_carrito {
	border: 1px solid #999999;
}
.btn {
	background: #ff6600;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,211,10,1.00)),color-stop( 100% , rgba(0,27,3,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(0,211,10,1.00) 0%,rgba(0,27,3,1.00) 100%);
	background-image: -moz-linear-gradient(top, #ff6600, #4f2b00);
	background-image: -ms-linear-gradient(top, #ff6600, #4f2b00);
	background-image: -o-linear-gradient(top, #ff6600, #4f2b00);
	background-image: linear-gradient(180deg,rgba(0,211,10,1.00) 0%,rgba(0,27,3,1.00) 100%);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;

}

.btn:hover {
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(135,255,145,1.00)),color-stop( 100% , rgba(0,95,19,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(135,255,145,1.00) 0%,rgba(0,95,19,1.00) 100%);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(180deg,rgba(135,255,145,1.00) 0%,rgba(0,95,19,1.00) 100%);
	text-decoration: none;
	background-color: #00FF00;
}.buscar_logo {
	border: 1px dotted #666666;
	font-weight: normal;
}
#h1_general {
	float: right;
	margin-top: 120px;
	margin-right: 120px;
}
#h1_general h1 {
	font-size: 16px;
}
.td_boton {
	background-color: #2276A4;
}
.td_boton:hover {
	background-color: #2C97D1;
}
#boton_global {
	font-weight: bold;
	border-radius: 28px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,171,255,1.00)),color-stop( 100% , rgba(0,93,179,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(0,171,255,1.00) 0%,rgba(0,93,179,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,171,255,1.00) 0%,rgba(0,93,179,1.00) 100%);
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	float: none;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 25px;
}
#boton_global:hover {
	font-weight: bold;
	border-radius: 28px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,93,179,1.00)),color-stop( 100% , rgba(0,171,255,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(0,93,179,1.00) 0%,rgba(0,171,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,93,179,1.00) 0%,rgba(0,171,255,1.00) 100%);
	/* [disabled]padding-top: 7px; */
	/* [disabled]padding-bottom: 7px; */
	/* [disabled]padding-left: 15px; */
	/* [disabled]padding-right: 15px; */
	float: none;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer
}
#boton_global a {
	color: #FFFFFF;
	text-decoration: none;
}

#boton_avanzar {
	font-weight: bold;
	border-radius: 28px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,199,53,1.00)),color-stop( 100% , rgba(0,118,13,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(0,199,53,1.00) 0%,rgba(0,118,13,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,199,53,1.00) 0%,rgba(0,118,13,1.00) 100%);
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	float: none;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 25px;
}
#boton_avanzar:hover {
	font-weight: bold;
	border-radius: 28px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,131,57,1.00)),color-stop( 100% , rgba(0,174,14,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(0,131,57,1.00) 0%,rgba(0,174,14,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,131,57,1.00) 0%,rgba(0,174,14,1.00) 100%);
	/* [disabled]padding-top: 7px; */
	/* [disabled]padding-bottom: 7px; */
	/* [disabled]padding-left: 15px; */
	/* [disabled]padding-right: 15px; */
	float: none;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer
}
#boton_avanzar a {
	color: #FFFFFF;
	text-decoration: none;
}

.td_carrito {
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 99.48% , rgba(225,225,225,1.00)));
	background-image: -webkit-repeating-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(225,225,225,1.00) 99.48%);
	background-image: repeating-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(225,225,225,1.00) 99.48%);
}
.td_carrito_agre {
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(249,255,197,1.00)),color-stop( 100% , rgba(241,255,34,1.00)));
	background-image: -webkit-repeating-linear-gradient(270deg,rgba(249,255,197,1.00) 0%,rgba(241,255,34,1.00) 100%);
	background-image: repeating-linear-gradient(180deg,rgba(249,255,197,1.00) 0%,rgba(241,255,34,1.00) 100%);
}
#boton_carrito {
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,133,14,1.00)),color-stop( 100% , rgba(205,70,0,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,133,14,1.00) 0%,rgba(205,70,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,133,14,1.00) 0%,rgba(205,70,0,1.00) 100%);
	color: #FFFFFF;
	/* [disabled]margin-top: 10px; */
	/* [disabled]margin-right: 5px; */
	/* [disabled]margin-bottom: 5px; */
	/* [disabled]margin-left: 5px; */
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-radius: 28px;
	border-width: 0px;
	font-size: 14px;
}
#boton_carrito:hover {
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(205,70,0,1.00)),color-stop( 100% , rgba(255,133,14,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(205,70,0,1.00) 0%,rgba(255,133,14,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(205,70,0,1.00) 0%,rgba(255,133,14,1.00) 100%);
	cursor:pointer
}
#boton_carrito a {
	text-decoration: line-through;

}
.menu_cat_prods {
	height: auto;
	width: auto;
	color: #FFF;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: auto;
}
.precio_naranja_tachado {
	color: #FF6600;
	font-size: 10px;
	text-decoration: line-through;
}
#nav_cats {
}
#nav_cats a {
	color: #999999;
}
.table_subcat {
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(189,189,189,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(189,189,189,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(189,189,189,1.00) 100%);
}

.table_subcat:hover {
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(249,255,197,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(249,255,197,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(249,255,197,1.00) 100%);
}

<!-- COOKIES -->
@keyframes desaparecer
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@keyframes aparecer
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
 
@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
#cookiesms1:target {
    display: none;
}
.cookiesms{	
	width:100%;
	height:43px;
	margin:0 auto;
	padding-left:1%;
        padding-top:5px;
        font-size: 12px;
	clear:both;
        font-weight: strong;
color: #333;
bottom:0px;
position:fixed;
left: 0px;
background-color: #FFF;
opacity:0.95;
filter:alpha(opacity=90); /* For IE8 and earlier */
transition: bottom 1s;
-webkit-transition:bottom 1s; /* Safari */
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
z-index:999999999;
}
 
.cookiesms:hover{
bottom:0px;
}
.cookies2{
background-color: #FFF;
display:inline;
opacity:0.95;
filter:alpha(opacity=95);
position:absolute; 
left:1%; 
top:-30px;
font-size:14px;
height:30px;
padding-left:25px;
padding-right:25px;
-webkit-border-top-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
}

summary { cursor: pointer; }
summary:hover {background: #E1E1E1;}
summary::-webkit-details-marker {display: none}
summary:before{ content: "+"; text-decoration:underline; color: #363636; display: block; float: left; font-size: 1; font-weight: bold; margin: -2px 10px 0 10px; padding: 0; text-align: center; width: 20px;}
details[open] summary:before {content: "-"; margin-top: -4px;}
<!-- CIERRA LAS COOKIES -->