@charset "UTF-8";


	html{
		background-color:#C4C4C4;
	}
	
	body{
		margin:0;
		padding:0;
		font-family: Arial, Helvetica, sans-serif;
		background-color:white;
	}

/*------FUENTE DE LOS ICONOS-------*/
@font-face {
	font-family: 'icomoon';
	src:url('../eot/icomoon9676.eot');
	src:url('../eot/icomoond41d.eot#iefix-vfkmu') format('embedded-opentype'),
		url('../woff/icomoon9676.woff') format('woff'),
		url('../ttf/icomoon9676.ttf') format('truetype'),
		url('../svg/icomoon9676.svg#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;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-up-left:before {content: "\e600";}
.icon-arrow-up:before {content: "\e601";}
.icon-arrow-up-right:before {content: "\e602";}
.icon-arrow-right:before {content: "\e603";}
.icon-arrow-down-right:before {content: "\e604";}
.icon-arrow-down:before {content: "\e605";}
.icon-arrow-down-left:before {content: "\e606";}
.icon-arrow-left:before {content: "\e607";}
.icon-googleplus:before {content: "\e608";}
.icon-facebook:before {content: "\e609";}
.icon-twitter:before {content: "\e60a";}
.icon-vimeo2:before {content: "\e60b";}
.icon-linkedin:before {content: "\e60c";}
.icon-pinterest:before {content: "\e60d";}
.icon-in:before {content: "\e60e";}
.icon-list:before {content: "\e60f";font-size: 40px;}
.icon-arrow-left2:before {content: "\e610";}
.icon-arrow-down2:before {content: "\e611";font-size:24px;}
.icon-arrow-up2:before {content: "\e612";}
.icon-uniE613:before {content: "\e613";}
.icono-impressora{background: url('../png/icono-impresora.png');
background-size: 100% 100%;
width: 25px;
height: 25px;
display:table;}
.icono-enviar{background: url('../png/icono-correo.png');
background-size: 100% 100%;
width: 25px;
height: 25px;
display:table;}

/*-----Background------*/
.image-home{
	background: url('../jpg/barcelona.jpg') no-repeat;
	background-position: center 51px;
	background-attachment:fixed;
	min-height: 420px;
	position:relative;	
	background-color: rgba(150, 150, 150, 0.5);
	text-align:center;
}

.image-portfolio{
	background: url('../png/madrid.png') no-repeat;
	background-position: center 51px;
	background-attachment:fixed;
	min-height: 400px;	
}

.image-madrid{
	background: url('../png/madrid.png') no-repeat;
	background-position: center 51px;
	background-attachment:fixed;
	min-height: 400px;
	text-align:center;
}

.image-barcelona{
	background: url('../jpg/barcelona.jpg') no-repeat;
	background-position: center 51px;
	background-attachment:fixed;
	min-height: 400px;
	text-align:center;
}

.image-girona{
	background: url('../png/girona.png') no-repeat;
	background-position: center 51px;
	background-attachment:fixed;
	min-height: 400px;
	text-align:center;
}

.image-tarragona{
	background: url('../png/tarragona.png') no-repeat;
	background-position: center 51px;
	background-attachment:fixed;
	min-height: 400px;
	text-align:center;
}

.image-lleida{
	background: url('../png/lleida.png') no-repeat;
	background-position: center 51px;
	background-attachment:fixed;
	min-height: 400px;
	text-align:center;
}


.image-textura{
	background: url('../png/textura.png') repeat;
}	



/*         TARJETAS DE VISITA         */
.fondo-image-tarjetas-visita-estandar-mate{
	background: url('../fondo-tarjetas-visita-estandar-mate.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-visita-estandar-brillo{
	background: url('../fondo-tarjetas-visita-estandar-brillo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-visita-plastificadas-mate{
	background: url('../fondo-tarjetas-visita-plastificadas-mate.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-visita-plastificadas-brillo{
	background: url('../fondo-tarjetas-visita-plastificadas-brillo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-visita-papel-verjurado{
	background: url('../fondo-tarjetas-visita-papel-verjurado.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-comerciales-dobles-mate{
	background: url('../fondo-tarjetas-visita-dobles-mate.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-comerciales-dobles-brillo{
	background: url('../fondo-tarjetas-visita-dobles-brillo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-comerciales-dobles-plastificadas-mate{
	background: url('../fondo-tarjetas-visita-dobles-plastificadas-mate.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-comerciales-dobles-plastificadas-brillo{
	background: url('../fondo-tarjetas-visita-dobles-plastificadas-brillo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-visita-ecologicas-papel-reciclado{
	background: url('../fondo-tarjetas-visita-ecologicas-papel-reciclado.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-visita-cantos-redondos-mate{
	background: url('../fondo-tarjetas-visita-cantos-redondos-mate.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-visita-cantos-redondos-brillo{
	background: url('../fondo-tarjetas-visita-cantos-redondos-brillo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-visita-cantos-redondos-plastificadas-mate{
	background: url('../fondo-tarjetas-visita-cantos-redondos-plastificadas-mate.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-visita-cantos-redondos-plastificadas-brillo{
	background: url('../fondo-tarjetas-visita-cantos-redondos-plastificadas-brillo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-visita-oro{
	background: url('../fondo-tarjetas-visita-oro.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-visita-plata{
	background: url('../fondo-tarjetas-visita-plata.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-visita-relieve-gofrada{
	background: url('../fondo-tarjetas-visita-relieve-gofrada.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-visita-barniz-selectivo{
	background: url('../fondo-tarjetas-visita-barniz-selectivo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-visita-plastico-irrompible{
	background: url('../fondo-tarjetas-visita-plastico-irrompible.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-visita-plastico-irrompible-cantos-redondos{
	background: url('../fondo-tarjetas-visita-plastico-irrompible-cantos-redondos.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-visita-papel-calco{
	background: url('../fondo-tarjetas-visita-papel-calco.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-visita-efecto-espejo{
	background: url('../fondo-tarjetas-visita-efecto-espejo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}
/*         FIN TARJETAS VISITA         */


/*         TARJETAS ESPECIALES         */
.fondo-image-tarjetas-especiales-tinta-rascable{
	background: url('../fondo-tarjetas-especiales-tinta-rascable.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-s-mate{
	background: url('../fondo-tarjetas-especiales-perforadas-s-mate.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-m-mate{
	background: url('../fondo-tarjetas-especiales-perforadas-m-mate.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-l-mate{
	background: url('../fondo-tarjetas-especiales-perforadas-l-mate.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-xl-mate{
	background: url('../fondo-tarjetas-especiales-perforadas-xl-mate.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-s-brillo{
	background: url('../fondo-tarjetas-especiales-perforadas-s-brillo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-m-brillo{
	background: url('../fondo-tarjetas-especiales-perforadas-m-brillo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-l-brillo{
	background: url('../fondo-tarjetas-especiales-perforadas-l-brillo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-xl-brillo{
	background: url('../fondo-tarjetas-especiales-perforadas-xl-brillo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-plastificadas-s-mate{
	background: url('../fondo-tarjetas-especiales-perforadas-plastificadas-s-mate.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-plastificadas-m-mate{
	background: url('../fondo-tarjetas-especiales-perforadas-plastificadas-m-mate.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-plastificadas-l-mate{
	background: url('../fondo-tarjetas-especiales-perforadas-plastificadas-l-mate.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-plastificadas-xl-mate{
	background: url('../fondo-tarjetas-especiales-perforadas-plastificadas-xl-mate.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-plastificadas-s-brillo{
	background: url('../fondo-tarjetas-especiales-perforadas-plastificadas-s-brillo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-plastificadas-m-brillo{
	background: url('../fondo-tarjetas-especiales-perforadas-plastificadas-m-brillo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-plastificadas-l-brillo{
	background: url('../fondo-tarjetas-especiales-perforadas-plastificadas-l-brillo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-plastificadas-xl-brillo{
	background: url('../fondo-tarjetas-especiales-perforadas-plastificadas-xl-brillo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-troqueladas-s-mate{
	background: url('../fondo-tarjetas-especiales-perforadas-troqueladas-s-mate.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-troqueladas-m-mate{
	background: url('../fondo-tarjetas-especiales-perforadas-troqueladas-m-mate.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-troqueladas-l-mate{
	background: url('../fondo-tarjetas-especiales-perforadas-troqueladas-l-mate.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-troqueladas-xl-mate{
	background: url('../fondo-tarjetas-especiales-perforadas-troqueladas-xl-mate.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-troqueladas-s-brillo{
	background: url('../fondo-tarjetas-especiales-perforadas-troqueladas-s-brillo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-troqueladas-m-brillo{
	background: url('../fondo-tarjetas-especiales-perforadas-troqueladas-m-brillo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-troqueladas-l-brillo{
	background: url('../fondo-tarjetas-especiales-perforadas-troqueladas-l-brillo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-troqueladas-xl-brillo{
	background: url('../fondo-tarjetas-especiales-perforadas-troqueladas-xl-brillo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-troqueladas-plastificadas-s-mate{
	background: url('../fondo-tarjetas-especiales-perforadas-troqueladas-plastificadas-s-mate.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-troqueladas-plastificadas-m-mate{
	background: url('../fondo-tarjetas-especiales-perforadas-troqueladas-plastificadas-m-mate.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-troqueladas-plastificadas-l-mate{
	background: url('../fondo-tarjetas-especiales-perforadas-troqueladas-plastificadas-l-mate.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-troqueladas-plastificadas-xl-mate{
	background: url('../fondo-tarjetas-especiales-perforadas-troqueladas-plastificadas-xl-mate.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-troqueladas-plastificadas-s-brillo{
	background: url('../fondo-tarjetas-especiales-perforadas-troqueladas-plastificadas-s-brillo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-troqueladas-plastificadas-m-brillo{
	background: url('../fondo-tarjetas-especiales-perforadas-troqueladas-plastificadas-m-brillo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-troqueladas-plastificadas-l-brillo{
	background: url('../fondo-tarjetas-especiales-perforadas-troqueladas-plastificadas-l-brillo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-perforadas-troqueladas-plastificadas-xl-brillo{
	background: url('../fondo-tarjetas-especiales-perforadas-troqueladas-plastificadas-xl-brillo.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-especiales-puntos-libro{
	background: url('../fondo-tarjetas-especiales-puntos-libro.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}
/*         FIN TARJETAS ESPECIALES         */


/*         TARJETONES - INVITACIONES         */
.fondo-image-tarjetones-postales-mate{
	background: url('../jpg/fondo-tarjetones-postales-mate.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetones-postales-brillo{
	background: url('../jpg/fondo-tarjetones-postales-brillo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetones-dl-mate{
	background: url('../jpg/fondo-tarjetones-dl-mate.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetones-dl-brillo{
	background: url('../jpg/fondo-tarjetones-dl-brillo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetones-dl-plastificados-mate{
	background: url('../jpg/fondo-tarjetones-dl-plastificados-mate.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetones-dl-plastificados-brillo{
	background: url('../jpg/fondo-tarjetones-dl-plastificados-brillo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetones-a6-mate{
	background: url('../jpg/fondo-tarjetones-a6-mate.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetones-a6-brillo{
	background: url('../jpg/fondo-tarjetones-a6-brillo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetones-a6-plastificados-mate{
	background: url('../jpg/fondo-tarjetones-a6-plastificados-mate.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetones-a6-plastificados-brillo{
	background: url('../jpg/fondo-tarjetones-a6-plastificados-brillo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetones-a5-mate{
	background: url('../jpg/fondo-tarjetones-a5-mate.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetones-a5-brillo{
	background: url('../jpg/fondo-tarjetones-a5-brillo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetones-a5-plastificados-mate{
	background: url('../jpg/fondo-tarjetones-a5-plastificados-mate.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetones-a5-plastificados-brillo{
	background: url('../jpg/fondo-tarjetones-a5-plastificados-brillo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


/*         FIN TARJETONES - INVITACIONES         */

/*         FLYERS         */
.fondo-image-flyers-cuadrados-mate{
	background: url('../jpg/fondo-flyers-cuadrados-mate.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-cuadrados-brillo{
	background: url('../jpg/fondo-flyers-cuadrados-brillo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}
/*         FIN FLYERS         */



.fondo-image-tarjetas-comerciales-barniz-selectivo{
	background: url('../jpg/fondo-tarjetas-comerciales-barniz-selectivo.jpg') no-repeat center center;
	webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-comerciales-granulado{
	background: url('../jpg/fondo-tarjetas-comerciales-granulado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-comerciales-papel-calco{
	background: url('../jpg/fondo-tarjetas-comerciales-papel-calco.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-comerciales-efecto-espejo{
	background: url('../jpg/fondo-tarjetas-comerciales-efecto-espejo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-comerciales-chromolux-oro-plata{
	background: url('../jpg/fondo-tarjetas-comerciales-chromolux-oro-plata.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


.fondo-image-tarjetas-comerciales-relieve-gofrada{
	background: url('../jpg/fondo-tarjetas-comerciales-relieve-gofrada.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-comerciales-stamping-dorado-plateado{
	background: url('../jpg/fondo-tarjetas-comerciales-stamping-dorado-plateado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}
	
.fondo-image-tarjetas-comerciales-transparentes{
	background: url('../jpg/fondo-tarjetas-comerciales-transparentes.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-comerciales-plastificadas{
	background: url('../jpg/fondo-tarjetas-comerciales-plastificadas.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

/*tarjetas publicitarias*/


.fondo-image-tarjetas-publicitarias-chromolux-oro-plata{
	background: url('../jpg/fondo-tarjetas-publicitarias-chromolux-oro-plata.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}
.fondo-image-tarjetas-publicitarias-estandar{
	background: url('../jpg/fondo-tarjetas-publicitarias-estandar.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}
.fondo-image-tarjetas-publicitarias-ecologicas-papel-reciclado{
	background: url('../jpg/fondo-tarjetas-publicitarias-ecologicas-papel-reciclado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-publicitarias-relieve-gofrada{
	background: url('../jpg/fondo-tarjetas-publicitarias-relieve-gofrada.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-publicitarias-stamping-dorado-plateado{
	background: url('../jpg/fondo-tarjetas-publicitarias-stamping-dorado-plateado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


/*tarjetas postales*/
.fondo-image-tarjetas-postales-barniz-selectivo{
	background: url('../jpg/fondo-tarjetas-postales-barniz-selectivo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-postales-chromolux-oro-plata{
	background: url('../jpg/fondo-tarjetas-postales-chromolux-oro-plata.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


.fondo-image-tarjetas-postales-efecto-espejo{
	background: url('../jpg/fondo-tarjetas-postales-efecto-espejo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-postales-estandar{
	background: url('../jpg/fondo-tarjetas-postales-estandar.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-postales-granulado{
	background: url('../jpg/fondo-tarjetas-postales-granulado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-postales-papel-calco{
	background: url('../jpg/fondo-tarjetas-postales-papel-calco.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-postales-ecologicas-papel-reciclado{
	background: url('../jpg/fondo-tarjetas-postales-ecologicas-papel-reciclado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-postales-plastificadas{
	background: url('../jpg/fondo-tarjetas-postales-plastificadas.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-postales-relieve-gofrada{
	background: url('../jpg/fondo-tarjetas-postales-relieve-gofrada.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-postales-stamping-dorado-plateado{
	background: url('../jpg/fondo-tarjetas-postales-stamping-dorado-plateado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


.fondo-image-tarjetas-postales-tinta-rascable{
	background: url('../jpg/fondo-tarjetas-postales-tinta-rascable.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-postales-transparentes{
	background: url('../jpg/fondo-tarjetas-postales-transparentes.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

/*tarjetas postales*/
.fondo-image-tarjetas-postales-barniz-selectivo{
	background: url('../jpg/fondo-tarjetas-postales-barniz-selectivo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-postales-chromolux-oro-plata{
	background: url('../jpg/fondo-tarjetas-postales-chromolux-oro-plata.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


.fondo-image-tarjetas-postales-efecto-espejo{
	background: url('../jpg/fondo-tarjetas-postales-efecto-espejo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-postales-estandar{
	background: url('../jpg/fondo-tarjetas-postales-estandar.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-postales-granulado{
	background: url('../jpg/fondo-tarjetas-postales-granulado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-postales-papel-calco{
	background: url('../jpg/fondo-tarjetas-postales-papel-calco.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-postales-papel-reciclado{
	background: url('../jpg/fondo-tarjetas-postales-ecologicas-papel-reciclado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-postales-plastificadas{
	background: url('../jpg/fondo-tarjetas-postales-plastificadas.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-postales-relieve-gofrada{
	background: url('../jpg/fondo-tarjetas-postales-relieve-gofrada.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-postales-stamping-oro-plata{
	background: url('../jpg/fondo-tarjetas-postales-stamping-dorado-plateado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


.fondo-image-tarjetas-postales-tinta-rascable{
	background: url('../jpg/fondo-tarjetas-postales-tinta-rascable.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetas-postales-transparentes{
	background: url('../jpg/fondo-tarjetas-postales-transparentes.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

/*tarjetones*/
.fondo-image-tarjetones-barniz-selectivo{
	background: url('../jpg/fondo-tarjetones-barniz-selectivo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetones-chromolux-oro-plata{
	background: url('../jpg/fondo-tarjetones-chromolux-oro-plata.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


.fondo-image-tarjetones-efecto-espejo{
	background: url('../jpg/fondo-tarjetones-efecto-espejo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetones-estandar{
	background: url('../jpg/fondo-tarjetones-estandar.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetones-granulado{
	background: url('../jpg/fondo-tarjetones-granulado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetones-papel-calco{
	background: url('../jpg/fondo-tarjetones-papel-calco.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetones-ecologicos-papel-reciclado{
	background: url('../jpg/fondo-tarjetones-ecologicos-papel-reciclado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetones-plastificadas{
	background: url('../jpg/fondo-tarjetones-plastificadas.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetones-relieve-gofrada{
	background: url('../jpg/fondo-tarjetones-relieve-gofrada.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-tarjetones-stamping-dorado-plateado{
	background: url('../jpg/fondo-tarjetones-stamping-dorado-plateado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


.fondo-image-tarjetones-tinta-rascable{
	background: url('../jpg/fondo-tarjetones-tinta-rascable.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

/*papeleria comercial*/
.fondo-image-papeleria-comercial-papel-carta{
	background: url('../jpg/fondo-papeleria-comercial-papel-carta.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}
.fondo-image-papeleria-comercial-papel-carta-reciclado{
	background: url('../jpg/fondo-papeleria-comercial-papel-carta-reciclado-ecologico.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}
.fondo-image-papeleria-comercial-papel-carta-gofrado{
	background: url('../jpg/fondo-papeleria-comercial-papel-carta-gofrado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-papeleria-comercial-papel-carta-stamping-oro-plata{
	background: url('../jpg/fondo-papeleria-comercial-papel-carta-stamping-oro-plata.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}
.fondo-image-papeleria-comercial-sobres-dl{
	background: url('../jpg/fondo-papeleria-comercial-sobres-dl.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}
.fondo-image-papeleria-comercial-sobres-dl-reciclados{
	background: url('../jpg/fondo-papeleria-comercial-sobres-dl-reciclados-ecologicos.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}
.fondo-image-papeleria-comercial-sobres-c5{
	background: url('../jpg/fondo-papeleria-comercial-sobres-c5.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}
.fondo-image-papeleria-comercial-sobres-c5-reciclados{
	background: url('../jpg/fondo-papeleria-comercial-sobres-c5-reciclados-ecologicos.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}
.fondo-image-papeleria-comercial-sobres-c4{
	background: url('../jpg/fondo-papeleria-comercial-sobres-c4.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}
.fondo-image-papeleria-comercial-sobres-c4-reciclados{
	background: url('../jpg/fondo-papeleria-comercial-sobres-c4-reciclados-ecologicos.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}
.fondo-image-papeleria-comercial-carpetas-presupuestos{
	background: url('../jpg/fondo-papeleria-comercial-carpetas-presupuestos.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}
.fondo-image-papeleria-comercial-carpetas-presupuestos-recicladas{
	background: url('../jpg/fondo-papeleria-comercial-carpetas-presupuestos-recicladas-ecologicas.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

/*calendarios*/

.fondo-image-calendarios-calendarios-sobremesa{
	background: url('../jpg/fondo-calendarios-calendarios-sobremesa.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-calendarios-calendarios-sobremesa-reciclados{
	background: url('../jpg/fondo-calendarios-calendarios-sobremesa-reciclados-ecologicos.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


.fondo-image-calendarios-calendarios-contracolados{
	background: url('../jpg/fondo-calendarios-calendarios-contracolados.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


.fondo-image-calendarios-calendarios-espiral-sobremesa{
	background: url('../jpg/fondo-calendarios-calendarios-espiral-sobremesa.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


.fondo-image-calendarios-calendarios-espiral-pared{
	background: url('../jpg/fondo-calendarios-calendarios-espiral-pared.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}



/*flyers a4*/

.fondo-image-flyers-a4-estandar{
	background: url('../jpg/fondo-flyers-a4-estandar.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a4-ecologicos-papel-reciclado{
	background: url('../jpg/fondo-flyers-a4-ecologicos-papel-reciclado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a4-ecoflyers{
	background: url('../jpg/fondo-flyers-a4-ecoflyers.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a4-barniz-selectivo{
	background: url('../jpg/fondo-flyers-a4-barniz-selectivo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a4-relieve-gofrado{
	background: url('../jpg/fondo-flyers-a4-relieve-gofrado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a4-stamping-dorado-plateado{
	background: url('../jpg/fondo-flyers-a4-stamping-dorado-plateado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


.fondo-image-flyers-a4-papel-calco{
	background: url('../jpg/fondo-flyers-a4-papel-calco.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a4-granulado{
	background: url('../jpg/fondo-flyers-a4-granulado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a4-chromolux-oro-plata{
	background: url('../jpg/fondo-flyers-a4-chromolux-oro-plata.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


.fondo-image-flyers-a4-efecto-espejo{
	background: url('../jpg/fondo-flyers-a4-efecto-espejo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a4-flycuts{
	background: url('../jpg/fondo-flyers-a4-flycuts.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a4-tinta-rascable{
	background: url('../jpg/fondo-flyers-a4-tinta-rascable.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


/*flyers a5*/

.fondo-image-flyers-a5-estandar{
	background: url('../jpg/fondo-flyers-a5-estandar.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a5-ecologicos-papel-reciclado{
	background: url('../jpg/fondo-flyers-a5-ecologicos-papel-reciclado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a5-ecoflyers{
	background: url('../jpg/fondo-flyers-a5-ecoflyers.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a5-barniz-selectivo{
	background: url('../jpg/fondo-flyers-a5-barniz-selectivo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a5-relieve-gofrado{
	background: url('../jpg/fondo-flyers-a5-relieve-gofrado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a5-stamping-dorado-plateado{
	background: url('../jpg/fondo-flyers-a5-stamping-dorado-plateado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


.fondo-image-flyers-a5-papel-calco{
	background: url('../jpg/fondo-flyers-a5-papel-calco.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a5-granulado{
	background: url('../jpg/fondo-flyers-a5-granulado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a5-chromolux-oro-plata{
	background: url('../jpg/fondo-flyers-a5-chromolux-oro-plata.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


.fondo-image-flyers-a5-efecto-espejo{
	background: url('../jpg/fondo-flyers-a5-efecto-espejo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a5-flycuts{
	background: url('../jpg/fondo-flyers-a5-flycuts.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a5-tinta-rascable{
	background: url('../jpg/fondo-flyers-a5-tinta-rascable.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


/*flyers a6*/

.fondo-image-flyers-a6-estandar{
	background: url('../jpg/fondo-flyers-a6-estandar.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a6-ecologicos-papel-reciclado{
	background: url('../jpg/fondo-flyers-a6-ecologicos-papel-reciclado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a6-ecoflyers{
	background: url('../jpg/fondo-flyers-a6-ecoflyers.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a6-barniz-selectivo{
	background: url('../jpg/fondo-flyers-a6-barniz-selectivo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a6-relieve-gofrado{
	background: url('../jpg/fondo-flyers-a6-relieve-gofrado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a6-stamping-dorado-plateado{
	background: url('../jpg/fondo-flyers-a6-stamping-dorado-plateado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


.fondo-image-flyers-a6-papel-calco{
	background: url('../jpg/fondo-flyers-a6-papel-calco.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a6-granulado{
	background: url('../jpg/fondo-flyers-a6-granulado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a6-chromolux-oro-plata{
	background: url('../jpg/fondo-flyers-a6-chromolux-oro-plata.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


.fondo-image-flyers-a6-efecto-espejo{
	background: url('../jpg/fondo-flyers-a6-efecto-espejo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a6-flycuts{
	background: url('../jpg/fondo-flyers-a6-flycuts.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-a6-tinta-rascable{
	background: url('../jpg/fondo-flyers-a6-tinta-rascable.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


/*flyers dl*/

.fondo-image-flyers-dl-estandar{
	background: url('../jpg/fondo-flyers-dl-estandar.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-dl-ecologicos-papel-reciclado{
	background: url('../jpg/fondo-flyers-dl-ecologicos-papel-reciclado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-dl-ecoflyers{
	background: url('../jpg/fondo-flyers-dl-ecoflyers.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-dl-barniz-selectivo{
	background: url('../jpg/fondo-flyers-dl-barniz-selectivo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-dl-relieve-gofrado{
	background: url('../jpg/fondo-flyers-dl-relieve-gofrado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-dl-stamping-dorado-plateado{
	background: url('../jpg/fondo-flyers-dl-stamping-dorado-plateado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


.fondo-image-flyers-dl-papel-calco{
	background: url('../jpg/fondo-flyers-dl-papel-calco.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-dl-granulado{
	background: url('../jpg/fondo-flyers-dl-granulado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-dl-chromolux-oro-plata{
	background: url('../jpg/fondo-flyers-dl-chromolux-oro-plata.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-dl-efecto-espejo{
	background: url('../jpg/fondo-flyers-dl-efecto-espejo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-dl-flycuts{
	background: url('../jpg/fondo-flyers-dl-flycuts.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-dl-tinta-rascable{
	background: url('../jpg/fondo-flyers-dl-tinta-rascable.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


/*flyers cuadrados*/

.fondo-image-flyers-cuadrados-estandar{
	background: url('../jpg/fondo-flyers-cuadrados-estandar.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-cuadrados-ecologicos-papel-reciclado{
	background: url('../jpg/fondo-flyers-cuadrados-ecologicos-papel-reciclado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-cuadrados-ecoflyers{
	background: url('../jpg/fondo-flyers-cuadrados-ecoflyers.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-cuadrados-barniz-selectivo{
	background: url('../jpg/fondo-flyers-cuadrados-barniz-selectivo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-cuadrados-relieve-gofrado{
	background: url('../jpg/fondo-flyers-cuadrados-relieve-gofrado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-cuadrados-stamping-dorado-plateado{
	background: url('../jpg/fondo-flyers-cuadrados-stamping-dorado-plateado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


.fondo-image-flyers-cuadrados-papel-calco{
	background: url('../jpg/fondo-flyers-cuadrados-papel-calco.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-cuadrados-granulado{
	background: url('../jpg/fondo-flyers-cuadrados-granulado.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-cuadrados-chromolux-oro-plata{
	background: url('../jpg/fondo-flyers-cuadrados-chromolux-oro-plata.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


.fondo-image-flyers-cuadrados-efecto-espejo{
	background: url('../jpg/fondo-flyers-cuadrados-efecto-espejo.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-cuadrados-flycuts{
	background: url('../jpg/fondo-flyers-cuadrados-flycuts.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-flyers-cuadrados-tinta-rascable{
	background: url('../jpg/fondo-flyers-cuadrados-tinta-rascable.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


.fondo-atriles-para-restaurantes{
	background: url('../jpg/fondo-atriles-para-restaurantes.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-vitrinas{
	background: url('../jpg/fondo-vitrina-exterior-pared-menu.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}
/*Folletos*/

.fondo-image-folletos{
	background: url('../jpg/fondo-folletos.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

/*Adhesivos*/

.fondo-image-adhesivos{
	background: url('../jpg/fondo-adhesivos.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

/*Posters*/

.fondo-image-posters{
	background: url('../jpg/fondo-posters.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

/*vinilos de corte*/

.fondo-image-vinilos-corte-estandar{
	background: url('../jpg/fondo-vinilos-corte-estandar.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-vinilos-corte-efecto-acido{
	background: url('../jpg/fondo-vinilos-corte-efecto-acido.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-vinilos-corte-colores-especiales{
	background: url('../jpg/fondo-vinilos-corte-colores-especiales.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

/*vinilos de impresión*/

.fondo-image-vinilos-impresion-interior{
	background: url('../jpg/fondo-vinilos-impresion-interior.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-vinilos-impresion-exterior{
	background: url('../jpg/fondo-vinilos-impresion-exterior.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-vinilos-impresion-microperforados{
	background: url('../jpg/fondo-vinilos-impresion-microperforados.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-vinilos-impresion-transparentes{
	background: url('../jpg/fondo-vinilos-impresion-transparentes.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-vinilos-impresion-transparentes-tinta-blanca{
	background: url('../jpg/fondo-vinilos-impresion-transparentes-tinta-blanca.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-vinilos-impresion-electroestaticos{
	background: url('../jpg/fondo-vinilos-impresion-electroestaticos.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

/*lonas publicitarias*/

.fondo-image-lonas-publicitarias-impresion-doble-cara{
	background: url('../jpg/fondo-lonas-publicitarias-impresion-doble-cara.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-lonas-publicitarias-microperforadas{
	background: url('../jpg/fondo-lonas-publicitarias-microperforadas.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-lonas-publicitarias-pvc{
	background: url('../jpg/fondo-lonas-publicitarias-pvc.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


/*posters*/

.fondo-image-posters-papel-normal{
	background: url('../jpg/fondo-posters-papel-normal.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-posters-papel-fotografico{
	background: url('../jpg/fondo-posters-papel-fotografico.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

/*adhesivos*/

.fondo-image-adhesivos-pegatinas-personalizadas{
	background: url('../jpg/fondo-adhesivos-pegatinas-personalizadas.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

/*carteles publicitarios*/

.fondo-image-carteles-publicitarios-poliestireno{
	background: url('../jpg/fondo-carteles-publicitarios-poliestireno.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


.fondo-image-carteles-publicitarios-polipropileno{
	background: url('../jpg/fondo-carteles-publicitarios-polipropileno.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-carteles-publicitarios-pvc-espumados{
	background: url('../jpg/fondo-carteles-publicitarios-pvc-espumados.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

/*imanes de impresion*/

.fondo-image-imanes-impresion-nevera{
	background: url('../jpg/fondo-imanes-impresion-nevera.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-imanes-impresion-vehiculos{
	background: url('../jpg/fondo-imanes-impresion-vehiculos.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

/*estampacion textil*/

.fondo-image-estampacion-textil-camisetas-personalizadas{
	background: url('../jpg/fondo-estampacion-textil-camisetas-personalizadas.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-estampacion-textil-camisetas-tecnicas-personalizadas{
	background: url('../jpg/fondo-estampacion-textil-camisetas-tecnicas-personalizadas.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-estampacion-textil-polos-personalizados{
	background: url('../jpg/fondo-estampacion-textil-polos-personalizados.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

/*rotulacion vehiculos*/

.fondo-img-rotulacion-vehiculos-camiones{
	background: url('../jpg/fondo-rotulacion-vehiculos-camiones.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-img-rotulacion-vehiculos-coches{
	background: url('../jpg/fondo-rotulacion-vehiculos-coches.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-img-rotulacion-vehiculos-motos{
	background: url('../jpg/fondo-rotulacion-vehiculos-motos.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-img-rotulacion-vehiculos-furgonetas{
	background: url('../jpg/fondo-rotulacion-vehiculos-furgonetas.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

/*expositores displays*/

.fondo-image-expositores-displays-doble-banner{
	background: url('../jpg/fondo-expositores-displays-doble-banner.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-expositores-displays-outdoor-banner-basic{
	background: url('../jpg/fondo-expositores-displays-outdoor-banner-basic.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-expositores-displays-outdoor-banner-premium{
	background: url('../jpg/fondo-expositores-displays-outdoor-banner-premium.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-expositores-displays-outdoor-doble-banner{
	background: url('../jpg/fondo-expositores-displays-outdoor-doble-banner.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-expositores-displays-outdoor-soporte-fijador-barra{
	background: url('../jpg/fondo-expositores-displays-outdoor-soporte-fijador-barra.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-expositores-displays-roll-up{
	background: url('../jpg/fondo-expositores-displays-roll-up.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-expositores-displays-triple-banner{
	background: url('../jpg/fondo-expositores-displays-triple-banner.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-expositores-displays-x-banner-basic{
	background: url('../jpg/fondo-expositores-displays-x-banner-basic.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-expositores-displays-x-banner-mini{
	background: url('../jpg/fondo-expositores-displays-x-banner-mini.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-expositores-displays-x-banner-premium{
	background: url('../jpg/fondo-expositores-displays-x-banner-premium.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

/*ferias y eventos*/

.fondo-image-ferias-eventos-postes-separadores{
	background: url('../jpg/fondo-ferias-eventos-postes-separadores.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-ferias-eventos-dispensadores-folletos{
	background: url('../jpg/fondo-ferias-eventos-dispensadores-folletos.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-ferias-eventos-pop-up{
	background: url('../jpg/fondo-ferias-eventos-photocall-pop-up.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-ferias-eventos-portafolletos-fijos{
	background: url('../jpg/fondo-ferias-eventos-portafolletos-fijos.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-ferias-eventos-portafolletos-plegables{
	background: url('../jpg/fondo-ferias-eventos-portafolletos-plegables.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-ferias-eventos-stand-promocional{
	background: url('../jpg/fondo-ferias-eventos-stand-promocional.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-ferias-eventos-soportes-portafolletos{
	background: url('../jpg/fondo-ferias-eventos-soportes-portafolletos.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-ferias-eventos-urnas-metacrilato{
	background: url('../jpg/fondo-ferias-eventos-urnas-metacrilato.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

/*otros*/
.fondo-image-restauracion-pizarras-pared{
	background: url('../fondo-restauracion-pizarras-pared.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-otros-placas-senalizacion-acrylic-data-frame{
	background: url('../fondo-otros-placas-senalizacion-acrylic-data-frame.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-otros-placas-senalizacion-curve-flag-pared{
	background: url('../fondo-otros-placas-senalizacion-curve-flag-pared.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-otros-placas-senalizacion-curve-flag{
	background: url('../fondo-otros-placas-senalizacion-curve-flag.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-otros-placas-senalizacion-curve-special{
	background: url('../fondo-otros-placas-senalizacion-curve-special.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-otros-placas-senalizacion-data-frame{
	background: url('../fondo-otros-placas-senalizacion-data-frame.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-otros-placas-senalizacion-louvre-doble{
	background: url('../fondo-otros-placas-senalizacion-louvre-doble.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-otros-placas-senalizacion-louvre{
	background: url('../fondo-otros-placas-senalizacion-louvre.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-otros-placas-senalizacion-straight-flag{
	background: url('../fondo-otros-placas-senalizacion-straight-flag.html') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


.fondo-image-otros-tablones-informacion-alucorcho{
	background: url('../jpg/fondo-tablones-informacion-alucorcho.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-otros-tablones-informacion-aluiman{
	background: url('../jpg/fondo-tablones-informacion-aluiman.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-otros-tablones-informacion-procorcho{
	background: url('../jpg/fondo-tablones-informacion-procorcho.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-otros-tablones-informacion-proiman{
	background: url('../jpg/fondo-tablones-informacion-proiman.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

/*Diseño grafico*/


.fondo-image-creacion-logotipos{
	background: url('../jpg/fondo-creacion-logotipos.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-vectorizacion-logos{
	background: url('../jpg/fondo-vectorizacion-logos.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-servicio-diseno-grafico{
	background: url('../jpg/fondo-servicio-diseno-grafico.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}

.fondo-image-imagen-corporativa{
	background: url('../jpg/fondo-imagen-corporativa.jpg') no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
}


.background-fixed{
	background-attachment:fixed;
}

.image-equipo{
	background: url('../jpg/equipo-actialia-design.jpg') no-repeat;
	min-height: 400px;
	background-position:center;
	background-size:cover;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
  	-o-background-size: cover;
}

.background-textura{
	background:url(../png/textura.png) repeat;
}

/*------MENU--------*/

	.header{
		position: fixed;
		z-index: 800;
		width: 100%;
		top:0;
		left:0;
	}
	.menu{
		background: #D60303;
		width: 100%;
		color: white;
		font-weight: bold;
		font-size:15px;
		top:0;
		left:0;
		float: left;
		display: table;
		-webkit-box-shadow: 0px 1px 13px 0px rgba(50, 50, 50, 0.7);
		-moz-box-shadow:    0px 1px 13px 0px rgba(50, 50, 50, 0.7);
		box-shadow:         0px 1px 13px 0px rgba(50, 50, 50, 0.7);
	}
	
	.logo{
		float: left;
		margin-top: 10px;
		margin-left: 45px;
		animation: logo 2s;
		-webkit-animation: logo 2s;
		background:url(../png/logo.png) no-repeat;
		background-size:100% 100%;
		width: 250px;
		height:40px;
	}
	
	
	@keyframes logo{
		to{opacity:1;}
		from{opacity:0;}
	}
	
	@-webkit-keyframes logo{
		to{opacity:1;}
		from{opacity:0;}
	}
	
	.menu ul{
		float: right;
		margin-top: 10px;
		margin-right: 10px;
	}
	.menu ul li {
		list-style:none;
	}
	.header ul li a{
		text-decoration: none;
		color: white;
		font-size: 16px;
		-webkit-transition: all 400ms linear;-moz-transition: all 400ms linear;transition: all 400ms linear;-o-transition: all 400ms linear;
	}
	div.menu ul li {
		float: left;
		margin-left: 1px;
		margin-right: 1px;
		border-radius: 25px;
		padding: 7px 10px;
	}
	
	.show-menu{
		text-align: right;
		margin-right: 10px;
		padding: 4px 0 4px 0;
		display: none;
	}
	
	input[type=checkbox]#show-menu {
		display: none;
	}
	
	input[type=checkbox]#show-menu:checked ~ .nav {
		height: 100px;
	}

	div.submenuprincipal{
		margin: 57px 0 0 0;
	}

/*----------Contingut----------*/
	.bloque	{
		width:100%;
		overflow:hidden;
		color:#474747;
	}
	
	body img.fullwidth{
		width: 100%;
		margin-bottom: -5px;
	}
	
	.centrar-bloque{
		padding-top: 45px;
		padding-bottom: 45px;
		padding-left: 2%;
		padding-right: 2%;	
		margin: 0 auto;
		max-width:1300px;
		position: relative;
		display:table;
		width:95%;
	}
	
	.centrar-bloque-slider{
		padding-bottom: 20px;	
		margin: 0 auto;
		position: relative;	
		width:100%;
		padding-top:40px;
		max-width: 1300px;
	}
	
	.bloque-izquierda{
		float: left;
	}
	
	.bloque-derecha{
		float: right;
	}
	
	.bloque-treita-tres{
		width:27%;
		padding: 0 3%;
	}
	
	.bloque-seis-seis{
		width:61%;
		padding: 0 3%;
	}
	
	.bloque-cincuenta{
		width:44%;
		padding: 0 3%;
	}
	
	.bloque-treita{
		width:24%;
		padding: 0 3%;
	}
	
	.bloque-setenta{
		width:64%;
		padding: 0 3%;
	}
	
	blockquote{
		background: #f6f6f6;
		padding: 7px 20px 7px 20px;
	}
	
	.bloque-client{
		background:#E4E3E3; 
		text-align:center;
	}
	
	a{text-decoration:none;}
	
	.email{
		color:#D60303;
		text-decoration: none;
	}
	.email:hover{
		text-decoration: underline;
	}
	
	.tres-col{
		width: 30%;
		float: left;
		margin-left: 1,6%;
		margin-right: 1.6%;
	}
	
	.quitar-padding{
		padding-top:0 !important;
		padding-bottom:0 !important;
	}
	
	.color-blanco{
		color:white;
	}
	
	.color-blanco-shadow{
		color:white;
		text-shadow: 2px 2px 5px rgba(70, 66, 66, 1);
	}
	
	.color-gris{
		color:#474747;
	}
		
	.gris{
		background: rgb(242, 242, 242);
	}
	
	.imagen-bajo-left{
		position:absolute;
		bottom:-5px;
	}
	
	.imagen-bajo-right{
		position:absolute;
		right:0;
		bottom:-4px;
	}
	
	#diseno-web .imagen-bajo-left{
		position:relative;
		left:0;
		bottom:-45px;
		text-align: center;
	}
	
	#diseno-web .imagen-bajo-right{
		position:relative;
		right:0;
		bottom:-45px;
		text-align: center;
	}
	
	#diseno-web .bloque img{
		position: relative;
		width:100%;
		max-width:600px;
	}
	
	#diseno-web .centrar-bloque{
		height:300px;
	}
	
	#diseno-web .centrar-bloque.modulos{
		height:auto;
	}
	
	.centrar-bloque .info{
		border:4px white dashed;
		padding:25px;
		text-align:center;
		float:left;
		margin: 15px;
		color: #FFF;
		height:70px;
	}
	
	.centrar-bloque .info span{
		font-size: 35px;
		font-weight:bold;
		
	}
	
	.info a{
		color:white;
	}
	
	.info a:hover{
		color:white;
	}
	
	#diseno-grafico{
		padding:20px;
		max-width:500px;
		margin:0 auto;
	}
	
	table{
		width: 100%;
		text-align:center;
		color:#474747;
		background-color:white;
		border-collapse: collapse;
	}
	
	table th{
		background:#C4C3C3;
	}
	
	table tr.fila-fondo{
		background:#F1F1F1;
	}
	
	table tr#fila-fondo{
		background:#DCDCDC;
		line-height: 25px; 
		font-size: 13px;
	}
	
	table th, table td, table tr{
		border:0;
		line-height: 20px;
		padding: 3px 2px;
	}
	
	
	.desde-precio{
		margin:0px 0 0px 0;
	}
	
	#boto-contactar, .boto-contactar{
		float:left;
		margin-right:10px;
		
	}
	a#botonverprecio.boto{
		float:left;
		margin-right:10px;
	}
	
	.desde-precio span{
		font-size: 65px;
	}
	
	.desde-precio em{
		font-size:25px;
	}
	.float-left{
		float:left;
	}
	#home a.boto.boto-contactar{
		
		margin:20px 10px 0 10px;
	}
	#precio-sin-iva{
		font-size:12px;	
		margin:0 auto;
		text-align: center;
		padding: 15px;
		background: url(../png/sombra.png) no-repeat;
		background-position: 50% -10px;
	}
	
	#ubicacion{
		text-align:right;
		font-size:12px;
		/*color: #FDFDFD;*/
		padding-right: 25px;
		padding-top: 5px;
		font-weight: 100;
	}
	
	#producto-final .bloque h2{
		font-size:32px;
	}
	
	#producto-final .bloque h3{
		font-size:26px;
	}
	
	#desde, .desde{
		font-size:12px;
		margin:0;
	}
	
	.titulo-precio-carac{
		font-size: 25px;
		margin:15px 0;
		font-weight:bold;
	}
	
	#caracteristicas span{
		font-weight:bold;
		font-size:18px;
	}
	
	#caracteristicas p{
		margin-top: 5px;
		font-size:13px;
	}
	
	.fondo-blanco-transparente{
		background-color: rgba(255, 255, 255, 0.7);
		border-radius: 25px;
	}
	
	.redes-sociales a span{
		font-size:22px;
		color:white;
	}
	
	.redes-sociales.negro a span{
		font-size:22px;
		color: #242424;
	}
	.redes-sociales.negro a span:hover{
		color: white;
	}
	
	.redes-sociales{
		float:left;
		height:35px;
		line-height: 45px;
		
	}
	
	.tel-contacto{
		margin-top:-10px;
		font-size:18px;
	}
	
	.tel-contacto-titulo{
		font-size:15px;
		color: #590B1A;
		font-weight:bold;
	}
	
	#atencion{
		text-align:center;
		background: #EDEDED;
		margin:0;
		padding: 20px;
		color:#474747;
	}
	
	#atencion h2{
		margin:0;
	}
	
	.block{
		display:block;
	}
	
	.none{
		display:none;
	}
	
	#all-info{
		margin:0 auto;
		display:table;
	}
	
	input.boto{
		line-height: 0;
		margin: 1%;
		padding: 0 60px;
		border:0px;
	}
	
	#info{
		background: #9A1712;
	}
	
	.modulos{
		text-align:center;
	}
	
	.modulos ul{
		list-style:none;
		padding:0;
	}
	
	.modulos ul li{
		width: 28.32%;
		min-height: 250px;
		padding:2.5%;
		float:left;
	}
	
	.negro{
		color:black !important;
	}
	
	
	.img-video{
		position:relative;
		max-width:600px;
		height:499px;
		margin:0 auto;
	}
	
	#diseno-web .bloque .img-video img{
		position:absolute;
		width:100%;
		top:0;
		left:0;
	}
	
	#video-modular{
		position:absolute;
		width:100%;
		top:0;
		left:0;
	}
	
	#video-modular video{
		width:93.4%;
		height:80%;
		padding:3.8% 2.5%;
	}
	
	.bloque .centrar-bloque img{
		width:100%;
		height:auto;
	}
	
	.bloque .centrar-bloque img.estrella{
		width:auto;	
	}
	
	#producto-final .bloque-izquierda.bloque-cincuenta{
		text-align:center;
	}
	
	.quitar-padding-bottom{
		padding-bottom:0 !important;
	}
	
	.quitar-padding-bottom img{
		margin-bottom:-5px;
	}
	
	body#home #home-no{
		display:none;
	}
	.rssincl-itemtitle{
		font-size: 15px;
	}
	.rssincl-itemimage{
		-webkit-filter: grayscale(100%);
 		-moz-filter: grayscale(100%);
  		-ms-filter: grayscale(100%);
  		-o-filter: grayscale(100%);
  		filter: grayscale(100%);
  		filter: gray; /* IE 6-9 */
	}
	
	.rssincl-itemimage:hover{
		-webkit-filter: grayscale(0%);
 		-moz-filter: grayscale(0%);
  		-ms-filter: grayscale(0%);
  		-o-filter: grayscale(0%);
  		filter: grayscale(0%);
  		filter: none; /* IE 6-9 */
	}
	
	.rssincl-itemimage img{
		width:200px !important;
		height: 150px;
	}
	
	.rssincl-itemtitle a{
		color:#3B3B3B;
	}
	
	.rssincl-entry{
		width:21%;
		float:left;
		padding:2%;
		margin: 0 4.1%;
	}
	
	.rssincl-itemdesc{
		font-size:13px;
	}
	
	.rssincl-itemdate{
		font-size:12px;
	}
	
	.hr-cincuenta{
		margin: 0 auto;
		width: 50%;
	}
	
	#negocio{
		margin:0;
		padding: 20px 0 10px 0;
		font-weight:bold;
		font-size: 35px;
	}
	
	#negocio-des{
		margin: 0; 
		padding-bottom: 10px;
	}
	
	#anos-de-experiencia{
		display:table; 
		margin: 30px auto 50px auto;
		width: 60%;
	}
	
	.text-center{
		text-align:center;
	}
	
	#rssincl-box-899714{
		display:table;
		width:100%;
		margin:0 auto;
	}
	div.image-home h2, #titulo-image h2{
		font-weight: normal;
		font-size: 12px;
		position:relative;
		top:270px;
		color:white;
		padding:5px;
		text-shadow: 2px 2px 4px rgb(3, 3, 3);
		text-align:center;
	}
	.hidden{
		overflow:hidden !important;
	}
	
	div.image-home h1, #titulo-image h1{
		font-size: 25px;
		text-align:center;
		margin-top:0;
		text-transform: uppercase;  
		color:white;
		top:290px;
		padding:5px;
		text-shadow: 2px 2px 4px rgb(3, 3, 3);
		position: relative;
	}
	div.image-home a, #titulo-image a{
		margin-top: 50px;
		color: #fff;
		font-weight: normal;
		text-transform: uppercase; 
		padding: 10px 25px;
		background: transparent;
		top:250px;
		border-radius:7px;
		background: rgba(0, 0, 0, 0.5);
		position:relative;
	}
	
	div.image-home a:hover, #titulo-image a:hover{
		background: rgba(0, 0, 0, 0.8);
	}
	
	#width-margin{
		max-width:700px;
		margin:0 auto;
	}
	
	.red{
		color:#D60303;	
	}
	
	.legal p{
		font-size:14px;
	}
	
	#diseno-web div.redes-sociales a span{
		color:black;
	}
	
	#diseno-web div.redes-sociales a span:hover{
		color:white;
	}
	
	ul.delegacion{
		position:absolute;
		top:-140px;
		visibility:hidden;
		padding: 0;
		margin:0;
		list-style-type: none;
		background: #222;
		font-size: 12px;
		width:100%;
		transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;
		opacity:0;
	}
	ul.delegacion li ul{
		list-style-type: none;
		margin:0;
		padding:0;
	}
	ul.delegacion::after{
		  content: '';
		    border: 12px solid transparent;
		  width: 0;
		  height: 0;
		  border-top-color: #222;
		  position: absolute;
		  bottom: -23px;
		  left: 45%;
	}
	
	ul.delegacion li{
		transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;
	}
	ul.delegacion li ul li:hover{
		background-color:#656565;
	}
	
	.tel:hover > .delegacion{
		opacity:1;
		visibility: visible;
	}
	ul.delegacion li{
		padding:6px 0;
	}
	
	ul.delegacion a{
		color:white;
	}
	
	div.tel{
		position:relative;
	}
	#pagina-web{
		margin:0 auto;
		display:table;
	}
	#pagina-web div img{
		width: auto;
		height:auto;
		margin-top:50px;
	}
	
	#pagina-web .pagina-web-bloque{
		float:left;
		margin:40px;
		text-align:center;
	}
	#pagina-web .pagina-web-img{
		border-radius: 100% 100% 100% 100%;
		border:3px #CACACA solid;
		overflow: hidden;
		background: white;
		width:250px;
		height:250px;
		text-align:center;
	}
	
	.web-corporativas p{
		line-height: 16px;
	
		font-size: 12px;
}
	
	.web-corporativas{
		padding-left:4%;
	}
	
	#contacto-footer{
		width:15%; 
		padding-left:4%;
	}
	
	#contacto-footer div{
		margin-bottom:6px;
	}
	
	#diseno-web .bloque{
		min-height:500px;
	}
	
	.modulos p:first-child{
		font-weight:bold;
		font-size: 20px;
	}
	
	.modulos span{
		font-size: 20px;
		font-weight:bold;
	}
	
	.titulo-slider{
		font-size: 23px;
		font-weight: bold;
	}
		
/*-------Portfolio-------*/

	.padding-portfolio{
		display: table;
		padding: 5% 0% 2% 0%;
		margin: 0 auto;
		width: 100%;
	}
	
	.padding-portfolio div.portfolio{
		box-shadow: 4px 4px 0px #B1B1B1;
		display:table;
		overflow: hidden;
		margin: 0 4% 40px 4%;
		width: 90%;
	}
	
	.portfolio-izquierda{
		width: 34%;
		float: left;
		padding: 2% 3%;
	}
	
	.portfolio-imagen{
		width: 60%;
		float: right;
		min-height: 290px;
	}
	
	.portfolio1{
		background: url('../png/miquel-liso.png');
		background-position: center center;
	}
	.portfolio2{
		background: url('../png/hostal-can-nogue.png');
		background-position: center center;
	}
	.portfolio3{
		background: url('../png/amsel-grup.png');
		background-position: center center;
	}
	
	.portfolio a{
		color:#D60303;
		text-decoration: none;
	}
	
	.portfolio a:hover{
		text-decoration: underline;
	}
	
	a.boto, .boto{
		display: block;
		text-decoration:none;
		height: 35px;
		width: auto;
		padding:0 30px;
		display:table;
		background-color: #60b7e1; 
		color: #ffffff !important;
		text-align: center;
		line-height: 35px;
		-webkit-transition: all 400ms;
		-moz-transition: all 400ms;
		transition: all 400ms;
		-o-transition: all 400ms;
		margin-bottom: 10px;
		border-radius: 5px;
		text-shadow: 0px 0px 0px white !important;
		font-size:18px;
		cursor: pointer;
	}
	
	.compra{
		background-color: #7FBA00 !important;
	}
	
	.portfolio a.boto:hover,a.boto:hover, .boto:hover{
		text-decoration: none;
		background: #3da1d1;
	}
	
	.border-bottom-blue{
		border-bottom: 25px #26a4dd solid;
	}
/*----------Contacto-----------*/
	#telefono{display:table;margin:0 auto;width: 100%;max-width: 1300px;}
	#telefono div.tel{
		float:left;
		margin: 1%;
		width:12.2%;
		text-align:center;
	}
	
	#telefono div p{
		margin:6px 0;
		font-size:11px;
	}
	
	#telefono div p.lugar,#telefono div h2.lugar {
		font-weight:bold;
		font-size:16px;
	}
	
	#telefono div p.tel{
		color: #D60303;
		font-weight:bold;
		font-size:20px;
	}
	
	.dos-col{
		width:48%;
		float: left;
		margin:1%;
	}
	
	.inputcontacto{
		width: 97%;
		margin:0;
	}
	
	.dol-col input.inputcontacto{margin:0;}
	
	.dpt_form{
		color:#474747 !important;
		font-size:16px !important;
		margin-right:15px;
	}
	
	form textarea.inputcontacto{
		margin-left:1%;
	}
	
	form input, form textarea{
		padding:5px;
		font-size:18px;
	}
	
	form{
		font-size: 19px;
		line-height: 35px;
	}
	
	form span{
		color:#FF0000;
		font-size: 19px;
	}
	
	.subtitulocontacto{
		margin-left: 1%;
		padding-top:2%;
		/*display: table;*/
		width:100%;
	}
	
	.titulo-contacto{
		margin:0; 
		padding: 15px 0 15px 0;
		color:#D60303;
		font-size:24px;
		font-weight: bold;
	}
	
	.legal{
		width:70%;
		margin:0 auto;
	}
	
	.legal ul li a{
		color:blue;
	}
	
	.legal ul li a:hover{
		text-decoration:underline;
		color:black
	}
	
	.tres-col span{
		font-size:50px;
		font-weight: 600;
	}
	
	#lopd{
		font-size: 16px;
		line-height: 25px;
		margin:5px 0 10px 6px;
	}

/*--------Pie de pagina---------*/

	.footer{
		background: #3B3B3B;
		margin: 0;
		color:#999999;
		padding: 20px 0;
		display:table;
		width:100%;
		font-size: 14px;
		line-height: 20px;
	}
	#footer{
		max-width:1300px;
		margin:0 auto;
		display:table;
		width:90%;
	}
	
	.footer img{
		width:auto;
	}
	
	.footer .four-col{
		float: left;
		width: 23%;
		padding-right: 2%;
	}
	.footer a{
		color:#C6C6C6;
		text-decoration: none;
		font-size: 12px;
	}
	
	.footer a:hover{
		text-decoration: underline;
	}
	
	.footer span{
		color:white;
	}
	.footer .vcard div{
		margin: 20px 0;
		color: #999999;
	}
	
	.footer .vcard div span{
		color: #999999;
	}
	.footer .vcard .locality{
		font-size: 20px;
		color:white;
	}
	
	
	.subfooter{
		background:#333;
		margin: 0;
		color:#999999;
		padding: 20px 20px 65px 20px;
		font-size: 18px;
		text-align:center;
	}

	.redes-sociales-footer{
		width: auto;
		margin:0 auto;
	}
	.redes-sociales-footer a{
		padding: 7px 7px 4px 7px;
		border-radius: 200px;
		height: 16px;
		width: 16px;
		-webkit-transition: background .3s;
		-moz-transition: background .3s;
		-o-transition: background .3s;
    	transition: background .3s;
		opacity: 0.4;
		color:white;
	}
	
	
	.redes-sociales-footer a:hover{opacity:1;}
	
	.redes-sociales-footer a#facebook:hover{background: rgb(76, 102, 164);}
	
	.redes-sociales-footer a#twitter:hover{background: rgb(51, 204, 255);}
	
	.redes-sociales-footer a#google:hover{background: rgb(221, 75, 57);}
	
	.redes-sociales-footer a#pinterest:hover{background: rgb(171, 23, 30);}
	
	.redes-sociales-footer a#linkedin:hover{background: rgb(0, 123, 182);}
	
	.redes-sociales-footer a#vimeo:hover{background: rgb(23, 179, 232);}
	
	.footer h2, .footer ul a, .footer ul{
		color:#999999;
		margin:0;
		text-decoration: none;
	}
	
	div.redes-sociales a{
		display:table;
		float:left;
		
	}
	
	div.redes-sociales a span{
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		padding:7px;
		border-radius: 7px;
	}
	
	div.redes-sociales a span.icon-facebook:hover{
		background: rgb(76, 102, 164);
	}
	
	div.redes-sociales a span.icon-twitter:hover{
		background: rgb(51, 204, 255);
	}
	
	div.redes-sociales a span.icon-pinterest:hover{
		background: rgb(171, 23, 30);
	}
	
	div.redes-sociales a span.icon-googleplus:hover{
		background: rgb(221, 75, 57);
	}
	
	#subfooter{
		text-align:left;
		max-width:1300px;
		margin:0 auto;
		display:table;
		width:90%;
		border-top: 1px rgb(64, 64, 64) solid;
		padding-top:5px;
		font-size:12px;
	}
	
	#subfooter a{
		color: #C6C6C6;
		margin:0 10px;
	}
	
	p.central{
		border-bottom: 1px rgb(75, 74, 74) solid;
	}
	
	#central span.tel{
		font-size: 29px;
		color:white;
	}
	
	#central span{
		color:#999999;
	}
	
.aceptar_cookies{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.73);
}

.aceptar_cookies p{
	max-width:1000px;
	margin:0 auto;
	color:#fff;
	margin-top:13px;
	line-height: 22px;
	font-size: 13px;
	padding: 0 20px;
}

.aceptar_cookies input{
	width:70px;
	height:20px;
	border:solid 1px #fff;
	background-color:#ccc;
	position:absolute;
	margin-left: 12px;
}

/*SUBMENU*/
#cssmenu {
  position: relative;
  height: 44px;
  background: #2b2f3a;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  background: #2b2f3a;
  width: 100%;
  z-index: 500;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li {
  position: relative;
  margin: 0;
  padding: 0;
  float:left;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 8px;
  color: #7a8189;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 198px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
  width: 158px;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 20px;
  font-size: 12px;
  color: #9ea2a5;
  background: #ffffff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  background: #f2f2f2;
  color: #8c9195;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu ul li ul li{
	border-left:1px #f2f2f2 solid;
	border-right:1px #f2f2f2 solid;
}

#cssmenu ul li ul li.last{
	border-bottom:1px #f2f2f2 solid;
}

#cssmenu ul li ul li.first{
	border-top:1px #f2f2f2 solid;
}
div.iconsert{
	float:left;
	position:relative;
	margin: 25px 0;
	z-index:2;
}
div.icon{
	background-color:#2ABA3B;
	border-radius: 200px;
	width:25px;
	height:25px;
	text-align:center;
	color:white;
	line-height: 25px;
}
ul.sertel{
	margin:0;
	padding:0;
	list-style-type:none;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	width: 20%;
	padding:15px;
	border-radius: 5px;
	position:absolute;
	width: 278px;
	background: white;
	opacity:0;
	visibility: hidden;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	left:-150px;
	top:60px;
}

	
ul.sertel::before{
	content: '';
	 	border: 12px solid transparent;
	border-bottom-color: rgb(64, 64, 64);
	
	position:absolute;
	left:150px;
	top:-24px;
}

ul.sertel li{
	margin: 2px 0;
	color:rgba(89, 89, 89, 0.97);
	font-size: 14px;
}

div.iconsert:hover > ul.sertel {
	visibility: visible;
	opacity:1;
	top:50px;
}

#home .bloque{
	overflow:visible;
}

#back-to-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	text-decoration: none;
	padding: 6px;
	display: none;
	font-size: 45px;
	color: rgba(87, 87, 87, 0.41);
	cursor: pointer;
}

#back-to-top:hover {
	color:black;
}

#home .centrar-bloque{
	height:460px;
}
div#portfolio.bloque.image-textura{
	margin-bottom: -5px;
}

#menu-atril{
	list-style-type:none;
	padding-left:15px;
}

#menu-atril li a{
	color: #878787;
}

#menu-atril li a:hover{
	color:#474747;
	text-decoration:underline;
}

#p-atril{
	margin-top:56px;
}

.hr-atril{
	background:url(../png/hr.png) repeat;
	width:99.8%;
	height:25px;
	border-top:0px;
}

.quitar-padding{
	padding:0;
}

#calculadora .titulo{
	font-size:20px;
	margin-top: 8px;
	text-align:left;
}

form#calculadora table td, form#calculadora table tr{line-height: 20px;
font-size: 15px;
text-align: left;
color:rgb(104, 104, 104);}
form#calculadora input[type="text"]{text-align: center;
height: 13px;
width: 140px;
padding:4px;
font-size:15px;
border: 1px #8B8B8B solid;
border-radius: 8px;
float: left;}
form#calculadora select{height: 22px;
float: left;
border: 1px #6B6B6B solid;
font-size: 13px;}
form#calculadora span{color:#474747;}
#iva{font-size:12px !important;}
#sugerencia_ojales{font-size: 14px !important;color: #FF0000 !important;margin-left: 5px;}
#sugerencia_unificar{font-size: 14px !important;color: #FF0000 !important;margin-left: 5px;}
#select-calidad{width:auto !important;}
#total{border:0px !important;background:transparent;height:20px!important;padding:6px !important;}
form#calculadora table tr,form#calculadora table td{position:relative;}
form#calculadora p{margin:4px 0;}
#produccion-envio select{float:right !important; width:90%;}
#produccion-envio tr{}
#produccion-envio td:first-child{width:32%;}
#complementos td:last-child, #produccion-envio td:last-child, #servicios-adicionales td:last-child{width:8%;}
#complementos td:nth-child(4), #produccion-envio td:nth-child(4), #servicios-adicionales td:nth-child(4){width:5%;}
#complementos td:nth-child(3), #produccion-envio td:nth-child(3), #servicios-adicionales td:nth-child(3){width:8%;}
#complementos td p:nth-child(1), #produccion-envio td p:nth-child(1), #servicios-adicionales td p:nth-child(1){margin-left:5px;}
.iconinfo{background: url(../png/info.png);background-size:100% 100%; width: 19px;height: 19px;float: right;margin-left: 5px;margin-top: 2px;margin-right:10px;}
.boto.comprar{float:right;margin-right:15px;background-color:#7fba00;}
.boto.comprar:hover{background-color:#75ab00;}

/*Desglose Tabla del Presupuesto*/
#desglose1 td:last-child{text-align:right;}
#desglose1 td:nth-child(1){width:25%;}
#desglose1 td:nth-child(2){width:60%;}
#desglose1 td:nth-child(3){text-align:center;}
#desglose1 td, #desglose1 th{line-height:20px !important;}
#desglose1 td{text-align:left;vertical-align: top;}
#desglose1 td, #desglose1 tr,#desglose1 th{font-size:13px !important;}
#desglose-intro{position:relative;width:100%;display:table;background: #EEE;-webkit-border-top-right-radius: 10px;-webkit-border-top-left-radius: 10px;-moz-border-radius-topright: 10px;-moz-border-radius-topleft: 10px;border-top-right-radius: 10px;border-top-left-radius: 10px;	}
#desglose-intro p{text-align:center;margin: 5px 0 0 0;font-size: 24px;}
#desglose-intro a#imprimir{font-size: 17px;margin-right: 5px;position: absolute;top: 5px;right: 0;}
form#calculadora #total-tabla{display:none;}
#desglose-intro a#enviar{font-size: 17px;margin-right:5px;position: absolute;top:5px;right:35px;}
#desglose-final{-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
background: #EEE;
padding: 10px 0;
display: table;
width: 100%;}
#desglose{background: #EEE;
min-height: 210px;
width: 90%;
padding: 1% 5% 5% 5%;
position: relative;}
#desglose-final .titulo{margin:0 0 0 40px; float:left;}


.experiencia-clientes{
	padding: 18px;
	font-size:24px;
	text-align:center;
	font-weight:lighter;
}

.experiencia-clientes span{
	font-weight:normal;
	font-size:36px;
	margin-left: 5%;
}

.experiencia-clientes span::first-child{
	margin-left:0;
}

/*Lightbox*/

.black-overlay {visibility:hidden;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.59);z-index: 999999;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;-o-transition: all .4s;opacity:0;}
div.white-box  {position: fixed;height: auto;margin: 0 auto;left: 0;right: 0;top:10%;width:600px;opacity:0;z-index: 999999999999999;background: white;opacity:0;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;-o-transition: all .4s;visibility:hidden;padding:15px;border-radius: 10px;line-height:20px;}
span.black-overlay{width:20px;height:20px;position: relative;cursor: pointer;float: right;background: url('../png/close.png');background-size: 100% 100%;}
div.white-box.active,  .black-overlay.active {opacity:1;visibility:visible;}
div.white-box  img{width:50% !important;border-radius: 10px;float:left;}
div.white-box .description{float:right;width:40%;}
div.white-box .description .titulo{margin:14px 0 10px 0 !important;}
.lightbox.iconinfo{cursor:pointer;}
@media only screen and (max-width:630px){
	div.white-box  img{width:100%;}
	div.description{float:right;width:100%;}
	div.white-box  {width:80%;}
}

/* Carrito
---------------------------------------------------*/
.body_carrito{
	display: none;
	position: absolute;
	width: 70%;
	/* height: auto; */
	/* min-height: 60%; */
	background-color: #F1F0F0;
	z-index: 17;
	margin: 0 auto;
	left: 0;
	right: 0;
	top:100px;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.modal_carrito{
	display: none;
	position: absolute;
	width: 70%;
	background-color: #F1F0F0;
	z-index: 17;
	margin: 0 auto;
	left: 0;
	right: 0;
	top:100px;
	/* border-radius: 5px; */
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.cierra_modal{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(94, 110, 141, 0.9) !important;
	background: rgb(94,110,141);
	filter:alpha(opacity=90);
	z-index: 16;
	left: 0;
	top:0;
}

.borrar_carrito{
	background-image:url(../gif/delete.gif);
	width:20px;
	height:20px;
	border: none;
	background-color: rgba(255, 255, 255, 0);
	cursor:pointer;
	display: table;
	margin-left: 5px;
}
.selector_carro{
	height: 29px;
	float: left;
	border: 1px #D4D4D4 solid;
	font-size: 13px;
	margin: 11px;
}


.last_tr{
  background-color: #fff !important;
}

.pvp_carro{
	font-size: 30px;
	text-align: center;
	display:table-cell;
	vertical-align: middle;
	width:18%;
	color:black;
}
.extras_carro li{
	padding: 15px 12px;
	background-color: #FFFFFF;
	color: #505050;
	margin-bottom: 17px;
	text-align: center;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.articulo_main{
	color: #505050;
	display: table;
	width: 97%;
	margin: 0 auto;
	background: rgb(255, 255, 255);
	padding: 15px 12px;
	margin-bottom:16px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
#form_anadir_carrito #boton_anadir, #form_anadir_carrito #cerrar_anadir{
	font-size: 16px;
	padding: 8px 20px;
	border-radius:3px;
	float:right;
	margin-left: 10px;
	cursor:pointer;
	border:0;
}

#cerrar_anadir{
	background:gray;
	color:white;
}

#sin_iva{
	font-size:13px;
	font-weight:lighter;
	color:rgb(81, 81, 81);
}

#boton_anadir{
	background: #7fba00;
	color: white;
	/* padding: 8px 30px !important; */
}

#boton_anadir:hover{
	background:#75ab00;
}

.ir_a_la_caja{
	background: #7fba00;
	float:right;
	margin:11px;
	border-radius: 3px;
	font-size:15px;
	padding:8px 20px;
	color:white;
}

.ir_a_la_caja.cancelar{
	background:gray;
}

.padding_carrito{
	width: 95%;
	display: table;
	padding: 2.5%;
}

.titulo_articulo{
	font-size: 25px;
}

.subtitulo_articulo{
	font-size:20px;
}

.subtitulo_articulo, .titulo_articulo{
	/* font-weight: lighter; */
	margin-bottom: 16px;
}

#form_anadir_carrito{
	width: 95%;
	display: table;
	position:relative;
	padding: 2.5%;
}

.articulo_extra{
	display:table;
	width:100%;
}

.descripcion_articulo, .descripcion_extra{width: 50%;
display: table-cell;
text-align: left;
vertical-align: middle;
padding-right: 10px;
margin-right: 10px;
/* font-weight: lighter; */
line-height: 18px;}

#modal_carrito .input{
	display:table-cell;
	vertical-align: middle;
	padding-right: 10px;
	width:2%;
}
.cantidad_carro a, .mas_menos{
	background: #EAEAEA;
	color: black;
	display: table;
	width: 22px;
	float: left;
	line-height: 22px;
	font-size: 23px;
	margin-left: 5px;
	height: 22px;
	border-radius: 50%;
}
.mas_menos{
	width: 19px;
	line-height: 19px;
	font-size: 17px;
	margin-left: 5px;
	height: 19px;
}
.cantidad_articulo{
	font-size: 16px;
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	width: 30%;
}

.cantidad_carro{
	display:table;
	margin:0 auto;
}

.cantidad_carro input{
	font-size: 16px;
	font-size: 16px;
	width: 35px;
	height: 22px;
	border:1px solid #CCC;
	float:left;
	text-align: center;
}

.contador_carrito {
    display: none;
    z-index: 99999;
    position: absolute;
    background-color: #FF3000;
    color: #fff;
    top: -5px;
    border-radius: 8px;
    right: -6px;
    font-size: 12px;
    font-weight: bold;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: Center;
}

.td_cantidad a{
	color:#000;
}

.td_cantidad p{
	display: table;
	line-height: 19px;
	font-size: 13px;
	margin: 0 auto;
}

.td_cantidad p span{
	float: left;
	border: 1px solid #CCC;
	padding: 0 5px;
	width: 25px;
}

table#carrito tr td{
	position:relative;
	padding: 5px 0;
	
	border-top: 1px solid #EEE;
	vertical-align: top;
}
.provision{
	color:#C06;
}

table#carrito{
	width:100%;
	border-spacing: 0px;
	background:white;
	position:relative;
	text-align:center;
	font-weight:lighter;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

table#carrito td:nth-child(6){
	text-align:right;
	padding-right:10px;
}

table#carrito td:nth-child(5){
	text-align:right;
}

table#carrito td:nth-child(3){
	text-align:left;
	width:45%;
}

table#carrito td:nth-child(2){
	text-align:left;
}

table#carrito .head td{
	border-bottom: 1px solid #E7E7E7;
	font-weight: bold;
	text-align:center;
	padding-right: 0px;
}

table#carrito td.total{
	font-weight:bold;
}

.seguir_carrito{
	display: table;
	width: 100%;
	background: rgb(246, 246, 246);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

ul.extras_carro{

margin:0;
padding:0;
list-style: none;
}

.anadir_carrito{
	cursor:pointer;
}

.anadir_carrito:after{
	content:'';
	width:20px;
	height:20px;
	background:url('../png/carrito-tabla.png');
	display: inline-block;
	margin-left: 15px;
}

.anadir_carrito:hover{
	background:#D60303;
	color:white;
}

li#carrito{
	padding:0;
	margin-right: 15px;
	position: relative;
}


