
BODY {font-family:'Ubuntu', Arial, Helvetica; background:#fafafa;}
html {overflow-x:hidden;}

@font-face {font-family:'Ubuntu'; font-weight:400; font-style:normal; src:url('fuentes/Ubuntu-N.woff') format('woff');}
@font-face {font-family:'Ubuntu'; font-weight:400; font-style:italic; src:url('fuentes/Ubuntu-NI.woff') format('woff');}
@font-face {font-family:'Ubuntu'; font-weight:600; font-style:normal; src:url('fuentes/Ubuntu-B.woff') format('woff');}
@font-face {font-family:'Ubuntu'; font-weight:600; font-style:italic; src:url('fuentes/Ubuntu-BI.woff') format('woff');}
@font-face {font-family:'Ubuntu'; font-weight:800; font-style:normal; src:url('fuentes/Ubuntu-EB.woff') format('woff');}
@font-face {font-family:'Ubuntu'; font-weight:800; font-style:italic; src:url('fuentes/Ubuntu-EBI.woff') format('woff');}


/* ---------------------------- ESTILOS MUY IMPORTANTES --------------------------------------- */

:root {
	--colPrim:#fdcc0f;
	--colPrimTte:rgba(253,204,15,0.6);
	--colSecu:#aeaeae;
	--colSecuTte:rgba(174,174,174,0.6);
	--colTerc:#555;
	--colTercTte:rgba(85,85,85,0.6);
	--anchoProd:300px;
	--altoProd:300px;
}

A       {color:var(--colSecu);}
A:hover {color:#000;}

.txtPrim {color:var(--colPrim);}
.txtSecu {color:var(--colSecu);}

.fondoPrim    {background:var(--colPrim);}
.fondoPrimTte {background:var(--colPrimTte);}
.fondoSecu    {background:var(--colSecu);}
.fondoSecuTte {background:var(--colSecuTte);}

.bordeDere {border-right:solid 5px var(--colPrim);}
.bordeIzdo {border-left: solid 5px var(--colPrim);}

.parraSep p {margin-bottom:1.2em;}

.capa1000   {width:1000px; margin:auto;}
.anchoTotal {width:0px; margin:auto;}

.noWeb {display:none !important;}

#cabecera, #cuerpo, .capaCuerpo, #franjaSuperior, #tablaPrincipal, #franjaInferior, #pieContenedor, #pieTexto {width:1020px; margin:auto;}

header, .capaIconos, .capaIcoWeb, .icoBuscar, #buscarWeb, .logoWeb img, .logoWeb, .contactoTelf, #cabeceraMenu {transition:all 0.4s;}


/* ------------------------------------- CABECERA WEB ------------------------------------------------ */

header {width:100%; height:130px; background:url(images/cabeceraFondo.png) repeat-x bottom center; border-bottom:solid 1px var(--colPrim); position:fixed; z-index:1000;}

#cabecera {margin:0 auto;}

	.logoWeb {margin:25px 0 0 15px; position:absolute;}

	.contactoTelf {margin:31px 0 0 495px; position:absolute;}

	.icoBuscar {margin:25px 0 0 790px; position:absolute; text-align:center; transition:all 0.4s;}
	#buscarWeb {width:300px; height:40px; padding-top:25px; margin:0 0 0 530px; text-align:left; position:absolute;}
	.buscar {width:calc(100% - 80px); height:40px; padding:0 5px;}
	form#busca input {font-size:14px; border-radius:0px; color:#000; border:1px solid var(--colPrim); border-right:none; background:#fff;}
	form#busca input:focus, form#busca:hover {box-shadow:0 0 8px rgba(0,0,0,0.5);}
	.botonBuscar {float:left; display:block; background:#fff; color:var(--colTerc); border:1px solid var(--colPrim); border-left:none;}
	.botonBuscar, .cerrarBuscar a {width:40px; height:40px; padding:9px 11px; font-size:18px; line-height:20px;}
	.cerrarBuscar {margin:0;}
	.cerrarBuscar a {color:#fff; background:#000; display:inherit;}
	.cerrarBuscar a:hover {color:#fff; background:var(--colPrim);}
	.modalBuscar {opacity:0; pointer-events:none; z-index:9999; transition:all 0.3s;}
	.modalBuscar:target {opacity:1; pointer-events:auto;}

	.capaIconos {margin:25px 0 0 840px; position:absolute; display:flex !important; flex-wrap:wrap; justify-content:flex-start; align-items:center;}
	.capaIconos .capaIcoLink {margin:0 7px; text-align:center; transition:all 0.4s;}
	.capaIcoLink a {width:40px; height:40px; font-size:24px; line-height:34px; border:solid 2px #000; border-radius:20px; display:inherit;}
	.capaIcoLink a:hover {background:var(--colSecu); color:#fff; border:solid 2px var(--colSecu); transform:scale(1.2);}
	.colorIcoA a {color:#fff; background:#000;}
	.colorIcoB a {color:#fff; background:#000;}

	#Cart {padding:0;}
	.contador-carro {width:20px; height:20px; top:20px; margin-left:18px; text-align:center; display:block; background:var(--colSecu); border-radius:49%; border:solid 2px #fff; position:absolute;}
	.numero-con, .numero-con a {margin:0; font-weight:400; font-size:11px; line-height:16px; text-decoration:none; color:#fff; display:block;}

	#cabeceraMenu {height:40px; margin:90px 0 0 102px; clear:both; text-align:left; position:absolute;}
	ul.nav {float:left;}	/* ------- Alineación Drcha / Izda ---- */	
	.nav > li {float:left; z-index:999;}
	.nav li a {padding:11px 20px 11px 20px; color:#fff; font-size:18px; line-height:18px; text-transform:uppercase; display:block;}
	.nav li a:hover {color:#000; background:var(--colPrim);}
	.nav li {list-style:none; position:relative;}
	.nav li ul {width:200px; display:none; border:1px solid #333; background:#fff; box-shadow:2px 2px 4px rgba(0,0,0,0.4); position:absolute;}
	.nav li li a {padding:8px 10px; color:#000; font-size:16px; line-height:16px;}
	.nav li li a:hover {color:#000; background:var(--colPrim);}
	.nav li:hover > ul {display:block;}
	.nav li ul li ul {right:-190px; top:0;}


/* --------------------------------------- CUERPO WEB ------------------------------------------------ */

#cuerpo {text-align:left;}

	#franjaSuperior {height:150px;}


#principal {width:990px; margin:0 0 0 15px; color:#000; float:left; display:table-cell;}

	#principal iframe {max-width:100%;}
	#principal img, #cat-descripcion img {max-width:100%; height:auto !important; display:inline;}
	#recaptcha_area img {display:block;}

	/*------- Slider Ofertas, novedades y destacados ----------*/
	.modulos-sliders .slide {margin:5px 11px !important;}
	.bx-wrapper {max-width:100% !important;}

	#principal-text, .mapa-text {font-size:15px;}
	#principal-text ul, #principal-text ol {margin-left:20px;}


#franjaInferior {height:30px; clear:both;}


/* ----------------------------------------- PIE WEB ------------------------------------------------- */

#Pie {width:100%; margin:10px auto auto auto; background:#000;}

	#pieNewsletter {width:100%; padding:30px 0; color:#fff; text-align:center; background:url(images/Newsletter.jpg) no-repeat center left; background-size:cover;}
		.boletinTxt {margin:10px; text-align:center;}
		.boletinTxt input {width:200px; padding:10px; border:solid 2px var(--colPrim); background:rgba(255,255,255,0.9); border-radius:8px;}
		.boletinTxt input:hover {border:solid 2px #fff; background:#fff; box-shadow:0 0 15px rgba(0,0,0,1);}
		.phoneSuscriptor {display:none;}
		#boletinAcepto {margin-top:3px; float:left; display:inline;}
		#boletinAcepto, #boletinAcepto a {font-size:14px;}
		#boletinAcepto a {color:var(--colPrim);}
		#boletinAcepto, #boletinAcepto a:hover {color:#fff;}
		.checknews {margin:3px 15px 0 7px; float:left; display:inline; transform:scale(1.2);}
		.newsBtn {width:150px; height:35px; padding:5px; font-weight:bold; font-size:15px; color:#fff; background:var(--colPrim); border:solid 2px #fff; border-radius:8px;}
		.newsBtn:hover {color:#000; background:#fff; border:solid 2px var(--colPrim);}

	#pieAnuncios {margin:auto; text-align:center; background:rgba(0,0,0,0.3); border-top:solid 1px var(--colTerc); border-bottom:solid 1px var(--colTerc);}
	.pieAnuncioCon {width:25%; margin:15px 0; display:flex !important; flex-wrap:wrap; justify-content:center; align-items:center;}
	.pieAnuncioIco {color:var(--colTerc); font-size:46px; line-height:46px;}
	.pieAnuncioTxt {margin-left:10px; color:#fff; font-size:20px; line-height:22px; text-align:left;}
	
	#pieContenedor, #pieContenedor a, #pieTexto, #pieTexto a {font-size:15px; line-height:1.1em; color:#ccc;}	
	#pieContenedor a:hover {color:#fff;}

	.pieBloque {width:28%; margin:0 2.66%; text-align:center; float:left; display:block;}
	.pieBloque p {margin:0 0 3px 0;}

	.pieTitular {width:100%; margin-bottom:15px; padding:25px 0 5px; font-weight:600; font-size:19px; line-height:20px; color:#fff; border-bottom:solid 1px var(--colPrim);}
	.pieMenu {text-transform:uppercase;}

	.iconoPie {width:30px; margin:0 5px 0 0; font-size:22px; line-height:22px; color:var(--colPrim); display:inline;}
	.verdeWhatsApp {color:#40a035;}
	
	.redesPie {float:none; display:inline;}
	.redesPie img {height:36px; margin:10px 5px 0 5px;}
		
	#pieTexto {width:100%; margin:auto; padding:15px 0; text-align:center; border-top:solid 1px var(--colPrim);}
	#pieTexto p {margin:5px auto;}
	#pieTexto, #pieTexto a {color:#ccc;}
	#pieTexto a:hover      {color:#fff;}
	
	.txtPeque80 {font-size:80%;}
	.txtPeque90 {font-size:90%;}
	.txtBig120  {font-size:120%;}

	.btnWhatsTxt a {padding:5px 5px 4px 5px; bottom:10px; right:10px; font:400 22px 'PTS'; line-height:22px; color:#fff; background:#40A22E; border:solid 2px #fff; border-radius:8px; box-shadow:0 0 10px rgba(0,0,0,.3); z-index:1000; position:fixed;}
	.btnWhatsTxt a:hover {background:#1f6d10;}
	.btnWhatsTxt .iconWhatsappH:before {margin-right:5px; font-size:26px; line-height:26px;}


/* ---------------------------------- FICHAS DE LOS PRODUCTOS --------------------------------------- */

#contenedorGeneral {width:100%; margin:0; text-align:center;}
.texto_nombre_pr {margin-bottom:20px; font-size:20px; float:left; color:#000;}	
.ordenaFichas {float:right;}
.separaFicha img {display:inherit !important;}

#contenedorFichas {width:100%; gap:40px 4%; display:flex; flex-wrap:wrap; justify-content:center;}
.productos {width:48%; min-height:calc(var(--altoProd));}

.productos-contenedor {text-align:center; border:solid 1px #eee; background:#fff; box-shadow:0 0 7px rgba(0,0,0,0); overflow:hidden;}
.productos-contenedor:hover {box-shadow:0 0 7px rgba(0,0,0,0.7);}

.productosImagen {margin:4px auto 5px auto; overflow:hidden;}
.productosImagen, .productosImg {width:var(--anchoProd); height:var(--altoProd);}
.productosImg img {max-width:var(--anchoProd); max-height:var(--altoProd); height:auto !important;}

.fichaBotonera {width:100%; height:40px; top:5px; pointer-events:none; background:rgba(255,255,255,0.85); box-shadow:0 0 5px rgba(0,0,0,0.3); position:relative;}
.fichaBotonera a {margin:0 6px; padding:0 6px; display:inherit;}
.fichaBotonera span {font-size:22px; line-height:40px; display:inherit;}
.btnDetalles, .btnVista, .btnWishList, .btnWishDel {cursor:pointer;}
.btnDetalles a:hover, .btnVista a:hover, .btnWishList a:hover, .btnWishDel a:hover {transform:scale(1.25);}
.btnDetalles a, .btnVista a, .btnWishList a {color:#000;}
.btnWishDel a {color:#ff0000;}

.productos-contenedor:hover .fichaBotonera {margin:-45px auto 0 auto; pointer-events:auto;}
.productos-contenedor:hover .productosImg img {transform: scale(1.1);}

.nombreCont {width:100%; min-height:60px;}
.productosNombre {width:100%; margin:0 auto; padding:0 8px; text-align:center;}
.productosNombre, .productosNombre a {font-weight:400; font-size:16px; line-height:16px;}		
.productosNombre a       {color:#000;}
.productosNombre a:hover {color:var(--colPrim);}		

.productosPrecio {padding:5px;}		
.pvp_oferta, .productosPrecio {font-weight:600; font-size:24px; color:#000;}
.pvp_oferta_old {color:#F00;}

.fichaOpiniones {width:100%; height:20px; margin-bottom:10px; font-size:16px; line-height:20px; text-align:center;}

.eti-productos {pointer-events:none;}


/* -------------------------------- FICHA FINAL DE LOS PRODUCTOS ------------------------------------- */
		
#productos-final-nombre {text-align:left; font-size:25px; font-weight:400; color:var(--colSecu);}

.tablaProductosFinal {display:flex; flex-wrap:wrap;}
.tablaProductoImags {width:42%; margin-right:3%;}
.tablaProductoDatos {width:55%;}

#productos-final-imagen {text-align:left; margin:0;}
#productos-final-imagen img {max-width:100%; margin-bottom:10px; display:block; float:left;}
.zoom-adic {width:100%; margin:0; padding:0;}
.zoom-adic img {margin:5px; border:2px solid #ccc; max-width:50px !important; max-height:50px !important;}
.zoom-adic.Active img {border:2px solid #FB9E11;}
.MagicThumb-expanded {box-sizing:content-box;}
.MagicThumb-expanded div {height:auto !important;}
.MagicThumb-caption {color:#fff; background:rgba(0,0,0,0.8); border-top:solid 1px #fff !important; text-align:center;}

#codep, #fabri, #larga, .contenidos-extra, .Opiniones {font-size:16px; color:#000;}
#corta {margin:20px auto; padding:10px; text-align:left; font-size:18px; color:#444444; border:1px solid #cccccc;}
.Opiniones {padding-top:5px;}
#codep, #fabri {padding-top:15px;}
#corta, #larga, .contenidos-extra {word-wrap:break-word;}
	
#productos-final-precio {width:100%; margin-top:20px; padding:10px; font-size:20px; text-align:center; background:rgba(0,0,0,0.05); border:1px solid rgba(0,0,0,0.1);}
	.capaPrecios {margin-bottom:7px;}
	.padTopPrecio {padding-top:4px;}
	.texto_productos {padding:0; font-weight:bold; font-size:30px; margin:0 10px; color:#000;}
	.precio_oferta {padding:4px 0 0 10px; font-weight:normal; font-size:24px; text-decoration:line-through; color:#F00;}
	.canonDigital {width:100%; height:20px; padding:10px; line-height:20px; display:none;}
	.pvpFichaFinalIVA {font-size:80%;}

	#cantidad-final {width:95%; margin:10px auto auto auto; padding:10px 0; text-align:center; border:solid 2px #fff; background:rgba(255,255,255,0.5);}
	.cantidad-txt {font-size:16px;}
	.cantidad-flotar {margin:0; float:left; display:inline;}

	.sequra-promotion-widget {margin-top:10px; padding:10px; border:solid 2px #fff; background:rgba(255, 255, 255, 0.5); border-radius:8px;}

	.botonAnadirCarrito, .botonWishList {margin:15px 10px 10px 10px; text-align:center;}
	.botonAnadirCarrito a, .botonWishList a {font-size:22px; font-weight:400; line-height:50px; text-shadow:1px 2px 3px rgba(0,0,0,0.2); border:solid 2px #fff; box-shadow:0 0 10px rgba(0,0,0,0.1);}
	.botonAnadirCarrito a:hover, .botonWishList a:hover {border:solid 2px #fff; box-shadow:0 0 15px rgba(0,0,0,0.5);}
	.botonAnadirCarrito a {padding:10px 20px;}
	.botonWishList a      {padding:12px 15px 8px 15px; cursor:pointer;}

	.botonAnadirCarrito a, .fichaFixedBtn a {color:#fff; background:#000;}
	.botonWishList a 											  {color:#fff; background:var(--colSecu);}
	.botonAnadirCarrito a:hover, .botonWishList a:hover, .fichaFixedBtn a:hover {color:#fff; background:var(--colTerc);}
	
#compartir {width:100%; margin:20px auto; text-align:center;}
#compartir a {margin:0 3px !important;}

.radio-boton {border-radius:10px;}


/* -------------------------- TABLAS PRODUCTOS --------------------------------- */

#tablasDescrip, #tablasDatos {overflow-x:auto;}
.tablaEspecify {width:100%;}
.tablaEspecify td {padding:5px; text-align:center; border:solid 1px #ccc;}
.tablaEspecify .tablaCabz td {font-weight:bold; background:var(--colPrim); border:solid 1px #777;}
.tablaEspecify .tablaSubCabz td {background:#e7e7e7;}
.anchoMin550 {min-width:550px;}


/* ------------------------------ PROPIEDADES DEL CARRITO ----------------------------------- */

.carroTitulo div {color:#fff; background:#000;}
.carroProduc div {color:#000; background:#fff;}
.ibutton, .boton_buscar, .boton_area                   {color:#fff; background:var(--colPrim); border:2px Solid #000;}
.ibutton:hover, .boton_buscar:hover, .boton_area:hover {color:#000; background:#fff; border:2px Solid var(--colPrim);}


/* -------------------------- CAPAS FONDOS --------------------------------- */

.separaBanner {width:100%; height:50%;}
.capaTituloTxt {width:100%; padding:15px; font-weight:200; font-size:30px; color:#fff; text-shadow:0 0 7px rgba(0,0,0,0.8);
	background:rgba(0,0,0,0.7); border-top:solid 1px #fff; border-bottom:solid 1px #fff; box-shadow:0 0 10px rgba(0,0,0,0.5);}

.capaFondo   {width:100%; height:250px; margin-top:-20px; left:0; border-bottom:solid 2px var(--colPrim); z-index:-100;}
.capaFonFijo {width:100%; height:100%; top:0; left:0; position:fixed; z-index:-100;}
.capaBanner  {width:100%; height:100%;}

.fondoConta {background:url(images/fondoConta.jpg) repeat-y top center; background-size:cover; z-index:9;}
.fondoLegal {background:url(images/fondoLegal.jpg) repeat-y top center; background-size:cover; z-index:9;}



/* ---------------------------------------- RESPONSIVE ---------- RESPONSIVE ---------- RESPONSIVE ------------------------------------------ */

@media only screen and (min-width: 1450px) {

	#cuerpo, .capaCuerpo, #franjaSuperior, #tablaPrincipal, #franjaInferior, #pieContenedor {width:1360px;}

	#principal {width:1330px;}
	.capaFondo {height:300px;}

}


@media only screen and (max-width: 999px) {

.noMov {display:none !important;}
.noWeb {display:block !important;}

.anchoTotal {width:100%; margin:auto;}


/* ------------------------------------- CABECERA MOVIL ---------------------------------------------- */

header, #cabecera, #menu-cat, .logoWeb {height:50px;}

#cabecera {width:100%; top:0; background:#fff; border-bottom:solid 1px var(--colPrim); position:fixed; /* Cambiar a absolute si no Fixed */ z-index:1000;}

.capaIconos {width:100%; height:45px; margin:0; bottom:0; background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); justify-content:center; position:fixed;}
.capaIconos .capaIcoLink {margin:0 10px;}
.capaIcoLink a {width:40px; height:40px; font-size:24px; line-height:40px; border:none;}
.capaIcoLink a, .capaIcoLink a:hover, .colorIcoA a, .colorIcoB a {color:#000; background:none;}
.capaIcoLink:hover {transform:none;}
.capaIcoLink .iconWhatsappS {font-size:26px;}

.contador-carro {top:20px; margin-left:20px; background:var(--colPrim);}

.logoWeb {width:50%; margin:auto; left:50%; top:50%; transform:translate(-50%,-50%); padding-top:0px; z-index:1000;}
.logoWeb img {width:auto; max-width:100%; height:auto; max-height:46px; margin:auto; text-align:center; display:inherit;}

.icoBuscar {margin:auto; top:5px; right:10px;}
#buscarWeb {width:95%; padding-top:5px; margin:0 2.5%;}

#menu-cat {width:270px; top:0; text-align:left; position:absolute; z-index:105;}
#menu-cat a, #menu-cat a:hover {color:#fff; font:normal 20px 'PTS'; line-height:20px; text-decoration:none;}
.margenCat {border-top:solid 1px rgba(255,255,255,0.3) !important;}
.colorCat ul {background:var(--colSecu);}

#dl-menu {top:5px;}
.menuIconoCats {padding-left:15px; font-size:30px; line-height:40px; color:#000;}

.dl-menuwrapper a, .dl-menuwrapper img, .botonera a {display:inherit;}

.dl-menuwrapper {width:100%; float:left; position:relative; perspective:1000px; perspective-origin:50% 200%;}
.dl-menuwrapper:first-child {margin-right:100px;}
.dl-menuwrapper ul {padding:0; list-style:none; transform-style:preserve-3d;}
.dl-menuwrapper li {position:relative; border-bottom:solid 1px rgba(255,255,255,0.3);}

.dl-menuwrapper li a {display:block; position:relative; padding:13px 15px; outline:none;}
.no-touch .dl-menuwrapper li a:hover {background:rgba(255,255,255,0.2);}
.dl-menuwrapper li.dl-back > a {padding-left:30px; background:rgba(0,0,0,0.2);}
.dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after {position:absolute; top:0; line-height:46px; font-family:'IconWeb'; -webkit-font-smoothing:antialiased; content:"\e902";}
.dl-menuwrapper li.dl-back:after {left:5px; color:rgba(255,255,255,0.4); transform:rotate(180deg);}
.dl-menuwrapper li > a:after {right:5px; color:rgba(255,255,255,0.5);}
.dl-menuwrapper .dl-menu {margin:-5px 0 0 0; position:absolute; width:100%; opacity:0; pointer-events:none; border-top:solid 1px #fff; transform:translateY(10px); backface-visibility:hidden;
	overflow:hidden; overflow-y:auto; max-height:calc(100vh - 150px); box-shadow:1px 1px 5px rgba(0,0,0,0.5);}
.dl-menuwrapper .dl-menu.dl-menu-toggle {transition:all 0.3s ease;}
.dl-menuwrapper .dl-menu.dl-menuopen {opacity:1; pointer-events:auto; transform:translateY(10px);}

.dl-menuwrapper li .dl-submenu {display:none;}
.dl-menu.dl-subview li, .dl-menu.dl-subview li.dl-subviewopen > a, .dl-menu.dl-subview li.dl-subview > a {display:none;}
.dl-menu.dl-subview li.dl-subview, .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {display:block;}
.dl-menuwrapper > .dl-submenu {position:absolute; width:100%; top:45px; left:0; margin:0; border-top:solid 1px #fff;}


/* --------------------------------------- CUERPO MOVIL ---------------------------------------------- */

.capaCuerpo, .capa1000 {width:100%;}

#cuerpo {width:100%; max-width:100%; margin:auto; padding:0 0 15px 0; overflow:hidden;}
#tablaPrincipal, #franjaSuperior, #franjaInferior, #pieContenedor {width:100%; margin:0; padding:0; background:none;}
#franjaSuperior {height:70px;}
#franjaInferior {height:10px;}
#principal {width:95%; margin:0 2.5%;}
.modulos-sliders .slide {margin:5px 5px 5px 1px !important;}
.callbacks_container {margin-bottom:30px !important;}

.owl-theme .owl-controls .owl-buttons .owl-prev {right:42px !important; top:-42px !important;}
.owl-theme .owl-controls .owl-buttons .owl-next {right:1px !important; top:-42px !important;}
.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next {
	width:15px; height:29px !important; line-height:28px !important; font-size:26px !important;}


/* ----------------------------------------- PIE MOVIL ----------------------------------------------- */

#pieNewsletter {padding:30px 10px;}
	.boletinTxt {margin:5px;}
	.boletinTxt input {width:250px;}
	.newsBtn {margin-top:15px;}

.pieAnuncioCon {width:48%;}
.pieAnuncioIco {font-size:40px; line-height:40px;}
.pieAnuncioTxt {margin-left:7px; font-family:'PTS'; font-size:20px; line-height:20px;}

.pieBloque {width:90%; margin:10px 5%; float:none;}
.pieBloque p {margin:0 0 5px 0;}
.txtBigMov {font-size:125% !important; line-height:1.5em !important;}

.redesPie img {height:45px; margin:20px 8px;}
		
#pieTexto {padding:10px 0 60px 0;}


/* ---------------------------------- FICHAS DE LOS PRODUCTOS --------------------------------------- */

.texto_nombre_pr {margin:0 auto; font-size:18px; float:none;}	
.ordenaFichas {margin-bottom:15px; float:none;}

#contenedorFichas {gap:4%;}
.productos {width:48% !important; min-height:320px; margin:2% auto;}
.slide .productos {width:98% !important;}

.productosImagen {margin:0 auto; padding:0; width:180px; max-width:100%; height:180px; overflow:visible; display:table;}
.productosImg {width:98%; height:180px; margin:2px auto;}
.productosImg img {width:auto; max-width:100%; max-height:180px;}

.fichaBotonera {width:100%; height:30px; top:auto; margin:auto; box-shadow:none;}
.fichaBotonera a {margin:0 5px; padding:0 5px;}
.fichaBotonera span {font-size:19px; line-height:30px;}
.productos-contenedor:hover .fichaBotonera {margin:auto;}

.nombreCont {min-height:50px; margin-top:5px;}
.productosNombre {padding:0 5px;}
.productosNombre, .productosNombre a {font-family:'PTS'; font-size:16px; line-height:16px;}

.fichaOpiniones {height:15px; margin-bottom:5px; font-size:13px; line-height:15px;}

.pvp_oferta, .productosPrecio {font-size:18px;}


/* -------------------------------- FICHA FINAL DE LOS PRODUCTOS ------------------------------------- */

.tablaProductoImags {width:90%; margin:auto;}
.tablaProductoDatos {width:100%; margin:auto;}

#productos-final-imagen {text-align:center; margin:auto;}

#productos-final-nombre {margin-top:20px; font-size:20px;}
#productos-final-nombre, .Opiniones, #codep, #fabri, #corta, .variaciones, .atributos {text-align:center;}
#codep, #fabri, #larga, .contenidos-extra, .Opiniones {font-size:15px;}
#corta {font-size:16px;}
.Opiniones {margin-top:5px;}
#larga, .contenidos-extra {margin:15px auto; word-wrap:break-word;}

.variaciones legend, .atributos legend {margin:0;}
.variaciones select, .atributos select {padding:5px; font-size:16px;}

#productos-final-precio {font-size:18px;}
	.texto_productos    {font-size:24px;}
	.precio_oferta      {font-size:20px;}

#cantidad-final {width:100%;}
.botonAnadirCarrito a {font-size:20px;}
.radio-boton, .botonAdjuntar, .botonAnadirCarrito a {border-radius:7px;}


/* ----------------------- CAPAS FONDOS ------------------------------------ */

.capaTituloTxt {padding:10px; font-size:24px;}
.capaFondo {height:150px;}

}
