/* 
	-------------------------------------------------- 
   	CSP
	-------------------------------------------------- 

	Table of Contents

		:: html, body
		:: typography
		:: commons
		:: widgets
		:: sections
	-------------------------------------------------- 
*/



/* -----------------------------------------
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
----------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
/*small, strike, strong, sub, sup, tt, var,
b, u, i, center,*/
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table,caption, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* -----------------------------------------
	html, body
----------------------------------------- */
html{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body {
	font-family: 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', 'Titillium Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #00c6ff;
	border-width: 0 0 4px 0;
	background: #ebebed;
}

	body.front {
		background: #fff;
	}

	body.front #page-title {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	body.front .panel{z-index:0}
	body.front #footer{z-index:999}


/* -----------------------------------------
	typography
----------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-family: 'Titillium Web', 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

	h2 {
		font-size: 42px;
	}
	
	h3 {
		font-size: 32px;
	}
	
	h4 {
		font-size: 30px;
	}
	
	h5 {
		font-size: 26px;
	}
	
	h6 {
		font-size: 20px;
	}

	p, ol, ul{
		font-size: 13px;
		line-height: 19px;
		color: #08305C;
	}

	a:hover {
		color: #08305C;
	}
	a:hover {
		color: #FF5901;
	}



/* -----------------------------------------
	commons
----------------------------------------- */
.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}



/* -----------------------------------------
	list
----------------------------------------- */
dl {}

dt {
	margin: 5px 0;
}

dd {
	padding: 3px;
}


/* -----------------------------------------
	tables
----------------------------------------- */
table {
	width: 100%;
}

td {
	padding: 3px;
	font-size: 13px;
	color: #08305C;
}


/* -----------------------------------------
	forms
----------------------------------------- */
input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
textarea {
	font-size: 12px;
	color: #08305C;
	border: 1px solid #2d394b;
	background: #e9ecfc;
}

select {
	font-size: 12px;
	height: 32px;
	width: 100%;
	border: 1px solid #ccc;
}

	#section input[type="text"], 
	#section input[type="password"], 
	#section input[type="date"], 
	#section input[type="datetime"], 
	#section input[type="email"], 
	#section input[type="number"], 
	#section input[type="search"], 
	#section input[type="tel"], 
	#section input[type="time"], 
	#section input[type="url"], 
	#section textarea,
	#section select {
		width: 100%;
		border-color: #ccc;
	}

input[type="submit"],
input[type="submit"]:hover
input[type="submit"]:active,
input[type="submit"]:focus{
	display: inline-block;
	border: none;
	color: #083146;
	font-size: 12px;
}

label {
	padding: 5px 0;
}





/* -----------------------------------------
	layout:
----------------------------------------- */



/* header */
body > div#header {
	z-index:9999;
	top:0;
	width:100%;
	position: fixed;
}
#header {
	margin: 0 auto;
	padding: 0;
}

	#header .section {
		padding-bottom: 3px;
		background: #a5acb0;
	}

	#header .panel {
		min-height: 60px;
		position: relative;
	}

		#phone {
			padding: 17px 0;
			position: absolute;
			top: 0;
			left: 0;
			font-family: 'Titillium Web', 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			color: #fff;
		}

			.phone {
				font-size: 14px;
				font-weight: 700;
				padding-left: 25px;
				background: url('../images/telefono-contacto.jpg') no-repeat 0px 0px;
			}

			.schelude {
				font-size: 12px;
				font-weight: 400;
				font-style: italic;
			}

			.getintouch {
				padding: 0 0 0 10px;
				font-size: 12px;
				color: #08305C;
				text-decoration: underline;
				font-weight: bold;
			}

				.getintouch:hover {
					text-decoration: none;
				}

		#languages {
			width: 120px;
			height: 30px;
			position: absolute;
			left: 585px;
			*padding: 15px 0;
		}
		
		.language-icon {
			max-width:none !important;
		}
			#languages .block-title {
				font-family: 'Titillium Web', 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
				font-size: 13px;
				color: #fff;
				display:inline;
				float:left;
				margin: 8px 0 0;
			}
			#lang-dropdown-form {display:inline;float:left;margin:-15px 0 0 0;}
			#lang-dropdown-form .dd,
			#lang-dropdown-form .dd .ddTitle {
					border: none;
					background: none;
				}

			#lang-dropdown-form .dd .ddTitle span.arrow {
				background-image: url('../images/languages-arrow.png');
			}

			#lang-dropdown-form .dd .ddTitle span.ddTitleText {
				color: #fff;
				text-transform: uppercase;
				font-family: 'Titillium Web', 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
				font-size: 13px;
			}
			#edit-lang-dropdown-select_msdd {width: 100px !important;}
			#edit-lang-dropdown-select_msdd img {display:none;}

		#login {
			height: 59px;
			padding: 0 10px;
			padding-top: 3px;
			position: absolute;
			top: 0;
			right: 0px;
			background: #393e4b;
		}

			#login a {
				font-size: 11px;
				color: #fff;
				text-decoration: underline;
			}

			#login input {
				margin-right: 5px;
				margin-top: 7px;
				height:20px;
			}

				#login input[type="text"] {
					font-size: 11px;
					color: #676970;
					background: #e9ecfc;
				}

			#login input:last-child {
				margin-right: 0;
			}			
			
			#login #user-input {
				background: #E9ECFC url('../images/usuario-login.jpg') no-repeat 0px 2px;
				padding-left:20px;
				width: 90px;
			}
			#login #pass-input , #login #fake_pass {
				background: #E9ECFC url('../images/usuario-pass.jpg') no-repeat 0px 2px;
				padding-left:20px;
				width: 90px;
			}
			#login #submit-login {float:right;padding-top:2px}


