@font-face {		font-family: 'nexa_boldregular';		src: url(/site/sites/all/themes/pudeleco/css/fonts/nexa_bold-webfont.eot);		src: url(/site/sites/all/themes/pudeleco/css/fonts/nexa_bold-webfont.eot?#iefix) format("embedded-opentype"), url(/site/sites/all/themes/pudeleco/css/fonts/nexa_bold-webfont.woff) format("woff"), url(/site/sites/all/themes/pudeleco/css/fonts/nexa_bold-webfont.ttf) format("truetype"), url(/site/sites/all/themes/pudeleco/css/fonts/nexa_bold-webfont.svg#nexa_boldregular) format("svg");		font-weight: normal;		font-style: normal;	}		@font-face {		font-family: 'nexa_lightregular';		src: url(/site/sites/all/themes/pudeleco/css/fonts/nexa_light-webfont.eot);		src: url(/site/sites/all/themes/pudeleco/css/fonts/nexa_light-webfont.eot?#iefix) format("embedded-opentype"), url(/site/sites/all/themes/pudeleco/css/fonts/nexa_light-webfont.woff) format("woff"), url(/site/sites/all/themes/pudeleco/css/fonts/nexa_light-webfont.ttf) format("truetype"), url(/site/sites/all/themes/pudeleco/css/fonts/nexa_light-webfont.svg#nexa_lightregular) format("svg");		font-weight: normal;		font-style: normal;	}		@font-face {		font-family: "responsivenav";		src: url(/site/sites/all/themes/pudeleco/css/fonts/responsivenav.eot);		src: url(/site/sites/all/themes/pudeleco/css/fonts/responsivenav.eot?#iefix) format("embedded-opentype"), url(/site/sites/all/themes/pudeleco/css/fonts/responsivenav.ttf) format("truetype"), url(/site/sites/all/themes/pudeleco/css/fonts/responsivenav.woff) format("woff"), url(/site/sites/all/themes/pudeleco/css/fonts/responsivenav.svg#responsivenav) format("svg");		font-weight: normal;		font-style: normal;	}		@font-face {		font-family: 'FontAwesome';		src: url(/site/sites/all/themes/pudeleco/css/fonts/fontawesome-webfont.eot?v=4.2.0);		src: url(/site/sites/all/themes/pudeleco/css/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format("embedded-opentype"), url(/site/sites/all/themes/pudeleco/css/fonts/fontawesome-webfont.woff?v=4.2.0) format("woff"), url(/site/sites/all/themes/pudeleco/css/fonts/fontawesome-webfont.ttf?v=4.2.0) format("truetype"), url(/site/sites/all/themes/pudeleco/css/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format("svg");		font-weight: normal;		font-style: normal;	}		.fa {		display: inline-block;		font: normal normal normal 14px/1 FontAwesome;		font-size: inherit;		text-rendering: auto;		-webkit-font-smoothing: antialiased;		-moz-osx-font-smoothing: grayscale;	}		.fa-lg {		font-size: 1.33333em;		line-height: 0.75em;		vertical-align: -15%;	}		.fa-2x {		font-size: 2em;	}		.fa-3x {		font-size: 3em;	}		.fa-4x {		font-size: 4em;	}		.fa-5x {		font-size: 5em;	}		.fa-fw {		width: 1.28571em;		text-align: center;	}		.fa-ul {		padding-left: 0;		margin-left: 2.14286em;		list-style-type: none;	}		.fa-ul>li {		position: relative;	}		.fa-li {		position: absolute;		left: -2.14286em;		width: 2.14286em;		top: 0.14286em;		text-align: center;	}		.fa-li.fa-lg {		left: -1.85714em;	}		.fa-border {		padding: .2em .25em .15em;		border: solid 0.08em #eeeeee;		border-radius: .1em;	}		.pull-right {		float: right;	}		.pull-left {		float: left;	}		.fa.pull-left {		margin-right: .3em;	}		.fa.pull-right {		margin-left: .3em;	}		.fa-spin {		-webkit-animation: fa-spin 2s infinite linear;		animation: fa-spin 2s infinite linear;	}		@-webkit-keyframes fa-spin {		0% {			-webkit-transform: rotate(0deg);			transform: rotate(0deg);		}			100% {			-webkit-transform: rotate(359deg);			transform: rotate(359deg);		}	}		@keyframes fa-spin {		0% {			-webkit-transform: rotate(0deg);			transform: rotate(0deg);		}			100% {			-webkit-transform: rotate(359deg);			transform: rotate(359deg);		}	}		.fa-rotate-90 {		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);		-webkit-transform: rotate(90deg);		-ms-transform: rotate(90deg);		transform: rotate(90deg);	}		.fa-rotate-180 {		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);		-webkit-transform: rotate(180deg);		-ms-transform: rotate(180deg);		transform: rotate(180deg);	}		.fa-rotate-270 {		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);		-webkit-transform: rotate(270deg);		-ms-transform: rotate(270deg);		transform: rotate(270deg);	}		.fa-flip-horizontal {		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);		-webkit-transform: scale(-1, 1);		-ms-transform: scale(-1, 1);		transform: scale(-1, 1);	}		.fa-flip-vertical {		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);		-webkit-transform: scale(1, -1);		-ms-transform: scale(1, -1);		transform: scale(1, -1);	}		:root .fa-rotate-90,	:root .fa-rotate-180,	:root .fa-rotate-270,	:root .fa-flip-horizontal,	:root .fa-flip-vertical {		filter: none;	}		.fa-stack {		position: relative;		display: inline-block;		width: 2em;		height: 2em;		line-height: 2em;		vertical-align: middle;	}		.fa-stack-1x,	.fa-stack-2x {		position: absolute;		left: 0;		width: 100%;		text-align: center;	}		.fa-stack-1x {		line-height: inherit;	}		.fa-stack-2x {		font-size: 2em;	}		.fa-inverse {		color: white;	}		.fa-glass:before {		content: "\f000";	}		.fa-music:before {		content: "\f001";	}		.fa-search:before {		content: "\f002";	}		.fa-envelope-o:before {		content: "\f003";	}		.fa-heart:before {		content: "\f004";	}		.fa-star:before {		content: "\f005";	}		.fa-star-o:before {		content: "\f006";	}		.fa-user:before {		content: "\f007";	}		.fa-film:before {		content: "\f008";	}		.fa-th-large:before {		content: "\f009";	}		.fa-th:before {		content: "\f00a";	}		.fa-th-list:before {		content: "\f00b";	}		.fa-check:before {		content: "\f00c";	}		.fa-remove:before,	.fa-close:before,	.fa-times:before {		content: "\f00d";	}		.fa-search-plus:before {		content: "\f00e";	}		.fa-search-minus:before {		content: "\f010";	}		.fa-power-off:before {		content: "\f011";	}		.fa-signal:before {		content: "\f012";	}		.fa-gear:before,	.fa-cog:before {		content: "\f013";	}		.fa-trash-o:before {		content: "\f014";	}		.fa-home:before {		content: "\f015";	}		.fa-file-o:before {		content: "\f016";	}		.fa-clock-o:before {		content: "\f017";	}		.fa-road:before {		content: "\f018";	}		.fa-download:before {		content: "\f019";	}		.fa-arrow-circle-o-down:before {		content: "\f01a";	}		.fa-arrow-circle-o-up:before {		content: "\f01b";	}		.fa-inbox:before {		content: "\f01c";	}		.fa-play-circle-o:before {		content: "\f01d";	}		.fa-rotate-right:before,	.fa-repeat:before {		content: "\f01e";	}		.fa-refresh:before {		content: "\f021";	}		.fa-list-alt:before {		content: "\f022";	}		.fa-lock:before {		content: "\f023";	}		.fa-flag:before {		content: "\f024";	}		.fa-headphones:before {		content: "\f025";	}		.fa-volume-off:before {		content: "\f026";	}		.fa-volume-down:before {		content: "\f027";	}		.fa-volume-up:before {		content: "\f028";	}		.fa-qrcode:before {		content: "\f029";	}		.fa-barcode:before {		content: "\f02a";	}		.fa-tag:before {		content: "\f02b";	}		.fa-tags:before {		content: "\f02c";	}		.fa-book:before {		content: "\f02d";	}		.fa-bookmark:before {		content: "\f02e";	}		.fa-print:before {		content: "\f02f";	}		.fa-camera:before {		content: "\f030";	}		.fa-font:before {		content: "\f031";	}		.fa-bold:before {		content: "\f032";	}		.fa-italic:before {		content: "\f033";	}		.fa-text-height:before {		content: "\f034";	}		.fa-text-width:before {		content: "\f035";	}		.fa-align-left:before {		content: "\f036";	}		.fa-align-center:before {		content: "\f037";	}		.fa-align-right:before {		content: "\f038";	}		.fa-align-justify:before {		content: "\f039";	}		.fa-list:before {		content: "\f03a";	}		.fa-dedent:before,	.fa-outdent:before {		content: "\f03b";	}		.fa-indent:before {		content: "\f03c";	}		.fa-video-camera:before {		content: "\f03d";	}		.fa-photo:before,	.fa-image:before,	.fa-picture-o:before {		content: "\f03e";	}		.fa-pencil:before {		content: "\f040";	}		.fa-map-marker:before {		content: "\f041";	}		.fa-adjust:before {		content: "\f042";	}		.fa-tint:before {		content: "\f043";	}		.fa-edit:before,	.fa-pencil-square-o:before {		content: "\f044";	}		.fa-share-square-o:before {		content: "\f045";	}		.fa-check-square-o:before {		content: "\f046";	}		.fa-arrows:before {		content: "\f047";	}		.fa-step-backward:before {		content: "\f048";	}		.fa-fast-backward:before {		content: "\f049";	}		.fa-backward:before {		content: "\f04a";	}		.fa-play:before {		content: "\f04b";	}		.fa-pause:before {		content: "\f04c";	}		.fa-stop:before {		content: "\f04d";	}		.fa-forward:before {		content: "\f04e";	}		.fa-fast-forward:before {		content: "\f050";	}		.fa-step-forward:before {		content: "\f051";	}		.fa-eject:before {		content: "\f052";	}		.fa-chevron-left:before {		content: "\f053";	}		.fa-chevron-right:before {		content: "\f054";	}		.fa-plus-circle:before {		content: "\f055";	}		.fa-minus-circle:before {		content: "\f056";	}		.fa-times-circle:before {		content: "\f057";	}		.fa-check-circle:before {		content: "\f058";	}		.fa-question-circle:before {		content: "\f059";	}		.fa-info-circle:before {		content: "\f05a";	}		.fa-crosshairs:before {		content: "\f05b";	}		.fa-times-circle-o:before {		content: "\f05c";	}		.fa-check-circle-o:before {		content: "\f05d";	}		.fa-ban:before {		content: "\f05e";	}		.fa-arrow-left:before {		content: "\f060";	}		.fa-arrow-right:before {		content: "\f061";	}		.fa-arrow-up:before {		content: "\f062";	}		.fa-arrow-down:before {		content: "\f063";	}		.fa-mail-forward:before,	.fa-share:before {		content: "\f064";	}		.fa-expand:before {		content: "\f065";	}		.fa-compress:before {		content: "\f066";	}		.fa-plus:before {		content: "\f067";	}		.fa-minus:before {		content: "\f068";	}		.fa-asterisk:before {		content: "\f069";	}		.fa-exclamation-circle:before {		content: "\f06a";	}		.fa-gift:before {		content: "\f06b";	}		.fa-leaf:before {		content: "\f06c";	}		.fa-fire:before {		content: "\f06d";	}		.fa-eye:before {		content: "\f06e";	}		.fa-eye-slash:before {		content: "\f070";	}		.fa-warning:before,	.fa-exclamation-triangle:before {		content: "\f071";	}		.fa-plane:before {		content: "\f072";	}		.fa-calendar:before {		content: "\f073";	}		.fa-random:before {		content: "\f074";	}		.fa-comment:before {		content: "\f075";	}		.fa-magnet:before {		content: "\f076";	}		.fa-chevron-up:before {		content: "\f077";	}		.fa-chevron-down:before {		content: "\f078";	}		.fa-retweet:before {		content: "\f079";	}		.fa-shopping-cart:before {		content: "\f07a";	}		.fa-folder:before {		content: "\f07b";	}		.fa-folder-open:before {		content: "\f07c";	}		.fa-arrows-v:before {		content: "\f07d";	}		.fa-arrows-h:before {		content: "\f07e";	}		.fa-bar-chart-o:before,	.fa-bar-chart:before {		content: "\f080";	}		.fa-twitter-square:before {		content: "\f081";	}		.fa-facebook-square:before {		content: "\f082";	}		.fa-camera-retro:before {		content: "\f083";	}		.fa-key:before {		content: "\f084";	}		.fa-gears:before,	.fa-cogs:before {		content: "\f085";	}		.fa-comments:before {		content: "\f086";	}		.fa-thumbs-o-up:before {		content: "\f087";	}		.fa-thumbs-o-down:before {		content: "\f088";	}		.fa-star-half:before {		content: "\f089";	}		.fa-heart-o:before {		content: "\f08a";	}		.fa-sign-out:before {		content: "\f08b";	}		.fa-linkedin-square:before {		content: "\f08c";	}		.fa-thumb-tack:before {		content: "\f08d";	}		.fa-external-link:before {		content: "\f08e";	}		.fa-sign-in:before {		content: "\f090";	}		.fa-trophy:before {		content: "\f091";	}		.fa-github-square:before {		content: "\f092";	}		.fa-upload:before {		content: "\f093";	}		.fa-lemon-o:before {		content: "\f094";	}		.fa-phone:before {		content: "\f095";	}		.fa-square-o:before {		content: "\f096";	}		.fa-bookmark-o:before {		content: "\f097";	}		.fa-phone-square:before {		content: "\f098";	}		.fa-twitter:before {		content: "\f099";	}		.fa-facebook:before {		content: "\f09a";	}		.fa-github:before {		content: "\f09b";	}		.fa-unlock:before {		content: "\f09c";	}		.fa-credit-card:before {		content: "\f09d";	}		.fa-rss:before {		content: "\f09e";	}		.fa-hdd-o:before {		content: "\f0a0";	}		.fa-bullhorn:before {		content: "\f0a1";	}		.fa-bell:before {		content: "\f0f3";	}		.fa-certificate:before {		content: "\f0a3";	}		.fa-hand-o-right:before {		content: "\f0a4";	}		.fa-hand-o-left:before {		content: "\f0a5";	}		.fa-hand-o-up:before {		content: "\f0a6";	}		.fa-hand-o-down:before {		content: "\f0a7";	}		.fa-arrow-circle-left:before {		content: "\f0a8";	}		.fa-arrow-circle-right:before {		content: "\f0a9";	}		.fa-arrow-circle-up:before {		content: "\f0aa";	}		.fa-arrow-circle-down:before {		content: "\f0ab";	}		.fa-globe:before {		content: "\f0ac";	}		.fa-wrench:before {		content: "\f0ad";	}		.fa-tasks:before {		content: "\f0ae";	}		.fa-filter:before {		content: "\f0b0";	}		.fa-briefcase:before {		content: "\f0b1";	}		.fa-arrows-alt:before {		content: "\f0b2";	}		.fa-group:before,	.fa-users:before {		content: "\f0c0";	}		.fa-chain:before,	.fa-link:before {		content: "\f0c1";	}		.fa-cloud:before {		content: "\f0c2";	}		.fa-flask:before {		content: "\f0c3";	}		.fa-cut:before,	.fa-scissors:before {		content: "\f0c4";	}		.fa-copy:before,	.fa-files-o:before {		content: "\f0c5";	}		.fa-paperclip:before {		content: "\f0c6";	}		.fa-save:before,	.fa-floppy-o:before {		content: "\f0c7";	}		.fa-square:before {		content: "\f0c8";	}		.fa-navicon:before,	.fa-reorder:before,	.fa-bars:before {		content: "\f0c9";	}		.fa-list-ul:before {		content: "\f0ca";	}		.fa-list-ol:before {		content: "\f0cb";	}		.fa-strikethrough:before {		content: "\f0cc";	}		.fa-underline:before {		content: "\f0cd";	}		.fa-table:before {		content: "\f0ce";	}		.fa-magic:before {		content: "\f0d0";	}		.fa-truck:before {		content: "\f0d1";	}		.fa-pinterest:before {		content: "\f0d2";	}		.fa-pinterest-square:before {		content: "\f0d3";	}		.fa-google-plus-square:before {		content: "\f0d4";	}		.fa-google-plus:before {		content: "\f0d5";	}		.fa-money:before {		content: "\f0d6";	}		.fa-caret-down:before {		content: "\f0d7";	}		.fa-caret-up:before {		content: "\f0d8";	}		.fa-caret-left:before {		content: "\f0d9";	}		.fa-caret-right:before {		content: "\f0da";	}		.fa-columns:before {		content: "\f0db";	}		.fa-unsorted:before,	.fa-sort:before {		content: "\f0dc";	}		.fa-sort-down:before,	.fa-sort-desc:before {		content: "\f0dd";	}		.fa-sort-up:before,	.fa-sort-asc:before {		content: "\f0de";	}		.fa-envelope:before {		content: "\f0e0";	}		.fa-linkedin:before {		content: "\f0e1";	}		.fa-rotate-left:before,	.fa-undo:before {		content: "\f0e2";	}		.fa-legal:before,	.fa-gavel:before {		content: "\f0e3";	}		.fa-dashboard:before,	.fa-tachometer:before {		content: "\f0e4";	}		.fa-comment-o:before {		content: "\f0e5";	}		.fa-comments-o:before {		content: "\f0e6";	}		.fa-flash:before,	.fa-bolt:before {		content: "\f0e7";	}		.fa-sitemap:before {		content: "\f0e8";	}		.fa-umbrella:before {		content: "\f0e9";	}		.fa-paste:before,	.fa-clipboard:before {		content: "\f0ea";	}		.fa-lightbulb-o:before {		content: "\f0eb";	}		.fa-exchange:before {		content: "\f0ec";	}		.fa-cloud-download:before {		content: "\f0ed";	}		.fa-cloud-upload:before {		content: "\f0ee";	}		.fa-user-md:before {		content: "\f0f0";	}		.fa-stethoscope:before {		content: "\f0f1";	}		.fa-suitcase:before {		content: "\f0f2";	}		.fa-bell-o:before {		content: "\f0a2";	}		.fa-coffee:before {		content: "\f0f4";	}		.fa-cutlery:before {		content: "\f0f5";	}		.fa-file-text-o:before {		content: "\f0f6";	}		.fa-building-o:before {		content: "\f0f7";	}		.fa-hospital-o:before {		content: "\f0f8";	}		.fa-ambulance:before {		content: "\f0f9";	}		.fa-medkit:before {		content: "\f0fa";	}		.fa-fighter-jet:before {		content: "\f0fb";	}		.fa-beer:before {		content: "\f0fc";	}		.fa-h-square:before {		content: "\f0fd";	}		.fa-plus-square:before {		content: "\f0fe";	}		.fa-angle-double-left:before {		content: "\f100";	}		.fa-angle-double-right:before {		content: "\f101";	}		.fa-angle-double-up:before {		content: "\f102";	}		.fa-angle-double-down:before {		content: "\f103";	}		.fa-angle-left:before {		content: "\f104";	}		.fa-angle-right:before {		content: "\f105";	}		.fa-angle-up:before {		content: "\f106";	}		.fa-angle-down:before {		content: "\f107";	}		.fa-desktop:before {		content: "\f108";	}		.fa-laptop:before {		content: "\f109";	}		.fa-tablet:before {		content: "\f10a";	}		.fa-mobile-phone:before,	.fa-mobile:before {		content: "\f10b";	}		.fa-circle-o:before {		content: "\f10c";	}		.fa-quote-left:before {		content: "\f10d";	}		.fa-quote-right:before {		content: "\f10e";	}		.fa-spinner:before {		content: "\f110";	}		.fa-circle:before {		content: "\f111";	}		.fa-mail-reply:before,	.fa-reply:before {		content: "\f112";	}		.fa-github-alt:before {		content: "\f113";	}		.fa-folder-o:before {		content: "\f114";	}		.fa-folder-open-o:before {		content: "\f115";	}		.fa-smile-o:before {		content: "\f118";	}		.fa-frown-o:before {		content: "\f119";	}		.fa-meh-o:before {		content: "\f11a";	}		.fa-gamepad:before {		content: "\f11b";	}		.fa-keyboard-o:before {		content: "\f11c";	}		.fa-flag-o:before {		content: "\f11d";	}		.fa-flag-checkered:before {		content: "\f11e";	}		.fa-terminal:before {		content: "\f120";	}		.fa-code:before {		content: "\f121";	}		.fa-mail-reply-all:before,	.fa-reply-all:before {		content: "\f122";	}		.fa-star-half-empty:before,	.fa-star-half-full:before,	.fa-star-half-o:before {		content: "\f123";	}		.fa-location-arrow:before {		content: "\f124";	}		.fa-crop:before {		content: "\f125";	}		.fa-code-fork:before {		content: "\f126";	}		.fa-unlink:before,	.fa-chain-broken:before {		content: "\f127";	}		.fa-question:before {		content: "\f128";	}		.fa-info:before {		content: "\f129";	}		.fa-exclamation:before {		content: "\f12a";	}		.fa-superscript:before {		content: "\f12b";	}		.fa-subscript:before {		content: "\f12c";	}		.fa-eraser:before {		content: "\f12d";	}		.fa-puzzle-piece:before {		content: "\f12e";	}		.fa-microphone:before {		content: "\f130";	}		.fa-microphone-slash:before {		content: "\f131";	}		.fa-shield:before {		content: "\f132";	}		.fa-calendar-o:before {		content: "\f133";	}		.fa-fire-extinguisher:before {		content: "\f134";	}		.fa-rocket:before {		content: "\f135";	}		.fa-maxcdn:before {		content: "\f136";	}		.fa-chevron-circle-left:before {		content: "\f137";	}		.fa-chevron-circle-right:before {		content: "\f138";	}		.fa-chevron-circle-up:before {		content: "\f139";	}		.fa-chevron-circle-down:before {		content: "\f13a";	}		.fa-html5:before {		content: "\f13b";	}		.fa-css3:before {		content: "\f13c";	}		.fa-anchor:before {		content: "\f13d";	}		.fa-unlock-alt:before {		content: "\f13e";	}		.fa-bullseye:before {		content: "\f140";	}		.fa-ellipsis-h:before {		content: "\f141";	}		.fa-ellipsis-v:before {		content: "\f142";	}		.fa-rss-square:before {		content: "\f143";	}		.fa-play-circle:before {		content: "\f144";	}		.fa-ticket:before {		content: "\f145";	}		.fa-minus-square:before {		content: "\f146";	}		.fa-minus-square-o:before {		content: "\f147";	}		.fa-level-up:before {		content: "\f148";	}		.fa-level-down:before {		content: "\f149";	}		.fa-check-square:before {		content: "\f14a";	}		.fa-pencil-square:before {		content: "\f14b";	}		.fa-external-link-square:before {		content: "\f14c";	}		.fa-share-square:before {		content: "\f14d";	}		.fa-compass:before {		content: "\f14e";	}		.fa-toggle-down:before,	.fa-caret-square-o-down:before {		content: "\f150";	}		.fa-toggle-up:before,	.fa-caret-square-o-up:before {		content: "\f151";	}		.fa-toggle-right:before,	.fa-caret-square-o-right:before {		content: "\f152";	}		.fa-euro:before,	.fa-eur:before {		content: "\f153";	}		.fa-gbp:before {		content: "\f154";	}		.fa-dollar:before,	.fa-usd:before {		content: "\f155";	}		.fa-rupee:before,	.fa-inr:before {		content: "\f156";	}		.fa-cny:before,	.fa-rmb:before,	.fa-yen:before,	.fa-jpy:before {		content: "\f157";	}		.fa-ruble:before,	.fa-rouble:before,	.fa-rub:before {		content: "\f158";	}		.fa-won:before,	.fa-krw:before {		content: "\f159";	}		.fa-bitcoin:before,	.fa-btc:before {		content: "\f15a";	}		.fa-file:before {		content: "\f15b";	}		.fa-file-text:before {		content: "\f15c";	}		.fa-sort-alpha-asc:before {		content: "\f15d";	}		.fa-sort-alpha-desc:before {		content: "\f15e";	}		.fa-sort-amount-asc:before {		content: "\f160";	}		.fa-sort-amount-desc:before {		content: "\f161";	}		.fa-sort-numeric-asc:before {		content: "\f162";	}		.fa-sort-numeric-desc:before {		content: "\f163";	}		.fa-thumbs-up:before {		content: "\f164";	}		.fa-thumbs-down:before {		content: "\f165";	}		.fa-youtube-square:before {		content: "\f166";	}		.fa-youtube:before {		content: "\f167";	}		.fa-xing:before {		content: "\f168";	}		.fa-xing-square:before {		content: "\f169";	}		.fa-youtube-play:before {		content: "\f16a";	}		.fa-dropbox:before {		content: "\f16b";	}		.fa-stack-overflow:before {		content: "\f16c";	}		.fa-instagram:before {		content: "\f16d";	}		.fa-flickr:before {		content: "\f16e";	}		.fa-adn:before {		content: "\f170";	}		.fa-bitbucket:before {		content: "\f171";	}		.fa-bitbucket-square:before {		content: "\f172";	}		.fa-tumblr:before {		content: "\f173";	}		.fa-tumblr-square:before {		content: "\f174";	}		.fa-long-arrow-down:before {		content: "\f175";	}		.fa-long-arrow-up:before {		content: "\f176";	}		.fa-long-arrow-left:before {		content: "\f177";	}		.fa-long-arrow-right:before {		content: "\f178";	}		.fa-apple:before {		content: "\f179";	}		.fa-windows:before {		content: "\f17a";	}		.fa-android:before {		content: "\f17b";	}		.fa-linux:before {		content: "\f17c";	}		.fa-dribbble:before {		content: "\f17d";	}		.fa-skype:before {		content: "\f17e";	}		.fa-foursquare:before {		content: "\f180";	}		.fa-trello:before {		content: "\f181";	}		.fa-female:before {		content: "\f182";	}		.fa-male:before {		content: "\f183";	}		.fa-gittip:before {		content: "\f184";	}		.fa-sun-o:before {		content: "\f185";	}		.fa-moon-o:before {		content: "\f186";	}		.fa-archive:before {		content: "\f187";	}		.fa-bug:before {		content: "\f188";	}		.fa-vk:before {		content: "\f189";	}		.fa-weibo:before {		content: "\f18a";	}		.fa-renren:before {		content: "\f18b";	}		.fa-pagelines:before {		content: "\f18c";	}		.fa-stack-exchange:before {		content: "\f18d";	}		.fa-arrow-circle-o-right:before {		content: "\f18e";	}		.fa-arrow-circle-o-left:before {		content: "\f190";	}		.fa-toggle-left:before,	.fa-caret-square-o-left:before {		content: "\f191";	}		.fa-dot-circle-o:before {		content: "\f192";	}		.fa-wheelchair:before {		content: "\f193";	}		.fa-vimeo-square:before {		content: "\f194";	}		.fa-turkish-lira:before,	.fa-try:before {		content: "\f195";	}		.fa-plus-square-o:before {		content: "\f196";	}		.fa-space-shuttle:before {		content: "\f197";	}		.fa-slack:before {		content: "\f198";	}		.fa-envelope-square:before {		content: "\f199";	}		.fa-wordpress:before {		content: "\f19a";	}		.fa-openid:before {		content: "\f19b";	}		.fa-institution:before,	.fa-bank:before,	.fa-university:before {		content: "\f19c";	}		.fa-mortar-board:before,	.fa-graduation-cap:before {		content: "\f19d";	}		.fa-yahoo:before {		content: "\f19e";	}		.fa-google:before {		content: "\f1a0";	}		.fa-reddit:before {		content: "\f1a1";	}		.fa-reddit-square:before {		content: "\f1a2";	}		.fa-stumbleupon-circle:before {		content: "\f1a3";	}		.fa-stumbleupon:before {		content: "\f1a4";	}		.fa-delicious:before {		content: "\f1a5";	}		.fa-digg:before {		content: "\f1a6";	}		.fa-pied-piper:before {		content: "\f1a7";	}		.fa-pied-piper-alt:before {		content: "\f1a8";	}		.fa-drupal:before {		content: "\f1a9";	}		.fa-joomla:before {		content: "\f1aa";	}		.fa-language:before {		content: "\f1ab";	}		.fa-fax:before {		content: "\f1ac";	}		.fa-building:before {		content: "\f1ad";	}		.fa-child:before {		content: "\f1ae";	}		.fa-paw:before {		content: "\f1b0";	}		.fa-spoon:before {		content: "\f1b1";	}		.fa-cube:before {		content: "\f1b2";	}		.fa-cubes:before {		content: "\f1b3";	}		.fa-behance:before {		content: "\f1b4";	}		.fa-behance-square:before {		content: "\f1b5";	}		.fa-steam:before {		content: "\f1b6";	}		.fa-steam-square:before {		content: "\f1b7";	}		.fa-recycle:before {		content: "\f1b8";	}		.fa-automobile:before,	.fa-car:before {		content: "\f1b9";	}		.fa-cab:before,	.fa-taxi:before {		content: "\f1ba";	}		.fa-tree:before {		content: "\f1bb";	}		.fa-spotify:before {		content: "\f1bc";	}		.fa-deviantart:before {		content: "\f1bd";	}		.fa-soundcloud:before {		content: "\f1be";	}		.fa-database:before {		content: "\f1c0";	}		.fa-file-pdf-o:before {		content: "\f1c1";	}		.fa-file-word-o:before {		content: "\f1c2";	}		.fa-file-excel-o:before {		content: "\f1c3";	}		.fa-file-powerpoint-o:before {		content: "\f1c4";	}		.fa-file-photo-o:before,	.fa-file-picture-o:before,	.fa-file-image-o:before {		content: "\f1c5";	}		.fa-file-zip-o:before,	.fa-file-archive-o:before {		content: "\f1c6";	}		.fa-file-sound-o:before,	.fa-file-audio-o:before {		content: "\f1c7";	}		.fa-file-movie-o:before,	.fa-file-video-o:before {		content: "\f1c8";	}		.fa-file-code-o:before {		content: "\f1c9";	}		.fa-vine:before {		content: "\f1ca";	}		.fa-codepen:before {		content: "\f1cb";	}		.fa-jsfiddle:before {		content: "\f1cc";	}		.fa-life-bouy:before,	.fa-life-buoy:before,	.fa-life-saver:before,	.fa-support:before,	.fa-life-ring:before {		content: "\f1cd";	}		.fa-circle-o-notch:before {		content: "\f1ce";	}		.fa-ra:before,	.fa-rebel:before {		content: "\f1d0";	}		.fa-ge:before,	.fa-empire:before {		content: "\f1d1";	}		.fa-git-square:before {		content: "\f1d2";	}		.fa-git:before {		content: "\f1d3";	}		.fa-hacker-news:before {		content: "\f1d4";	}		.fa-tencent-weibo:before {		content: "\f1d5";	}		.fa-qq:before {		content: "\f1d6";	}		.fa-wechat:before,	.fa-weixin:before {		content: "\f1d7";	}		.fa-send:before,	.fa-paper-plane:before {		content: "\f1d8";	}		.fa-send-o:before,	.fa-paper-plane-o:before {		content: "\f1d9";	}		.fa-history:before {		content: "\f1da";	}		.fa-circle-thin:before {		content: "\f1db";	}		.fa-header:before {		content: "\f1dc";	}		.fa-paragraph:before {		content: "\f1dd";	}		.fa-sliders:before {		content: "\f1de";	}		.fa-share-alt:before {		content: "\f1e0";	}		.fa-share-alt-square:before {		content: "\f1e1";	}		.fa-bomb:before {		content: "\f1e2";	}		.fa-soccer-ball-o:before,	.fa-futbol-o:before {		content: "\f1e3";	}		.fa-tty:before {		content: "\f1e4";	}		.fa-binoculars:before {		content: "\f1e5";	}		.fa-plug:before {		content: "\f1e6";	}		.fa-slideshare:before {		content: "\f1e7";	}		.fa-twitch:before {		content: "\f1e8";	}		.fa-yelp:before {		content: "\f1e9";	}		.fa-newspaper-o:before {		content: "\f1ea";	}		.fa-wifi:before {		content: "\f1eb";	}		.fa-calculator:before {		content: "\f1ec";	}		.fa-paypal:before {		content: "\f1ed";	}		.fa-google-wallet:before {		content: "\f1ee";	}		.fa-cc-visa:before {		content: "\f1f0";	}		.fa-cc-mastercard:before {		content: "\f1f1";	}		.fa-cc-discover:before {		content: "\f1f2";	}		.fa-cc-amex:before {		content: "\f1f3";	}		.fa-cc-paypal:before {		content: "\f1f4";	}		.fa-cc-stripe:before {		content: "\f1f5";	}		.fa-bell-slash:before {		content: "\f1f6";	}		.fa-bell-slash-o:before {		content: "\f1f7";	}		.fa-trash:before {		content: "\f1f8";	}		.fa-copyright:before {		content: "\f1f9";	}		.fa-at:before {		content: "\f1fa";	}		.fa-eyedropper:before {		content: "\f1fb";	}		.fa-paint-brush:before {		content: "\f1fc";	}		.fa-birthday-cake:before {		content: "\f1fd";	}		.fa-area-chart:before {		content: "\f1fe";	}		.fa-pie-chart:before {		content: "\f200";	}		.fa-line-chart:before {		content: "\f201";	}		.fa-lastfm:before {		content: "\f202";	}		.fa-lastfm-square:before {		content: "\f203";	}		.fa-toggle-off:before {		content: "\f204";	}		.fa-toggle-on:before {		content: "\f205";	}		.fa-bicycle:before {		content: "\f206";	}		.fa-bus:before {		content: "\f207";	}		.fa-ioxhost:before {		content: "\f208";	}		.fa-angellist:before {		content: "\f209";	}		.fa-cc:before {		content: "\f20a";	}		.fa-shekel:before,	.fa-sheqel:before,	.fa-ils:before {		content: "\f20b";	}		.fa-meanpath:before {		content: "\f20c";	}		article,	aside,	details,	figcaption,	figure,	footer,	header,	main,	nav,	section,	summary {		display: block;	}		audio,	canvas,	video {		display: inline-block;	}		audio:not([controls]) {		display: none;		height: 0;	}		[hidden] {		display: none;	}		html {		font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;		font-size: 88.88889%;		-ms-text-size-adjust: 100%;		-webkit-text-size-adjust: 100%;		line-height: 1.5em;	}		body {		margin: 0;		padding: 0;		color: #808080;	}		a:link {		color: #219bcd;		text-decoration: none;	}		a:visited {		color: #219bcd;	}		a:hover,	a:focus {		color: #1b7793;	}		a:focus {		outline: thin dotted;	}		a:active,	a:hover {		outline: 0;	}		p,	pre {		margin: 0.45em 0;	}		blockquote {		margin: 1.5em 30px;	}		h1 {		font-size: 2em;		line-height: 1.5em;		margin-top: 0.75em;		margin-bottom: 0.75em;		color: #219bcd;	}		h2 {		font-size: 1.5em;		line-height: 2em;		margin-top: 1em;		margin-bottom: 1em;	}		h3 {		font-size: 1.17em;		line-height: 1.28205em;		margin-top: 1.28205em;		margin-bottom: 1.28205em;	}		h4 {		font-size: 1em;		line-height: 1.5em;		margin-top: 1.5em;		margin-bottom: 1.5em;	}		h5 {		font-size: 0.83em;		line-height: 1.80723em;		margin-top: 1.80723em;		margin-bottom: 1.80723em;	}		h6 {		font-size: 0.67em;		line-height: 2.23881em;		margin-top: 2.23881em;		margin-bottom: 2.23881em;	}		abbr[title] {		border-bottom: 1px dotted;	}		b,	strong {		font-weight: bold;	}		dfn {		font-style: italic;	}		hr {		-moz-box-sizing: content-box;		-webkit-box-sizing: content-box;		box-sizing: content-box;		height: 0;		border: 1px solid #666;		padding-bottom: -1px;		margin: 1.5em 0;	}		mark {		background: #ff0;		color: #000;	}		code,	kbd,	pre,	samp,	tt,	var {		font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;		font-size: 1em;		line-height: 1.5em;	}		pre {		white-space: pre-wrap;	}		q {		quotes: "\201C""\201D""\2018""\2019";	}		small {		font-size: 80%;	}		sub,	sup {		font-size: 75%;		line-height: 0;		position: relative;		vertical-align: baseline;	}		sup {		top: -0.5em;	}		sub {		bottom: -0.25em;	}		dl,	menu,	ol,	ul {		margin: 1.5em 0;	}		ol ol,	ol ul,	ul ol,	ul ul {		margin: 0;	}		dd {		margin: 0 0 0 30px;	}		menu,	ol,	ul {		padding: 0 0 0 30px;	}		img {		border: 0;		max-width: 100%;		height: auto;		width: auto;	}		svg:not(:root) {		overflow: hidden;	}		figure {		margin: 0;	}		fieldset {		margin: 0 2px;		border-color: #c0c0c0;		border-top-width: 0.0625em;		border-top-style: solid;		padding-top: 0.4625em;		border-bottom-width: 0.0625em;		border-bottom-style: solid;		padding-bottom: 0.9125em;		border-left-width: 0.0625em;		border-left-style: solid;		padding-left: 0.9125em;		border-right-width: 0.0625em;		border-right-style: solid;		padding-right: 0.9125em;	}		legend {		border: 0;		padding: 0;	}		button,	input,	select,	textarea {		font-family: inherit;		font-size: 100%;		margin: 0;		max-width: 100%;		-moz-box-sizing: border-box;		-webkit-box-sizing: border-box;		box-sizing: border-box;	}		button,	input {		line-height: normal;	}		button,	select {		text-transform: none;	}		button,	html input[type="button"],	input[type="reset"],	input[type="submit"] {		-webkit-appearance: button;		cursor: pointer;	}		button[disabled],	html input[disabled] {		cursor: default;	}		input[type="checkbox"],	input[type="radio"] {		-moz-box-sizing: border-box;		-webkit-box-sizing: border-box;		box-sizing: border-box;		padding: 0;	}		input[type="search"] {		-webkit-appearance: textfield;		-moz-box-sizing: content-box;		-webkit-box-sizing: content-box;		box-sizing: content-box;	}		input[type="search"]::-webkit-search-cancel-button,	input[type="search"]::-webkit-search-decoration {		-webkit-appearance: none;	}		button::-moz-focus-inner,	input::-moz-focus-inner {		border: 0;		padding: 0;	}		textarea {		overflow: auto;		vertical-align: top;	}		label {		display: block;		font-weight: bold;	}		table {		border-collapse: collapse;		border-spacing: 0;		margin-top: 1.5em;		margin-bottom: 1.5em;			margin-left: 10px;		margin-right: 1000px;			}		.page:after {		clear: both;	}		#header {		border-top: #219bcd 8px solid;		padding: 20px 0;	}		#header .page {		position: relative;	}		#banner {		background: #f6f6f6;		border-bottom: #e1e1e1 1px solid;	}		#banner .page {		padding: 0 75px;		max-width: 1050px;	}		#help {		padding-top: 30px;	}		#help .page {		max-width: 1050px;		padding: 0 20px;	}		#block-block-14 {		text-align: right;	}		@media screen and (max-width: 640px) {		#block-block-14 {			text-align: left;		}	}		@media all and (min-width:641px) {		#help #help {			background: url(/site/sites/all/themes/pudeleco/images/blocks-shadow.png) no-repeat top center;		}			#help .page {			padding: 0 75px;		}	}		#main {		clear: both;	/*		background: url(imagenes/fondo.jpg) no-repeat top center #f6f6f6;	*/		padding: 0 0 40px 0;		border-top: #e1e1e1 1px solid;	}		#main .page {		max-width: 1050px;		padding: 0 20px;	}		@media all and (min-width:641px) {		#main .page {			padding: 0 75px;		}	}		#bottom {		background: #2a2a2a;		color: #504d4d;		font-family: "nexa_lightregular", Helvetica, "Nimbus Sans L", sans-serif;		font-style: 13.28px;	}		footer {		background: #343434;		color: #504d4d;		padding: 20px 0;	}		.navigation {		margin: 0 auto;		width: 100%;	}		.navigation #main-menu {		float: left;		outline: none;		font-family: "nexa_lightregular", Helvetica, "Nimbus Sans L", sans-serif;		font-size: 17px;	}		.navigation #main-menu ul {		margin-top: 30px;		margin-bottom: 0px;		padding-left: 10px;		float: left;	}		.navigation #main-menu ul a {		color: #000000;		line-height: 30px;	}		.navigation #main-menu ul a.active {		color: #219bcd;	}		.navigation #main-menu ul a:hover {		color: #219bcd;	}		@media all and (min-width:680px) {		.navigation {			width: 680px;		}	}		@media all and (min-width:641px) {		#bottom {			float: left;			width: 100%;			margin-left: 0%;			margin-right: -100%;			padding-left: 10px;			padding-right: 10px;			-moz-box-sizing: border-box;			-webkit-box-sizing: border-box;			-ms-box-sizing: border-box;			box-sizing: border-box;			word-wrap: break-word;			padding-left: 0;			padding-right: 0;			clear: left;		}			#bottom .block {			padding-left: 10px;			padding-right: 10px;			-moz-box-sizing: border-box;			-webkit-box-sizing: border-box;			-ms-box-sizing: border-box;			box-sizing: border-box;			word-wrap: break-word;		}			#bottom .block:nth-child(2n+1) {			float: left;			width: 50%;			margin-left: 0%;			margin-right: -50%;			padding-left: 10px;			padding-right: 10px;			-moz-box-sizing: border-box;			-webkit-box-sizing: border-box;			-ms-box-sizing: border-box;			box-sizing: border-box;			word-wrap: break-word;			clear: left;		}			#bottom .block:nth-child(2n) {			float: left;			width: 50%;			margin-left: 50%;			margin-right: -100%;			padding-left: 10px;			padding-right: 10px;			-moz-box-sizing: border-box;			-webkit-box-sizing: border-box;			-ms-box-sizing: border-box;			box-sizing: border-box;			word-wrap: break-word;		}	}		#bottom {		padding-top: 15px;	}		#bottom #block-block-7 {		text-align: right;		margin-bottom: 0;	}		#breadcrumb {		display: block;		font-family: "nexa_boldregular", Helvetica, "Nimbus Sans L", sans-serif;		font-size: 20px;		padding: 20px;		background: #f6f6f6;		border-top: #e1e1e1 1px solid;	}		#block-block-11,	#block-block-8,	#block-block-9 {		display: none;	}		#block-block-11 img {		margin-right: 5px;	}		@media all and (min-width:641px) {		#breadcrumb {			display: none;		}			#block-block-11,		#block-block-8,		#block-block-9 {			display: block;		}	}		@media all and (min-width:641px) {		footer {			float: left;			width: 100%;			margin-left: 0%;			margin-right: -100%;			padding-left: 10px;			padding-right: 10px;			-moz-box-sizing: border-box;			-webkit-box-sizing: border-box;			-ms-box-sizing: border-box;			box-sizing: border-box;			word-wrap: break-word;			padding-left: 0;			padding-right: 0;			clear: left;		}			footer .block {			padding-left: 10px;			padding-right: 10px;			-moz-box-sizing: border-box;			-webkit-box-sizing: border-box;			-ms-box-sizing: border-box;			box-sizing: border-box;			word-wrap: break-word;		}			footer .block:nth-child(4n+1) {			float: left;			width: 25%;			margin-left: 0%;			margin-right: -25%;			padding-left: 10px;			padding-right: 10px;			-moz-box-sizing: border-box;			-webkit-box-sizing: border-box;			-ms-box-sizing: border-box;			box-sizing: border-box;			word-wrap: break-word;			clear: left;		}			footer .block:nth-child(4n+2) {			float: left;			width: 25%;			margin-left: 25%;			margin-right: -50%;			padding-left: 10px;			padding-right: 10px;			-moz-box-sizing: border-box;			-webkit-box-sizing: border-box;			-ms-box-sizing: border-box;			box-sizing: border-box;			word-wrap: break-word;		}			footer .block:nth-child(4n+3) {			float: left;			width: 25%;			margin-left: 50%;			margin-right: -75%;			padding-left: 10px;			padding-right: 10px;			-moz-box-sizing: border-box;			-webkit-box-sizing: border-box;			-ms-box-sizing: border-box;			box-sizing: border-box;			word-wrap: break-word;		}			footer .block:nth-child(4n) {			float: left;			width: 25%;			margin-left: 75%;			margin-right: -100%;			padding-left: 10px;			padding-right: 10px;			-moz-box-sizing: border-box;			-webkit-box-sizing: border-box;			-ms-box-sizing: border-box;			box-sizing: border-box;			word-wrap: break-word;		}	}		footer {		color: gray;	}		footer .block-title {		color: #219bcd;		font-size: 16px;		font-family: "nexa_boldregular", Helvetica, "Nimbus Sans L", sans-serif;	}		footer .social-link {		width: 28px;		height: 28px;		background: #504d4d;		color: #343434;		display: block;		float: left;		text-align: center;		font-size: 25px;		margin-right: 20px;		border-radius: 4px;		padding-top: 7px;		padding-left: 7px;		margin-bottom: 10px;	}		footer .social-link:hover {		background: #219bcd;	}		.blue {		color: #219bcd;	}		.page #content {		padding-top: 30px;	}		.region-header.header__region {		width: 200px;		position: absolute;		right: 0;		top: -15px;	}		.region-header.header__region #block-block-17 {		font-family: "nexa_lightregular", Helvetica, "Nimbus Sans L", sans-serif;		margin-bottom: 0;		width: 100%;	}		.region-header.header__region #block-block-17 a {		display: block;		float: left;		width: 50%;	}		h1 {		font-family: "nexa_boldregular", Helvetica, "Nimbus Sans L", sans-serif;		font-weight: normal;	}		.nav-collapse ul {		margin: 0;		padding: 0;		width: 100%;		display: block;		list-style: none;	}		.nav-collapse li {		width: 100%;		display: block;	}		.js .nav-collapse {		clip: rect(0 0 0 0);		max-height: 0;		position: absolute;		display: block;		overflow: hidden;		zoom: 1;	}		.nav-collapse.opened {		max-height: 9999px;	}		.disable-pointer-events {		pointer-events: none !important;	}		.nav-toggle {		-webkit-tap-highlight-color: transparent;		-webkit-touch-callout: none;		-webkit-user-select: none;		-moz-user-select: none;		-ms-user-select: none;		-o-user-select: none;		user-select: none;	}		@media screen and (min-width:40em) {		.js .nav-collapse {			position: relative;		}			.js .nav-collapse.closed {			max-height: none;		}			.nav-toggle {			display: none;		}	}		.fixed {		position: fixed;		width: 100%;		top: 0;		left: 0;	}		.nav-collapse,	.nav-collapse * {		-moz-box-sizing: border-box;		-webkit-box-sizing: border-box;		box-sizing: border-box;	}		.nav-collapse,	.nav-collapse ul {		list-style: none;		width: 100%;		float: left;	}		.nav-collapse li {		float: left;		width: 100%;		border-bottom: 1px solid #f6f6f6;	}		@media screen and (min-width:40em) {		.nav-collapse li {			width: auto;			border: 0;		}	}		.nav-collapse a {		width: 100%;		display: block;		padding: 4px 0;	}		@media screen and (min-width:40em) {		.nav-collapse a {			padding: 0;		}	}		.nav-collapse ul ul a {		background: #219bcd;		padding-left: 2em;	}		@media screen and (min-width:40em) {		.nav-collapse ul ul a {			display: none;		}	}		.nav-toggle {		position: fixed;		-webkit-font-smoothing: antialiased;		-moz-osx-font-smoothing: grayscale;		-webkit-touch-callout: none;		-webkit-user-select: none;		-moz-user-select: none;		-ms-user-select: none;		user-select: none;		text-decoration: none;		text-indent: -999px;		position: relative;		overflow: hidden;		width: 70px;		height: 55px;		float: right;		margin-top: 10px;	}		.nav-toggle:before {		color: #219bcd;		font-family: "responsivenav", sans-serif;		font-style: normal;		font-weight: normal;		font-variant: normal;		font-size: 28px;		text-transform: none;		position: absolute;		content: "≡";		text-indent: 0;		text-align: center;		line-height: 55px;		speak: none;		width: 100%;		top: 0;		left: 0;	}		.nav-toggle.active::before {		font-size: 24px;		content: "x";	}		.front {}		@media all and (min-width:641px) {		.front .view-pud-homepage-news {			float: left;			width: 100%;			margin-left: 0%;			margin-right: -100%;			padding-left: 10px;			padding-right: 10px;			-moz-box-sizing: border-box;			-webkit-box-sizing: border-box;			-ms-box-sizing: border-box;			box-sizing: border-box;			word-wrap: break-word;			padding-left: 0;			padding-right: 0;			clear: left;		}			.front .view-pud-homepage-news .views-row {			padding-left: 10px;			padding-right: 10px;			-moz-box-sizing: border-box;			-webkit-box-sizing: border-box;			-ms-box-sizing: border-box;			box-sizing: border-box;			word-wrap: break-word;		}			.front .view-pud-homepage-news .views-row:nth-child(4n+1) {			float: left;			width: 25%;			margin-left: 0%;			margin-right: -25%;			padding-left: 10px;			padding-right: 10px;			-moz-box-sizing: border-box;			-webkit-box-sizing: border-box;			-ms-box-sizing: border-box;			box-sizing: border-box;			word-wrap: break-word;			clear: left;		}			.front .view-pud-homepage-news .views-row:nth-child(4n+2) {			float: left;			width: 25%;			margin-left: 25%;			margin-right: -50%;			padding-left: 10px;			padding-right: 10px;			-moz-box-sizing: border-box;			-webkit-box-sizing: border-box;			-ms-box-sizing: border-box;			box-sizing: border-box;			word-wrap: break-word;		}			.front .view-pud-homepage-news .views-row:nth-child(4n+3) {			float: left;			width: 25%;			margin-left: 50%;			margin-right: -75%;			padding-left: 10px;			padding-right: 10px;			-moz-box-sizing: border-box;			-webkit-box-sizing: border-box;			-ms-box-sizing: border-box;			box-sizing: border-box;			word-wrap: break-word;		}			.front .view-pud-homepage-news .views-row:nth-child(4n) {			float: left;			width: 25%;			margin-left: 75%;			margin-right: -100%;			padding-left: 10px;			padding-right: 10px;			-moz-box-sizing: border-box;			-webkit-box-sizing: border-box;			-ms-box-sizing: border-box;			box-sizing: border-box;			word-wrap: break-word;		}	}		.front #banner .page,	.front #help .page,	.front #main .page {		padding: 0;		max-width: 1200px;	}		.front #banner .block-title {		color: #000;		font-size: 16px;		font-family: "nexa_boldregular", Helvetica, "Nimbus Sans L", sans-serif;	}		.front .region-highlighted a {		float: left;		width: 100%;		display: block;		margin-top: 10px;	}		.front .region-highlighted a::after {		content: url(/site/sites/all/themes/pudeleco/images/link-arrow.png);		margin-left: 3px;	}		.front .pane-pud-homepage-news .pane-title {		color: #000000;	}		.front .pane-pud-homepage-news .views-field-title {		font-size: 16px;		font-family: "nexa_boldregular", Helvetica, "Nimbus Sans L", sans-serif;		color: #000;	}		.front .pane-pud-homepage-news .views-field-title a:after {		content: "";	}		.front .pane-pud-homepage-news .views-field-created {		font-size: 10.72px;		font-style: italic;	}		.front .pane-pud-homepage-news a::after {		content: url(/site/sites/all/themes/pudeleco/images/link-arrow.png);		margin-left: 3px;	}		.front #block-block-5 {		text-align: center;		padding-bottom: 20px;	}		.front #block-block-5 .block-title {		color: #219bcd;		font-size: 24px;		font-family: "nexa_boldregular", Helvetica, "Nimbus Sans L", sans-serif;		font-weight: normal;		border-bottom: 1px solid #e1e1e1;		display: inline-block;		margin-bottom: 30px;		line-height: 24px;	}		.front #block-block-5 p {		text-align: center;	}		.front #block-block-5 .forumbtn {		-webkit-border-top-right-radius: 5px;		border-top-right-radius: 5px;		-webkit-border-top-left-radius: 5px;		border-top-left-radius: 5px;		background-clip: padding-box;		-webkit-border-bottom-right-radius: 5px;		border-bottom-right-radius: 5px;		-webkit-border-top-right-radius: 5px;		border-top-right-radius: 5px;		background-clip: padding-box;		-webkit-border-bottom-left-radius: 5px;		border-bottom-left-radius: 5px;		-webkit-border-top-left-radius: 5px;		border-top-left-radius: 5px;		background-clip: padding-box;		-webkit-border-bottom-right-radius: 5px;		border-bottom-right-radius: 5px;		-webkit-border-bottom-left-radius: 5px;		border-bottom-left-radius: 5px;		background-clip: padding-box;		border: 1px solid #949494;		padding: 10px 20px;		font-size: 22px;		font-family: "nexa_lightregular", Helvetica, "Nimbus Sans L", sans-serif;		font-weight: normal;		color: #219bcd;		margin-left: 20px;	}		.front #block-block-5 .forumbtn:hover {		border-color: #219bcd;	}		@media all and (max-width:640px) {		.front .pane-pud-homepage-news .views-row {			margin-bottom: 20px;		}			.front .pane-pud-homepage-news .views-row img {			width: 100%;		}			.front #block-block-5 .block-title {			border-bottom: 0;			margin-bottom: 10px;		}			.front #block-block-5 .forumbtn {			display: block;			margin: 5px 10px 0 10px;		}	}		.front #block-block-4 {		text-align: center;		font-size: 24px;		font-family: "nexa_boldregular", Helvetica, "Nimbus Sans L", sans-serif;		color: #000;		padding-top: 25px;	}		.front #help .page .region-help {		padding: 0 10px;	}		.front #banner .region-highlighted {		padding: 0 10px;	}		.front .region-highlighted {		float: left;		width: 100%;		margin-left: 0%;		margin-right: -100%;		padding-left: 10px;		padding-right: 10px;		-moz-box-sizing: border-box;		-webkit-box-sizing: border-box;		-ms-box-sizing: border-box;		box-sizing: border-box;		word-wrap: break-word;		padding-left: 0;		padding-right: 0;		clear: left;	}		.front .region-highlighted .block {		padding-left: 10px;		padding-right: 10px;		-moz-box-sizing: border-box;		-webkit-box-sizing: border-box;		-ms-box-sizing: border-box;		box-sizing: border-box;		word-wrap: break-word;	}		.front .region-highlighted .block h2 {		text-align: center;		padding-left: 10px;		padding-right: 10px;		line-height: 18px;	}		.front .region-highlighted .block p {		display: none;	}		.front .region-highlighted .block:nth-child(3n+1) {		float: left;		width: 33.33333%;		margin-left: 0%;		margin-right: -33.33333%;		padding-left: 10px;		padding-right: 10px;		-moz-box-sizing: border-box;		-webkit-box-sizing: border-box;		-ms-box-sizing: border-box;		box-sizing: border-box;		word-wrap: break-word;		clear: left;		padding: 0 2px;	}		.front .region-highlighted .block:nth-child(3n+2) {		float: left;		width: 33.33333%;		margin-left: 33.33333%;		margin-right: -66.66667%;		padding-left: 10px;		padding-right: 10px;		-moz-box-sizing: border-box;		-webkit-box-sizing: border-box;		-ms-box-sizing: border-box;		box-sizing: border-box;		word-wrap: break-word;		padding: 0 2px;	}		.front .region-highlighted .block:nth-child(3n) {		float: left;		width: 33.33333%;		margin-left: 66.66667%;		margin-right: -100%;		padding-left: 10px;		padding-right: 10px;		-moz-box-sizing: border-box;		-webkit-box-sizing: border-box;		-ms-box-sizing: border-box;		box-sizing: border-box;		word-wrap: break-word;		padding: 0 2px;	}		.front .region-highlighted #block-block-1 h2 {		background: url(/site/sites/all/themes/pudeleco/images/catalogo-icon-big.png) no-repeat center 10px #e1e1e1;		font-size: 12px;		padding-top: 85px;		height: 60px;	}		.front .region-highlighted #block-block-2 h2 {		background: url(/site/sites/all/themes/pudeleco/images/capacitacion-icon-big.png) no-repeat center 10px #e1e1e1;		font-size: 12px;		padding-top: 85px;		height: 60px;		letter-spacing: -1px;	}		.front .region-highlighted #block-block-3 h2 {		background: url(/site/sites/all/themes/pudeleco/images/asistencia-icon-big.png) no-repeat center 10px #e1e1e1;		font-size: 12px;		padding-top: 85px;		height: 60px;	}		@media all and (min-width:641px) {		.front .region-highlighted .block h2 {			text-align: left;			padding-left: 0px;			padding-right: 0px;		}			.front .region-highlighted .block p {			display: block;		}			.front .region-highlighted #block-block-1 {			background: url(/site/sites/all/themes/pudeleco/images/catalogo-icon.png) no-repeat;			padding-left: 60px;			padding-top: 10px;			text-align: justify;			padding-right: 40px;		}			.front .region-highlighted #block-block-1 h2 {			background: none;			height: auto;			padding-top: 0;			font-size: 18px;		}			.front .region-highlighted #block-block-2 {			background: url(/site/sites/all/themes/pudeleco/images/capacitacion-icon.png) no-repeat;			padding-left: 50px;			padding-top: 10px;			text-align: justify;			padding-right: 40px;		}			.front .region-highlighted #block-block-2 h2 {			background: none;			height: auto;			padding-top: 0;			font-size: 18px;			letter-spacing: 0px;		}			.front .region-highlighted #block-block-3 {			background: url(/site/sites/all/themes/pudeleco/images/asistencia-icon.png) no-repeat;			padding-left: 45px;			padding-top: 10px;			text-align: justify;			padding-right: 40px;		}			.front .region-highlighted #block-block-3 h2 {			background: none;			height: auto;			padding-top: 0;			font-size: 18px;		}	}		.front .theme-default .nivoSlider {		width: 100% !important;		height: auto !important;	}		.front #breadcrumb {		display: none;	}		.section-quienes-somos {}		.section-quienes-somos #block-block-12 {		text-align: center;		font-size: 24px;		font-family: "nexa_boldregular", Helvetica, "Nimbus Sans L", sans-serif;		color: #000;	}		.section-quienes-somos.page-node #help {		display: block;	}		.section-quienes-somos h2 {		margin: 0;		color: #219bcd;	}		.section-quienes-somos .ds-2col-fluid>.group-left {		width: 43%;		margin-right: 2%;	}		.section-quienes-somos .ds-2col-fluid>.group-right {		width: 55%;	}		@media all and (max-width:640px) {		.section-quienes-somos .ds-2col-fluid>.group-left {			width: 100%;			float: left;		}			.section-quienes-somos .ds-2col-fluid>.group-right {			width: 100%;			float: left;		}	}		.section-productos,	.section-servicios {}		.section-productos .ds-2col-fluid>.group-left,	.section-servicios .ds-2col-fluid>.group-left {		width: 23%;		margin-right: 2%;	}		.section-productos .ds-2col-fluid>.group-right,	.section-servicios .ds-2col-fluid>.group-right {		width: 75%;	}		.section-productos h2,	.section-servicios h2 {		margin: 0;	}		.section-productos #block-block-13,	.section-productos #block-block-19,	.section-servicios #block-block-13,	.section-servicios #block-block-19 {		text-align: center;		color: gray;	}		.section-productos #block-block-13 .title,	.section-productos #block-block-19 .title,	.section-servicios #block-block-13 .title,	.section-servicios #block-block-19 .title {		border-bottom: 0px solid #e1e1e1;		display: inline-block;		color: #FFFFFF;	/*			color: #000;	*/		font-size: 24px;		font-family: "nexa_boldregular", Helvetica, "Nimbus Sans L", sans-serif;		margin-bottom: 20px;		padding-bottom: 10px;	}		.section-productos #block-block-13 p,	.section-productos #block-block-19 p,	.section-servicios #block-block-13 p,	.section-servicios #block-block-19 p {		text-align: justify;	}		.section-productos .view-productos ul,	.section-servicios .view-productos ul {		list-style: none;		margin: 0;		padding: 0;	}		.section-productos .view-productos ul li.views-row,	.section-servicios .view-productos ul li.views-row {		padding: 40px 0;		border-bottom: 1px solid #e1e1e1;		background: url(/site/sites/all/themes/pudeleco/images/blocks-shadow.png) no-repeat top center;	}		.section-productos .view-productos ul li.views-row.views-row-first,	.section-servicios .view-productos ul li.views-row.views-row-first {		background: none;	}		.section-productos .view-productos ul li .field-name-title,	.section-servicios .view-productos ul li .field-name-title {		color: #219bcd;	}		.section-productos .view-productos ul li a::after,	.section-servicios .view-productos ul li a::after {		content: url(/site/sites/all/themes/pudeleco/images/link-arrow.png);		margin-left: 3px;	}		.section-productos .view-productos ul li .field-name-boton-cotizar a,	.section-servicios .view-productos ul li .field-name-boton-cotizar a {		float: right;		background: #219bcd;		color: #fff;		vertical-align: middle;		padding: 10px 15px;		border-radius: 5px;	}		.section-productos .view-productos ul li .field-name-boton-cotizar a:hover,	.section-servicios .view-productos ul li .field-name-boton-cotizar a:hover {		background: #1b7793;		text-decoration: none;	}		.section-productos .view-productos ul li .field-name-boton-cotizar a::after,	.section-servicios .view-productos ul li .field-name-boton-cotizar a::after {		content: "";	}		.section-productos .view-productos ul li .field-name-node-link,	.section-servicios .view-productos ul li .field-name-node-link {		float: left;	}		.section-productos .view-productos ul li .field-name-field-image,	.section-servicios .view-productos ul li .field-name-field-image {		padding-top: 10px;	}		@media all and (max-width:640px) {			.section-productos .ds-2col-fluid>.group-left,		.section-servicios .ds-2col-fluid>.group-left {			width: 100%;			float: left;		}			.section-productos .ds-2col-fluid>.group-right,		.section-servicios .ds-2col-fluid>.group-right {			width: 100%;			float: left;		}	}		.section-pedido-productos {}		.section-pedido-productos #content {		background: #fff;		border-radius: 20px;		padding: 40px;		margin-top: 40px;		float: left;	}		.section-pedido-productos #content input {		border-radius: 5px;		padding: 5px;		border: 1px solid gray;		color: gray;	}		.section-pedido-productos #content input[type="submit"] {		border: 0;		background: #219bcd;		color: #fff;		padding: 10px 20px;	}		.section-pedido-productos #content input[type="submit"]:hover {		background: #1b7793;	}		.section-pedido-productos #content input[type="submit"]:focus {		background: #1b7793;	}		.section-pedido-productos #content input:focus {		outline: 0;	}		.section-pedido-productos #content select {		padding: 5px;		border: 1px solid gray;		color: gray;		height: 27px;	}		.section-pedido-productos #content .form-wrapper {		float: left;		width: 98%;		margin-right: 2%;	}		.section-pedido-productos #content .form-wrapper .form-item {		margin-bottom: 0;	}		@media all and (min-width:641px) {		.section-pedido-productos #content .form-wrapper {			width: 48%;		}	}		.section-pedido-productos #content .field-type-text-long {		width: 98%;	}		.section-pedido-productos #content #edit-actions {		float: right;		text-align: right;		margin-top: 30px;	}		.section-pedido-productos #block-block-14 {		text-align: center;		font-size: 24px;		font-family: "nexa_boldregular", Helvetica, "Nimbus Sans L", sans-serif;		color: #000;	}		.section-forum {}		.section-forum #block-block-15 {		text-align: center;		font-size: 24px;		font-family: "nexa_boldregular", Helvetica, "Nimbus Sans L", sans-serif;		color: #000;	}		.section-forum #forum table {		width: 100%;	}		.section-forum #forum table th {		background: #219bcd;		color: #fff;		height: 30px;	}		.section-forum #forum table th a {		color: #fff;	}		.section-forum #forum table th:first-child {		-webkit-border-top-right-radius: 0px;		border-top-right-radius: 0px;		-webkit-border-top-left-radius: 0px;		border-top-left-radius: 0px;		background-clip: padding-box;		-webkit-border-bottom-right-radius: 0px;		border-bottom-right-radius: 0px;		-webkit-border-top-right-radius: 0px;		border-top-right-radius: 0px;		background-clip: padding-box;		-webkit-border-bottom-left-radius: 5px;		border-bottom-left-radius: 5px;		-webkit-border-top-left-radius: 5px;		border-top-left-radius: 5px;		background-clip: padding-box;		-webkit-border-bottom-right-radius: 0px;		border-bottom-right-radius: 0px;		-webkit-border-bottom-left-radius: 0px;		border-bottom-left-radius: 0px;		background-clip: padding-box;	}		.section-forum #forum table th:last-child {		-webkit-border-top-right-radius: 0px;		border-top-right-radius: 0px;		-webkit-border-top-left-radius: 0px;		border-top-left-radius: 0px;		background-clip: padding-box;		-webkit-border-bottom-right-radius: 5px;		border-bottom-right-radius: 5px;		-webkit-border-top-right-radius: 5px;		border-top-right-radius: 5px;		background-clip: padding-box;		-webkit-border-bottom-left-radius: 0px;		border-bottom-left-radius: 0px;		-webkit-border-top-left-radius: 0px;		border-top-left-radius: 0px;		background-clip: padding-box;		-webkit-border-bottom-right-radius: 0px;		border-bottom-right-radius: 0px;		-webkit-border-bottom-left-radius: 0px;		border-bottom-left-radius: 0px;		background-clip: padding-box;	}		.section-forum #forum table tr {		border-bottom: 0;	}		.section-forum #forum table tr:last-child td:first-child {		-webkit-border-top-right-radius: 0px;		border-top-right-radius: 0px;		-webkit-border-top-left-radius: 0px;		border-top-left-radius: 0px;		background-clip: padding-box;		-webkit-border-bottom-right-radius: 0px;		border-bottom-right-radius: 0px;		-webkit-border-top-right-radius: 0px;		border-top-right-radius: 0px;		background-clip: padding-box;		-webkit-border-bottom-left-radius: 0px;		border-bottom-left-radius: 0px;		-webkit-border-top-left-radius: 0px;		border-top-left-radius: 0px;		background-clip: padding-box;		-webkit-border-bottom-right-radius: 5px;		border-bottom-right-radius: 5px;		-webkit-border-bottom-left-radius: 5px;		border-bottom-left-radius: 5px;		background-clip: padding-box;	}		.section-forum #forum table tr:last-child td:last-child {		-webkit-border-top-right-radius: 0px;		border-top-right-radius: 0px;		-webkit-border-top-left-radius: 0px;		border-top-left-radius: 0px;		background-clip: padding-box;		-webkit-border-bottom-right-radius: 0px;		border-bottom-right-radius: 0px;		-webkit-border-top-right-radius: 0px;		border-top-right-radius: 0px;		background-clip: padding-box;		-webkit-border-bottom-left-radius: 0px;		border-bottom-left-radius: 0px;		-webkit-border-top-left-radius: 0px;		border-top-left-radius: 0px;		background-clip: padding-box;		-webkit-border-bottom-right-radius: 5px;		border-bottom-right-radius: 5px;		-webkit-border-bottom-left-radius: 5px;		border-bottom-left-radius: 5px;		background-clip: padding-box;	}		.section-forum #forum table td {		background: #fff;		border: 0;		height: 50px;		padding: 5px 10px;	}		.section-forum #forum table .topics,	.section-forum #forum table .posts,	.section-forum #forum table .last-reply {		text-align: center;	}		.page-node #help {		display: none;	}		.page-node .submitted {		font-size: 12px;	}		.page-node .field .field-label {		float: left;	}		.page-node #comments {		margin-top: 35px;		padding-left: 30px;	}		.page-node #comments .comment {		background: #fff;		padding: 20px;		margin-bottom: 20px;	}		.section-user {}		.section-user #block-block-16 {		text-align: center;		font-size: 24px;		font-family: "nexa_boldregular", Helvetica, "Nimbus Sans L", sans-serif;		color: #000;	}		.section-user #content {		background: #fff;		border-radius: 20px;		padding: 40px;		margin-top: 40px;		float: left;		width: 100%;	}		.section-user #content input {		border-radius: 5px;		padding: 5px;		border: 1px solid gray;		color: gray;	}		.section-user #content input[type="submit"] {		border: 0;		background: #219bcd;		color: #fff;		padding: 10px 20px;	}		.section-user #content input[type="submit"]:hover {		background: #1b7793;	}		.section-user #content input[type="submit"]:focus {		background: #1b7793;	}		.section-user #content input:focus {		outline: 0;	}		.section-user #content select {		padding: 5px;		border: 1px solid gray;		color: gray;		height: 27px;	}		.section-user #content .form-wrapper {		float: left;		width: 98%;		margin-right: 2%;	}		.section-user #content .form-wrapper .form-item {		margin-bottom: 0;	}		.section-user #content #edit-account {		width: 100%;	}		.section-user #content #edit-account .form-item {		width: 98%;		float: left;		margin-right: 2%;	}		@media all and (min-width:641px) {		.section-user #content .form-wrapper {			width: 48%;		}			.section-user #content #edit-account .form-item {			width: 48%;		}	}		.section-user #content .field-type-text-long {		width: 98%;	}		.section-user #content #edit-actions {		float: right;		text-align: right;		margin-top: 30px;	}		.section-contacto {}		.section-contacto #block-block-18 {		text-align: center;		font-size: 24px;		font-family: "nexa_boldregular", Helvetica, "Nimbus Sans L", sans-serif;		color: #000;	}		.section-contacto #page-title {		display: none;	}		.section-contacto #content .views-row {		margin-bottom: 35px;	}		.section-contacto #content .field-item h2 {		margin: 0;		font-family: "nexa_lightregular", Helvetica, "Nimbus Sans L", sans-serif;		font-weight: normal;		border-bottom: 1px solid grey;		line-height: 1.5em;		margin-bottom: 10px;		margin-right: 20px;	}		.section-contacto .ds-2col-fluid>.group-left {		width: 43%;		margin-right: 2%;	}		.section-contacto .ds-2col-fluid>.group-right {		width: 55%;	}		@media all and (max-width:640px) {		.section-contacto .ds-2col-fluid>.group-left {			width: 100%;			float: left;		}			.section-contacto .ds-2col-fluid>.group-right {			width: 100%;			float: left;		}	}		.node-productos-y-servicios .field-name-boton-cotizar a {		float: right;		background: #219bcd;		color: #fff;		vertical-align: middle;		padding: 10px 15px;		border-radius: 5px;	}		.node-productos-y-servicios .field-name-boton-cotizar a:hover {		background: #1b7793;		text-decoration: none;	}		.node-productos-y-servicios .field-name-boton-cotizar a::after {		content: "";	}		.node-productos-y-servicios .field-name-title h2 {		color: #219bcd;		line-height: 1.2em;	}		.page,	.region-bottom {		margin-left: auto;		margin-right: auto;		max-width: 1200px;	}		#header,	#content,	#navigation,	.region-sidebar-first,	.region-sidebar-second,	#footer {		padding-left: 10px;		padding-right: 10px;		-moz-box-sizing: border-box;		-webkit-box-sizing: border-box;		-ms-box-sizing: border-box;		box-sizing: border-box;		word-wrap: break-word;	}		#header:before,	#header:after,	#main:before,	#main:after,	#footer:before,	#footer:after {		content: "";		display: table;	}		#header:after,	#main:after,	#footer:after {		clear: both;	}		@media all and (min-width:480px) {		#main {			position: relative;		}			#navigation {			position: absolute;			top: 0;			height: 3em;			width: 100%;		}	}		@media all and (min-width:480px) and (max-width:959px) {		.sidebar-first {}			.sidebar-first #content {			float: left;			width: 66.66667%;			margin-left: 33.33333%;			margin-right: -100%;		}			.sidebar-first .region-sidebar-first {			float: left;			width: 33.33333%;			margin-left: 0%;			margin-right: -33.33333%;		}			.sidebar-second {}			.sidebar-second #content {			float: left;			width: 66.66667%;			margin-left: 0%;			margin-right: -66.66667%;		}			.sidebar-second .region-sidebar-second {			float: left;			width: 33.33333%;			margin-left: 66.66667%;			margin-right: -100%;		}			.two-sidebars {}			.two-sidebars #content {			float: left;			width: 66.66667%;			margin-left: 33.33333%;			margin-right: -100%;		}			.two-sidebars .region-sidebar-first {			float: left;			width: 33.33333%;			margin-left: 0%;			margin-right: -33.33333%;		}			.two-sidebars .region-sidebar-second {			float: left;			width: 100%;			margin-left: 0%;			margin-right: -100%;			padding-left: 0;			padding-right: 0;			clear: left;		}			.two-sidebars .region-sidebar-second .block {			padding-left: 10px;			padding-right: 10px;			-moz-box-sizing: border-box;			-webkit-box-sizing: border-box;			-ms-box-sizing: border-box;			box-sizing: border-box;			word-wrap: break-word;		}			.two-sidebars .region-sidebar-second .block:nth-child(3n+1) {			float: left;			width: 33.33333%;			margin-left: 0%;			margin-right: -33.33333%;			clear: left;		}			.two-sidebars .region-sidebar-second .block:nth-child(3n+2) {			float: left;			width: 33.33333%;			margin-left: 33.33333%;			margin-right: -66.66667%;		}			.two-sidebars .region-sidebar-second .block:nth-child(3n) {			float: left;			width: 33.33333%;			margin-left: 66.66667%;			margin-right: -100%;		}	}		@media all and (min-width:960px) {		.sidebar-first {}			.sidebar-first #content {			float: left;			width: 80%;			margin-left: 20%;			margin-right: -100%;		}			.sidebar-first .region-sidebar-first {			float: left;			width: 20%;			margin-left: 0%;			margin-right: -20%;		}			.sidebar-second {}			.sidebar-second #content {			float: left;			width: 80%;			margin-left: 0%;			margin-right: -80%;		}			.sidebar-second .region-sidebar-second {			float: left;			width: 20%;			margin-left: 80%;			margin-right: -100%;		}			.two-sidebars {}			.two-sidebars #content {			float: left;			width: 60%;			margin-left: 20%;			margin-right: -80%;		}			.two-sidebars .region-sidebar-first {			float: left;			width: 20%;			margin-left: 0%;			margin-right: -20%;		}			.two-sidebars .region-sidebar-second {			float: left;			width: 20%;			margin-left: 80%;			margin-right: -100%;		}	}		.with-wireframes #header,	.with-wireframes #main,	.with-wireframes #content,	.with-wireframes #navigation,	.with-wireframes .region-sidebar-first,	.with-wireframes .region-sidebar-second,	.with-wireframes #footer,	.with-wireframes .region-bottom {		outline: 1px solid #ccc;	}		.element-invisible,	.element-focusable,	#navigation .block-menu .block__title,	#navigation .block-menu-block .block__title {		position: absolute !important;		height: 1px;		width: 1px;		overflow: hidden;		clip: rect(1px, 1px, 1px, 1px);	}		.element-focusable:active,	.element-focusable:focus {		position: static !important;		clip: auto;		height: auto;		width: auto;		overflow: auto;	}		#skip-link {		margin: 0;	}		#skip-link a,	#skip-link a:visited {		display: block;		width: 100%;		padding: 2px 0 3px 0;		text-align: center;		background-color: #666;		color: #fff;	}		.header__logo {		float: left;		margin: 0;		padding: 0;	}		.header__logo-image {		vertical-align: bottom;	}		.header__name-and-slogan {		float: left;	}		.header__site-name {		margin: 0;		font-size: 2em;		line-height: 1.5em;	}		.header__site-link:link,	.header__site-link:visited {		color: #000;		text-decoration: none;	}		.header__site-link:hover,	.header__site-link:focus {		text-decoration: underline;	}		.header__site-slogan {		margin: 0;	}		.header__secondary-menu {		float: right;	}		.header__region {		clear: both;	}		#navigation {}		#navigation .block {		margin-bottom: 0;	}		#navigation .links,	#navigation .menu {		margin: 0;		padding: 0;		text-align: left;	}		#navigation .links li,	#navigation .menu li {		float: left;		padding: 0 10px 0 0;		list-style-type: none;		list-style-image: none;	}		.breadcrumb ol {		margin: 0;		padding: 0;	}		.breadcrumb li {		display: inline;		list-style-type: none;		margin: 0;		padding: 0;	}		.page__title,	.node__title,	.block__title,	.comments__title,	.comments__form-title,	.comment__title {		margin: 0;	}		.messages,	.messages--status,	.messages--warning,	.messages--error {		margin: 1.5em 0;		padding: 10px 10px 10px 50px;		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');		background-position: 8px 8px;		background-repeat: no-repeat;		border: 1px solid #be7;	}		.messages--warning {		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');		border-color: #ed5;	}		.messages--error {		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');		border-color: #ed541d;	}		.messages__list {		margin: 0;	}		.messages__item {		list-style-image: none;	}		.messages--error p.error {		color: #333;	}		.ok,	.messages--status {		background-color: #f8fff0;		color: #234600;	}		.warning,	.messages--warning {		background-color: #fffce5;		color: #840;	}		.error,	.messages--error {		background-color: #fef5f1;		color: #8c2e0b;	}		.tabs-primary,	.tabs-secondary {		overflow: hidden;		*zoom: 1;		background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);		background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);		background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);		list-style: none;		border-bottom: 1px solid #bbbbbb \0/ie;		margin: 1.5em 0;		padding: 0 2px;		white-space: nowrap;	}		.tabs-primary__tab,	.tabs-primary__tab.is-active,	.tabs-secondary__tab,	.tabs-secondary__tab.is-active {		float: left;		margin: 0 3px;	}		a.tabs-primary__tab-link,	a.tabs-primary__tab-link.is-active,	a.tabs-secondary__tab-link,	a.tabs-secondary__tab-link.is-active {		border: 1px solid #e9e9e9;		border-right: 0;		border-bottom: 0;		display: block;		line-height: 1.5em;		text-decoration: none;	}		.tabs-primary__tab,	.tabs-primary__tab.is-active {		-webkit-border-top-right-radius: 4px;		border-top-right-radius: 4px;		-webkit-border-top-left-radius: 4px;		border-top-left-radius: 4px;		background-clip: padding-box;		text-shadow: 1px 1px 0 white;		border: 1px solid #bbbbbb;		border-bottom-color: transparent;		border-bottom: 0 \0/ie;	}		.is-active.tabs-primary__tab {		border-bottom-color: white;	}		a.tabs-primary__tab-link,	a.tabs-primary__tab-link.is-active {		-webkit-border-top-right-radius: 4px;		border-top-right-radius: 4px;		-webkit-border-top-left-radius: 4px;		border-top-left-radius: 4px;		background-clip: padding-box;		-moz-transition: background-color 0.3s;		-webkit-transition: background-color 0.3s;		transition: background-color 0.3s;		color: #333;		background-color: #dedede;		letter-spacing: 1px;		padding: 0 1em;		text-align: center;	}		a.tabs-primary__tab-link:hover,	a.tabs-primary__tab-link:focus {		background-color: #e9e9e9;		border-color: #f2f2f2;	}		a.tabs-primary__tab-link:active,	a.tabs-primary__tab-link.is-active {		background-color: transparent;		*zoom: 1;		filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');		background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));		background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));		background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));		border-color: #fff;	}		.tabs-secondary {		font-size: .9em;		margin-top: -1.5em;	}		.tabs-secondary__tab,	.tabs-secondary__tab.is-active {		margin: 0.75em 3px;	}		a.tabs-secondary__tab-link,	a.tabs-secondary__tab-link.is-active {		-moz-border-radius: 0.75em;		-webkit-border-radius: 0.75em;		border-radius: 0.75em;		-moz-transition: background-color 0.3s;		-webkit-transition: background-color 0.3s;		transition: background-color 0.3s;		text-shadow: 1px 1px 0 white;		background-color: #f2f2f2;		color: #666;		padding: 0 .5em;	}		a.tabs-secondary__tab-link:hover,	a.tabs-secondary__tab-link:focus {		background-color: #dedede;		border-color: #999;		color: #333;	}		a.tabs-secondary__tab-link:active,	a.tabs-secondary__tab-link.is-active {		text-shadow: 1px 1px 0 #333333;		background-color: #666;		border-color: #000;		color: #fff;	}		.inline {		display: inline;		padding: 0;	}		.inline li {		display: inline;		list-style-type: none;		padding: 0 1em 0 0;	}		span.field-label {		padding: 0 1em 0 0;	}		.more-link {		text-align: right;	}		.more-help-link {		text-align: right;	}		.more-help-link a {		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');		background-position: 0 50%;		background-repeat: no-repeat;		padding: 1px 0 1px 20px;	}		.pager {		clear: both;		padding: 0;		text-align: center;	}		.pager-item,	.pager-first,	.pager-previous,	.pager-next,	.pager-last,	.pager-ellipsis,	.pager-current {		display: inline;		padding: 0 0.5em;		list-style-type: none;		background-image: none;	}		.pager-item,	.pager-first,	.pager-previous,	.pager-next,	.pager-last,	.pager-ellipsis {}		.pager-current {		font-weight: bold;	}		.block {		margin-bottom: 1.5em;	}		.menu__item.is-leaf {		list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');		list-style-type: square;	}		.menu__item.is-expanded {		list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');		list-style-type: circle;	}		.menu__item.is-collapsed {		list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');		list-style-type: disc;	}		.menu a.active {		color: #000;	}		.new,	.update {		color: #c00;		background-color: transparent;	}		.unpublished {		height: 0;		overflow: visible;		background-color: transparent;		color: #d8d8d8;		font-size: 75px;		line-height: 1;		font-family: Impact, "Arial Narrow", Helvetica, sans-serif;		font-weight: bold;		text-transform: uppercase;		text-align: center;		word-wrap: break-word;	}		.comments {		margin: 1.5em 0;	}		.comment-preview {		background-color: #ffffea;	}		.comment {}		.comment .permalink {		text-transform: uppercase;		font-size: 75%;	}		.indented {		margin-left: 30px;	}		.form-item {		margin: 1.5em 0;	}		.form-checkboxes .form-item,	.form-radios .form-item {		margin: 0;	}		tr.odd .form-item,	tr.even .form-item {		margin: 0;	}		.form-item input.error,	.form-item textarea.error,	.form-item select.error {		border: 1px solid #c00;	}		.form-item .description {		font-size: 0.85em;	}		.form-type-radio .description,	.form-type-checkbox .description {		margin-left: 2.4em;	}		.form-required {		color: #c00;	}		label.option {		display: inline;		font-weight: normal;	}		a.button {		-moz-appearance: button;		-webkit-appearance: button;	}		.password-parent,	.confirm-parent {		margin: 0;	}		#user-login-form {		text-align: left;	}		.openid-links {		margin-bottom: 0;	}		.openid-link,	.user-link {		margin-top: 1.5em;	}		html.js #user-login-form li.openid-link,	#user-login-form li.openid-link {		margin-left: -20px;	}		#user-login ul {		margin: 1.5em 0;	}		form th {		text-align: left;		padding-right: 1em;		border-bottom: 3px solid #ccc;	}		form tbody {		border-top: 1px solid #ccc;	}		form table ul {		margin: 0;	}		tr.even,	tr.odd {		background-color: #eee;		border-bottom: 1px solid #ccc;		padding: 0.1em 0.6em;	}		tr.even {		background-color: #fff;	}		td.active {		background-color: #ddd;	}		td.checkbox,	th.checkbox {		text-align: center;	}		td.menu-disabled {		background: #ccc;	}		#autocomplete .selected {		background: #0072b9;		color: #fff;	}		html.js .collapsible .fieldset-legend {		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');		background-position: 5px 65%;		background-repeat: no-repeat;		padding-left: 15px;	}		html.js .collapsed .fieldset-legend {		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');		background-position: 5px 50%;	}		.fieldset-legend .summary {		color: #999;		font-size: 0.9em;		margin-left: 0.5em;	}		tr.drag {		background-color: #fffff0;	}		tr.drag-previous {		background-color: #ffd;	}		.tabledrag-toggle-weight {		font-size: 0.9em;	}		tr.selected td {		background: #ffc;	}		.progress {		font-weight: bold;	}		.progress .bar {		background: #ccc;		border-color: #666;		margin: 0 0.2em;		-moz-border-radius: 3px;		-webkit-border-radius: 3px;		border-radius: 3px;	}		.progress .filled {		background-color: #0072b9;		background-image: url(/site/sites/all/themes/pudeleco/images/progress.gif?1418826821);	}		@media print {			a:link,		a:visited {			text-decoration: underline !important;		}			a:link.header__site-link,		a:visited.header__site-link {			text-decoration: none !important;		}			#content {}			#content a[href]:after {			content: " ("attr(href) ")";			font-weight: normal;			font-size: 16px;		}			#content a[href^="javascript:"]:after,		#content a[href^="#"]:after {			content: "";		}			#content abbr[title]:after {			content: " ("attr(title) ")";		}			#content {			float: none !important;			width: 100% !important;			margin: 0 !important;			padding: 0 !important;		}			body,		#page,		#main,		#content {			color: #000;			background-color: transparent !important;			background-image: none !important;		}			#skip-link,		#toolbar,		#navigation,		.region-sidebar-first,		.region-sidebar-second,		#footer,		.breadcrumb,		.tabs,		.action-links,		.links,		.book-navigation,		.forum-topic-navigation,		.pager,		.feed-icons {			visibility: hidden;			display: none;		}	}	