/* menu */
#menu {
	z-index:9999;
	top:60px;
	width:100%;
	position: fixed;
	clear: both;
}

	#menu .section {
		border: 1px solid #fff;
		border-width: 0 0 1px 0;
		background: #285383 url('../images/background-menu.png') no-repeat center top;
	}

	#menu .panel {
		min-height: 60px;
		position: relative;
	}

		#logo {
			width: 215px;
			height: 40px;
			padding: 10px 0;
			float: none;
			position: absolute;
			top: 0;
			left: 0;
		}

		#nav {
			width: 730px;
			height: 40px;
			padding: 10px 0;
			position: absolute;
			top: 0;
			right: 0;
		}


			/* module superfish fixes */
			.sf-menu {
				font-family: 'Titillium Web', 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
				font-variant: small-caps;
				font-size: 17px;
				text-transform: uppercase; 
			}

				.sf-menu li {
					padding: 10px;
					float: none;
					border-right: 2px #8da4bd solid;
					display: inline-block;
					font-size:16px;
				}


				.sf-menu li,
				.sf-menu li a {
					color: #1c1d1f;
					text-decoration: none;
				}

				.sf-menu li a:hover,
				.sf-menu li.active-trail a {
					color: #ff5901;
					text-decoration: none;
				}

					.sf-menu.sf-horizontal.sf-shadow ul,
					.sf-menu.sf-vertical.sf-shadow ul,
					.sf-menu.sf-navbar.sf-shadow ul ul {
					  margin-top: -10px;
					  background-image: none;
					  background: #224771;
					  padding: 0 8px 9px 0 !important;
					  -webkit-border-top-right-radius: 0;
					  -webkit-border-bottom-left-radius: 0;
					  -moz-border-radius-topright: 0;
					  -moz-border-radius-bottomleft: 0;
					  border-top-right-radius: 0;
					  border-bottom-left-radius: 0;
					}

					.sf-menu.sf-horizontal.sf-shadow ul li,
					.sf-menu.sf-vertical.sf-shadow ul li,
					.sf-menu.sf-navbar.sf-shadow ul ul li {
						border-right: none;
						font-weight: 200;
					}
					.sf-menu.sf-horizontal.sf-shadow ul li,
					.sf-menu.sf-vertical.sf-shadow ul li,
					.sf-menu.sf-navbar.sf-shadow ul ul li,
					.sf-menu.sf-horizontal.sf-shadow ul li a,
					.sf-menu.sf-vertical.sf-shadow ul li a,
					.sf-menu.sf-navbar.sf-shadow ul ul li a {
						color: #fff;
					}

					.sf-menu.sf-horizontal.sf-shadow ul li a:hover,
					.sf-menu.sf-vertical.sf-shadow ul li a:hover,
					.sf-menu.sf-navbar.sf-shadow ul ul li a:hover {
						color: #a5acb0;
					}
		

/* breadcrumb */
#breadcrumb {
	clear: both;
	position:relative;
	top:104px;
}

	.front #breadcrumb {
		display: none;
	}

	#breadcrumb .panel {
		font-size: 12px;
		color: #08305C;
		padding: 20px 0;
	}

	#breadcrumb .panel a {
		color: #08305C;
		font-weight: bold;
	}



/* banner */
#banner {
	position:relative;
	top:104px;
	height: 145px;
	background: #ccc;
}

	/* banner front */
	.front #banner {
		display: none;
	}

	/* banner about us, services */
	.node-type-pagina-csp #banner,
	.section-noticias #banner,
	.node-type-webform #banner,
	.node-type-noticia #banner,
	.page-admin #banner {
		
		background: url('../images/banner-01.jpg') no-repeat center top;
		background-size: 100% auto;
	}

	/* banner products */
	.page-familia-productos #banner,
	.section-productos #banner,
	.section-producto #banner {
		background: url('../images/banner-02.jpg') no-repeat center top;
		background-size: 100% auto;		
	}

	/* banner marks */
	.section-catalogos #banner,
	.section-marcas #banner,
	.node-type-marca #banner
	{
		background: url('../images/banner-02.jpg') no-repeat center top;
		background-size: 100% auto;		
	}

	/* banner catalogos */
	.node-type-catalogo-completo #banner, 
	.node-type-catalogo-parcial #banner, 
	section-catalogos #banner {
		background: url('../images/banner-02.jpg') no-repeat center top;
		background-size: 100% auto;		
	}

	/* banner contact */
	.section-contacto #banner {
		background: url('../images/banner-02.jpg') no-repeat center top;
		background-size: 100% auto;		
	}								

/* section */
#section {
	margin-bottom: 50px;
	position:relative;
	top:104px;
}

	#section .panel {
		padding: 20px;
		margin-bottom: 120px;
		position: relative;
		background: #fff;
	}
	.front #section .panel {
		padding: 20px 0 !important;
	}

		#section .panel:after {
			content: "";
			width: 100%;
			height: 60px;
			display: block;
			position: absolute;
			bottom: -60px;
			left: 0;
			background: url('../images/background-section.png') no-repeat 0 0;
		}


		/* sidebar */
		#section .sidebar h2 {
			margin-bottom: 20px;
			padding-bottom: 15px;
			font-size: 15px;
			font-weight: 600;
			font-variant: small-caps;
			text-transform: uppercase;
			color: #2f2e32;
			background: url('../images/background-sidebar-title.png') no-repeat bottom left;
			background-size: 100% auto;
		}

			#csp-submenu li,
			#section .sidebar .menu li {
				padding: 5px 0;
				color: #08305C;
			}

			#csp-submenu a,
			#section .sidebar .menu a {
				color: #08305C;
				text-decoration: none;
			}

				#csp-submenu a.active,
				#section .sidebar .menu a.active,
				#csp-submenu a:hover,
				#section .sidebar .menu a:hover {
					color: #FF5901;
					text-decoration: none;
				}


			/* sidebar blocks */

				.block-banner-sidebar {
					text-align: center;					
				}

					.block-banner-sidebar h3 {
						color: #fff;
						padding: 10px 20px;
						font-size: 12px;
						font-variant: small-caps;
						text-transform: uppercase;
						background: url('../images/line-pink-sidebar.png') no-repeat bottom left;
						background-size: 100% 100%;
					}

					.block-banner-sidebar h3 span {
						color: #000;
					}




		/* content */
		#content {
		}

			#content h1,
			#content h2,
			#content h3,
			#content h4,
			#content h5,
			#content h6,
			#content p,
			#content ul,
			#entradilla {
				margin: 0 0 15px 0;
			}

			#content h1 {
				color: #006380;
			}

			#content h2,
			#content h3,
			#content h4,
			#content h5,
			#content h6 {
				color: #08305C;
			}

			#content h1 {
				font-size: 34px;
			}

			#content h2 {
				font-size: 30px;
			}

			#content h3 {
				font-size: 28px;
			}

			#content h4 {
				font-size: 26px;
			}

			#content h5 {
				font-size: 22px;
			}


			/* h1 */
			#content h1,
			#page-title {
				font-weight: 300;
				color: #006380;
			}

			/* entry (excerpt) */
			#entradilla {
				font-family: 'Titillium Web', 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
				font-weight: 200;
				font-size: 22px;
				color: #08305C;
				line-height: 1.4em;
			}

			/* h3 */
			#content h3 {
				font-size: 22px;
				font-weight: 300;
			}
			/* h4 */
			#content h4 {
				font-size: 18px;
				font-weight: 300;
			}

			/* a submit */
			#content a.submit-1 {
				padding: 10px 20px;
				color: #fff;
				font-size: 16px;
				font-family: 'Titillium Web', 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
				font-weight: 300;
				font-variant: small-caps;
				text-transform: uppercase;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				background: url('../images/line-blue-button.png') no-repeat 0 0;
				background-size: 100% auto;
				min-width:200px;
			}



/* footer */
#footer {
	position:relative;
	top:4px;
	margin: -25px 0 0 0;
	font-family: 'Titillium Web', 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: url('../images/footer-pattern.png') repeat 0 0;
}

	#footer:before {
		display: block;
		width: 100%;
		height: 56px;
		content: "";
		position: absolute;
		top: -56px;
		left: 0;
		background: url('../images/footer-pattern-before.png') no-repeat 0 0;
		background-size: 100% 100%;
	}

	#footer #footer {
		margin-top: 20px;
		background: none;
	}

	#footer #footer:before {
		display: none;
	}


#footer a {
	color: #ccc;
}

#footer #foot_left,
#footer #foot_right {
	width: 29%;
	display: inline-block;
	color: #ccc;
	font-variant: small-caps;
	text-transform: uppercase;
}

#footer #foot_right {
	text-align: right;
	width: 70%;
}
		
		/* marks */
		.no-sidebars #block-cspapeleria-pie-marcas{
			margin:0px !important;
			height: 275px;		
		}
		#block-cspapeleria-pie-marcas {
			width: 980px;
			margin: 20px 0 0 -220px;
			/*position: absolute;*/
			/*top: -130px;*/

		}
		.section-admin #block-cspapeleria-pie-marcas {
			width: 980px;
			margin: 90px 0 0 -220px;
			/*position: absolute;*/
			/*top: -130px;*/

		}
		
			#block-cspapeleria-pie-marcas h3 {
				margin-bottom: 5px;
				padding: 8px 20px 12px 20px;
				font-size: 20px;
				font-variant: small-caps;
				text-transform: uppercase;
				color: #FFF;
				background: url('../images/title-pink-line.png') no-repeat 0 0;

			}

			#block-cspapeleria-pie-marcas #marcas-pie a {}

		
		/* menu */
		#footer #block-system-main-menu {
			width: 1000px;
			padding-top: 35px;
			padding-bottom: 58px;
			vertical-align: top;
			display: inline-block;
			margin: 0px !important;
			/* background: url('../images/iso.png') no-repeat 50% 100%;*/
			}

			#footer #block-system-main-menu .menu {

			}

			#footer #block-system-main-menu .menu li {
				list-style-type: none;
				list-style-image: none;
				list-style-position: inside;
				vertical-align: top;
				display: inline-block;
				width: 12%;
				color: #ccc;
				font-size: 14px;
				font-variant: small-caps;
				text-transform: uppercase;
			}

			#footer #block-system-main-menu .menu li a {
				padding-left: 20px;
				padding-bottom: 3px;
				padding-top: 2px;
				display: block;
				color: #ccc;
				border-bottom: 1px solid #7a7d85;
				text-decoration: none;
				background: url('../images/blue-circle.png') no-repeat 0 40%;
			}

			#footer #block-system-main-menu .menu li ul {
				margin-top: 10px;
			}

				#footer #block-system-main-menu .menu li li {
					display: block;
					width: 100%;
					padding-bottom: 0;
					margin-bottom: 0;
					padding: 5px 0;
					color: #ccc;
					font-size: 11px;
					border-bottom: none;
				}

					#footer #block-system-main-menu .menu li li a {
						padding-left: 0;
						padding-bottom: 0;
						padding-top: 0;
						display: block;
						color: #ccc;
						text-decoration: none;
						background: none;
						border: none;
							}

		/* social */
		#footer #block-block-5 {
			margin:0 !important;
			text-align: right;
			padding-bottom: 10px;
			margin-bottom:20px;
			top:-20px;
			
		}

			#social {margin-bottom:50px;}
			
			#social li {
				display: inline-block;
			}

			#social a {
				width: 24px;
				height: 24px;
				display: block;
				background: url('../images/social.png') no-repeat 0 0;
			}

			#social a span {
				position: absolute;
				top: -9999px;
				left: -9999px;
				}

			#social li.youtube a {
				background-position: 0 0;
			}
			#social li.twitter a{
				background-position: -26px 0;
			}
			#social li.facebook a {
				background-position: -53px 0;
			}
			#social li.googleplus a {
				background-position: -81px 0;
			}






	/* sections */
	#header .section,
	#menu .section,
	#breadcrumb .section,
	#section .section,
	#footer .section {
	}

	/* panels */
	#header .panel,
	#menu .panel,
	#breadcrumb .panel,
	#section .panel,
	#footer .panel {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}






/* -----------------------------------------
	pages
----------------------------------------- */



	/* -----------------------------------------
		home
	----------------------------------------- */

	.front #slides {
		margin-top:101px;
		z-index: 0 !important;
	}
	#slides {
		margin-top:0px;
		z-index: 0 !important;
	}

	/* section box over slide */
	body.front #section {
		margin-top: -40px;
		margin-bottom: -120px;
		z-index: 999;
	}



		body.front #section .panel {
			background: none;
		}

		body.front #section .panel:after {
			display: none;
		}

		body.front #section .title h2 {
			padding: 20px 100px;
			position: absolute;
			top: -80px;
			right: 0;
			z-index: 200;
			font-size: 22px;
			font-variant: small-caps;
			color: #fff;
			text-align: center;
			text-transform: uppercase;
			background: url('../images/title-orange-line.png') no-repeat center center;			
		}

	/* services */
	.front #content #block-system-main {
		min-height: 135px;
		width /*\**/: 102%\9   /* Sin punto y coma!! */
	}
	
	.resumen_pag_csp {
		width: 310px;
		min-height: 110px;
		display: block;
		float: left;
		margin: 0 15px 0 0;
		background: url('../images/line-pink.png') no-repeat bottom left;
	}
	/*Efecto de subrayado del título al colocar el cursor encima*/
	.resumen_pag_csp:hover{
		background: url('../images/underline-pink.png') no-repeat top left;
		background-position: 0px 0px;
	}
		.resumen_pag_csp + .resumen_pag_csp {
			background: url('../images/line-blue.png') no-repeat bottom left;
		}
		
		.resumen_pag_csp + .resumen_pag_csp:hover {
			background: url('../images/underline-blue.png') no-repeat top left;
		}

		.resumen_pag_csp + .resumen_pag_csp + .resumen_pag_csp  {
			margin: 0;
			background: url('../images/line-green.png') no-repeat bottom left;			
		}
		.resumen_pag_csp + .resumen_pag_csp + .resumen_pag_csp:hover {
			margin: 0;
			background: url('../images/underline-green.png') no-repeat top left;
		}

			.resumen_pag_csp h3 {
				margin: 0 0 15px 0;
				font-size: 34px;
				font-weight: 300;
				padding:10px;
			}

				.resumen_pag_csp h3,
				.resumen_pag_csp h3 a {
					color: #08305C;
					text-decoration: none;
				}

				.resumen_pag_csp h3 a {
					padding-right: 35px;
					background: url('../images/title-arrow.png') no-repeat center right;
				}
		
			.resumen_pag_csp p {
				color: #1c1d1f;
				font-weight: 300;
				height: 75px;
			}

	/* promos */
	#promoted {
		position: relative;
		margin-top: 120px;
		vertical-align: top;
	}

	#promoted:before {
		width: 422px;
		height: 117px;
		position: absolute;
		display: block;
		content: "";
		top: 20px;
		right: -109px;
		background: url('../images/bg-promoted-decorator.png') no-repeat left top;
	}

		#promoted .promoted-search,
		#promoted .promoted-marks,
		#promoted .promoted-news,
		#promoted .promoted-liderpapel {
			vertical-align: top;
			display: inline-block;
			height: 175px;
		}

			#promoted .promoted-search h4,
			#promoted .promoted-marks h4,
			#promoted .promoted-news h4 {
				width: 50%;
				padding: 5px 15px 5px 5px;
				font-size: 15px;
				font-variant: small-caps;
				text-transform: uppercase;
				color: #1c1d1f;
				background: #fff;
			}

			#promoted .promoted-search h4 {
				margin-top: 45%;
			}

			#promoted .promoted-marks h4 {
				margin-top: 40%;
			}

			#promoted .promoted-news h4 {
				margin-top: 30%;
			}

			#promoted .promoted-search h4 a,
			#promoted .promoted-marks h4 a,
			#promoted .promoted-news h4 a {
				color: #1c1d1f;
				text-decoration: none;
			}

		#promoted .promoted-search {
			width: 198px;
			background: url('../images/bg-promoted-search.jpg') no-repeat bottom left;
		}

		#promoted .promoted-marks {
			width: 216px;
			margin-left: -5px;
			background: url('../images/bg-promoted-marks.jpg') no-repeat bottom left;
		}

		#promoted .promoted-news {
			width: 233px;
			margin-left: -5px;
			background: url('../images/bg-promoted-news.jpg') no-repeat bottom left;
		}

		#promoted .promoted-liderpapel {
			width: 200px;
			height: 125px;
			padding-top: 50px;
			margin-left: 15px;
		}



	/* -----------------------------------------
		products
	----------------------------------------- */

	
	
	#body-csp h1 {
		/*
		font-size: 14px;
		color: #08305C;
		*/
		
		text-transform: none;
	}
	.node-producto h1{
		/*
		font-size: 14px;
		color: #08305C;
		*/
		font-size: 1.6em !important;
		font-weight:bold !important;
	}
	#previo_buscador {
		padding: 0 0 5px 30px;
		font-family: 'Titillium Web', 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-variant: small-caps;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 300;
	}
	/* search form  */
	#productos-form {
		position: relative;
		background-color:
	}
	
	

	#productos-form .form-item {
		margin: 0;
		padding: 10px 0 20px 0;
		background: url('../images/line-green-searchbox2.png') no-repeat -30px -15px;
		background-size: 100% auto;
	}

	#productos-form label {
		display:none;
	}

	#productos-form #edit-busqueda {
		padding: 3px 10px;
		margin-left: 30px;
		width: 512px;
		font-size: 16px;
		height: 35px;
	}
	
	#productos-form input[type="submit"] {
		position: absolute;
		bottom: 25px;
		right: 90px;
		padding: 7px 20px;
		color: #fff;
		font-variant: small-caps;
		font-size: 15px;
		text-align: center;
		text-transform: uppercase;
		background: url('../images/line-blue-button.png') no-repeat 0 0;
		background-size: 100% 100%;
	}

	/* filters and controls */
	.productos_controles {
		color: #fff;
		font-weight: normal;
		background: #393e4b;
	}

		/* number of items */
		.productos_controles #limitador-form {
			width: 150px;
			margin-right: 10px;
			display: inline-block;
		}

			.productos_controles #limitador-form .form-item {
				padding-left: 10px;
				display: inline-block;

			}

				.productos_controles #limitador-form label {
					padding-right: 5px;
					display: inline-block;
				}

				.productos_controles #limitador-form select {
					width: 45px;
					height: 20px;
					color: #000;
					border-radius: 0;
					border: none;
					background: #e9ecfc;
				}

			.productos_controles #limitador-form input[type="submit"] {
				padding: 3px;
			}

		/* list of items */
		.productos_controles .item-list {
			display: inline-block;
		}

		.productos_controles .item-list a {
			color: #c2c2c2;
		}

	/* table of resutls */
	#cuerpo-productos table.sticky-enabled,
	#body-csp table.sticky-enabled {
		margin: 0;
	}

		#cuerpo-productos table.sticky-enabled thead,
		#body-csp table.sticky-enabled thead {
			color: #fff;
			background: #244b77;
		}

			#cuerpo-productos table.sticky-enabled thead th,
			#body-csp table.sticky-enabled thead th {
				padding: 5px 0 5px 10px;
			}


			#cuerpo-productos table.sticky-enabled tbody tr,
			#body-csp table.sticky-enabled tbody tr {
				border: 1px solid #fff;
				border-width: 5px 0;
				height:35px;
			}

				#cuerpo-productos table.sticky-enabled tbody td,
				#body-csp table.sticky-enabled tbody td {
					vertical-align: middle;
				}

					#cuerpo-productos table.sticky-enabled tbody td, 					
					#body-csp table.sticky-enabled tbody td
					{
						color: #000;
						padding-left:10px;
					}
					#cuerpo-productos table.sticky-enabled tbody td a,
					#body-csp table.sticky-enabled tbody td a {
						color: #000;
					}

	/* image product */
	#body-csp img,
	#body-csp #contenido {
		/*margin-bottom: 20px;*/
		display: block;
		float: left;
	}

	#body-csp #contenido {
		width: 380px;
		padding: 0 15px;
	}

	#body-csp table.sticky-enabled {
		clear: left;
		margin-top: 20px;
	}

	#body-csp #contenido span.att {
		display: block;
		padding: 8px 0;
	}
	.codigo-referencia {font-size:1.2em;font-weight:bold;}
	#body-csp #contenido span.att strong {font-size:1.2em;font-weight:bold;}
	
	#body-csp p {margin: 10px 0;}
	
	/*Colocando el bloque del campo de búsqueda de productos debajo del título*/
	#block-cspapeleria-buscador-productos-up {
		right: 123px;
	}
	
	/*Titulo del buscador de productos*/
	.buscador_prods_title {
		position:relative;
	}
	
	/*Contenedor de los productos destacados*/
	#productos_destacados {
		width: 720px;
	}
	
	/* Contenedor de un producto destacado*/
	.producto_destacado {
		width: 222px;
		float: left;
		padding: 5px;
	}
	
	/* Contenedor de un producto destacado*/
	.producto_destacado h4{
		width: 222px;
	}
	
.node-type-pagina-csp #page-title
{
	display: none;
}

#body-csp
{
	float: left;
	width: 720px;
}

.node-type-pagina-csp #menu-izquierda
{
	width: 220px;
	min-height: 207px;
	margin-right: 20px;
	margin-top: 25px;
	background: #888888;
	float: left;
}

#menu-izquierda h2
{
	margin: 10px;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}


.columna-derecha
{
	*width: 250px;
	width: 330px;
	float: right;
}

.columna-derecha img
{
	margin-bottom: 20px;
	float: right !important;
	*margin-left: 27px;
	height:auto;
}

.columna-izquierda
{
	width: 330px;
	float: left;
}

.columna-izquierda img
{
	margin-bottom: 20px;
	height:auto;
}

/*
	CARRUSEL
*/

.node-pagina-csp .slides_container
{
	background: #888888;
	overflow: hidden;
	position: relative;
	display: none;
	margin-bottom: 20px;
}

.node-pagina-csp .pagination
{
	display: none;
}

.csp_page_slide
{
	height: 300px;
	width: 720px;
}


/* ----------------------------------
   ************* Marcas ************** 
   -------------------------------- */

.page-marcas #page-title
{
	display: none;
}
.page-marcas #block-block-1 h3, .page-catalogos #block-block-1 h3,  .node-type-marca #block-block-1 h3, .section-aviso-legal #block-block-1 h3, .section-mapa-web #block-block-1 h3, .node-type-catalogo-completo #block-block-8 h3{	
	height:53px;
	width:200px;
	font-size: 14px;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #fff;
	padding:11px 0 0 28px;
	margin-left:-20px;
	background: url('../images/background-sidebar-products-search-catalog.png') no-repeat 0 0;
}
.i18n-en.page-marcas #block-block-1 h3, .page-productos #block-block-2 h3, .node-type-producto #block-block-2 h3 {
	height:63px;
        width:200px;
        font-size: 14px;
        font-variant: small-caps;
        text-transform: uppercase;
        color: #fff;
        padding:11px 0 0 20px;
        margin-left:-20px;
        background: url('../images/background-sidebar-products-search-catalog-high.png') no-repeat 0 0;


}
.page-marcas #block-block-1 h3 span, .node-type-marca #block-block-1 h3 span,  .page-catalogos #block-block-1 h3 span, .node-type-catalogo-completo #block-block-8 h3 span, .page-productos #block-block-2 h3 span, .node-type-producto #block-block-2 h3 span{font-weight:bold;}
.page-marcas #menu-izquierda
{
	width: 198px;
	padding: 10px;
	min-height: 112px;
	margin-right: 20px;
	margin-top: 25px;
	float: left;
	border: 1px #DDDDDD dotted;
}

.page-marcas #menu-izquierda #menu-titulo
{
	font-size: 1.3em;
}

.page-marcas #contenido
{
	float: left;

}

.page-marcas .marca-resumen
{
	width: 220px;
	padding:10px;
	float: left;
	height:250px;
}

.page-marcas .marca-resumen .title a{
	text-decoration: none;
	color: #006380;
}

.marca-resumen img{
	width: 222px;
	height:90px;
}

.page-marcas .marca-resumen a
{
	display: block;
	color: #08305C;
}

.i18n-es.page-marcas .marca-resumen .mas-info-marca {
	background: url('../images/mas_info_naranja.png') no-repeat 80% 0px;	
	background-size: 8%;
	padding-top:2px;
	padding-bottom:2px;
}
.i18n-pt-pt.page-marcas .marca-resumen .mas-info-marca {
	background: url('../images/mas_info_naranja.png') no-repeat 72% 0px;	
	background-size: 8%;
	padding-top:2px;
	padding-bottom:2px;
}

.i18n-en.page-marcas .marca-resumen .mas-info-marca {
	background: url('../images/mas_info_naranja.png') no-repeat 53% 0px;	
	background-size: 8%;
	padding-top:2px;
	padding-bottom:2px;
}


/*
.page-marcas .marca-resumen .entradilla-marcas{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 54px;
}
*/

/*Entradilla con ellipsis*/
/*
.page-marcas .marca-resumen .entradilla-marcas{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
*/
.page-marcas #block-cspapeleria-sub-menu, .page-catalogos #block-cspapeleria-sub-menu, .node-type-marca #block-cspapeleria-sub-menu  {display:none;}

#body-csp-marcas {
	width:720px;
}

#body-csp-marcas h1 {
	font-size: 14px;
	color: #08305C;
	text-transform: none;
}
   
/* ----------------------------------
   *********** Catálogos ************ 
   -------------------------------- */
   
.page-catalogos #page-title
{
	display: none;
}

#body-csp-catalogos {
	width:720px;
}

#body-csp-catalogos h1 {
	font-size: 14px;
	color: #08305C;
	text-transform: none;
}

.page-catalogos #menu-izquierda
{
	width: 198px;
	padding: 10px;
	min-height: 112px;
	margin-right: 20px;
	margin-top: 25px;
	float: left;
	border: 1px #DDDDDD dotted;
}

.page-catalogos #menu-izquierda #menu-titulo
{
	font-size: 1.3em;
}

.page-catalogos #contenido
{
	float: left;

}


.page-catalogos .producto-resumen {
	width: 223px;
	margin-right: 17px;
	float: left;
}

.page-catalogos #contenido a
{
	display: block;
	color: #08305C;
}

.catalogo-resumen {
	float:left;
	width: 222px;
	padding:10px;
	min-height:370px;
}
.catalogo-resumen h3 {height:30px;}
/*.catalogo-resumen p {height:70px;}*/
.catalogo-resumen img{
	width:222px;
	height:120px;
}

.node-catalogo-completo #entradilla{
	width: 720px;
}
/* ----------------------------------
   ************* Sedes ************** 
   -------------------------------- */
   
/*Ocultando título de la web de sedes*/
.page-contacto #page-title
{
	display: none;
}

/*DIV contenedor de todas las sedes*/
#body-csp-sedes {
	width:720px;
}

#body-csp-sedes h1 {
	font-size: 14px;
	color: #08305C;
	text-transform: none;
}
	
/*DIV contenedor de la informacion de una sede*/
.sede-resumen {
	float:left;
	width: 220px;
	padding:10px;
	min-height:500px;
}

.sede-title {
	min-height:40px;
}
/*TÍTULOS de los campos*/
.sede-resumen strong {
	font-weight:bold;
}

/*IMAGEN de la sede*/
/*
.sede-resumen img {
	height:90px;
	width:200px;
	margin-top:5px;
	margin-bottom:10px;
}
*/

.sede-carrusel {
	width: 222px;
	height:110px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.sede-slide {
	width: 222px;
	height:110px;
}

.sede-carrusel  .pagination
{
	display: none;
}

/*Textos sede*/
.sede-resumen span,.sede-resumen p {
	font-size: 13px;
}
.sede-resumen p {
    margin: 0 0 5px 0 !important;
    color: #000;
}
.sede-resumen  p.att {margin-bottom:0 !important;min-height:75px; color: #FF5901;}
.sede-resumen a {
	margin-top: 10px;
}

/* --------------------------------
   ---------- WEB FORM ------------
   ----------------------------- */
   
.webform-client-form .form-item {
	margin-top:0px !important;
}
.webform-client-form select {	font-family: 'Titillium Web', 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;}
.webform-client-form #edit-submitted-asunto {height:80px;}
.form-item.webform-component {
	float:left;
	width: 670px !important;
}

.form-item.webform-component .grippie{
	float: left;
	width: 400px;
	margin-left: 90px;
}
   
.form-item.webform-component.webform-component-textfield label,
.form-item.webform-component.webform-component-email label,
.form-item.webform-component.webform-component-select label, 
.form-item.webform-component.webform-component-managed_file label,
.form-item.webform-component.webform-component-checkboxes label {
	float:left;
	width: 78px;
	margin-right: 1em;
}

.form-item.webform-component.webform-component-textarea label {
	float:left;
	margin-top: 25px;
}

.form-item.webform-component.webform-component-textfield input, 
.form-item.webform-component.webform-component-email input,
.form-item.webform-component.webform-component-select select {
	width: 400px !important;
	float:left !important;
}

.form-item.webform-component.webform-component-textarea textarea{
	float:left !important;
	width: 400px !important;
	resize: none;
	margin-left: 12px;
}
#edit-submit{
	float:left !important;
	/*margin-top: 10px !important;*/
	margin-left: 300px !important;
}

.form-managed-file, .form-checkboxes {
	float: left;
	margin-left: 12px
}

.form-checkboxes .option {
	width: 450px !important;
}

.form-checkboxes .form-checkbox {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

#webform-component-tu-mensaje label, #webform-component-acepto label {
	margin-right: 0px;
}

/* Mapa web*/

/* Bloque contenedor del mapa web */
#block-cspapeleria-mapa-web {
	width: 960px;
	vertical-align: top;
}

/*Lista de links de primer nivel*/
#block-cspapeleria-mapa-web ul {
}

/*Opcion de la lista de primer nivel*/
#block-cspapeleria-mapa-web ul li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	vertical-align: top;
	display: block;
	width: 100%;
	padding-bottom: 15px;
	color: #006380;
	font-size: 14px;
	font-variant: small-caps;
	text-transform: uppercase;
}

/*Link de primer nivel*/
#block-cspapeleria-mapa-web ul li a {
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 2px;
	display: block;
	color: #006380;
	text-decoration: none;
	background: url('../images/blue-circle.png') no-repeat 0 40%;
}

#block-cspapeleria-mapa-web ul li a:hover {
	color: #CCC;
}
/*-------------------------*/
/*-------- 2º nivel -------*/
/*-------------------------*/

/*Lista de segundo nivel*/
#block-cspapeleria-mapa-web ul ul {
	margin-left:50px;
	width: 100%;
}

#block-cspapeleria-mapa-web ul ul li {
	width: 100%;
	color: #006380;
	font-size: 11px;
	border-bottom: none;
	text-align: left;
}

#block-cspapeleria-mapa-web ul ul li a {
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
	display: block;
	color: #006380;
	text-decoration: none;
	background: none;
	width: 30%;
}

#block-cspapeleria-mapa-web ul ul li a:hover {
	color: #CCC;
}

/* ------------------------
   ------- NOTICIAS -------
-------------------------*/

#body-csp-noticias {
	width:720px;
}

.noticia-resumen {
	width: 720px;
	padding:10px;
	float: left;
}
.image-wrapper {
	width:250px;
	float: left;
}
.image-wrapper img {
	height:120px;
	width:222px;
}
.resumen-wrapper {
	width: 65%;
	float: left;
}

.node-type-noticia #resumen {float:left;}

.node-type-noticia #contenido-noticia {text-align:justify;}

.node-type-noticia #contenido-noticia img {padding:0 10px 10px 0 !important;}

.node-type-noticia #contenido-noticia p {padding: 0 5px;}

.node-type-noticia .menu-block-wrapper ul {list-style:none !important;}

.node-type-noticia .menu-block-wrapper ul li {list-style-type:none !important;list-style-image:none !important;}

.quienes_somos_video {float:left;text-align:center;align:center;width:100%;}

#block-cspapeleria-menu-categorias ul li {padding:5px 0}

#block-cspapeleria-menu-categorias, #block-block-2 {z-index:999;position:relative;}

#block-cspapeleria-menu-categorias a, #productos_categorias_listado a {color: #08305C; text-decoration: none;}
#block-cspapeleria-menu-categorias a:hover,  #productos_categorias_listado a:hover {color: #FF5901;}

#block-cspapeleria-menu-categorias a.active {color: #FF5901; text-decoration: none;}

#block-block-2 a{color: #08305C; text-decoration: none;}
#block-block-2 a:hover {color: #FF5901;}

#block-block-1 a{color: #08305C; text-decoration: none;}
#block-block-1 a:hover {color: #FF5901;}

#block-cspapeleria-menu-categ-count a{color: #08305C; text-decoration: none;}
#block-cspapeleria-menu-categ-count a:hover {color: #FF5901;}

#block-cspapeleria-menu-categ-count li{color: #08305C;}

#productos_categ_count_menu ul li {padding:5px 0;}

#productos_categ_count_menu ul ul {margin:0 15px;}


#productos_categ_count_menu ul ul li {padding:5px 0;}

#productos_categ_count_menu ul ul li a {color: #FF5901;}

#block-menu-devel {clear:both;}

/* -----------------------------------------
 ------- DISTRIBUCIÓN DE PRODUCTOS 
   ------------------------------------------------ */
#block-cspapeleria-distribucion .title{	
	padding-top: 10px;	
	padding-bottom: 10px;	
	font-size: 13px;	
	font-weight: bold;
}
#block-cspapeleria-distribucion .item {	
	width: 225px;	
	float: left;	
	padding-top: 10px;	
	padding-bottom: 10px;	
	padding-right: 15px;	
	margin-bottom: 5px;	
	min-height: 570px;
}
#block-cspapeleria-distribucion .body {	
	width: 225px;	
	text-align:left;
}

#block-cspapeleria-distribucion p {
	font-size: 13px;
}

#resumen {width:700px;}

/* -----------------------------------------
 ------- DISTRIBUCIÓN DE PRODUCTOS ---------
 ---------------------------------------- */
.breadcrumb, .block-cspapeleria, #block-menu-block-2, #csp-submenu,  #block-block-6 p{
	font-size: 13px;
}
#block-menu-block-2 ul {list-style:none !important;}
#block-menu-block-2 ul li {list-style-type:none !important;list-style-image:none !important;}
#block-menu-block-2 ul li ul {list-style:none !important;}
#block-menu-block-2 ul li ul li {list-style-type:none !important;list-style-image:none !important;margin-top:5px;margin-left:10px;}

.node-type-pagina-csp #body-csp ol {list-style-type:decimal;margin:10px;}
.node-type-pagina-csp #body-csp ol li {
	font-size: 13px;
	color:#08305C;
	line-height:19px !important;
	list-style-position:inside;
	padding-left:25px;
}
.node-type-pagina-csp #body-csp ul {margin-left:5px;}
.node-type-pagina-csp #body-csp ul li {
	font-size: 13px;
	color:#08305C;
	list-style-image: url(../images/checklist.png);
	list-style-type:none !important;
	line-height:23px !important;
	list-style-position:outside;
	margin-left:15px;
	padding-left:5px;
}


#edit-field-texto-portada {clear:both;}
#webform-component-acepto label {display:none;}
#webform-component-acepto div div {margin-left:-10px;}
#webform-component-acepto .form-item-submitted-acepto-1 label {display:inline !important;}


.node-type-pagina-csp #body-csp #entradilla ul li {  
	list-style-image: url(../images/checklist.png);
	list-style-type:none !important;
	font-size:22px !important;
	line-height:1.3em !important;
	list-style-position:outside;
	padding-left:5px;

}
.node-type-pagina-csp #body-csp #entradilla p{
	font-size:22px !important;
	line-height:1.3em !important;
}
#entradilla ul {list-style-type:none !important;margin:0px !important;	padding-left:25px;}

.page-admin #block-system-main {min-height:325px;}

#productos_categorias_listado ul li {padding:5px 0;width:33%;float:left;}

.node-type-producto #block-system-main, .page-familia-productos #block-system-main  {min-height:510px;}

#edit-busqueda {color:#AAAAAA;}

.language-switcher-locale-url  li {float:left;margin-left:10px;}

.cash-carry {background-color:#EBEBEB;min-height:1000px}

.cash-carry .sede-title {min-height:0;}

.cash-carry .sede-resumen {min-height: 490px;}

#menu-331-1 ul {
	position: absolute;
	left:-130px;
}
#logo img {width:195px;margin-top:5px;}

.i18n-pt-pt #logo img {width:138px;margin-top:-12px;}

.sf-depth-2 ul, .sf-depth-2 li  {display:none !important;}

#block-cspapeleria-pie-csp {display:inline;margin:10px !important;}

#contenido-noticia ul li {list-style:disc !important;margin-left:30px;}

.menu-mlid-988, .menu-mlid-731, .menu-mlid-742, .menu-mlid-770 {margin-left:-5px !important;padding-left:10px !important;background-color:#F3F3F3;border:1px dashed;}

/*Camera slider*/

.slides_container_camera {width:720px;}

.node-type-pagina-csp .slides_container_camera img {float: none !important;}

.front .slides_container_camera {width:100%;}


.front .camera_prev, .front .camera_next, .front .camera_commands {top:30%;}

.page-contacto .slides_container_camera {width: 440px;display:none;position:relative;top:-400px;left:-120px;z-index:10;}

.page-contacto .tercera_sede .slides_container_camera {left:-222px;}

.page-contacto .slides_container_camera .camera_commands  {display:none;}

.page-contacto .camera_wrap {border: dashed 2px #08305C;}

.sedes_image_pre_slider img {width:220px;height:120px;cursor:pointer;}

.cerrar_slider_sedes {width:30px;position:relative;top:31px;left:412px;z-index:999;cursor:pointer;}

.node-webform ul.links {display:none;}

#edit-submitted-asunto-de-la-consulta {min-height:90px;}
.camera_thumb {display: none !important;}

.banner-familia {width:100%; margin: 300px  auto 0;clear:both;position:relative;}
#banner-familia-526 {background-position:top center;background-repeat:no-repeat;height:90px;background-image: url('../images/banner-seccion-informatica.gif')}


ul.menu li {margin: 0 !important;}
.i18n-fr #logo img {margin-top: -2px !important;}

#block-block-4 {clear:both;}
#promoted .section {padding-top:92px;}
.recuperar_contrasena  {text-align:center;margin-top:-15px;} 
#user-input-2, #pass-input-2 {margin:0 2%;width: 20% !important;float:left;}
.no-buscador {width:10%;float:left;}
#input-wrapper-2 {margin-bottom:10px;}

