/* This is the main CSS that includes other CSS files. */

/* This CSS sets the default styles for the main navigation. */

/* ---------- Main navigation ---------- */

#navigation {
}

#navigation ul {
	margin: 0 auto;
}

#navigation ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}





#navigation li {
	float: left;
	list-style-type: none;
	position: relative;
}

#navigation .child-menu {
	display: none;
}
/* ---------- Dock without JavaScript ---------- */

.lfr-dock {
	position: absolute;
	right: 5%;
	top: 10px;
}

.lfr-dock h2 {
	background: url(../images/navigation/welcome_message.png) no-repeat 0 50%;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding-left: 2em;
	text-align: right;
}

.lfr-dock ul {
	display: inline;
	float: left;
}

.lfr-dock li {
	display: inline;
	float: left;
	margin-left: 15px;
}

.lfr-dock li a {
	background: url() no-repeat 0 50%;
	padding: 2px 0 2px 20px;
}

.lfr-dock li.home a {
	background-image: url(../images/dock/home.png);
}

.lfr-dock li.my-account a {
	background-image: url(../images/dock/my_account.png);
}

.lfr-dock li.sign-in a {
	background-image: url(../images/dock/sign_in.png);
}

.lfr-dock li.sign-out a {
	background-image: url(../images/dock/sign_out.png);
}

.lfr-dock li.add-content a {
	background-image: url(../images/dock/add_content.png);
}

.lfr-dock li.layout a {
	background-image: url(../images/dock/layout.png);
}

.lfr-dock li.page-settings a {
	background-image: url(../images/dock/page_settings.png);
}

.lfr-dock li.staging a {
	background-image: url(../images/dock/staging.png);
}

.lfr-dock li.my-places a {
	background-image: url(../images/dock/my_places.png);
}

.lfr-dock li.my-places {
	display: none;
}

.lfr-dock li.toggle-controls {
	display: none;
}

/* ---------- Dock with JavaScript ---------- */

.js .interactive-mode {
	background: #020509 url(../images/dock/center_bg.png) repeat-x;
	font-size: 0.9em;
	min-width: 190px;
	position: absolute;
    right: 4%;
    top: 29px;
}

.js .interactive-mode h2 {
	background: url(../images/dock/right_bg.png) no-repeat 100% 0;
	font-size: 1em;
	margin: 0;
	padding: 0 37px 0 0;
	position: relative;
	z-index: 82;
}

.js .interactive-mode h2 span {
	background: url(../images/dock/left_bg.png) no-repeat 0 0;
	border-right: 1px solid #34404F;
	color: #fff;
	display: block;
	font-size: 0.9em;
    height: 33px;
	line-height: 1;
	margin-bottom: 0;
	padding: 10px 20px 4px 20px;
}

.js .lfr-dock.expanded .lfr-dock-list-container {
	top: -2px;
}

.js .interactive-mode ul {
	background: #fff;
	border: 1px solid;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
	display: none;
	float: none;
}

.js .interactive-mode li {
	border-top: 1px solid #DEDEDE;
	clear: both;
	display: block;
	float: none;
	margin: 0;
	padding: 2px;
}

.js .interactive-mode li a {
	background-position: 8px 50%;
	background-repeat: no-repeat;
	display: block;
	margin-left: 0;
	padding: 5px 0px;
	text-decoration: none;
}

.js .interactive-mode li a, .js .interactive-mode li a:hover {
	background-position: 8px 50%;
	padding-left: 30px;
}

.js .interactive-mode li a:hover, .js .interactive-mode .my-places li.current a:hover {
	color: #fff;
}

.js .interactive-mode .lfr-dock-list li.first {
	border-top: none;
}

.js .lfr-dock.interactive-mode .my-places li a {
	background-image: none;
}

.js .interactive-mode .my-places li {
	background-position: 5px 50%;
	background-repeat: no-repeat;
}

.js .lfr-dock.interactive-mode .my-places.lfr-flyout.has-children > ul {
	margin-right: -1px;
}

.js .interactive-mode .my-places li.current-community {
	background-color: #D3DADD;
}

.js .interactive-mode .my-places li h3 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}

.js .interactive-mode .lfr-flyout.has-children h3 {
	min-width: 175px;
}

.js .lfr-dock.interactive-mode .my-places li h3 a {
	background-image: url(../images/dock/my_place.png);
}

.js .interactive-mode .lfr-flyout.has-children ul {
	display: none;
	margin-left: 0;
	top: -1px;
}

.js .interactive-mode .my-places li.public a {
	background-image: url(../images/dock/my_places_public.png);
}

.js .interactive-mode .my-places li.private a {
	background-image: url(../images/dock/my_places_private.png);
}

.js .interactive-mode .my-places li.current {
	background-color: #DFF4FF;
}

.js .interactive-mode .my-places li.current a {
	background: url(../images/dock/my_place_current.png) no-repeat 10px 50%;
	margin: 0;
	padding-left: 35px;
}

.js .interactive-mode li:hover, .js .interactive-mode .my-places li:hover {
	background-color: #828F95;
}

.js .interactive-mode li:hover a:hover, .js .interactive-mode li:hover > a, .js .interactive-mode li:hover > h3 > a {
	background-color: #828F95;
	color: #fff;
}



.js .interactive-mode .my-places ul li a.add-page {
	top: 7px;
}

.js .interactive-mode .group-end {
	border-bottom: 2px solid #DEDEDE;
}









.js .interactive-mode li.toggle-controls {
	display: block;
}

.js .interactive-mode li.toggle-controls a {
	background-image: url(../images/common/checked.png);
}

.js .controls-hidden .interactive-mode li.toggle-controls a {
	background-image: url(../images/common/unchecked.png);
}

/* ---------- Add/remove page ---------- */

.js .delete-tab {
	background: url(../images/common/remove.png) no-repeat 42%;
	cursor: pointer;
	display: block;
	height: 8px;
	position: absolute;
	right: 2px;
	text-indent: -9999em;
	top: 2px;
	width: 8px;
}

/*------ Navigation portlet ------*/

.nav-menu li a.ancestor {
	font-weight: bold;
}

.nav-menu li a.selected {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.nav-menu ul {
	padding-left: 10px;
}


/***********Menu Principal**************/






.flowplayer{position:relative;width:100%;background-size:contain;background-repeat:no-repeat;background-position:center center;display:inline-block;}
.flowplayer *{font-weight:inherit;font-family:inherit;font-style:inherit;text-decoration:inherit;font-size:100%;padding:0;border:0;margin:0;list-style-type:none}
.flowplayer a:focus{outline:0}
.flowplayer video{width:100%}
.flowplayer.is-ipad video{-webkit-transform:translateX(-2048px);}
.is-ready.flowplayer.is-ipad video{-webkit-transform:translateX(0)}
.flowplayer .fp-engine,.flowplayer .fp-ui,.flowplayer .fp-message{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:1}
.flowplayer .fp-message{display:none;text-align:center;padding-top:5%;cursor:default;}
.flowplayer .fp-message h2{font-size:120%;margin-bottom:1em}
.flowplayer .fp-message p{color:#666;font-size:95%}
.flowplayer .fp-controls{position:absolute;bottom:0;width:100%;}
.no-background.flowplayer .fp-controls{background-color:transparent !important;background-image:-moz-linear-gradient(transparent,transparent) !important;background-image:-webkit-gradient(linear,0 0,0 100%,from(transparent),to(transparent)) !important}
.is-fullscreen.flowplayer .fp-controls{bottom:3px}
.is-mouseover.flowplayer .fp-controls{bottom:0}
.flowplayer .fp-waiting{display:none;margin:19% auto;text-align:center;}
.flowplayer .fp-waiting *{-webkit-box-shadow:0 0 5px #333;-moz-box-shadow:0 0 5px #333;box-shadow:0 0 5px #333}
.flowplayer .fp-waiting em{width:1em;height:1em;-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em;background-color:rgba(255,255,255,0.8);display:inline-block;-webkit-animation:pulse .6s infinite;-moz-animation:pulse .6s infinite;animation:pulse .6s infinite;margin:.3em;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);}
.flowplayer .fp-waiting em:nth-child(1){-webkit-animation-delay:.3s;-moz-animation-delay:.3s;animation-delay:.3s}
.flowplayer .fp-waiting em:nth-child(2){-webkit-animation-delay:.45s;-moz-animation-delay:.45s;animation-delay:.45s}
.flowplayer .fp-waiting em:nth-child(3){-webkit-animation-delay:.6s;-moz-animation-delay:.6s;animation-delay:.6s}
.flowplayer .fp-waiting p{color:#ccc;font-weight:bold}
.flowplayer .fp-speed{font-size:30px;background-color:#333;background-color:rgba(51,51,51,0.8);color:#eee;margin:0 auto;text-align:center;width:120px;padding:.1em 0 0;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;transition:opacity .5s;}
.flowplayer .fp-speed.fp-hilite{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer .fp-help{position:absolute;top:0;left:-9999em;z-index:100;background-color:#333;background-color:rgba(51,51,51,0.9);width:100%;height:100%;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .2s;-moz-transition:opacity .2s;transition:opacity .2s;text-align:center;}
.is-help.flowplayer .fp-help{left:0;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer .fp-help .fp-help-section{margin:3%;direction:ltr}
.flowplayer .fp-help .fp-help-basics{margin-top:6%}
.flowplayer .fp-help p{color:#eee;margin:.5em 0;font-size:14px;line-height:1.5;display:inline-block;margin:1% 2%}
.flowplayer .fp-help em{background:#eee;-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;margin-right:.4em;padding:.3em .6em;color:#333}
.flowplayer .fp-help small{font-size:90%;color:#aaa}
.flowplayer .fp-help .fp-close{display:block}
@media (max-width: 600px){.flowplayer .fp-help p{font-size:9px}
}.flowplayer .fp-subtitle{position:absolute;bottom:40px;left:-99999em;z-index:10;text-align:center;width:100%;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .3s;-moz-transition:opacity .3s;transition:opacity .3s;}
.flowplayer .fp-subtitle p{display:inline;background-color:#333;background-color:rgba(51,51,51,0.9);color:#eee;padding:.1em .4em;font-size:16px;line-height:1.6;}
.flowplayer .fp-subtitle p:after{content:'';clear:both}
.flowplayer .fp-subtitle.fp-active{left:0;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-mute,.flowplayer .fp-embed,.flowplayer .fp-close,.flowplayer .fp-play{background-image:url(../images/flowplayer/white.png);background-size:37px 300px;}
.is-rtl.flowplayer .fp-fullscreen,.is-rtl.flowplayer .fp-unload,.is-rtl.flowplayer .fp-mute,.is-rtl.flowplayer .fp-embed,.is-rtl.flowplayer .fp-close,.is-rtl.flowplayer .fp-play{background-image:url(../images/flowplayer/white_rtl.png)}
.color-light.flowplayer .fp-fullscreen,.color-light.flowplayer .fp-unload,.color-light.flowplayer .fp-mute,.color-light.flowplayer .fp-embed,.color-light.flowplayer .fp-close,.color-light.flowplayer .fp-play{background-image:url(../images/flowplayer/black.png);}
.is-rtl.color-light.flowplayer .fp-fullscreen,.is-rtl.color-light.flowplayer .fp-unload,.is-rtl.color-light.flowplayer .fp-mute,.is-rtl.color-light.flowplayer .fp-embed,.is-rtl.color-light.flowplayer .fp-close,.is-rtl.color-light.flowplayer .fp-play{background-image:url(../images/flowplayer/black_rtl.png)}
@media (-webkit-min-device-pixel-ratio: 2){.color-light.flowplayer .fp-fullscreen,.color-light.flowplayer .fp-unload,.color-light.flowplayer .fp-mute,.color-light.flowplayer .fp-embed,.color-light.flowplayer .fp-close,.color-light.flowplayer .fp-play{background-image:url(../images/flowplayer/black@x2.png)}
.is-rtl.color-light.flowplayer .fp-fullscreen,.is-rtl.color-light.flowplayer .fp-unload,.is-rtl.color-light.flowplayer .fp-mute,.is-rtl.color-light.flowplayer .fp-embed,.is-rtl.color-light.flowplayer .fp-close,.is-rtl.color-light.flowplayer .fp-play{background-image:url(../images/flowplayer/black_rtl@x2.png)}
}@media (-webkit-min-device-pixel-ratio: 2){.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-mute,.flowplayer .fp-embed,.flowplayer .fp-close,.flowplayer .fp-play{background-image:url(../images/flowplayer/white@x2.png)}
.is-rtl.flowplayer .fp-fullscreen,.is-rtl.flowplayer .fp-unload,.is-rtl.flowplayer .fp-mute,.is-rtl.flowplayer .fp-embed,.is-rtl.flowplayer .fp-close,.is-rtl.flowplayer .fp-play{background-image:url(../images/flowplayer/white_rtl@x2.png)}
}.flowplayer .fp-flash-disabled{background:#333;width:390px;margin:0 auto;position:absolute;bottom:0;color:#fff}
.is-splash.flowplayer .fp-ui,.is-paused.flowplayer .fp-ui{background:url(../images/flowplayer/play_white.png) center no-repeat;background-size:25%;opacity:0.7;}
.is-rtl.is-splash.flowplayer .fp-ui,.is-rtl.is-paused.flowplayer .fp-ui{background:url(../images/flowplayer/play_white_rtl.png) center no-repeat;background-size:25%;opacity:0.7;}
@media (-webkit-min-device-pixel-ratio: 2){.is-splash.flowplayer .fp-ui,.is-paused.flowplayer .fp-ui{background:url(../images/flowplayer/play_white@x2.png) center no-repeat;background-size:25%;opacity:0.7;}
.is-rtl.is-splash.flowplayer .fp-ui,.is-rtl.is-paused.flowplayer .fp-ui{background:url(../images/flowplayer/play_white_rtl@x2.png) center no-repeat;background-size:25%}
}.color-light.is-splash.flowplayer .fp-ui,.color-light.is-paused.flowplayer .fp-ui{background-image:url(../images/flowplayer/play_black.png);}
.is-rtl.color-light.is-splash.flowplayer .fp-ui,.is-rtl.color-light.is-paused.flowplayer .fp-ui{background-image:url(../images/flowplayer/play_black_rtl.png)}
@media (-webkit-min-device-pixel-ratio: 2){.color-light.is-splash.flowplayer .fp-ui,.color-light.is-paused.flowplayer .fp-ui{background-image:url(../images/flowplayer/play_black@x2.png);}
.is-rtl.color-light.is-splash.flowplayer .fp-ui,.is-rtl.color-light.is-paused.flowplayer .fp-ui{background-image:url(../images/flowplayer/play_black_rtl@x2.png)}
}.is-fullscreen.flowplayer .fp-ui{background-size:auto}
.is-seeking.flowplayer .fp-ui,.is-loading.flowplayer .fp-ui{background-image:none}
.flowplayer .fp-logo{position:absolute;top:auto;left:15px;bottom:30px;cursor:pointer;display:none;z-index:100;}
.flowplayer .fp-logo img{width:100%}
.is-embedded.flowplayer .fp-logo{display:block}
.fixed-controls.flowplayer .fp-logo{bottom:15px}
.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-close{position:absolute;top:5px;left:auto;right:17px;display:block;width:30px;height:23px;background-position:12px -197px;cursor:pointer;}
.is-rtl.flowplayer .fp-fullscreen,.is-rtl.flowplayer .fp-unload,.is-rtl.flowplayer .fp-close{right:auto;left:5px;background-position:18px -197px}
.flowplayer .fp-unload,.flowplayer .fp-close{background-position:14px -175px;display:none;}
.is-rtl.flowplayer .fp-unload,.is-rtl.flowplayer .fp-close{background-position:14px -175px}
.flowplayer .fp-play{display:none;width:27px;height:20px;background-position:9px -24px;position:absolute;bottom:0;left:0;}
.is-rtl.flowplayer .fp-play{background-position:18px -24px;left:auto;right:0}
.play-button.flowplayer .fp-play{display:block}
.is-paused.flowplayer .fp-play{background-position:9px 7px;}
.is-rtl.is-paused.flowplayer .fp-play{background-position:18px 7px}
.flowplayer.is-ready.is-closeable .fp-unload{display:block}
.flowplayer.is-ready.is-closeable .fp-fullscreen{display:none}
.flowplayer.is-fullscreen .fp-fullscreen{background-position:10px -217px;display:block !important;}
.is-rtl.flowplayer.is-fullscreen .fp-fullscreen{background-position:21px -217px}
.flowplayer.is-fullscreen .fp-unload,.flowplayer.is-fullscreen .fp-close{display:none !important}
.flowplayer .fp-timeline{height:3px;position:relative;overflow:hidden;top:5px;height:10px;margin:0 150px 0 45px;}
.no-volume.flowplayer .fp-timeline{margin-right:60px}
.no-mute.flowplayer .fp-timeline{margin-right:140px}
.no-mute.no-volume.flowplayer .fp-timeline{margin-right:45px}
.play-button.flowplayer .fp-timeline{margin-left:67px}
.is-rtl.flowplayer .fp-timeline{margin:0 45px 0 150px;}
.no-volume.is-rtl.flowplayer .fp-timeline{margin-left:60px}
.no-mute.is-rtl.flowplayer .fp-timeline{margin-left:140px}
.no-mute.no-volume.is-rtl.flowplayer .fp-timeline{margin-left:45px}
.play-button.is-rtl.flowplayer .fp-timeline{margin-right:67px}
.is-long.flowplayer .fp-timeline{margin:0 180px 0 75px;}
.no-volume.is-long.flowplayer .fp-timeline{margin-right:90px}
.no-mute.is-long.flowplayer .fp-timeline{margin-right:75px}
.play-button.is-long.flowplayer .fp-timeline{margin-left:97px}
.is-rtl.is-long.flowplayer .fp-timeline{margin:75px 0 180px 0;}
.no-volume.is-rtl.is-long.flowplayer .fp-timeline{margin-left:90px}
.no-mute.is-rtl.is-long.flowplayer .fp-timeline{margin-left:75px}
.play-button.is-rtl.is-long.flowplayer .fp-timeline{margin-left:97px}
.aside-time.flowplayer .fp-timeline,.no-time.flowplayer .fp-timeline{margin:0 110px 0 5px}
.aside-time.no-volume.flowplayer .fp-timeline,.no-time.no-volume.flowplayer .fp-timeline{margin-right:20px}
.aside-time.no-mute.flowplayer .fp-timeline,.no-time.no-mute.flowplayer .fp-timeline{margin-right:5px}
.play-button.no-time.flowplayer .fp-timeline,.play-button.aside-time.flowplayer .fp-timeline{margin-left:27px}
.is-rtl.aside-time.flowplayer .fp-timeline,.is-rtl.no-time.flowplayer .fp-timeline{margin:0 5px 0 110px}
.is-rtl.aside-time.no-volume.flowplayer .fp-timeline,.is-rtl.no-time.no-volume.flowplayer .fp-timeline{margin-left:20px}
.is-rtl.aside-time.no-mute.flowplayer .fp-timeline,.is-rtl.no-time.no-mute.flowplayer .fp-timeline{margin-left:5px}
.is-rtl.play-button.no-time.flowplayer .fp-timeline,.is-rtl.play-button.aside-time.flowplayer .fp-timeline{margin-right:27px}
.flowplayer .fp-buffer,.flowplayer .fp-progress{position:absolute;top:0;left:auto;height:100%;cursor:col-resize}
.flowplayer .fp-buffer{-webkit-transition:width .25s linear;-moz-transition:width .25s linear;transition:width .25s linear}
.flowplayer.is-touch .fp-timeline{overflow:visible}
.flowplayer.is-touch .fp-progress{-webkit-transition:width .2s linear;-moz-transition:width .2s linear;transition:width .2s linear}
.flowplayer.is-touch .fp-timeline.is-dragging .fp-progress{-webkit-transition:right .1s linear,border .1s linear,top .1s linear,left .1s linear;-moz-transition:right .1s linear,border .1s linear,top .1s linear,left .1s linear;transition:right .1s linear,border .1s linear,top .1s linear,left .1s linear}
.flowplayer.is-touch.is-mouseover .fp-progress:after,.flowplayer.is-touch.is-mouseover .fp-progress:before{content:'';display:block;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;position:absolute;right:-5px}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:after,.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:before{right:auto;left:-5px}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:after{left:-10px;-webkit-box-shadow:-1px 0 4px rgba(0,0,0,0.5);-moz-box-shadow:-1px 0 4px rgba(0,0,0,0.5);box-shadow:-1px 0 4px rgba(0,0,0,0.5)}
.flowplayer.is-touch.is-mouseover .fp-progress:before{width:10px;height:10px}
.flowplayer.is-touch.is-mouseover .fp-progress:after{height:10px;width:10px;top:-5px;right:-10px;border:5px solid rgba(255,255,255,0.65);-webkit-box-shadow:1px 0 4px rgba(0,0,0,0.5);-moz-box-shadow:1px 0 4px rgba(0,0,0,0.5);box-shadow:1px 0 4px rgba(0,0,0,0.5)}
.flowplayer.is-touch.is-mouseover .fp-timeline.is-dragging .fp-progress:after{border:10px solid #fff;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;-webkit-transition:inherit;-moz-transition:inherit;transition:inherit;top:-10px;right:-15px}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-timeline.is-dragging .fp-progress:after{left:-15px;right:auto;border:10px solid #fff}
.flowplayer .fp-volume{position:absolute;top:7.5px;right:5px;}
.is-rtl.flowplayer .fp-volume{right:auto;left:5px}
.flowplayer .fp-mute{position:relative;width:10px;height:15px;float:left;top:-5px;cursor:pointer;background-position:-2px -99px;}
.is-rtl.flowplayer .fp-mute{float:right;background-position:-25px -99px}
.no-mute.flowplayer .fp-mute{display:none}
.flowplayer .fp-volumeslider{width:90px;height:5px;cursor:col-resize;float:left;}
.is-rtl.flowplayer .fp-volumeslider{float:right}
.no-volume.flowplayer .fp-volumeslider{display:none}
.flowplayer .fp-volumelevel{height:100%}
.flowplayer .fp-time{text-shadow:0 0 1px #000;font-size:12px;font-weight:bold;color:#fff;width:100%;}
.flowplayer .fp-time.is-inverted .fp-duration{display:none}
.flowplayer .fp-time.is-inverted .fp-remaining{display:inline}
.flowplayer .fp-time em{width:35px;height:10px;line-height:10px;text-align:center;position:absolute;bottom:5px}
.no-time.flowplayer .fp-time{display:none}
.is-long.flowplayer .fp-time em{width:65px}
.flowplayer .fp-elapsed{left:5px;}
.play-button.flowplayer .fp-elapsed{left:27px}
.is-rtl.flowplayer .fp-elapsed{left:auto;right:5px;}
.play-button.is-rtl.flowplayer .fp-elapsed{right:27px}
.flowplayer .fp-remaining,.flowplayer .fp-duration{right:110px;color:#eee;}
.no-volume.flowplayer .fp-remaining,.no-volume.flowplayer .fp-duration{right:20px}
.no-mute.flowplayer .fp-remaining,.no-mute.flowplayer .fp-duration{right:100px}
.no-mute.no-volume.flowplayer .fp-remaining,.no-mute.no-volume.flowplayer .fp-duration{right:5px}
.is-rtl.flowplayer .fp-remaining,.is-rtl.flowplayer .fp-duration{right:auto;left:110px;}
.no-volume.is-rtl.flowplayer .fp-remaining,.no-volume.is-rtl.flowplayer .fp-duration{left:20px}
.no-mute.is-rtl.flowplayer .fp-remaining,.no-mute.is-rtl.flowplayer .fp-duration{left:100px}
.no-mute.no-volume.is-rtl.flowplayer .fp-remaining,.no-mute.no-volume.is-rtl.flowplayer .fp-duration{left:5px}
.flowplayer .fp-remaining{display:none}
.flowplayer.color-light .fp-time{color:#222;text-shadow:0 0 1px #fff}
.flowplayer.color-light .fp-remaining,.flowplayer.color-light .fp-duration{color:#666}
.flowplayer.aside-time .fp-time{position:absolute;top:5px;left:5px;bottom:auto !important;width:85px;}
.flowplayer.aside-time .fp-time strong,.flowplayer.aside-time .fp-time em{position:static}
.flowplayer.aside-time .fp-time .fp-elapsed{margin-right:5px;}
.is-rtl.flowplayer.aside-time .fp-time .fp-elapsed{margin-right:auto;margin-left:5px}
.flowplayer.is-long.aside-time .fp-time{width:130px}
.flowplayer.is-splash,.flowplayer.is-poster{cursor:pointer;}
.flowplayer.is-splash .fp-controls,.flowplayer.is-poster .fp-controls,.flowplayer.is-splash .fp-fullscreen,.flowplayer.is-poster .fp-fullscreen,.flowplayer.is-splash .fp-unload,.flowplayer.is-poster .fp-unload,.flowplayer.is-splash .fp-time,.flowplayer.is-poster .fp-time,.flowplayer.is-splash .fp-embed,.flowplayer.is-poster .fp-embed{display:none !important}
.flowplayer.is-poster .fp-engine{top:-9999em}
.flowplayer.is-loading .fp-waiting{display:block}
.flowplayer.is-loading .fp-controls,.flowplayer.is-loading .fp-time{display:none}
.flowplayer.is-loading .fp-ui{background-position:-9999em}
.flowplayer.is-loading video.fp-engine{position:absolute;top:-9999em}
.flowplayer.is-seeking .fp-waiting{display:block}
.flowplayer.is-fullscreen{position:fixed !important;top:0 !important;left:0 !important;border:0 !important;margin:0 !important;width:100% !important;height:100% !important;max-width:100% !important;z-index:99999 !important;-webkit-box-shadow:0 !important;-moz-box-shadow:0 !important;box-shadow:0 !important;background-image:none !important;background-color:#333;}
.is-rtl.flowplayer.is-fullscreen{left:auto !important;right:0 !important}
.flowplayer.is-error{border:1px solid #909090;background:#fdfdfd !important;}
.flowplayer.is-error h2{font-weight:bold;font-size:large;margin-top:10%}
.flowplayer.is-error .fp-message{display:block}
.flowplayer.is-error object,.flowplayer.is-error video,.flowplayer.is-error .fp-controls,.flowplayer.is-error .fp-time,.flowplayer.is-error .fp-subtitle{display:none}
.flowplayer.is-ready.is-muted .fp-mute{opacity:.5;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50)}
.flowplayer.is-mouseout .fp-controls{height:0;-webkit-transition:height .15s .3s;-moz-transition:height .15s .3s;transition:height .15s .3s}
.flowplayer.is-mouseout .fp-timeline{margin:0 !important}
.flowplayer.is-mouseout .fp-timeline{-webkit-transition:height .15s .3s,top .15s .3s,margin .15s .3s;-moz-transition:height .15s .3s,top .15s .3s,margin .15s .3s;transition:height .15s .3s,top .15s .3s,margin .15s .3s;height:4px;top:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
.flowplayer.is-mouseout .fp-fullscreen,.flowplayer.is-mouseout .fp-unload,.flowplayer.is-mouseout .fp-elapsed,.flowplayer.is-mouseout .fp-remaining,.flowplayer.is-mouseout .fp-duration,.flowplayer.is-mouseout .fp-embed,.flowplayer.is-mouseout .fp-volume,.flowplayer.is-mouseout .fp-play{opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .15s .3s;-moz-transition:opacity .15s .3s;transition:opacity .15s .3s}
.flowplayer.is-mouseover .fp-controls,.flowplayer.fixed-controls .fp-controls{height:20px}
.flowplayer.is-mouseover .fp-fullscreen,.flowplayer.fixed-controls .fp-fullscreen,.flowplayer.is-mouseover .fp-unload,.flowplayer.fixed-controls .fp-unload,.flowplayer.is-mouseover .fp-elapsed,.flowplayer.fixed-controls .fp-elapsed,.flowplayer.is-mouseover .fp-remaining,.flowplayer.fixed-controls .fp-remaining,.flowplayer.is-mouseover .fp-duration,.flowplayer.fixed-controls .fp-duration,.flowplayer.is-mouseover .fp-embed,.flowplayer.fixed-controls .fp-embed,.flowplayer.is-mouseover .fp-logo,.flowplayer.fixed-controls .fp-logo,.flowplayer.is-mouseover .fp-volume,.flowplayer.fixed-controls .fp-volume,.flowplayer.is-mouseover .fp-play,.flowplayer.fixed-controls .fp-play{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer.fixed-controls .fp-volume{display:block}
.flowplayer.fixed-controls .fp-controls{bottom:-20px;}
.is-fullscreen.flowplayer.fixed-controls .fp-controls{bottom:0}
.flowplayer.fixed-controls .fp-time em{bottom:-15px;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}
.is-fullscreen.flowplayer.fixed-controls .fp-time em{bottom:5px}
.flowplayer.is-disabled .fp-progress{background-color:#999}
.flowplayer.is-flash-disabled{background-color:#333;}
.flowplayer.is-flash-disabled object.fp-engine{z-index:100}
.flowplayer.is-flash-disabled .fp-flash-disabled{display:block;z-index:101}
.flowplayer .fp-embed{position:absolute;top:5px;left:5px;display:block;width:25px;height:20px;background-position:3px -237px;}
.is-rtl.flowplayer .fp-embed{background-position:22px -237px;left:auto;right:5px}
.flowplayer .fp-embed-code{position:absolute;display:none;top:10px;left:40px;background-color:#333;padding:3px 5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 0 3px #ccc;-moz-box-shadow:0 0 3px #ccc;box-shadow:0 0 3px #ccc;font-size:12px;}
.flowplayer .fp-embed-code:before{content:'';width:0;height:0;position:absolute;top:2px;left:-10px;border:5px solid transparent;border-right-color:#333}
.is-rtl.flowplayer .fp-embed-code{left:auto;right:40px;}
.is-rtl.flowplayer .fp-embed-code:before{left:auto;right:-10px;border-right-color:transparent;border-left-color:#333}
.flowplayer .fp-embed-code textarea{width:400px;height:16px;font-family:monaco,"courier new",verdana;color:#777;white-space:nowrap;resize:none;overflow:hidden;border:0;outline:0;background-color:transparent;color:#ccc}
.flowplayer .fp-embed-code label{display:block;color:#999}
.flowplayer.is-embedding .fp-embed,.flowplayer.is-embedding .fp-embed-code{display:block;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer.aside-time .fp-embed{left:85px;}
.is-rtl.flowplayer.aside-time .fp-embed{left:auto;right:85px}
.flowplayer.aside-time .fp-embed-code{left:115px;}
.is-rtl.flowplayer.aside-time .fp-embed-code{left:auto;right:115px}
.flowplayer.aside-time.is-embedding .fp-time{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer.is-long.aside-time .fp-embed{left:130px;}
.is-rtl.flowplayer.is-long.aside-time .fp-embed{left:auto;right:130px}
.flowplayer.no-time .fp-embed{left:5px !important;}
.is-rtl.flowplayer.no-time .fp-embed{left:auto;right:5px !important}
.flowplayer.is-live .fp-timeline,.flowplayer.is-live .fp-duration,.flowplayer.is-live .fp-remaining{display:none}
.flowplayer .fp-context-menu{position:absolute;display:none;z-index:1001;background-color:#fff;padding:10px;border:1px solid #aaa;-webkit-box-shadow:0 0 4px #888;-moz-box-shadow:0 0 4px #888;box-shadow:0 0 4px #888;width:170px;}
.flowplayer .fp-context-menu li{text-align:center;padding:10px;color:#444;margin:0 -10px 0 -10px;}
.flowplayer .fp-context-menu li a{color:#009EE0;font-size:110%}
.flowplayer .fp-context-menu li:hover:not(.copyright){background-color:#eee}
.flowplayer .fp-context-menu li.copyright{margin:0;padding-left:110px;background-image:url("../images/flowplayer/flowplayer.png");background-repeat:no-repeat;background-size:100px 20px;background-position:5px 5px;border-bottom:1px solid #bbb;}
@media (-webkit-min-device-pixel-ratio: 2){.flowplayer .fp-context-menu li.copyright{background-image:url("../images/flowplayer/flowplayer@2x.png")}
}@-moz-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@-webkit-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@-o-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@-ms-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@keyframes pulse{0%{opacity:0}
100%{opacity:1}
}.flowplayer .fp-controls{background-color:#333;background-color:rgba(51,51,51,0.6)}
.flowplayer.fixed-controls .fp-controls{background-color:#333}
.flowplayer .fp-timeline{background-color:#666}
.flowplayer .fp-buffer{background-color:#eee}
.flowplayer .fp-progress{background-color:#009EE0}
.flowplayer .fp-volumeslider{background-color:#000}
.flowplayer .fp-volumelevel{background-color:#fff}
.flowplayer .fp-play{height:24px}
.flowplayer.is-touch.is-mouseover .fp-progress:before{background-color:#009EE0}
.flowplayer.color-light .fp-controls{background-color:rgba(255,255,255,0.6)}
.flowplayer.color-light.fixed-controls .fp-controls{background-color:#fff}
.flowplayer.color-light .fp-volumeslider{background-color:#ddd}
.flowplayer.color-light .fp-volumelevel{background-color:#222}
.flowplayer.color-alt .fp-progress{background-color:#fff}
.flowplayer.color-alt.is-touch.is-mouseover .fp-progress:before{background-color:#fff}
.flowplayer.color-alt .fp-buffer{background-color:#999}
.flowplayer.color-alt2 .fp-progress{background-color:#900}
.flowplayer.color-alt2.is-touch.is-mouseover .fp-progress:before{background-color:#900}


div.fancy-select {
	position: relative;
    width: 100%;
}

div.fancy-select.disabled {
	opacity: 0.5;
}

div.fancy-select select:focus + div.trigger {
	box-shadow: 0 0 0 2px #4B5468;
}

div.fancy-select select:focus + div.trigger.open {
	box-shadow: none;
}

div.fancy-select div.trigger {
	cursor: pointer;
	padding:8px 24px 7px 9px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	background: #FFF;
	border-radius: 5px;
	/*border: 1px solid #99A5BE;
	border-top-color: #A5B2CB;
    */
	color: #000;
	/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
	width:100%;

	transition: all 240ms ease-out;
	-webkit-transition: all 240ms ease-out;
	-moz-transition: all 240ms ease-out;
	-ms-transition: all 240ms ease-out;
	-o-transition: all 240ms ease-out;
}

div.fancy-select div.trigger:after {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 22px;
	background-image: url(../images/forms/select-azul.svg);
	background-position: right 10px center;
	background-repeat: no-repeat;
/*	border: 5px solid transparent;
	border-top-color: #4B5468;*/
	top: 8px;
	right: 9px;
}

div.fancy-select div.trigger.open {
/*	background: #4A5368;*/
/*	border: 1px solid #475062;*/
	color: #000;
	box-shadow: none;
}

div.fancy-select div.trigger.open:after {
	/*border-top-color: #7A8498;*/
}

div.fancy-select ul.options {
	list-style: none;
	margin: 0;
	position: absolute;
	top: 40px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 50;
	max-height: 200px;
	overflow: auto;
	background: #FFF;
/*
	border-top: 1px solid #7DD8D2;*/
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 0px;
	transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
	visibility: visible;
	top: 50px;
	opacity: 1;

	/* have to use a non-visibility transition to prevent this iOS issue (bug?): */
	/*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
	transition: opacity 300ms ease-out, top 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
	top: auto;
	bottom: 40px;

	transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
	top: auto;
	bottom: 50px;

	transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
	padding: 8px 12px;
	color: #000
	cursor: pointer;
	white-space: nowrap;

	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
}

div.fancy-select ul.options li.selected {
	background:#067FB9;
	color: #FFF;
}

div.fancy-select ul.options li.hover {
	background:#cbd4de;
	color: #000;
}

/* ---------- Browser normalization ---------- */
* {
	margin: 0;
	padding: 0;
	background-repeat:no-repeat;
}

html, body {
	width: auto !important;
	overflow-x: hidden !important;
}

body {
	position: relative;
}

body.portal-iframe {
	padding: 0;
}

table {
	clear: both;
}

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}
p {
	margin-bottom: 1em;
	color: #274754;
	font-size: 1.2em;
	line-height: 1.5em;
}

header, section, footer, aside, nav, main, article, figure {
	display: block;
} 

/* ---------- Links ---------- */
a {
	text-decoration:none;
	color: #274754;	
}
a:hover {
	text-decoration:underline;
}
a:visited {
}

header {
    background-color: #0371B3;
}

/* ---------- Headers ---------- */

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight:normal;
}

/* ---------- Text formatting ---------- */

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

code, pre {
	font-family: "Courier New",Courier,monospace;
	white-space: pre;
}

.important {
	font-weight: bold;
}

/* ---------- Staging area ---------- */

body.staging {
	border: 10px solid #f00;
}

.portal-iframe.staging {
	border: none;
}

/* ---------- Alerts and popups ---------- */

.alert-background {
	background: #000;
}

.popup-alert-notice {
	background-color: #ffc;
	border-bottom-color: #fc0;
}

.popup-alert-warning {
	background-color: #fdd;
	border-bottom-color: #f00;
}

/* ---------- Portal add content ---------- */

.portal-add-content {
	background: #fff;
	text-align: left;
	z-index: 20;
}

.portal-add-content a {
	text-decoration: none;
}

/* ---------- Portal tool tips ---------- */

.portal-tool-tip {
	background: #fff url(../images/forms/button.png) repeat-x 0 100%;
	border: 1px solid;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
	color: #1E2529;
	max-width: 200px;
	padding: 6px 4px;
}

/* ---------- Loading animation ---------- */

.loading-animation {
	background: url(../images/progress_bar/loading_animation.gif) no-repeat top center;
	margin-top: 10px;
	padding-top: 40px;
	text-align: left;
}

/* ---------- Separator ---------- */

hr, .separator {
	border-top: 1px dotted #BFBFBF;
}

/* ---------- Update Manager ---------- */

.update-available {
	margin-top: 10px;
	padding: 2px;
	text-align: left;
}

/* ---------- Text highlighting ---------- */

.highlight {
	background: #ffc;
	font-weight: bold;
	padding: 0 1px;
}

*{
	padding:0px;
	margin:0px;
	background-repeat:no-repeat;
	border:0px;
}

ul{
	list-style:none;
}
.fila:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.fila {display: inline-block;}

/* Hides from IE-mac \*/
* html .fila {height: 1%;}
.fila {display: block;}
/* End hide from IE-mac */
/* Hides from IE-mac \*/
* html .fila {
height:1px;
}
.columna{
	float:left
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* Hides from IE-mac \*/
* html .clearfix {
height:1px;
}

.noveo{
	display:none;
}

/* ---------- Main content body ---------- */

#wrapper{
	width:100%;
	margin:0px auto 0px auto;
	position:relative;
	overflow: hidden;
	padding: 0px;
}

#content-wrapper {
    padding: 0px;
	position:relative;
	background-color:#ffffff;
}

.portal-iframe #content-wrapper {
	width: 100%;
}
/*************CABECEIRA********************/


/*#cabeceira.interior{
	height:170px;
}*/


/*#cabeceira.interior h1{
	background: url("../images/fondos/fondoLogoInterior.jpg") no-repeat 0px 0px;
	height: 126px;
    padding: 43px 0px 0px 25px;
    width: 276px;
}*/


.parteDereita{
	background: url("../images/fondos/foto_cabecera_2.jpg") no-repeat top left;
	float:left;
	width:680px;
	min-height:168px;
}

/*#cabeceira.interior .parteDereita{
	background: url("../images/fondos/fondoPersoas.jpg") no-repeat top left;
	float:left;
	width:680px;
	min-height:169px;
}*/

/****IDIOMA*************************/
.selectorIdiomaEsq{
	background: url("../images/fondos/fondoIdiomaEsq.png") no-repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 23px;
    margin-right: 13px;
    margin-top: 15px;
    padding-left: 16px;
}

.selectorIdiomaCen{
	background: url("../images/fondos/fondoIdiomaCen.png") repeat-x left top;	
	height:17px;
	color:#4e4e4e;
	font-size:1.1em;
	padding-top:5px;
	padding-right:3px;
	position:relative;
	/*width: 105px;*/
	width:9.5em;
	padding-left:5px;
	font-family:Arial;
}

.selectorIdiomaDer{
	background: url("../images/fondos/fondoIdiomaDer.png") no-repeat right top;	
	padding-right:15px;
	height:23px;
}

.selectorIdiomaEsq span{ 
	color: #0F0F0F;
    font-weight: bold;
    padding-left: 6px;
}

.listaIdiomas{
	 /*background-color: #E2E2E2;*/
    background: url("../images/fondos/fondoIdiomaRep.png") repeat-y left top;	 
    display: none;
    left: 37px;
    position: absolute;
    top: 22px;
    width: 7.5em;	
}

.listaIdiomas a{ 
	margin:2px 5px;
	padding-bottom:3px;
	display:block;
	color:#670067;
	border-bottom:1px dotted #670067;
	padding-left: 10px;
}

/*****BUSCADOR************/

.buscador{
	clear: right;
    float: right;
    margin-right: 13px;
    margin-top: 40px;
}

.buscador input[type="text"]{
	   background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #ADADAD;
    float: left;
    font-size: 1.2em;
    height: 16px;
    margin-left: 5px;
    margin-top: 3px;
    padding-bottom: 4px;
    width: 210px;
}

.buscador .parteEsq{
	background:url("../images/forms/buscadorEsq.png") no-repeat top left;
	padding-left:8px;
	height:22px;
}

.buscador .parteDer{
	background:url("../images/forms/buscadorDer.png") no-repeat top right;
	padding-right:10px;
	height:22px;
}

.buscador .parteCen{
	background:url("../images/forms/buscadorCen.png") repeat-x top left;
	height:22px;
}

.buscador input[type="submit"]{
	 background: url("../images/forms/btnBuscador.png") no-repeat scroll left top transparent;
    cursor: pointer;
    float: left;
    height: 20px;
    margin-right: -7px;
	margin-left:4px;
    margin-top: 1px;
    width: 19px;
}

/**--------------PE-----------------------**/
#pe {
   background: url("../images/fondos/fondoPe.jpg") no-repeat 0px 0px;	
   height: 23px;
   padding: 22px 8px 18px;
}

#pe a{
	display:block;
	float:left;	
	font-family:Arial;
}

.ligazonsPe{
	padding-bottom:5px;
	border-bottom:1px dotted #6f4471;
	float:left;
	margin-left:270px;
	margin-top: 4px;
}

.ligazonsPe li{
	float:left;
	color:#ffffff;
	margin-right:10px;
}

.ligazonsPe li a{
	color:#ffffff;
}

/**--------------PE-----------------------**/

#copyright {
	margin-top: 15px;
}
/*@media (min-width: 720px) {
	#copyright {
		margin-top: 0;
	}
}*/

#copyright p.icoCC {
	margin:0px;
	color:#ffffff;
	font-size: 1em;
}

#copyright ul li {
	float:left;
	margin-right:3px;
	margin-top:2px;
}

#logoGalicia a {
	display:block;
	float:right;
}

/*******Estilos FCKeditor**************/

.fckBold{
	font-weight:bold;
}

.fckItalic{
	font-style:italic;
}

.fckUnderline{
	text-decoration:underline;
}

.fckStrike{
	text-decoration:line-through;
}

.fckSub{
	font-size:0.8em;
	vertical-align:sub;
}
.fckSup{
	font-size:0.8em;
	vertical-align:super;
}


/* ---------- Main ---------- */

.ui-wrapper {
	border: 2px solid #828F95;
}

.ui-wrapper input, .ui-wrapper textarea {
	border: 0;
}

.ui-dialog-overlay {
	background-image:url(../images/fondos/negro_50.png);
	background-repeat:repeat;
/*	opacity: 0.8;*/
	z-index: 400;
}



.results-grid {
	border: 1px solid #DEDEDE;
	border-left: none;
	border-right: none;
	padding: 5px 0;
}

.results-header {
	background: #727C81;
}

.results-header th, .results-header td {
	color: #fff;
	padding: 5px 10px;
}

.results-header th a, .results-header td a {
	color: #fff;
}

.ui-autocomplete-even, .results-row td {
	background: #F0F5F7;
	padding: 5px 10px;
}

.ui-autocomplete-odd, .results-row.alt td {
	background: #D3DADD;
}

.ui-autocomplete-over, .results-row.hover td {
	background: #A8D6ED;
}

/* ---------- Dragging/sorting indicators ---------- */

.lfr-grid.dragging {
	border-collapse: separate;
}

.lfr-grid.dragging .lfr-column {
	border: 3px double #828F95;
}

.drop-area {
	background-color: #D3DADD;
}

.active-area {
	background: #ffc;
}

.ui-proxy {
	cursor: move;
/*	opacity: 0.65;*/
	position: relative;
}



.ui-proxy.generic-portlet {
	height: 200px;
	width: 300px;
}

.ui-proxy.generic-portlet .portlet-title {
	padding: 10px;
}

.ui-proxy.not-intersecting .forbidden-action {
	background: url(../images/application/forbidden_action.png) no-repeat;
	display: block;
	height: 32px;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 32px;
}



.ui-resizable-proxy {
	border: 1px dashed #828F95;
}

.navigation-sort-helper {
	background: #727C81;
	margin-top: 1px;
}

.portlet-sort-helper {
}

/* ---------- Resizables ---------- */

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	background: transparent url() no-repeat 50% 50%;
	display: none;
	font-size: 0.1px;
	position: absolute;
}

.ui-resizable .ui-resizable-handle {
	display: block;
}

.js .ui-resizable-disabled .ui-resizable-handle {
	display: none;
}

.js .ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n, .ui-resizable-s {
	background-image: url(../images/application/handle_horizontal.png);
	height: 14px;
	left: 0;
	right: 0;
}

.ui-resizable-n {
	cursor: n-resize;
	top: 0;
}

.ui-resizable-s {
	bottom: 0;
	cursor: s-resize;
}

.ui-resizable-e, .ui-resizable-w {
	background-image: url(../images/application/handle_vertical.png);
	background-position: center center;
	bottom: 0;
	top: 0;
	width: 14px;
}

.ui-resizable-e {
	cursor: e-resize;
	right: 0;
}

.ui-resizable-w {
	cursor: w-resize;
	left: 0;
}

.ui-resizable-ne, .ui-resizable-nw {
	height: 14px;
	top: 0;
	width: 14px;
}

.ui-resizable-ne {
	background-image: url(../images/application/handle_ne.png);
	cursor: ne-resize;
	right: 0;
}

.ui-resizable-nw {
	background-image: url(../images/application/handle_nw.png);
	cursor: nw-resize;
	left: 0;
}

.ui-resizable-se, .ui-resizable-sw {
	bottom: 0;
	height: 14px;
	width: 14px;
}

.ui-resizable-se {
	background-image: url(../images/application/handle_se.png);
	cursor: se-resize;
	right: 0;
}

.ui-resizable-sw {
	background-image: url(../images/application/handle_sw.png);
	cursor: sw-resize;
	left: 0;
}

.freeform .portlet-boundary .ui-resizable-handle {
	margin: 3px;
}

/* ---------- Dialog ---------- */
/*indra*/
.ui-dialog {

	background-color:#FFF;
	position:relative;
box-shadow: 8px 8px 5px  #666;
border-radius:6px;
border:1px solid #BDBDBD;
padding:16px;
/*border:1px solid #A6C9E2;*/
overflow:hidden;
/*padding:0.2em;*/
}
.ui-dialog .ui-dialog-titlebar {
		background-image: url(../images/icos/cursorMorado.png);
	background-position:0px 0px;
	color:#660066;
	font-size:1.8em;
	padding:0 10px 0 22px;
}

/*span.ui-dialog-title{}*/

/*


.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
*/
.ui-dialog .ui-dialog-titlebar-close {
	background:  url(../images/botons/pechar_modal.gif) no-repeat;
	height:20px;
	position: absolute;
	right: -10px;
	top: -12px;
	width:20px;
}

.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}

.ui-dialog.has-title .ui-dialog-title {
	background: url(../images/arrows/04_right.png) no-repeat 7px 50%;
	display: block;
	font-weight: bold;
	padding: 5px;
	padding-left: 20px;
}

.ui-dialog.ui-resizable .ui-dialog-content {
	padding: 14px;
}

.ui-dialog.ui-resizable-disabled .ui-dialog-content {
	padding: 7px;
}

.ui-dialog .ui-dialog-buttonpane {
	bottom: 8px;
	position: absolute;
	right: 12px;
	text-align: right;
	width: 100%;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: 6px;
}

.ui-dialog.generic-dialog .ui-resizable-handle {
}

/* ---------- Slider ---------- */

.ui-slider {
	position: relative;
}

.ui-slider-handle {
	position: absolute;
}

.ui-slider-disabled .ui-slider-handle {
/*	opacity: 0.5;*/
}



.ui-slider-range {
	background: #1E2529;
	height: 100%;
/*	opacity: 0.3;*/
	position: absolute;
	width: 100%;
}




/* ---------- Autocomplete ---------- */

.ui-autocomplete-results {
	border: 1px solid;
	border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
	overflow: hidden;
	padding: 0;
	z-index: 300;
}

.ui-autocomplete-results ul {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ui-autocomplete-results li {
	cursor: default;
	display: block;
	line-height: 16px;
	margin: 0;
	overflow: hidden;
	padding: 2px 5px;
}

.ui-autocomplete-loading, .ui-autocomplete-loading.focus {
	background-image: url(../images/application/loading_indicator.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.ui-autocomplete-results li strong {
	color: #06c;
	font-weight: bold;
}

/* ---------- Tags ---------- */

.ui-tags {
	display: block;
	padding: 5px 0 2px;
}

.ui-tags:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}



.ui-tags.empty {
	display: none;
}

.ui-tags .ui-tag {
	background: #DFF4FF;
	border: 1px solid #A7CEDF;
	float: left;
	margin-bottom: 3px;
	margin-right: 3px;
	padding: 3px 20px 3px 6px;
	padding-right: 20px;
	position: relative;
}

.ui-tags .ui-tag:hover {
	border-color: #AEB8BC;
}

.ui-tags .ui-tag-delete {
	display: block;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 3px;
}

.ui-tags .ui-tag-delete span {
	background: url(../images/application/close_small.png) no-repeat 0 0;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 7px;
	text-indent: -9999em;
	width: 7px;
}

.ui-tags .ui-tag-delete:hover span {
	background-position: 0 100%;
}

.ui-tags-input {
	width: 200px;
}

.tags-vocabulary-name span {
	font-weight: bold;
	padding-bottom: 3px;
}

/* ---------- Treeview ---------- */

.treeview {
	cursor: pointer;
}

.treeview, .treeview ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.treeview ul {
	background-color: #FFF;
	margin-top: 4px;
}

.treeview li {
	list-style-type: none;
}

.treeview .hitarea {
	background: url(../images/trees/treeview_bg.png) -64px -25px no-repeat;
	cursor: pointer;
	float: left;
	height: 16px;
	margin-left: -16px;
	margin-top: 3px;
	width: 16px;
}



.treeview li {
	background: url(../images/trees/treeview_line.png) 0 0 no-repeat;
	margin: 0;
	padding: 0 0 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

.treeview-control {
	display: none;
	margin: 1em 0;
}

.treeview .hover {
	cursor: pointer;
}

.treeview li.collapsable, .treeview li.expandable {
	background-position: 0 -176px;
}

.treeview .expandable-hitarea {
	background-position: -80px -3px;
}

.treeview li.last {
	background-position: 0 -1766px;
}

.treeview li.lastCollapsable, .treeview li.lastExpandable {
	background-image: url(../images/trees/treeview_bg.png);
}

.treeview li.lastCollapsable {
	background-position: 0 -111px;
}

.treeview li.lastExpandable {
	background-position: -32px -67px;
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
	background-position: 0;
}

.treeview .placeholder {
	background: url(../images/application/loading_indicator.gif) 0 0 no-repeat;
	display: block;
	height: 16px;
	width: 16px;
}

.treeview span {
	padding-left: 3px;
}

.filetree li {
	padding: 3px 0 2px 16px;
}

.filetree span.folder, .filetree span.file {
	display: block;
	padding: 1px 0 1px 16px;
}

.filetree span.folder {
	background: url(../images/trees/minus.png) 0 0 no-repeat;
}

.filetree li.expandable span.folder {
	background: url(../images/trees/plus.png) 0 0 no-repeat;
}

.filetree span.file {
	background: url(../images/trees/page.png) 0 0 no-repeat;
}

/******************
ligth box
*****************/
/*ligthbox do carrusel interior*/
   #jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:50000;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50010;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	max-height:630px;
	max-width:830px;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {

	width:60px;
	height:20px;
	float:right;
	padding-top:4px
	
}
#lightbox-image{
	max-width:800px;
	max-height:600px;
}
#lightbox-container-image-box > #lightbox-nav { left: 0;	
	}
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width:26px;
	height: 19px;
	display: block;
}
#lightbox-nav-btnPrev { 
	float: left;
	 background: transparent url(../images/botons/anterior.gif) no-repeat 0 0;
}
#lightbox-nav-btnNext { 
	float: right;
	background: transparent url(../images/botons/seguinte.gif) no-repeat 0 0;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%;
	padding-top:3px;
	padding: 0 10px 0;
	max-width:810px;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 60%; 
	float: left; 
	text-align: left;
	padding-top:4px;
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-top:2px;	
	
}			
#lightbox-secNav-btnClose {
	width: 10%; 
	float: left;
	padding-top:4px;
	padding-right:5px;	
}

/***********Carrusel***********/
.jcarousel-container {
    position: relative;
}

.jcarousel-skin-meteogalicia .jcarousel-container {
    background-color: transparent;
}

.jcarousel-clip {
    z-index: 2;
    overflow: hidden;
    position: relative;
}
.jcarousel-list {
    z-index: 1;
   overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.jcarousel-list li, .jcarousel-item {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	overflow:hidden;
}

/***********Pesta�as***********/
.ipecos-ui-tabs { position: relative; padding: .2em; /*zoom: 1;*/ } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ipecos-ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ipecos-ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ipecos-ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ipecos-ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ipecos-ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ipecos-ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ipecos-ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none; }
.ipecos-ui-tabs .ui-tabs-hide { display: none !important; }


/* ---------- Date picker ---------- */
#ui-datepicker-div, .ui-datepicker-inline {
	background: #fff;
	border: 2px solid #828F95;
	padding: 3px;
	width: 185px;
}

#ui-datepicker-div {
	display: none;
}

.ui-datepicker-inline {
	border: 0;
	display: block;
	float: left;
}

.ui-datepicker-dialog {
	padding: 5px !important;
}

img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
	cursor: pointer;
}

.ui-datepicker-prompt {
	color: #000;
	float: left;
	padding: 2px;
}



.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
}

.ui-datepicker-control {
	background: #D3DADD;
	border-bottom: 1px solid #AEB8BC;
	margin-bottom: 2px;
}

.ui-datepicker-links {
	background: #727C81;
	margin-bottom: 1px;
	padding: 5px 0;
}

.ui-datepicker-links a {
	color: #fff;
	display: block;
	margin: 0 5px;
}

.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	letter-spacing: 1px;
}

.ui-datepicker-links label {
	padding: 2px 5px;
}

.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}

.ui-datepicker-prev a, .ui-datepicker-next a {
	background: url() no-repeat;
	font-size: 0;
	height: 16px;
	line-height: 0;
	text-indent: -9999em;
	width: 16px;
}

.ui-datepicker-prev a {
	background-image: url(../images/application/datepicker_previous.png);
}

.ui-datepicker-next a {
	background-image: url(../images/application/datepicker_next.png);
}

.ui-datepicker-current {
	float: left;
	line-height: 1.3;
	text-align: center;
	width: 30%;
}

.ui-datepicker-close a {
	background: url(../images/application/close.png) no-repeat;
	display: block;
	float: right;
	height: 16px;
	margin: 5px 5px 5px 0;
	text-indent: -9999em;
	width: 16px;
}

.ui-datepicker-next {
	float: right;
	text-align: right;
}

.ui-datepicker-header {
	border-bottom: 1px solid #DEDEDE;
	font-weight: bold;
	padding: 5px 0 6px;
	text-align: center;
}

.ui-datepicker-header select {
	background: #727C81;
	border: 0;
	color: #fff;
	font-weight: bold;
}

.ui-datepicker-header .ui-datepicker-new-month {
	float: left;
	margin-left: 5px;
}

.ui-datepicker-header .ui-datepicker-new-year {
	float: right;
	margin-right: 5px;
}

.ui-datepicker {
	text-align: center;
	width: auto;
}

.ui-datepicker a {
	display: block;
	width: 23px;
}

.ui-datepicker .ui-datepicker-title-row a {
	color: #1E2529;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-days-row {
	background: #fff;
	color: #727C81;
}

.ui-datepicker-week-col {
	color: #B5BFC4;
}

.ui-datepicker-days-cell a {
	background: #F0F5F7;
	border: 1px solid #fff;
}

.ui-datepicker-days-cell a:hover {
	background-color: #727C81;
	color: #fff;
}

.ui-datepicker-current-day a {
	background-color: #fff;
	border: 1px solid #727C81;
	color: #369;
}

.ui-datepicker-current-day a:hover {
	background-color: #DFF4FF;
	border-color: #AEB8BC;
	color: #06c;
}

.ui-datepicker .ui-datepicker-unselectable {
	color: #B5BFC4;
}

#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
}

.ui-datepicker-one-month:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}



.ui-datepicker-new-row {
	clear: left;
}



/* ---------- Wrapper ---------- */
.lfr-grid {
	border-collapse: collapse;
	width: 100%;
}
.lfr-column{
	min-height:50px;
}

/* Quita el padding de las coumnas de bootstrap */
.no-gutter > div {
	padding-left: 0;
	padding-right: 0;
}

.portada #fila2,
.portada #fila5,
.subportada #fila2,
.subportada #fila3,
.distribuidora #fila5,
.distribuidora #contenido-fila7 {
	margin: 0 auto;
	max-width: 1075px;
	padding-bottom: 15px;
}
.portada #fila4 .columna-central {
    margin: 0 auto;
    max-width: 1075px;
    padding-bottom: 15px;
}
.portada #fila4{
    background-color: #E9F2F3;
    padding-top:15px;
    padding-bottom:10px;
    margin-bottom:40px;
}
.portada #fila2 {
    padding-bottom: 25px;
}
.portada #fila5{
	padding-top: 15px;
    padding-bottom: 30px;
}

.distribuidora #contenido-fila7 > h2 {
    padding: 10px 8px 15px 8px;
}

.distribuidora #fila1 {
	background-color: #333333;
	padding-bottom: 20px;
}

.distribuidora.distribuidora_doing #fila1 {
	padding-bottom: 0px;
}

.distribuidora #fila3 {
	background-color: #E5F0F8;
}

@media (min-width: 720px) {
	.subportada #fila1,
	.distribuidora #fila4 {
		max-height: 300px;
		overflow: hidden;
	}
	.subportada #fila1 .jcarousel .img,
	.distribuidora #fila4 .jcarousel .img {
	    height: 300px;
	}
	.jcarousel{
		height: 300px; 
	}
	.anexoslateral .jcarousel{
		height: inherit; 
	}
	.portada #fila1 {
		max-height: inherit !important;
		overflow: hidden;
	}
	.portada #fila1 .jcarousel .img {
		height: 400px;
	}
	.portada .jcarousel{ 
		height: 400px;
	} 
}

.distribuidora #fila7 {
	background-color: #E5F0F8;
	padding-top: 10px;
}

.distribuidora #column-9,
.distribuidora #column-10,
.distribuidora #column-11 {
	margin-bottom: 10px;
}

.distribuidora #column-9 .contenido-portlet,
.distribuidora #column-10 .contenido-portlet,
.distribuidora #column-11 .contenido-portlet {
	background-color: #CEE3F1;
	height: 100%;
}

/********estandar*********/
#content-wrapper.estandar {
    padding: 0;
}

.estandar #fila0,
.Col1 #fila0 {
    background-color: #666;
    width: 100%;
}

.estandar #fila1,
.estandar #fila3 {
    background-color: #0371B3;
}

.estandar.ampliado #fila1 {
    background-color: #FFF;
}

.estandar #col1-1,
.estandar #col3-1 {
    padding-top: 20px;
}
.estandar #col3-1 {
	width: 25%;
}

.estandar #col1-2,
.estandar #col3-2 {
    background-color: #FFFFFF;
    min-height: 600px;
}
.estandar #col3-2 {
    width: 75%;
}

/***********************************/
.Col1 #col1Centro{
	 width: 100%;
	 /*padding-top: 20px;*/
}

.estandar.ampliado #col1-1 {
    border-right: none;
    padding: 0;
    width: 100%;
}

/*Banda Feder*/

/*.filaLogoFeder {
    background-color: #EFF2F7;
}

.filaLogoFeder a{
	float: right;
	margin: 10px 34px 18px 0px;
	display: block;
}*/


/* This CSS sets the default styles for portlets. */

/* ---------- Portlet wrapper and icons ---------- */

.portlet {
	text-align: left;
}

.freeform .portlet {
	margin-bottom: 0;
}

body.portlet {
	border: none;
}

.portlet-topper {
	position: relative;
}

.portlet-title {
	display: block;
	font-weight: bold;
	min-width: 50%;
}

.portlet-title img {
	vertical-align: middle;
}

.portlet-icons {
	margin: 0;
	position: absolute;
	right: 5px;
	text-align: right;
	top: 5px;
}

.portlet-content, .portlet-minimized .portlet-content-container {
	padding: 12px 10px 10px;
}

.portlet-minimized .portlet-content {
	padding: 0;
}

.portlet-icon-back {
	background: url(../images/arrows/01_left.png) no-repeat 0 50%;
	font-weight: bold;
	padding: 3px 0 3px 18px;
}

/* ---------- Panel Page ---------- */

.lfr-panel {
	margin: 0 auto;
	width: 90%;
}

.lfr-panel .portlet-title {
	font-size: 13px;
}

.lfr-panel #content-wrapper {
	margin: 0;
	width: auto;
}

.lfr-panel .lfr-add-content h2 span {
	background-color: #D3DADD;
}

/* ---------- Standard styles defined in the JSR 168 ---------- */

/* ---------- Fonts ---------- */

/* ---------- Font attributes for the 'normal' fragment font ---------- */

.portlet-font {
}

/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */

.portlet-font-dim {
}

/* ---------- Messages ---------- */

/* ---------- Status of the current operation ---------- */

.portlet-msg-status {
}

/* ---------- Help messages, general additional information, etc. ---------- */

.portlet-msg-info {
	background: #DFF4FF url(../images/messages/info.png) no-repeat 6px 50%;
	border: 1px solid #A7CEDF;
	color: #34404F;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

.portlet-msg-info.pending {
	background-image: url(../images/common/time.png);
}

/* ---------- Error messages ---------- */

.portlet-msg-error {
	background: #fdd url(../images/messages/error.png) no-repeat 6px 50%;
	border: 1px solid #f00;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

/* ---------- Warning messages ---------- */

.portlet-msg-alert {
	background: #ffc url(../images/messages/alert.png) no-repeat 6px 20%;
	border: 1px solid #fc0;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

/* ---------- Success messages ---------- */

.portlet-msg-success {
	background: #F4FDEF url(../images/messages/success.png) no-repeat 6px 50%;
	border: 1px solid #ACDFA7;
	color: #384F34;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

/* ---------- Sections ---------- */

/* ---------- Table or section header ---------- */

.portlet-section-header {
}

.portlet-section-header th {
}

/* ---------- Normal text in a table cell ---------- */

.portlet-section-body {
}

.portlet-section-body td {
}

/* ---------- Text in every other row in the cell ---------- */

.portlet-section-alternate {
}

.portlet-section-alternate td {
}

.portlet-section-alternate-hover td, .portlet-section-body-hover td {
}

.portlet-section-body td td, .portlet-section-body-hover td td {
}

.portlet-section-alternate td td, .portlet-section-alternate-hover td td {
}

/* ---------- Text in a selected cell range ---------- */

.portlet-section-selected, .portlet-section-selected a {
	background: #727C81;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.portlet-section-selected a:hover, .portlet-section-selected a:focus {
	background-color: #727C81;
}

/* ---------- Text of a subheading ---------- */

.portlet-section-subheader {
}

/* ---------- Table or section footnote ---------- */

.portlet-section-footer {
}

/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */

.portlet-section-text {
}

/* ---------- Forms ---------- */

/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */

.portlet-form-label {
}

/* ---------- Text of the user-input in an input field ---------- */

.portlet-form-input-field {
}

/* ---------- Text on a button ---------- */

.portlet-form-button {
}

/* ---------- Text that appears beside a context dependent action icon ---------- */

.portlet-icon-label {
}

/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or Cancel) ---------- */

.portlet-dlg-icon-label {
}

/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */

.portlet-form-field-label {
}

/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */

.portlet-form-field {
}

/* ---------- Menus ---------- */

/* ---------- General menu settings such as background color, margins, etc. ---------- */

.portlet-menu {
}

/* ---------- Normal, unselected menu item ---------- */

.portlet-menu-item {
}

/* ---------- Selected menu item ---------- */

.portlet-menu-item-selected {
}

/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */

.portlet-menu-item-hover {
}

/* ---------- Selected menu item when the mouse hovers over it ---------- */

.portlet-menu-item-hover-selected {
}

/* ---------- Normal, unselected menu item that has sub-menus ---------- */

.portlet-menu-cascade-item {
}

/* ---------- Selected sub-menu item that has sub-menus ---------- */

.portlet-menu-cascade-item-selected {
}

/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */

.portlet-menu-description {
}

/* ---------- Menu caption ---------- */

.portlet-menu-caption {
}

/* ---------- Miscellaneous portlet styles ---------- */

.restricted, .restricted td {
	background: #fdd;
	border: none;
}

.restricted.alt td {
	background-color: #FFC0C0;
}

.restricted.hover td {
	background-color: #D3BDC0;
}

.restricted * {
	color: #727C81;
}

.restricted td.col-1, .restricted.alt td.col-1 {
	background-image: url(../images/messages/error.png);
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding-left: 28px;
}

/* ---------- Miscellaneous component styles ---------- */

/* ---------- Add content dialog ---------- */

.lfr-portlet-item, .lfr-portlet-item p a {
	font-size: 1em;
}

/* ---------- Actions button ---------- */

.lfr-actions {
}

.lfr-actions, .lfr-actions ul {
	background: #fff url(../images/forms/button.png) repeat-x 0 100%;
	border: 1px solid;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
}

.lfr-actions ul {
	bottom: -1px;
}

.lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
	background: none;
}

.lfr-actions .lfr-trigger strong span {
	background: url(../images/common/action.png) no-repeat 5px 50%;
}

.lfr-actions.left .lfr-trigger strong span {
	background: url(../images/common/action_right.png) no-repeat 98% 50%;
}

.lfr-actions .lfr-trigger li {
	background: transparent;
	border-bottom: 1px solid #DEDEDE;
	padding: 2px;
}

.lfr-actions .lfr-trigger li a {
	padding: 5px 10px 5px 25px;
}

.lfr-actions .lfr-trigger li a:hover {
	background-color: #828F95;
	color: #fff;
}

.lfr-actions .lfr-trigger li a img {
	left: 3px;
	position: absolute;
}

.lfr-actions .lfr-trigger li.last {
	border-bottom: none;
}

.lfr-actions.portlet-options {
	background: none;
	border: none;
	float: left;
}

.lfr-actions.portlet-options .lfr-trigger {
	padding: 0;
}

.lfr-actions.portlet-options .lfr-trigger strong {
	min-width: 0;
	padding: 1px 3px;
}

.lfr-actions.portlet-options .lfr-trigger strong span {
	background-image: url(../images/portlet/options.png);
	background-position: 0 0;
	display: block;
	height: 16px;
	padding: 0;
	text-indent: -9999em;
	width: 16px;
}

.portlet-options.visible .lfr-trigger strong span {
	background-image: url(../images/portlet/options_selected.png);
}

/* ---------- Calendar taglib ---------- */

.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
	border: none;
}

.taglib-calendar tr td a {
	background-color: #F0F5F7;
	border: 1px solid #fff;
	border-bottom: none;
	border-left: none;
	display: block;
	height: 15px;
	padding: 5px 0pt;
}

.taglib-calendar table td {
	border-width: 0;
}

.taglib-calendar tr td a:hover {
	background-color: #727C81;
	color: #fff;
}

.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
	background-color: #fff;
}

.taglib-calendar .calendar-current-day a {
	border: 1px solid #727C81;
	color: #369;
	text-decoration: underline;
}

.taglib-calendar tr td.calendar-inactive {
	background-color: #fff;
	color: #B5BFC4;
}

.taglib-calendar tr th {
	border-bottom-color: #D7D7D7;
}

.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
	border-left: none;
	border-right: none;
}



/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ddc70aad22bc1ba47348)
 * Config saved to config.json and https://gist.github.com/ddc70aad22bc1ba47348
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
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;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Light.woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-LightItalic.woff');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Regular.woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Bold.woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-BoldItalic.woff');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Italic.woff');
	font-weight: 400;
	font-style: italic;
}
*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 17, 2014 */

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-italic-webfont.eot');
    src: url('../fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-italic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-italic-webfont.woff') format('woff'),
         url('../fonts/opensans-italic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: 400;
    font-style: italic;

}




@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: 300;
    font-style: normal;

}




@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-bolditalic-webfont.eot');
    src: url('../fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bolditalic-webfont.woff') format('woff'),
         url('../fonts/opensans-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: 700;
    font-style: italic;

}




@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-lightitalic-webfont.eot');
    src: url('../fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-lightitalic-webfont.woff') format('woff'),
         url('../fonts/opensans-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: 300;
    font-style: italic;

}




@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;

}






body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #067fb9;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #044c6f;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 0px;
  font-size: 1em;
  /* margin-top: @line-height-computed;
  margin-bottom: (@line-height-computed / 2);
*/
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0px;
  font-size: 1em;
  /*
  margin-top: (@line-height-computed / 2);
  margin-bottom: (@line-height-computed / 2);
*/
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
/*
h1, .h1 { font-size: @font-size-h1; }
h2, .h2 { font-size: @font-size-h2; }
h3, .h3 { font-size: @font-size-h3; }
h4, .h4 { font-size: @font-size-h4; }
h5, .h5 { font-size: @font-size-h5; }
h6, .h6 { font-size: @font-size-h6; }
*/
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #067fb9;
}
a.text-primary:hover {
  color: #045d88;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #067fb9;
}
a.bg-primary:hover {
  background-color: #045d88;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* Indra patch: toggle dropdown on hover or focus (only desktop) */
@media (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}
/* End Indra patch */
.thu
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  font-size: 1.0em;
  padding: 10px 15px;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 5px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 7) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;

  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;


}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  padding: 0 5px;
  color: #ffffff;
}
.breadcrumb > .active {
  color: #ffffff;

}



.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #067fb9;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #044c6f;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #067fb9;
  border-color: #067fb9;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #067fb9;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #045d88;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #067fb9;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #067fb9;
  border-color: #067fb9;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #90d8fb;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #067fb9;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #067fb9;
  border-color: #067fb9;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #067fb9;
}
.panel-primary > .panel-heading .badge {
  color: #067fb9;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #067fb9;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.ly-ancho-max {
  margin: 0px auto;
  max-width: 1044px;
}
.fz-10 {
  font-size: 0.714em;
}
.fz-11 {
  font-size: 0.785em;
}
.fz-12 {
  font-size: 0.857em;
}
.fz-16 {
  font-size: 1.143em;
}
.fz-18 {
  font-size: 1.285em;
}
.fz-20 {
  font-size: 1.428em;
}
.fz-22 {
  font-size: 1.571em;
}
.fz-24 {
  font-size: 1.714em;
}
.fz-26 {
  font-size: 1.857em;
}
.fz-28 {
  font-size: 2em;
}
.fz-30 {
  font-size: 2.142em;
}
.fz-32 {
  font-size: 2.285em;
}
.fz-34 {
  font-size: 2.428em;
}
.fz-36 {
  font-size: 2.571em;
}
.fz-38 {
  font-size: 2.714em;
}
.fz-40 {
  font-size: 2.857em;
}
.fz-42 {
  font-size: 3em;
}
.fz-60 {
  font-size: 4.285em;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-700 {
  font-weight: 700;
}
.lh-09 {
  line-height: 0.9em;
}
.lh-1 {
  line-height: 1em;
}
.lh-11 {
  line-height: 1.1em;
}
.lh-12 {
  line-height: 1.2em;
}
.txt-negro {
  color: #000 !important;
}
.txt-blanco {
  color: #FFF;
}
.txt-azul {
  color: #067fb9;
}
.bg-azul-claro {
  background-color: #3fa6f2;
}
.bg-azul-medio {
  background-color: #cbd4de;
}
.bg-azul-gris {
  background-color: #e0dfe7;
}
.bg-azul-40 {
  background-color: rgba(6, 127, 185, 0.4);
}
.bg-azul-80 {
  background-color: rgba(6, 127, 185, 0.8);
}
.bg-marron {
  background-color: #b3aea2;
}
.bg-blanco {
  background-color: #FFF;
}
.bg-blanco-60 {
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.6);
}
.bg-negro {
  background-color: #000;
}
.bg-gris-oscuro {
  background-color: #4C4C4C;
}
.bg-gris-claro {
  background-color: #EFEFEF;
}
.ff-ara {
  font-family: 'Arapey', serif;
}
.cursiva {
  font-style: italic;
}
.pad-10 {
  padding: 10px;
}
.pad-16 {
  padding: 16px;
}
.pad-20 {
  padding: 20px;
}
.pad-24 {
  padding: 24px;
}
.pad-30 {
  padding: 30px;
}
.padB-10 {
  padding-bottom: 10px;
}
.padT-30 {
  padding-top: 30px;
}
.padT-55 {
  padding-top: 55px;
}
.margenB-10 {
  margin-top: 10px;
}
.margenT-16 {
  margin-top: 16px;
}
.margenT-20 {
  margin-top: 20px;
}
.form-inline .form-control {
  width: 100%;
}
.mod {
  margin-bottom: 20px;
}
.separadorPrincipalHor {
  height: 10px;
  background: #01A8F6;
}
.circuloExt {
  margin: 0 auto;
  width: 100%;
  display: block;
}
.circuloInterno {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.circuloInternoTxt {
  float: left;
  width: 100%;
  padding-top: 35%;
  line-height: 1em;
  margin-top: -0.5em;
  text-align: center;
  font-family: 'Arapey', serif;
}
.circuloExt:hover .circuloInternoTxt {
  text-decoration: underline;
}
#logo {
    margin-left: 20px;
    margin-top: 10px;
}
#presidencia-link {
  margin-right: 20px;
}
#contidoSup {
  margin-bottom: 20px;
}
#cabeceira {
  position: relative;
}
#menuSuperior {
  height: 30px;
}
#menuSuperior .navbar-default {
  background-color: transparent;
  border: 0px;
}
#menuSuperior .navbar-nav > li > a {
  font-family: Arial, sans-serif;
  font-size: 1.0em;
  color: #FFFFFF;
  padding: 6px;
}
#menuSuperior .navbar-collapse.collapse {
  text-align: center;
}/*
#menuSuperior .navbar-nav {
  float: none;
  display: inline-block;
}*/
#menuSuperior .navbar-nav > li > a:hover {
  text-decoration: underline;
}
#menuSuperior #idiomas {
  margin-left: 10%;
  margin-right: 5%;
  color: #FFFFFF;
  line-height: 32px;
}
#menuSuperior #idiomas a {
  color: #FFFFFF;
}
#menuSuperior #idiomas span {
  color: #FFFFFF;
  background: url("../images/bolos/picoIdioma.png") no-repeat scroll center top rgba(0, 0, 0, 0);
  padding-top: 6px;
}

#pe {
  font-family: Arial, sans-serif;
  background-color: #067fb9;
  color: #ffffff;
  font-size: 1em;
  padding: 18px 20px 15px;
  position: relative;
  margin-bottom: 20px;
}
#pe p {
  padding-left: 40px;
  padding-top: 0.2em;
  font-size: 0.714em;
  float: left;
}
#pe a {
  color: #FFFFFF;
}
#pe img {
  max-width: 100%;
}
#logoXuntaPe {
  float: left;
}
#peTurgalicia {
  float: right;
  margin-left: 1.5em;
}
.destacado {
  margin: 10px 0;
}
.noticias.bloque-3 h2 {
  padding: 12px 25px;
}
.noticias.bloque-3 .destacado p {
  padding-top: 8px;
}
.fondo-circulos {
  background-color: #C8C7C5;
}
.foto-cont img {
  width: 100%;
  margin-bottom: 10px;
}
.contactoCentral {
  padding: 12px 30px 20px;
}
.contactoCentral .pad-20 {
  padding-top: 0px;
}
.discursos .campos-form {
  margin-top: 4px;
  padding: 20px 30px;
}
.discursos.discursos h2 {
  padding: 6px 12px;
}
.w100 {
  width: 100% !important;
}
body {
  overflow-x: hidden;
}
@media (max-width: 991px) {
  #submenuPrincipal li a {
    font-size: 1em;
    line-height: 0.9em !important;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}


/* NUEVA FUENTE XUNTA */
@font-face {
	font-family: 'XuntaSans';
	src: url('../fonts/XuntaSans/XuntaSans-Web/woff/XuntaSans-Bold.woff') format('woff'),
		 url('../fonts/XuntaSans/XuntaSans-Web/woff2/XuntaSans-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'XuntaSans';
	src: url('../fonts/XuntaSans/XuntaSans-Web/woff/XuntaSans-Regular.woff') format('woff'),
		 url('../fonts/XuntaSans/XuntaSans-Web/woff2/XuntaSans-Regular.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face {
    font-family: 'Signika';
    src: url('../fonts/Signika/Signika-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* XERAL */
a[target="_blank"] {
	background: url("../images/icos/iconNova.svg") no-repeat right 5px;
	padding-right: 10px;
}

input[type="text"] {
    border-radius: 5px;
    font-size: 1.2em;
    height: 40px;
    margin: 2% 0 2% 2%;
    padding: 0 2%;
    width: 82%;
}

input[type="submit"] {
    background-color: #0371B3;
    color: #FFFFFF;
}

input[type="submit"], input[type="reset"] {
    border-radius: 5px;
    font-size: 1.3em;
    height: 40px;
    margin: 2% 0 2% 2%;
    min-width: 60px;
    padding: 0 2%;
}

#zonaLogo {
	margin-bottom: 20px;
	text-align: center;
}
/*@media (min-width: 768px) {
	#zonaLogo {
		text-align: left;
	}
}*/

/* Menu portal */
ul#menu-portal li {
	float: left;
}

ul#menu-portal a:hover {
	background-color: transparent;
}

/* Menu principal */


#menu-principal a {
	color: #FFF;
}

@media(min-width: 768px){
	.menu-principal-boton {
		background-color: #FFF!important;
	}
	.menu-principal-boton.collapsed {
		background-color: transparent!important;
	}
	
	.menu-principal-boton .icon-bar {
		background-color: #0371B3!important;
	}
	.menu-principal-boton.collapsed  .icon-bar {
		background-color: #FFF!important;
	}
}

.menu-elemento {
	background: url("../images/bolos/flechamenusupinv.dvg") no-repeat right 10px top 21px;
	padding-right: 25px;
	margin: 0 20px 0 0px;
}

.scrolled .menu-elemento {
	height: 35px;
}

.menu-elemento > a:focus {
	border: 1px dotted #FFF;
} 

.menu-elemento:hover {
	 background-color: #333333;
}

.menu-elemento > a {
	/* text-transform: uppercase; */
	font-size: 1.28571em;
} 
.menu-elemento.open {
    background-color: #333;
}

.submenu {
	padding: 0 15px;
	background-color: #333;
	border: 0;
}

.submenu-columna {
	margin: 10px 0 20px 0;
}
.submenu-columna > li {
	padding-bottom: 5px;
	font-size: 0.9em;
}
.submenu-columna:last-child > li {
	border-right: 0;
}

.submenu-columna a {
	 z-index: 20;
}

.submenu-columna-titulo {
	text-transform: uppercase; 
	margin-bottom: 10px!important;
	border-right: 0!important;
	font-size: 1em;
}
.menu-elemento .submenu li .row > .submenu-columna:last-child {
	border-right: none;
} 
.ultimasiniciativas.subportada{
	display:none;
}
@media(max-width: 970px){
	.submenu-columna>li {
    	border-right: 0px solid transparent;
	}
}

@media(min-width:768px){

	#menu-principal .navbar-nav>.menu-elemento .dropdown-menu{
	    background-color: #086096 !important;
	    border-top:9px solid #0A4F7F;
	    margin-top:1px;
	}

	.menu-elemento > a {
		text-transform: initial !important;
		font-size: 16px !important;
	} 
	.menu-elemento {
		background: url("/tema-portal-cei/images/bolos/flechamenusupinv.svg") no-repeat right 10px top 12px;
		padding-right: 25px;
		margin: 0 20px 0 0px !important;
	}
	.menu-elemento:hover{
	    background-color: #0371b3;
	}
	body #wrapper > header {
	    height: 171px; 
	} 
	.navbar-nav { 
	    margin: 0px 0px 0px 10px;
	}
	.distribuidora .menudistrib > h2 { 
	    margin: 15px 10px 10px !important;
	}
	.menu-elemento .submenu li .row > .submenu-columna:first-child {
	    border-right: 1px solid #009DE0;
	}
}  
@media( max-width:920px ){
	#menu-principal .menu-elemento{
		background: url("/tema-portal-cei/images/bolos/flechamenusupinv.svg") no-repeat right 10px top 12px;
	}
}
@media( max-width:767px ){
	#menu-principal-movil .nav.principal .dropdown-menu.submenu .row {
	    width: 100% !important;
	}
	.ultimasiniciativas.subportada h2{
	    margin-left: 10px;
	}
	.ultimasiniciativas.subportada .mais {
	    margin-right: 10px;
	}
}

/*
.subMenuPrincipal {
	min-width: 225px;
}

#menuPrincipal {
    margin-left: 5%;
    margin-top: 20px;
    position: relative;
    z-index: 115;
}

#menuPrincipal a {
  color: #FFFFFF;
}

#menuPrincipal .menuSup > li {
    float: left;
    height: 45px;
}

#menuPrincipal .menuSup > li:hover {
   background-color: #333333;
}

#menuPrincipal .menuSup > li > a {
    background: url("../images/bolos/flechamenusupinv.png") no-repeat scroll 85% 48% rgba(0, 0, 0, 0);
    display: block;
    font-size: 1.2em;
    height: 100%;
    line-height: 40px;
    text-transform: uppercase;
    z-index: 20;
}

#menuPrincipal .menuSup > li a:hover {
	text-decoration: none;
}


#menuPrincipal .menuSup > li > a span {
    padding:0 60px 0 40px;
}

#menuPrincipal .menuSup > li .subMenuPrincipal {
	display: none;
    background-color: #333333;
    box-shadow: 5px 5px 5px #333333;
    font-size: 0.9em;
    margin-left: 0;
    position: absolute;
    top: 55px;
}


#menuPrincipal .menuSup > li .subMenuPrincipal.org {
    right: 100px;
}

#menuPrincipal .subMenuPrincipal li {
    float: left;
    height: auto;
    max-width: 300px;
    padding: 5px 5px 15px 5px;
}

#menuPrincipal .subMenuPrincipal div {
    padding: 0 10px 5px 5px;
    border-right: 1px solid #FFFFFF;
}

#menuPrincipal .subMenuPrincipal.categs div {
    padding: 0 10px 10px 5px;
}

#menuPrincipal .subMenuPrincipal div.pai {
    padding-bottom: 10px;
    padding-top: 10px;
    border-right: none;
}

#menuPrincipal .subMenuPrincipal.categs {
    padding: 10px 0 10px 10px;
}



#menuPrincipal .subMenuPrincipal li.last div {
    border-right: none;
}
*/


/*
#busqueda {
    background: none repeat scroll 0 0 rgb(216, 216, 207);
}

#busqueda {
    background: none repeat scroll 0 0 rgba(230, 230, 230, 0.9);
    border-radius: 5px;
    left: 51%;
    margin: 0 -32%;
    position: absolute;
    top: 5%;
    width: 60%;
    z-index: 10;
}

#busqueda input {
	width: 100%
}

#busqueda #etiquetas {
    margin: 0 15px;
}

#busqueda .etiqueta {
    background-image: url("../images/icos/tag.png");
    background-position: 5px 5px;
    color: #0371B3;
    float: left;
    height: 30px;
    padding: 2px 10px 0 28px;
}

#busqueda .etiqueta a{
   color: #0371B3;
   font-size: 0.9em;
}

#busqueda .mais {
    float: right;
    margin: 0 25px 10px 0;
}

#busqueda .mais a{
   color: #000000;
   font-size: 0.9em;
}
*/

#busqueda, .sabiasquedistrib {
	position: relative;
}

.sabiasquedistrib {
    margin: 10px 0px;
}

.sabiasquedistrib > div > div,
#busqueda > div > div {
	z-index: 1;
} 

.stage-wrapper {
	display: none;
}

.menu-elemento .submenu li .row>.submenu-columna:last-child {
    border-right: none;
}

@media (min-width: 768px) {
	#busqueda, .sabiasquedistrib {
		position: absolute;
		top: 30px;
		width: 100%;
	} 
	.portada #busqueda {
		top: 100px;
	} 
	.distribuidora .sabiasquedistrib .textodestacado {
	    margin-bottom: 15px;
	    margin-left: 0px;
	}
	.stage-wrapper {
		display: block;
	} 
}


.portada #buscador {
    background: rgba(115, 115, 115, 0.5);
}
.distribuidora #buscador {
    background-color: rgba(230, 230, 230, 0.9);
}
#buscador {
    /* background-color: rgba(230, 230, 230, 0.9); */
    border-radius: 5px;
    z-index: 10;
    padding: 15px;
}
.portada #buscador{
    padding: 30px 30px 20px 30px;
}
#buscador input[type="submit"] {
    min-width: 0;
}

#busqueda input,
#buscador input {
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
}

#busqueda #etiquetas {
    margin: 0 15px;
}

#busqueda .etiqueta {
	display: inline-block;
    background-image: url("../images/icos/tag.svg");
    background-position: 5px 5px;
    height: 30px;
    padding: 2px 10px 0 28px;
}

#busqueda .etiqueta a{
   color: #0371B3;
   font-size: 0.9em;
}

#busqueda #mais,
#buscador #mais {
    float: right;
    width: auto;
}

#busqueda #mais a,
#buscador #mais a {
   color: #000000;
   font-size: 0.9em;
}

#buscador .input-text {
	max-height: 60px;
}

/* jCarousel */
.stage-wrapper {
    /*min-width: 768px;*/
    position: relative;
}

#fila2 .jcarousel .img {
    height: 239px;
}

.jcarousel-wrapper {
    position: relative;
}

@media (max-width: 600px) {
    .jcarousel-wrapper {
       
    }
}

.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    overflow: hidden;
    position: relative;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

.jcarousel .img {
    height: 400px;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    /*top: 268px;*/
    bottom: 22px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    /*background: #4E443C;*/
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    /*border-radius: 30px;*/
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

a.jcarousel-control-prev,
a.jcarousel-control-next,
a.jcarousel-control-prev:hover,
a.jcarousel-control-next:hover {
	text-decoration: none;
	/*color: #fff;*/
	color: #000;
}

@media (max-width: 480px) {
    .jcarousel-control-prev,
    .jcarousel-control-next {
        margin-top: -10px;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        font: 16px/18px Arial, sans-serif;
    }
}

.jcarousel-control-prev {
    left: -17px;
}

.jcarousel-control-next {
    right: -20px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .25;
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    bottom: 10px;
    margin: 0;
    position: absolute;
    right: 5%;
}

main.distribuidora .jcarousel-pagination {
    top: 265px;
}

@media (max-width: 620px) {
    .jcarousel-pagination {
        bottom: -35px;
    }
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 0;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;

    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

.portada .jcarousel-control-prev,
.portada .jcarousel-control-next {
    display: none;
}

#video-presentacion .jcarousel-control-prev,
#video-presentacion .jcarousel-control-next {
	position: absolute;
	top: 50%;
	border-radius: 15px;
	box-shadow: none;
	background-color: #EEE;
}
	#video-presentacion .jcarousel-control-prev {
		left:-42px;
	}
	#video-presentacion .jcarousel-control-next {
		right:-42px;
	}

.rs_skip {
  display: inline-block;
  margin-left: 0px;
}

.listadoNovas {
    color: #FFFFFF;
    background-color: #484848;
}

.listadoNovas a {
    color: #FFFFFF;
}

.listadoNovas p {
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 18px;
    padding-bottom: 10px;
    padding-right: 50px;
}

.listadoNovas .tituloNovasDer > h2 {
    font-size: 2em;
    font-weight: 500;
    padding: 15px 0 25px;
}

.listadoNovas .itenNova .imaxenova img {
    border: 1px solid #CCCCCC;
    float: left;
    margin: 0 25px 25px 0;
    padding: 1px;
}

.listadoNovas .itenNova h3.primeiro {
    font-size: 1.7em;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 10px;
    padding-right: 50px;
}

.listadoNovas .restonovas {
    background-color: #717171;
    margin-bottom: 18px;
    margin-top: 10px;
    padding: 10px 10px 20px 10px;
}

.listadoNovas .restoitenNova {
    /*float: left;*/
    font-size: 1.1em;
    /*margin: 5px 1% 5px 0;*/
    margin: 5px 0 5px 0;
    /*width: 32%;*/
}

.listadoNovas .restoitenNova .data {
    font-size: 0.8em;
}

.listadoNovas .mais {
    float: right;
    font-weight: 600;
    margin-top: 20px;
}

.centrar {
    margin: 0 auto;
    max-width: 1075px;
}

.centrarMax {
    margin: 0 auto;
    max-width: 1105px;
}

.listauis > h2 { 
	color: #0371B3;
    font-size: 1.6em;
    font-weight: 500;
    padding: 15px 0; 
}

.listauis > ul {
    list-style: square inside none;
}

.listauis li {
	color: #666;
    background-color: #E9F2F3;
    margin-bottom: 5px;
    padding: 8px;
}

.listauis a {
    color: #666;
    font-size: 1.3em;
}

.listauis p {
    font-size: 0.9em;
    color: #666;
    margin-left: 17px;
}


.ultimasaxudas > h2 {
	position:relative;
	color: #0371B3;
    font-size: 1.6em;
    font-weight: 500;
    padding: 0px 0 15px 0;
}
.portada .ultimasaxudas > h2 {
	position:relative;
}

.ultimasaxudas .ultimasaxudasitems {
    background-color: #E9F2F3;
    padding-top: 5px;
}

.ultimasaxudas .item {
    border-left: 1px solid #666;
    margin: 10px 10px 0 20px;
    padding: 0 0 0 15px;
    
}

.ultimasaxudas .item a{
	color: #666;
}

.ultimasaxudas .mais a {
    background: url("../images/icos/icono_mas.svg") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: right;
    height: 18px;
    margin: 0 13px 16px 0;
    width: 17px;
}

.listauis .mais a {
    background: url("../images/icos/icono_mas.svg") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: right;
    height: 18px;
    margin: 0;
    width: 17px;
}

.ultimassabiasque > h2 {
	color: #0371B3;
    font-size: 1.6em;
    font-weight: 500;
    padding: 15px 0;
}

.ultimassabiasque .item {
    background-color: #E9F2F3;
    margin-bottom: 5px;
    padding: 18px;
    color: #666;
}

.ultimassabiasque .item a{
	color: #666; 
}

#col2-2 .bannerdestacado img {
    width: 100%;
}

.bannerdestacado {
    margin-bottom: 10px;
}
.bannerdestacado a img {
    width: 100%;
} 

@media (min-width: 768px) {
	#col2-2 .bannerdestacado {
	    margin-top: 55px;
	}
}


/* Redes Sociais */
#redes {
    margin: 25px auto auto;
    color: #FFF;
    display: inline-block;
}
/*
@media (min-width: 768px) {
	#redes {
	    margin-right: 28px;
	    margin-top: 15px;
	    float: right;
	}
}
*/

#redes li.tipo-red-social {
    float: left;
    margin-top: 5px;
    height: 59px;
    width: 43px;
    cursor: pointer;
    padding: 5px 5px 20px 5px;
    position: relative;
}
#redes li.tipo-red-social > a {
	display: block;
	width: 100%;
	height: 100%;
}
	#redes li.tipo-red-social.facebook > a {
	    background: url("../images/redes_sociais/iconos_redes.png") no-repeat -2px -3px;
	}
	#redes li.tipo-red-social.twitter > a {
	    background: url("../images/redes_sociais/iconos_redes.png") no-repeat -42px -3px;
	}
	#redes li.tipo-red-social.youtube > a {
	    background: url("../images/redes_sociais/iconos_redes.png") no-repeat -81px -3px;
	}
	#redes li.tipo-red-social.flickr > a {
	    background: url("../images/redes_sociais/iconos_redes.png") no-repeat -121px -3px;
	}
	#redes li.tipo-red-social.vimeo > a {
	    background: url("../images/redes_sociais/iconos_redes.png") no-repeat -162px -3px;
	}
	#redes li.tipo-red-social.myspace > a {
	    background: url("../images/redes_sociais/iconos_redes.png") no-repeat -203px -3px;
	}
	#redes li.tipo-red-social.google > a {
	    background: url("../images/redes_sociais/iconos_redes.png") no-repeat -242px -3px;
	}
	#redes li.tipo-red-social.meneame > a {
	    background: url("../images/redes_sociais/iconos_redes.png") no-repeat -283px -3px;
	}
	#redes li.tipo-red-social.pinterest > a {
	    background: url("../images/redes_sociais/iconos_redes.png") no-repeat -324px -3px;
	}
	#redes li.tipo-red-social.tuenti > a {
	    background: url("../images/redes_sociais/iconos_redes.png") no-repeat -364px -3px;
	}
	#redes li.tipo-red-social.delicious > a {
	    background: url("../images/redes_sociais/iconos_redes.png") no-repeat -404px -3px;
	}
	#redes li.tipo-red-social.blog > a {
	    background: url("../images/redes_sociais/iconos_redes.png") no-repeat -446px -3px;
	}
	#redes li.tipo-red-social.issuu > a {
	    background: url("../images/redes_sociais/iconos_redes.png") no-repeat -484px -3px;
	}

	#redes-sociais-portada .tipo-red-social.google > a {
	    background: url("../images/iconos/sociales/ico_google.svg") no-repeat;
	}
	#redes-sociais-portada .tipo-red-social.facebook > a {
	    background: url("../images/iconos/sociales/ico_facebook.svg") no-repeat;
	}
	#redes-sociais-portada .tipo-red-social.twitter > a {
	    background: url("../images/iconos/sociales/ico_twitter.svg") no-repeat;
	}
	#redes-sociais-portada .tipo-red-social.youtube > a {
	    background: url("../images/iconos/sociales/ico_youtube.svg") no-repeat;  
	} 
	
	#redes-sociais-portada .tipo-red-social.blog > a {
	    background: url("../images/iconos/sociales/ico_blog.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.delicious > a {
	    background: url("../images/iconos/sociales/ico_delicious.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.flirck > a {
	    background: url("../images/iconos/sociales/ico_flirck.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.instagram > a {
	    background: url("../images/iconos/sociales/ico_instagram.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.issuu > a {
	    background: url("../images/iconos/sociales/ico_issuu.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.linkedin > a {
	    background: url("../images/iconos/sociales/ico_linkedin.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.meneame > a {
	    background: url("../images/iconos/sociales/ico_meneame.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.myspace > a {
	    background: url("../images/iconos/sociales/ico_myspace.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.netvibes > a {
	    background: url("../images/iconos/sociales/ico_netvibes.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.pinterest > a {
	    background: url("../images/iconos/sociales/ico_pinterest.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.slideshare > a {
	    background: url("../images/iconos/sociales/ico_slideshare.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.tuenti > a {
	    background: url("../images/iconos/sociales/ico_tuenti.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.vimeo > a {
	    background: url("../images/iconos/sociales/ico_vimeo.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.wordpress > a {
	    background: url("../images/iconos/sociales/ico_wordpress.svg") no-repeat;  
	}
	
	#redes-sociais-portada .tipo-red-social.google:hover > a {
	    background: url("../images/iconos/sociales/ico_google_blanco.svg") no-repeat;
	}
	#redes-sociais-portada .tipo-red-social.facebook:hover > a {
	    background: url("../images/iconos/sociales/ico_facebook_blanco.svg") no-repeat;
	}
	#redes-sociais-portada .tipo-red-social.twitter:hover > a {
	    background: url("../images/iconos/sociales/ico_twitter_blanco.svg") no-repeat;
	}
	#redes-sociais-portada .tipo-red-social.youtube:hover > a {
	    background: url("../images/iconos/sociales/ico_youtube_blanco.svg") no-repeat; 
	} 

	#redes-sociais-portada .tipo-red-social.blog:hover > a {
	    background: url("../images/iconos/sociales/ico_blog_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.delicious:hover > a {
	    background: url("../images/iconos/sociales/ico_delicious_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.flirck:hover > a {
	    background: url("../images/iconos/sociales/ico_flirck_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.instagram:hover > a {
	    background: url("../images/iconos/sociales/ico_instagram_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.issuu:hover > a {
	    background: url("../images/iconos/sociales/ico_issuu_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.linkedin:hover > a {
	    background: url("../images/iconos/sociales/ico_linkedin_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.meneame:hover > a {
	    background: url("../images/iconos/sociales/ico_meneame_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.myspace:hover > a {
	    background: url("../images/iconos/sociales/ico_myspace_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.netvibes:hover > a {
	    background: url("../images/iconos/sociales/ico_netvibes_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.pinterest:hover > a {
	    background: url("../images/iconos/sociales/ico_pinterest_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.slideshare:hover > a {
	    background: url("../images/iconos/sociales/ico_slideshare_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.tuenti:hover > a {
	    background: url("../images/iconos/sociales/ico_tuenti_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.vimeo:hover > a {
	    background: url("../images/iconos/sociales/ico_vimeo_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .tipo-red-social.wordpress:hover > a {
	    background: url("../images/iconos/sociales/ico_wordpress_blanco.svg") no-repeat;  
	}	 
	 
	 
	#redes-sociais-portada .listado.facebook span.logo-red-social{
		background: url("../images/iconos/sociales/ico_facebook_blanco.svg") no-repeat;
	}
	#redes-sociais-portada .listado.twitter span.logo-red-social {
		background: url("../images/iconos/sociales/ico_twitter_blanco.svg") no-repeat;
	}
	#redes-sociais-portada .listado.youtube span.logo-red-social{
		background: url("../images/iconos/sociales/ico_youtube_blanco.svg") no-repeat; 
	}
	#redes-sociais-portada .listado.google span.logo-red-social{
		background: url("../images/iconos/sociales/ico_google_blanco.svg") no-repeat;
	}

	#redes-sociais-portada .listado.blog span.logo-red-social{
	    background: url("../images/iconos/sociales/ico_blog_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .listado.delicious span.logo-red-social{
	    background: url("../images/iconos/sociales/ico_delicious_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .listado.flirck span.logo-red-social{
	    background: url("../images/iconos/sociales/ico_flirck_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .listado.instagram span.logo-red-social{
	    background: url("../images/iconos/sociales/ico_instagram_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .listado.issuu span.logo-red-social{
	    background: url("../images/iconos/sociales/ico_issuu_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .listado.linkedin span.logo-red-social{
	    background: url("../images/iconos/sociales/ico_linkedin_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .listado.meneame span.logo-red-social{
	    background: url("../images/iconos/sociales/ico_meneame_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .listado.myspace span.logo-red-social{
	    background: url("../images/iconos/sociales/ico_myspace_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .listado.netvibes span.logo-red-social{
	    background: url("../images/iconos/sociales/ico_netvibes_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .listado.pinterest span.logo-red-social{
	    background: url("../images/iconos/sociales/ico_pinterest_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .listado.slideshare span.logo-red-social{
	    background: url("../images/iconos/sociales/ico_slideshare_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .listado.tuenti span.logo-red-social{
	    background: url("../images/iconos/sociales/ico_tuenti_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .listado.vimeo span.logo-red-social{
	    background: url("../images/iconos/sociales/ico_vimeo_blanco.svg") no-repeat;  
	} 
	#redes-sociais-portada .listado.wordpress span.logo-red-social{
	    background: url("../images/iconos/sociales/ico_wordpress_blanco.svg") no-repeat;  
	}

@media(max-width:767px){
	#redes-sociais-portada .tipo-red-social.google:hover > a {
	    background: url("../images/iconos/sociales/ico_google.svg") no-repeat;
	}
	#redes-sociais-portada .tipo-red-social.facebook:hover > a {
	    background: url("../images/iconos/sociales/ico_facebook.svg") no-repeat;
	}
	#redes-sociais-portada .tipo-red-social.twitter:hover > a {
	    background: url("../images/iconos/sociales/ico_twitter.svg") no-repeat;
	}
	#redes-sociais-portada .tipo-red-social.youtube:hover > a {
	    background: url("../images/iconos/sociales/ico_youtube.svg") no-repeat; 
	}
}

	#redes-sociais-portada .tipo-red-social a {
	    display: block; 
	    width: 36px; 
	    height: 36px;
	}
	#redes li.tipo-red-social > ul { 
		background-color: #333333;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		margin-right: -5px;
		padding: 15px 15px 5px;
		position: absolute;
		top: 45px;
		z-index: 120;
		right: 5px;
		min-width: 250px;
	}
	
	#redes li.redes-sociais span.redes-sociais-intro {
		display: block;
		font-size: 0.9em;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	#redes li.tipo-red-social > ul a {
		color: #FFF;
	}
	
	#redes li.red-social {
		font-size: 0.9em;
		margin-bottom: 10px;
	}
	
	#redes span.logo-red-social {
		display: block;
		height: 29px;
		width: 29px;
		float: left;
		margin-right: 5px;
	}
	
	
	#redes ul.facebook span.logo-red-social {
		background: url("../images/redes_sociais/iconos_redes_50_sm.png") no-repeat -2px -3px;
	}
	#redes ul.twitter span.logo-red-social {
		background: url("../images/redes_sociais/iconos_redes_50_sm.png") no-repeat -36px -3px;
	}
	#redes ul.youtube span.logo-red-social {
		background: url("../images/redes_sociais/iconos_redes_50_sm.png") no-repeat -71px -3px;
	}
	#redes ul.flickr span.logo-red-social {
		background: url("../images/redes_sociais/iconos_redes_50_sm.png") no-repeat -106px -3px;
	}
	#redes ul.vimeo span.logo-red-social {
		background: url("../images/redes_sociais/iconos_redes_50_sm.png") no-repeat -142px -3px;
	}
	#redes ul.myspace span.logo-red-social {
		background: url("../images/redes_sociais/iconos_redes_50_sm.png") no-repeat -177px -3px;
	}
	#redes ul.google span.logo-red-social {
		background: url("../images/redes_sociais/iconos_redes_50_sm.png") no-repeat -212px -3px;
	}
	#redes ul.meneame span.logo-red-social {
		background: url("../images/redes_sociais/iconos_redes_50_sm.png") no-repeat -248px -3px;
	}
	#redes ul.pinterest span.logo-red-social {
		background: url("../images/redes_sociais/iconos_redes_50_sm.png") no-repeat -283px -3px;
	}
	#redes ul.tuenti span.logo-red-social {
		background: url("../images/redes_sociais/iconos_redes_50_sm.png") no-repeat -319px -3px;
	}
	#redes ul.delicious span.logo-red-social {
		background: url("../images/redes_sociais/iconos_redes_50_sm.png") no-repeat -353px -3px;
	}
	#redes ul.blog span.logo-red-social {
		background: url("../images/redes_sociais/iconos_redes_50_sm.png") no-repeat -390px -3px;
	}
	#redes ul.issuu span.logo-red-social {
		background: url("../images/redes_sociais/iconos_redes_50_sm.png") no-repeat -423px -3px;
	}



#redes-sociais-portada span.logo-red-social {
    display: block;
    height: 29px;
    width: 29px;
    float: left;
    margin-right: 5px;
	background-size: cover !important;
    opacity: 0.6;
}

#redes-sociais-portada .red-social:hover span.logo-red-social{
    opacity: 0.8;
}


#redes-sociais-portada .tipo-red-social .listado {
    position: absolute;
    left: 0px;
    bottom: 48px;
    width: 300px;
    background: rgb(51,51,51);
    padding: 10px 5px;
}

#redes-sociais-portada .tipo-red-social .listado .red-social a {
    width: 100%;
    height: inherit;
    text-align: left;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.3em;
    min-height: 30px;  
    vertical-align: middle; 
    display: table-cell;
}
#redes-sociais-portada .tipo-red-social .listado .red-social{
	margin-bottom:4px;
	display:table;
}
.subportada .listauis > h2, 
.distribuidora .listatopics .item > h2 {
    color: #0371B3;
    font-size: 1.8em;
    font-weight: 500;
    padding: 15px 0;
}

.subportada .listauis .entrada, 
.distribuidora .listatopics .item .entrada {
    background: url("../images/icos/vineta_flecha.png") no-repeat scroll 8px 8px #E5E5E5;
    margin-bottom: 5px;
    padding: 8px;
    max-height: 105px;
}

.subportada .listauis .entrada p, 
.distribuidora .listatopics .item .entrada p {
    color: #000000;
    font-size: 1em;
}

.subportada .listauis ul {
    background-color: #E5E5E5;
    color: #0371B3;
    font-size: 1.2em;
    list-style: square inside none;
    padding: 10px 10px 10px 35px;
}

.subportada .listauis li {
    background-color: #E5E5E5;
    margin-bottom: 0px;
    padding: 0px;
}

.subportada .listauis li.mais {
    list-style: none;
}

.subportada .listauis a {
    color: #000;
    font-size: 1.0em;
}

.subportada .listauis p, 
.distribuidora .listatopics .item p {
    margin-left: 30px;
    color: #666;
}

.subportada .textodestacado {
    background-color: rgba(0, 0, 0, 0.7);
    font-style: italic;
    height: auto;
    /*left: 10%;*/
    line-height: 25px;
    padding: 20px;
    /*position: absolute;
    top: 1%;
    width: 50%;*/
    z-index: 1;
}


.subportada .textodestacado p {
    color: #FFFFFF;
    font-size: 1.4em;
}

/*
.subportada #busqueda {
    left: 97%;
    top: 1%;
    width: 20%;
}

.subportada #busqueda input[type="text"] {
    font-size: 1.1em;
    height: 27px;
    width: 70%;
    margin: 20px 5px 20px 20px;
}
*/

.subportada #busqueda input[type="submit"],
.distribuidora #buscador input[type="submit"] {
	background: url("../images/icos/icono_buscar.svg") no-repeat scroll center center #0371B3;
}

.subportada #busqueda .mais a {
    font-size: 0.8em;
}

/*
.subportada .novahz,
.distribuidora .novahz {
	float: left;
	margin: 0 10px 30px;
	width: 30%;
}*/
.subportada .novahz,
.distribuidora .novahz {
	margin-bottom: 30px;
}

.subportada .novahz .imaxenova > img,
.distribuidora .novahz .imaxenova > img  {
    margin-bottom: 20px;
}

/* LISTA PERFIS SUBPORTADA */
#perfis-subportada-portlet h2 {
	color: #0371B3;
	font-size: 1.6em;
	font-weight: 500;
	margin-bottom: 15px;
}

#perfis-subportada {
	background-color: #E5E5E5;
	padding: 15px 10px;
	margin-bottom: 20px;
}

#perfis-subportada ul li {
	padding: 7px 0 7px 50px;
	background: url("../images/icos/frecha_subp.png") no-repeat 20px 15px;
}

#perfis-subportada ul li a {
	color: #0371B3;
	font-size: 1.8em;
	font-weight: lighter;
}

/* LISTA INICIATIVAS SUBPORTADA */
.ultimasiniciativas {
	margin-bottom: 18px;
}

.ultimasiniciativas h2 {
	color: #0371B3;
	font-size: 1.6em;
	font-weight: 500;
	padding: 15px 0;
}

.ultimasiniciativas.subportada h2 {
	float: left;
}

.ultimasiniciativas a.mais {
	float: right;
	padding: 20px 0;
}

.ultimasiniciativas .item {
    /*background-color: #E5E5E5;*/
    margin-bottom: 0;
    padding: 10px;
}

/*
.ultimasiniciativas .item:nth-child(2n+1) {
    background-color: #FFFFFF;
}

@media (min-width: 768px) {
	.ultimasiniciativas .item:nth-child(2n+1) {
		background-color: #E5E5E5;
	}
	.ultimasiniciativas .item:nth-child(3n-1) {
		background-color: #FFFFFF;
	}
}
*/

.ultimasiniciativas .item a {
    color: #666;
    font-weight: 600;
    display: block;
    min-height: 90px;
}

.ultimasiniciativas .item img {
	float: left;
	max-height: 90px;
	max-width: 150px;
	padding-right: 10px;
}

.ultimasiniciativas .item .mais a {
    background: url("../images/icos/icono_mas_azul.svg") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: right;
    height: 17px;
    margin: 0 5px 8px 0;
    width: 17px;
}


.distribuidora .menudistrib,
.distribuidora .menudistrib a {
    color: #FFFFFF;
}

.distribuidora .menudistrib > h2 {
    font-size: 2.2em;
    margin: 15px 0 10px;
}

.distribuidora .menudistrib li {
    float: left;
    padding-left: 2px;
}


.distribuidora .entradatopics {
    font-size: 1.2em;
    margin: 20px 0 0;
}

.distribuidora .entradatopics > p {
    line-height: 20px;
}
/*
.distribuidora .listatopics .item {
    margin-right: 2%;
    width: 31%;
}*/


.bandaMigas {
    color: #FFFFFF;
    font-size: 1.1em;
    z-index: 2;
    text-shadow: 2px 1px 1px rgb(0, 0, 0);
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.85);
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #666;
}
/*
@media (min-width: 768px) {
	.bandaMigas {
		position: absolute;
		top: 265px;
		width: 100%;
		background-color: transparent;
	}
}
*/

.estandar .bandaMigas,
.Col1 .bandaMigas {
    position: static;
    padding-top: 14px;
}

.bandaMigas .migas > a {
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #000;
}

.bandaMigas .migas .actual {
    font-weight: 600;
    text-shadow: 1px 1px 2px #000;
}

.bandaMigas #utilidades {
	float: left;
	width: auto;
}
/*@media (min-width: 768px) {
	.bandaMigas #utilidades {
		float: right;
	}
}*/

.compartir {
	width: 100%;
	float: right;
}

#utilidades {
	background-color: #E4F1F9;
	border-radius: 2px;
	float: right;
	height: 3em;
	padding: 5px;
	margin-bottom: 10px;
}

#utilidades > div,
#utilidades > span {
	display: block;
	float: left;
	margin-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: auto;
}
#utilidades #readspeaker_button1 {
	margin-left: 0;
}

#utilidades * {
	color: #0371B3;
}

#utilidades a:hover {
	color: #0371B3;
}


.fichaui {
    /*background-color: #0371B3;*/
    width: 100%;
}

.estandar .fichaui {
    width: 100%;
}

.fichaui .datosui {
    background-color: #FFFFFF;
    min-height: 55vh;
    /*width: 70%;*/
    padding: 20px 0px 50px 0px;
}
.Col1 .bandaMigas .migas {
    padding-left: 0px;
}
.fichaui .datosui.ancho100 {
    width: 100%;
}

.datosui #etiquetas {
	margin: 15px auto auto 20px;
}

.fichaui table {
	width: 96%;
	margin: 2%;
}

.fichaui table caption {
	color: #232323;
	font-style: italic;
}

.fichaui table tr:hover {
	background-color: #F5F5F5;
}
.fichaui table thead tr:hover {
	background-color: transparent;
}

.fichaui table td, .fichaui table th {
	border-bottom: 1px dotted #232323;
	padding: 10px;
}

.fichaui .uisrelacionadas {
     /*float: right;
     width: 30%;*/
     background-color: #0371B3;
}

.fichaui .uisrelacionadas a,
.fichaui .uisrelacionadas a:hover {
	color: #FFFFFF;
}

.fichaui .datosui h2 {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 2.2em !important;
    margin-bottom: 25px;
    padding: 0;
    font-weight: 400 !important;
}

.fichaui .uisrelacionadas > h3 {
    color: #FFFFFF;
    font-size: 2em;
    padding: 70px 20px 10px;
}

.fichaui .uisrelacionadas .listaIniciativas li {
    background: url("../images/icos/vineta_flecha_blanco.svg") no-repeat scroll 20px 15px rgba(0, 0, 0, 0);
    font-size: 1.3em;
    margin-bottom: 5px;
    padding: 11px 8px 8px 52px;
}
.fichaui .uisrelacionadas .listaIniciativas li.faqs {
	margin-left: 30px;
	margin-top: -20px;
	font-size: 1.1em;
}

.fichaui .uisrelacionadas .listaIniciativas a {
    color: #FFFFFF;
}

.fichaui .data_actualizacion {
    color: #232323;
    font-size: 0.9em;
    margin-bottom: 15px;
    margin-left: 15px;
    float: left;
}

.fichaui .fonte_informacion {
    color: #232323;
    float: left;
    font-size: 0.9em;
	margin: 0 auto 30px 15px;
}

.fichaui .corpo{
    padding: 0 30px 0 0px;
}
.fichaui .entrada{
    padding: 0 30px 0 0px;
}

.fichaui .entrada p, 
.fichaui .corpo p {
    color: #232323;
}

.fichaui .entrada > p {
	font-style: italic;
}
 
.fichaui .categorias {
    /*background-color: #F8FBFD;*/
    background-color: #E4F1F9;
		margin: 20px 0px 20px 0px;
    padding: 20px;
}

.fichaui .contactos p {
    padding-left: 20px;
}

.fichaui .anexoslateral {
	background-color: #EEEEEE;
    float: right;
    padding: 14px;
    width: 300px;
    margin: 0 15px 15px;
}
@media(min-width:768px){
	.fichaui .anexoslateral {
	    margin-right: 0px;
	}
}
.fichaui .anexoslateral .textoD {
    background-color: rgba(0, 0, 0, 0.79);
    color: #FFFFFF;
    float: right;
    font-size: 1.7em;
    font-style: italic;
    height: auto;
    line-height: 25px;
    padding: 15px;
}

.fichaui .datos {
    border-bottom: 1px solid #d5d5d5;
    margin: 30px 0;
    width: 100%;
    clear: both;
    z-index: 1;
    border-top: none;
    position: relative;
    min-height: 70px;
    padding: 12px 5px!important;
}
.fichaui .datos #readspeaker_button1.rs_skip.rs_preserve:not(.rsexpanded) {
    padding: 0px !important;
    margin: 0px 15px 0px 0px !important;
    display: flex;
    align-items: center;
    clear: initial !important;
    width: 114px !important;
    top: inherit !important;
}
.fichaui .datos .compartir {
    width: 114px;
    top: 0px;
    position: relative;
    float: right;
    right: 0px;
    height: 43px;
}
@media (min-width: 400px){
	.fichaui .datos #readspeaker_button1 {
	    float: right;
	    margin-left: 20px;
	    margin-top: -3px;
	}
}
.fichaui .datos #utilidades {
    height: 44px;
    display: flex;
    align-items: center;
}
.fichaui .datosui .antetitulo {
    color: #007BC4;
}
.fichaui .datosui h2 {
    color: #007BC4 !important;
    font-size: 32px !important;
}


.cabeceiraContido > h3 {
  color: #232323;
  margin-bottom: 15px;
}

.centrar-wrapper {
  display: inline-block;
  text-align: center;
}

.imaxe a.ver-detalle {
  background-color: #0371B3;
  border-radius: 5px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.3em;
  margin: 2% 0 2% 2%;
  padding: 0 2%;
}

.carruselmultimedia {
	position: relative;
}

.fichaui .anexoslateral .carruselmultimedia {
    margin: 0 auto 30px;
    width: 272px;
}

#carruselThumb li {
	cursor: pointer;
    padding: 10px 6px;
    height: 70px;
    overflow: hidden;
}

#carruselThumb li.activo {
    background-color: #DDDDDD;
    padding: 10px 6px;
}

.fichaui .corpo > h3 {
    font-size: 1.2em;
    font-style: italic;
    padding-bottom: 10px;
}

.fichaui .corpo > h2 {
    font-size: 1.4em;
    padding: 10px;
}

.fichaui .corpo > ul,
.fichaui .corpo > ol {
    color: #232323;
    font-size: 1.2em;
}

.fichaui .corpo ul,
.fichaui .corpo ol {
    padding-left: 20px;
}

.fichaui .corpo ol {
    counter-reset: item;
}
.fichaui .corpo ol li {
    display: block;
    padding-left: 15px;;
}
.fichaui .corpo ol li:before {
    content: counters(item, ".");
    counter-increment: item;
    margin-right: 10px;
}

.fichaui .corpo > ul {
    list-style: square outside none;
}

/* Listas do corpo de contido */
.fichaui .corpo li {
    padding-left: 10px;
}

.fichaui .corpo li ul li:before {
    content: "-";
    margin-right: 10px;
}

.fichaui .corpo li ul li ul li:before {
    content: "·";
    margin-right: 10px;
}

.fichaui .corpo li ul li ul li ul li:before {
    content: "·";
    margin-right: 10px;
}

.marcoThumb {
overflow: hidden;
}

a .playThumb {
    background-image: url("../images/icos/play.png");
    background-position: center center;
    cursor: pointer;
    height: 181px;
    position: absolute;
    width: 272px;
    z-index: 100;
}

a:hover .playThumb {
    background-image: url("../images/icos/playOver.png");
    background-position: center center;
    cursor: pointer;
    height: 181px;
    position: absolute;
    width: 272px;
    z-index: 100;
}

.contenedorPlayer {
	height: 181px; 
	width: 100%;	
}

.contenedorPlayer .capaPlayer {
	display: none;
	height: 181px; 
	width: 272px;
}

.contenedorPlayer .capaPlayerOculta {
	position: relative;
}

.categorias h2, .categorias h3 {
    font-size: 1.124em;
    font-weight: 700;
}

.categorias ul {
    list-style: square outside none;
    padding: 10px 0 10px 15px;
}

.categorias p {
    color: #000000;
    font-size: 1em;
}

.menuVertical > h2 {
	color: #FFFFFF;
    font-size: 1.6em;
    font-weight: 500;
    padding-bottom: 15px;
    padding-left: 15px;
}

.menuVertical > ul {
    padding-left: 0;
}

.menuVertical ul ul.nivel2 {
	margin-left: -30px;
	margin-top: 10px;
}

.menuVertical li {
	background: url("../images/icos/vineta_flecha_blanco.svg") no-repeat scroll 20px 15px rgba(0, 0, 0, 0);
    margin-bottom: 5px;
    padding: 15px 10px 15px 55px;
}

.menuVertical li.active {
	font-weight: bold;
}

.menuVertical li.resaltado {
	font-weight: bold;
}

.menuVertical li a,
.menuVertical .cabmenu {
	color: #FFFFFF;
	padding:0;
}
.menuVertical li a:hover {
	background: none;
}

.estandar #fila1, .estandar #fila3 {
	position: relative;
}

div.resultadosGDC div#fila3 .GSAMenu .menuVertical li {
	background: none;
	padding: 0 10px 0 25px;
}
div.resultadosGDC div#fila3 .GSAMenu .menuVertical li a:before {
	color: #FFFFFF;
	content: "- ";
}

.menuVertical li.activo,
.fichaui .uisrelacionadas .listaIniciativas li.activo {
	background-color: #005B96;
}

.menuVertical #formDatas input[type="submit"], .menuVertical #formDatas input[type="button"] {
	float: right;
	font-size: 1em;
	height: 30px;
	margin: 3px;
	max-height: 30px;
	border-radius: 5px;
	padding: 0 2%;
}
.menuVertical #formDatas input[type="submit"] {
	border: 1px solid #FFF;
}

.datos .rs_skip.rs_preserve {
    width: 114px;
    top: 0px;
    position: relative;
    float: right;
    height: 43px;
    right: 0;
}
#redesSociais {
    height: 44px;
    display: flex;
    align-items: center;
    padding-right: 0;
    width: 31px;
}
#redesSociais>.fila:not(.btn-correo) {
    padding: 3px !important;
    background: #e8e8e8;
    border-radius: 50%;
}
#redesSociais>.fila:not(.btn-correo) img {
    background: #e8e8e8;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    padding: 4px;
    right: 0px !important;
    border: 1px solid #787878;
}
#redesSociais>.fila .lista-redes {
    height: 0px;
    overflow: hidden;
}
#redesSociais>.fila .lista-redes:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0px;
    width: 37px;
    height: 37px;
    background: #e8e8e8;
    border-radius: 50%;
    z-index: -2;
    transition: all 1s;
}
#redesSociais>.fila .lista-redes > .hijos {
    position: absolute;
    list-style-type: none;
    padding-top: 20px;
    background: #e8e8e800;
    margin-top: -12px;
    z-index: -1;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: -3px;
    height: 0px;
    overflow: hidden;
    width: 37px;
    transition: all 1s;
}
#redesSociais>.fila .lista-redes > .hijos > li {
    margin-bottom: 4px;
}
.datos .taglib-social-bookmark-correo, 
.datos .taglib-social-bookmark-twitter, 
.datos .taglib-social-bookmark-facebook,
.datos .taglib-social-bookmark-whatsapp {
    opacity: .7;
}
#redesSociais>.fila:not(.btn-correo) img:hover {
    cursor: pointer;
}
#redesSociais>.fila:not(.btn-correo) img {
    background: #e8e8e8;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    padding: 4px;
    right: 0px !important;
    border: 1px solid #787878;
}
.datos .rs_skip.rs_preserve .btn-correo {
    position: absolute;
    top: 4px;
    right: 0;
}
#redesSociais>.fila .lista-redes.abierto > .hijos {
    background: #e8e8e8;
    height: 86px;
}
.share {
    top: 9px;
    width: 70px;
    right: 0px;
    list-style-type: none;
    font-size: 14px;
    position: absolute;
}
.padding-0 {
    padding: 0!important;
}
.pull-right {
    float: right!important;
}
.btn-correo .share .comp .icon-text {
    color: #767676;
}
@media (min-width: 768px){
    .datos .rs_skip.rs_preserve .btn-correo {
        position: absolute;
        top: 5px;
        right: 0;
    }
}

.estandar .fichaui .datosui h2 {
	background-color: #FFF;
    color: #000;
    padding: 0;
    font-weight: 400;
    font-size: 2.2em; 
}

.estandar .fichaui .data_actualizacion {
    padding-left: 0px;
}

.estandar .fichaui .entrada, .estandar .fichaui .corpo {
    padding: 0 15px;
}


.estandar .fichaui .categorias {
    margin: 20px 20px 0;
}

.videos-adxuntos {
	background-color: #E4F1F9;
	margin: 20px 20px 0;
	padding: 10px;
}

.videos-adxuntos h3 {
	background-color: #E4F1F9;
	margin-bottom: 10px;
	font-weight: bold;
}

.videos-adxuntos li {
	list-style: square;
	margin-left: 15px;
}

#col1Centro .fichaui .datosui > h2 {
	background-color: #FFFFFF;
    color: #000000;
}

.pefoto {
    color: #232323;
    font-size: 0.9em;
    padding: 10px 5px;
    max-width: 272px;
    text-align: left;
}

.distribuidora .textodestacado {
    background-color: rgba(0, 0, 0, 0.7);
    font-style: italic;
    height: auto;
    /*left: 10%;*/
    line-height: 25px;
    padding: 20px;
    /*position: absolute;
    top: 3%;
    width: 50%;*/
    z-index: 1;
}

.distribuidora .textodestacado p {
    color: #FFFFFF;
    font-size: 1.4em;
}

.distribuidora #busqueda {
    left: 97%;
    top: 3%;
    width: 20%;
}

.distribuidora #busqueda input[type="text"] {
    font-size: 1.1em;
    height: 27px;
    width: 70%;
    margin: 20px 5px 20px 20px;
}

.distribuidora #busqueda input[type="submit"] {
	background: url("../images/icos/icono_buscar.svg") no-repeat scroll center center #0371B3;
    font-size: 1.1em;
    height: 27px;
    width: 26px;
    min-width: 26px;
}

.distribuidora #busqueda .mais a {
    font-size: 0.8em;
}

.ultimasnormativas > h2, 
.listadoprocs > h2{
    color: #0371B3;
    font-size: 2em;
    padding-bottom: 10px;
    padding-top: 15px;
}

#normativasdistrib .item {
	max-height: 100px;
}

.ultimasnormativas .item, 
.listadoprocs ul.items li,
.itemResultadoBusca {
    border-bottom: 1px dotted #232323;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.ultimasnormativas .item .data, 
.listadoprocs ul li .data {
    color: #232323;
}

.ultimasnormativas .item a,
.listadoprocs ul li a,
.itemResultadoBusca a {
    color: #232323;
}

.listadoprocs ul li .data {
    display: none;
}

.ultimasnormativas .mais a,
.listadoprocs .mais a {
    background: url("../images/icos/icono_mas_azul.svg") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: right;
    height: 17px;
    margin: 10px 5px 0 0;
    width: 17px;
}

.tabs.ui-tabs {
    border-bottom: 1px solid #EEEEEE;
}

.tabs.ui-tabs > li {
    background-color: #EEEEEE;
    float: left;
    margin: 0 5px 0px 0px;
    padding: 4px;
}

.tabs.ui-tabs > li:hover {
    background-color: #DDDDDD;
}
 
.tabs.ui-tabs > li.current {
    background-color: #232323;
}

.tabs.ui-tabs > li.current a {
    color: #FFFFFF;
}

.documentosGuiaCidadan a {
    color: #0371B3;
    font-size: 0.9em;
    font-weight: 700;
    padding-right: 10px;
}

.documentosGuiaCidadan span {
	color: #0371B3; /*#555555;*/
    font-size: 0.9em;
    font-weight: 700;
    padding-right: 10px;
}

.listadoNovasCentral {
    margin: 20px;
}

.listadoNovasCentral .itenNova {
    border-bottom: 1px dotted #666666;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.listadoNovasCentral .itenNova .data {
    color: #666666;
}

.listadoNovasCentral .itenNova > a img {
    float: left;
    padding: 10px 20px 10px 0;
}

.listadoNovasCentral .infoNova > h3 {
    padding-bottom: 3px;
}

.listadoNovasCentral .infoNova {
    color: #666666;
}

.listadoNovasCentral .infoNova h3 a {
    color: #666666;
    font-size: 1.3em;
    font-style: italic;
    font-weight: 700;
}

.listadoNovasCentral .infoNova a:hover {
    color: #666666;
}

.listadoNovasCentral .infoNova .entradaListado p {
    color: #666666;
    font-size: 1.1em;
    line-height: 1.2em;
}

.paxinacion li.activo {
    background-color: #0371B3;
    color: #FFFFFF;
}
.paxinacion > li {
    background-color: #CCCCCC;
    border-radius: 5px;
    float: left;
    height: 25px;
    margin-left: 5px;
    padding-top: 3px;
    text-align: center;
    width: 25px;
}

.paxinacion a {
    color: #444444;
}

.paginadorSuperior {
    min-height: 20px;
}

#pagSuperior .paxinacion,
.paginadorSuperior .paxinacion {
    float: right;
}

.paxinacion {
    margin: 15px 0 20px 0px;
    float: right;
}

#rss-novas {
	float: right;
	background: url("../images/icos/icoRSSp.png") no-repeat 0 0;
	min-height: 22px;
	padding-left: 20px;
	font-size: 0.8em;
	margin-top: 2px;
}

.entradaPrincipal {
    font-style: italic;
}

.voltar {
    color: #999999;
    float: right;
    font-style: italic;
    padding-right: 0px;
}

.estandar .info {
    color: #666666;
    font-size: 1.1em;
}

.listadocentral2cols .item {
    border-bottom: 1px dotted #666666;
    float: left;
    margin-right: 2%;
    padding-bottom: 20px;
    width: 48%;
}

.listadocentral2cols .pregunta {
    color: #666666;
    font-size: 1.6em;
    font-style: italic;
    font-weight: 700;
    line-height: 25px;
    padding-bottom: 10px;
}

.listadocentral2cols .resposta p {
    color: #666666;
    font-size: 1.2em;
    line-height: 1.2em;
}

.resposta li {
	color: #274754;
	list-style: square outside none;
	margin-left: 15px;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

.listadocentral2cols {
    padding-top: 20px;
}

.listadocentral2cols > div {
    padding-bottom: 25px;
}

.listadocentral1col {
    min-height: 500px;
    padding: 20px
}

.listadocentral1col .contactos .info {
	margin-bottom: 20px;
}

.listadocentral1col .contactos .item {
    padding: 5px 10px 10px 40px;
}

.listadocentral1col .contactos .cargo {
    color: #232323;
    font-size: 1.4em;
    cursor: pointer;
    padding-bottom: 5px;
}

.listadocentral1col .contactos .seleccion 
{
    background-color: #EEEEEE;
    padding: 20px;
}

.listadocentral1col .contactos .seleccion span {
    font-weight: 600;
}

.listadocentral1col .contactos .mais {
    background: url("../images/icos/iconos_mas_menos.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    height: 18px;
    margin: 5px 0px 0 -30px;
    width: 17px;
    cursor: pointer;
}

.listadocentral1col .contactos .mais.despregado {
    background: url("../images/icos/iconos_mas_menos.png") no-repeat scroll -17px center rgba(0, 0, 0, 0);
}

.listadocentral1col .contactos .cargoint {
    font-size: 1.2em;
    font-style: italic;
    font-weight: 700;
    cursor: pointer;
    padding-bottom: 5px;
}

.listadocentral1col .contactos .seleccionint {
    font-size: 0.9em;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.listadocentral1col .contactos .iteminterior {
	background: url("../images/icos/icono_directorio_1.png") no-repeat scroll left 5px rgba(0, 0, 0, 0);
	min-height: 70px;
    padding: 5px 0 10px 75px;
}

.listadocentral1col .contactos .seleccionint2nivel {
    background: url("../images/icos/icono_directorio_2.png") no-repeat scroll 7px 10px rgba(0, 0, 0, 0);
    padding: 5px 0 20px 75px;
    min-height: 60px;
}

.listadocentral1col .contactos .seleccionint2nivel .nome_cargo > span {
    font-size: 1.1em;
    font-style: italic;
}

.listadocentral1col .contactos .separador {
    border-bottom: 1px dotted #DDDDDD;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 95%;
}

.categorias .todainfo {
    background: url("../images/icos/icono_fuente_externa.png") no-repeat scroll left 33px rgba(0, 0, 0, 0);
    padding: 30px 10px 10px 80px;
}

.categorias .todainfo > h3 {
    font-size: 1.7em;
    font-weight: normal;
}

.categorias .todainfo > ul {
    font-size: 1.3em;
    list-style: none outside none;
    padding-left: 0;
}

.categorias .todainfo a {
    font-weight: 700;
}

.entradaListado p {
display: none;
}

.listadoNovasCentral-social .entradaListado p{
display: block;
}

.entradaListado li,
.entradaPrincipal > p {
    background: url("../images/icos/flecha_normativa.png") no-repeat scroll left 6px rgba(0, 0, 0, 0);
    padding: 0 0 5px 25px;
}

.entradaListado li a {
    color: #666666;
    font-size: 1.2em;
    /*font-style: italic;*/
}

.descargaSolicitude {
display: none;
}

/*Estilos para buscador central*/

.buscadorcentral {
    background-color: rgba(0,113,187,0.15);
    /*padding: 20px 50px;*/
}
/*
.buscadorcentral .fancy-select .trigger {
	background-image: url("../images/forms/select-azul.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	border-radius: 5px;
}*/

.buscadorcentral-contido {
	margin: 0 auto;
	width: 90%;
}

.buscadorcentral-contido .col50izq,.buscadorcentral-contido .col50der {
  width: 49%;
  margin-bottom:10px;
}
.buscadorcentral-contido .col50izq {
  float: left;
}
.buscadorcentral-contido .col50der {
  float: right;
}

.buscadorcentral input[type="text"] {
    width: 42%;
}

.buscadorcentral-contido select {
	padding-left: 10px;
}

.buscadorcentral-contido select option {
	margin-right: 10px;
}

.buscadorcentral-contido input[type="submit"],
.buscadorcentral-contido input[type="reset"] {
	float: right;
	margin: 0 0 10px 10px;
}

#opcions-avanzadas {
	display: none;
}

#opcions-avanzadas span.label-form,
.buscadorcentral-contido label {
	color: #666666;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 5px 0;
}

.mais-filtros-ext {
  background-color: rgba(81, 134, 169, 0.15);
  border-radius: 5px 5px 0 0;
  float: right;
  margin-right: 75px;
  margin-top: 33px;
  padding: 10px;
}

.mais-filtros {
  background-color: #0371B3;
  background-image: url("../images/forms/select-blanco.svg");
  background-position: right 10px center;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 5px 45px 5px 20px;
}

.mais-filtros-barra {
  background-color: rgba(81, 134, 169, 0.15);
  height: 10px;
}

#filtro-nova-cei-rango {
  background-color: rgba(81, 134, 169, 0.15);
  padding: 0 20px 0;
}




/*BUSCADOR*/

.resultadosGDC {
	padding: 0;
}

.itemListado .descarga > a {
	margin-left: 3px;
}

.resultadosGDC .itemListado h3 > a {
	color: #232323;
	font-size: 1.3em;
}

.resultadosGDC .itemListado h3 .tipopdf {
	font-size: 1.3em;
	font-weight: bold;
	margin-right: 5px;
}

.itemListado > a {
	float: left;
	margin: 0 10px 10px 0;
}

.resultadosGDC p.data {
	color: #232323;
    font-size: 1em;
    font-weight: 700;
    margin: 0;
}

.resultadosGDC .entradaListado p {
	color: #000;
	font-size: 1em;
	margin: 0;
}

.resultadosGDC .referencias a {
    color: #0371B3;
    font-size: 0.9em;
    font-weight: 700;
    padding-right: 5px;
}

.resultadosGDC .referencias span {
    font-style: italic;
}

.resultadosGDC .tab-content ul {
	list-style: square inside none;
}

.resultadosGDC .tab-content ul li {
    background-color: rgba(0, 113, 187, 0.15);
    color: #000000;
    margin-bottom: 5px;
    padding: 8px;
    list-style: none;
}

.resultadosGDC .tab-content ul li a {
    color: #000000;
}

.resultadosGDC .itemListado {
	margin: 15px 0;
}

.resultadosGDC .separadorItem {
  border-bottom: 1px dotted #232323;
}

/*
.resultadosGDC .tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
*/

.buscadorcentral .mais {
    color: #000000;
    float: right;
    padding: 0 15px 15px 0;
}

#explicaResGDC {
    min-height: 10px;
    padding: 15px;
    font-style: italic;
}

#col1Centro .estandar > h2 {
    font-size: 2em;
    padding-bottom: 10px;
    padding-top: 25px;
}

#col3-2 .resultadosGDC {
	 padding: 25px 0 25px 25px;
}

.datePs {
	margin: 10px auto auto -35px;
}

.datePs .fila {
	float: right;
	width: auto;
}

.datePs .fila * {
	float: left;
}

#etiquetas .etiqueta {
    background-image: url("../images/icos/tag.svg");
    background-position: 5px 5px;
    border-radius: 5px;
    display: inline-block;
    height: 26px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 3px 10px 0 28px;
}

#etiquetas .etiqueta.activa {
    background-color: rgba(0, 113, 187, 0.1);
}

#etiquetas .etiqueta a{
    color: #0a4f7f;
    font-size: .7em;
    padding: 0px 10px;
}

/* Buscador avanzado */
.GSAPortlet.formAvanzado {
	padding: 50px 100px;
}

.GSAResultados h2 {
	font-size: 2em;
}

.GSAResultados {
	background-color: #D9EAF5;
	padding-bottom: 30px;
}

.GSAResultados #opcionsAvanzadas {
	background-color: #C5DBE9;
}

.GSAResultados .tituloNivel1 {
	color: #666666;
	font-size: 1.3em;
	padding: 5px 3% 0;
	height: 30px;
}

.GSAResultados .tituloNivel2 {
	color: #666666;
	font-size: 1.1em;
	padding: 5px 3% 0;
	font-weight: bold;
	height: 30px;
}

.GSAResultados .formularioBusqueda input[type="text"] {
	width: 96%;
	margin-top: 1%;
	margin-bottom: 1%
}

.GSAResultados input[type="button"] {
	border-radius: 5px;
	font-size: 1.3em;
	height: 40px;
	padding: 0 2%;
	background-color: #0371B3;
	color: #FFFFFF;
	float: right;
	width: 47%;
	margin: 1% 1% 1% 2%;
}
.GSAResultados input[type="button"].limpiar {
	background-color: #CCC;
	color: #000;
	margin: 1% 2% 1% 1%;
}

.GSAResultados .fancy-select {
	margin: 5px 2%;
	width: 96%;
}

.GSAResultados .destacadosGSA {
    background-color: rgba(0, 113, 187, 0.06);
    padding: 10px;
}
/*
.GSAResultados .fancy-select .trigger {
	background-image: url("../images/forms/select-azul.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	border-radius: 5px;
}*/

/* @media (min-width: 768px) {
	.GSAResultados .tituloNivel2 {
		padding-left: 5%;
	}
	
	.GSAResultados .formularioBusqueda input[type="text"] {
		width: 90%;
		margin-top: 5px; 
		margin-bottom: 5px;
	}
	
	.GSAResultados input[type="button"] {
		margin: 5px 0 5px 2%;
		width: auto;
		min-width: 60px;
	}
	.GSAResultados input[type="button"].limpiar {
		margin: 5px 8% 5px 2%;
	}
	
	.GSAResultados .col-sm-6 .fancy-select {
		margin: 5px 2%;
		width: 90%;
	}
	.GSAResultados .col-sm-4 .fancy-select {
		margin: 5px 3%;
		width: 90%;
	}
} */


.gsapreferencias .GSAResultados {
	background: none;
	width: 100%;
}

.gsapreferencias .GSAResultados h1 {
	font-size: 1.5em;
	font-weight: bold;
}

.gsapreferencias input, .gsapreferencias select {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	margin: 3px 5px;
	max-width: 500px;
	padding: 3px;
}

.gsapreferencias input[type="submit"], .gsapreferencias input[type="button"] {
	font-size: 1em;
	min-width: 60px;
	padding: 5px;
	height: auto;
	margin: 0;
}

.gsapreferencias input[type="submit"] {
	border-color: #0371B3;
}

/* Ultimos documentos distribuidora */
#documentos-distribuidora.ultimos-documentos .item {
	border-bottom: 1px dotted #232323;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#documentos-distribuidora.ultimos-documentos .item a {
	color: #0371B3; 
	font-weight: bold;
	font-size: 1.1484em;
}

#documentos-distribuidora.ultimos-documentos h2 {
	color: #0371B3;
	font-size: 2em;
	padding-bottom: 10px;
}

#documentos-distribuidora.ultimos-documentos .mais a {
	background: url("../images/icos/icono_mas_azul.svg") no-repeat center center;
	float: right;
	height: 17px;
	margin: 10px 5px 0 0;
	width: 17px;
}


#ademais-como, #ademais-abertos, #ademais-recursos {
	padding: 10px 20px;
}

#fila7 h2,
#ademais-como h3,
#ademais-abertos h3,
#ademais-recursos h3 {
	color: #0371B3;
	font-size: 2em;
	padding-bottom: 10px;
}
#ademais-como h3,
#ademais-abertos h3,
#ademais-recursos h3 {
	font-weight: normal;
	font-size: 1.9em;
}

#ademais-como li,
#ademais-abertos li,
#ademais-recursos li {
	color: #333333;
	list-style: square;
	margin: 7px auto 7px 10px;
	padding-left: 5px;
}

#ademais-como a,
#ademais-abertos a,
#ademais-recursos a {
	color: #333;
	font-size: 1.1em;
}

.fichaui .categorias .formatos {
	margin-bottom: 15px;
}

.fichaui .categorias span.boton-formato,
.listadoNovasCentral .itenNova span.boton-formato,
#ademais-abertos span.boton-formato {
	/*background-position: 0 0;
	background-repeat: repeat-x;
	border-radius: 4px;*/
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 0.8em;
	height: 17px;
	margin: 5px 5px 5px 0;
	padding: 1px 10px 4px;
	text-align: center;
}
.fichaui .categorias span.boton-formato:hover,
.listadoNovasCentral .itenNova span.boton-formato:hover,
#ademais-abertos span.boton-formato:hover {
	text-decoration: none;
}
	.fichaui .categorias span.boton-formato.Calendario,
	.fichaui .categorias span.boton-formato.WFS,
	.fichaui .categorias span.boton-formato.RSS,
	.listadoNovasCentral .itenNova span.boton-formato.Calendario,
	.listadoNovasCentral .itenNova span.boton-formato.WFS,
	.listadoNovasCentral .itenNova span.boton-formato.RSS,
	#ademais-abertos span.boton-formato.Calendario,
	#ademais-abertos span.boton-formato.WFS,
	#ademais-abertos span.boton-formato.RSS {
		/*background-image: url("../images/formatos/1.png");*/
		background-color: #F05F1F;
	}
	.fichaui .categorias span.boton-formato.CSV,
	.fichaui .categorias span.boton-formato.PostScript,
	.fichaui .categorias span.boton-formato.XHTML,
	.listadoNovasCentral .itenNova span.boton-formato.CSV,
	.listadoNovasCentral .itenNova span.boton-formato.PostScript,
	.listadoNovasCentral .itenNova span.boton-formato.XHTML,
	#ademais-abertos span.boton-formato.CSV,
	#ademais-abertos span.boton-formato.PostScript,
	#ademais-abertos span.boton-formato.XHTML {
		/*background-image: url("../images/formatos/2.png");*/
		background-color: #1C6EFF;
	}
	.fichaui .categorias span.boton-formato.DjVu,
	.fichaui .categorias span.boton-formato.RDF-N3,
	.fichaui .categorias span.boton-formato.XLS,
	.fichaui .categorias span.boton-formato.XLSX,
	.listadoNovasCentral .itenNova span.boton-formato.DjVu,
	.listadoNovasCentral .itenNova span.boton-formato.RDF-N3,
	.listadoNovasCentral .itenNova span.boton-formato.XLS,
	.listadoNovasCentral .itenNova span.boton-formato.XLSX,
	#ademais-abertos span.boton-formato.DjVu,
	#ademais-abertos span.boton-formato.RDF-N3,
	#ademais-abertos span.boton-formato.XLS,
	#ademais-abertos span.boton-formato.XLSX {
		/*background-image: url("../images/formatos/3.png");*/
		background-color: #9243D6;
	}
	.fichaui .categorias span.boton-formato.DWG,
	.fichaui .categorias span.boton-formato.RDF-Turtle,
	.fichaui .categorias span.boton-formato.XML,
	.listadoNovasCentral .itenNova span.boton-formato.DWG,
	.listadoNovasCentral .itenNova span.boton-formato.RDF-Turtle,
	.listadoNovasCentral .itenNova span.boton-formato.XML,
	#ademais-abertos span.boton-formato.DWG,
	#ademais-abertos span.boton-formato.RDF-Turtle,
	#ademais-abertos span.boton-formato.XML {
		/*background-image: url("../images/formatos/4.png");*/
		background-color: #2292DC;
	}
	.fichaui .categorias span.boton-formato.geoRSS,
	.fichaui .categorias span.boton-formato.RDF-XML,
	.fichaui .categorias span.boton-formato.ZIP,
	.listadoNovasCentral .itenNova span.boton-formato.geoRSS,
	.listadoNovasCentral .itenNova span.boton-formato.RDF-XML,
	.listadoNovasCentral .itenNova span.boton-formato.ZIP,
	#ademais-abertos span.boton-formato.geoRSS,
	#ademais-abertos span.boton-formato.RDF-XML,
	#ademais-abertos span.boton-formato.ZIP {
		/*background-image: url("../images/formatos/5.png");*/
		background-color: #CF9518;
	}
	.fichaui .categorias span.boton-formato.HTML,
	.fichaui .categorias span.boton-formato.SPARQL-JSON,
	.fichaui .categorias span.boton-formato.ODS,
	.listadoNovasCentral .itenNova span.boton-formato.HTML,
	.listadoNovasCentral .itenNova span.boton-formato.SPARQL-JSON,
	.listadoNovasCentral .itenNova span.boton-formato.ODS,
	#ademais-abertos span.boton-formato.HTML,
	#ademais-abertos span.boton-formato.SPARQL-JSON,
	#ademais-abertos span.boton-formato.ODS {
		/*background-image: url("../images/formatos/6.png");*/
		background-color: #77A500;
	}
	.fichaui .categorias span.boton-formato.JSON,
	.fichaui .categorias span.boton-formato.PDF,
	.listadoNovasCentral .itenNova span.boton-formato.JSON,
	.listadoNovasCentral .itenNova span.boton-formato.PDF,
	#ademais-abertos span.boton-formato.JSON,
	#ademais-abertos span.boton-formato.PDF {
		/*background-image: url("../images/formatos/7.png");*/
		background-color: #C91901;
	}
	.fichaui .categorias span.boton-formato.KML,
	.fichaui .categorias span.boton-formato.SOAP,
	.fichaui .categorias span.boton-formato.WMS,
	.listadoNovasCentral .itenNova span.boton-formato.KML,
	.listadoNovasCentral .itenNova span.boton-formato.SOAP,
	.listadoNovasCentral .itenNova span.boton-formato.WMS,
	#ademais-abertos span.boton-formato.KML,
	#ademais-abertos span.boton-formato.SOAP,
	#ademais-abertos span.boton-formato.WMS {
		/*background-image: url("../images/formatos/8.png");*/
		background-color: #168F31;
	}
	.fichaui .categorias span.boton-formato.KMZ,
	.fichaui .categorias span.boton-formato.SPARQL-XML,
	.listadoNovasCentral .itenNova span.boton-formato.KMZ,
	.listadoNovasCentral .itenNova span.boton-formato.SPARQL-XML,
	#ademais-abertos span.boton-formato.KMZ,
	#ademais-abertos span.boton-formato.SPARQL-XML {
		/*background-image: url("../images/formatos/9.png");*/
		background-color: #A59C6F;
	}
	.fichaui .categorias span.boton-formato.Otros,
	.fichaui .categorias span.boton-formato.Texto_Plano,
	.listadoNovasCentral .itenNova span.boton-formato.Otros,
	.listadoNovasCentral .itenNova span.boton-formato.Texto_Plano,
	#ademais-abertos span.boton-formato.Otros,
	#ademais-abertos span.boton-formato.Texto_Plano {
		/*background-image: url("../images/formatos/10.png");*/
		background-color: #F8006B;
	}
 
.estandar .listadoNovasCentral .info {
    margin-bottom: 20px;
}
	
#rexistrocomercio {
	display: block;
	margin: 0 auto;
}
iframe#rexistrocomercio {
	height: 730px !important;
}

/*REDES SOCIAIS*/

#redesSociais ul {
    float: left;
}
#redesSociais h2 {
    display: none;
}

#redesSociais ul li a span {
    display: none;
    font-size: 0;
    text-indent: -999px;
}
#redesSociais>.fila .lista-redes.abierto:after {
    content: "";
    position: absolute;
    bottom: -84px;
    left: 0px;
    width: 37px;
    height: 37px;
    background: #e8e8e8;
    border-radius: 50%;
    z-index: -2;
}
.rsbtn .rsbtn_play {
    margin-right: 0px;
}
.textoCompartir {
    background: url("../images/icos/compartir.svg") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    margin-left: 7px;
    padding: 5px 0 5px 20px;
}
#col1-2.col-sm-9 .fichaui .datosui .antetitulo {
    margin-left: 15px;
}
#col1-2.col-sm-9 .fichaui .datosui h2 {
    margin-left: 15px;
}
/* Video destacado */
#video-presentacion {
	background-color: #EEEEEE; 
	margin: 0 15px 20px 15px;
	padding: 10px;
	max-width: 713px;
}

.pe-video > p {
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* Flowplayer */
a.fp-embed {
	display: none!important;
}

div.fp-embed-code {
	display: none!important;
}

h2.titulo-listado-central {
	font-size: 2.3em;
	margin: 15px 5px;
}
h2.titulo-listado-central:first-letter{
	text-transform: capitalize
}

input.limpar {
	border-radius: 5px;
	font-size: 1.3em;
	height: 40px;
	padding: 0 2%;
	margin: 1% 1% 1% 2%;
}

/* Mapa do portal */
#mapa-web h1 {
	color: #0371B3;
	font-size: 2em;
	margin-bottom: 25px;
	padding: 0;
}

#mapa-web .listadoMapa h2 {
	background: url("../images/icos/flecha_normativa.png") no-repeat scroll left 21px rgba(0, 0, 0, 0);
	color: #000000;
	font-size: 1.8em;
	font-weight: 500;
	padding: 15px 0 15px 30px;
}

#mapa-web .pagina {
	color: #666666;
	display: list-item;
	list-style: square outside none;
	margin-left: 45px;
}



/*** CSS Hector Doingbusiness galicia ***/
.distribuidora #fila3 {
    padding-bottom: 50px;
    padding-top: 20px;
}

.distribuidora_doing .bandaMigas {
    top: 245px;
}

.distribuidora_doing .jcarousel-pagination {
    display: none;
}

.cabeceira_doing {
    font-size: 3.8em;
    font-weight: 100;
    padding-bottom: 10px;
}

.cabeceira_doing .doing {
    color: #009ee0;
    font-weight: 600;


}

/*
.cabeceira_doing {
    background: url("../images/logo_doingbusiness_gr.png") 0 10px no-repeat;
    height: 66px;
}
*/

.banner-cabeceira {
    height: 300px;
}

.bocadillo .doing {
	color: #009ee0;
	font-size: 1.2em;
	font-weight: 700 !important;
	letter-spacing: .5px;
}

.bocadillo .texto_bocadillo {
    position: relative;
    top: -200px;
    margin-left: 10%;
    margin-top: 5%;
    width: 80%;
    color: #fff;
    text-align: justify;
	font-size: 1.1em;
}

.logo_bocadillo {
    width: 35%;
    margin-left: 5px;
    margin-right: 2px;
}

.bocadillo .texto_bocadillo span {
	font-size: 1em;
	line-height: 1.1;
	font-weight: 300;
}

.bocadillo .texto_bocadillo .p1 {
    float: left;
}

.bocadillo_subtitulo {
    font-size: 1.6em;
    font-style: italic;
    font-weight: 700;
}


.banner-footer {
    background: url("../images/imagen_fondo.jpg") no-repeat rgba(0, 0, 0, .2);
    height: 230px;
    margin: 15px 0;
}

.banner-footer .col2,
.banner-footer .col3 {
    background-color: rgba(255,255,255,.8);
}

.banner-footer .logo_e,
.enlace_presentacion .logo_e {
    background: url("../images/logo_sede.png") no-repeat 30px 25px rgba(255,255,255,.8);
    border-radius: 50%;
    position: relative; 
}

.banner-footer .logo_e {
    width: 100px;
	height: 100px;
    top: 10px;
    left: -20px;
}

.banner-footer .col2,
.banner-footer .col3 {
	margin-top: 10%;
}

.banner-footer .row {
    padding: 0 10px;
}

.banner-footer .entrada-banner {
    background: url("../images/flecha.svg") no-repeat 99% 5px rgba(255,255,255,.8);
    padding: 20px;
}

.banner-footer .entrada-banner h3 {
    font-size: 1.5em; 
    text-transform: uppercase; 
    font-weight: 700;    
    line-height: 1;
}

.entrada-banner h3 {
    color: #EB6E0E;
}

.banner-footer .entrada-banner p {
    font-size: 1.1em;
    line-height: 1.2;
    padding-top: 15px;
}

@media (min-width: 360px) {
    
    .bocadillo .img-responsive {
       	height: 250px !important;
    }
    
    .bocadillo .texto_bocadillo {
       top: -250px;
    }
    
    .distribuidora_doing .bandaMigas {
        top: 245px;
    }

}



@media (min-width: 768px) {
    
    .bocadillo .img-responsive {
       	width: 100%;
    }
    
    .bocadillo .texto_bocadillo {
		top: -255px;
		font-size: .9em;
    }
    
    .bocadillo .texto_bocadillo span {
        font-size: 1.5em;
    }
    
    .bocadillo .bocadillo_subtitulo {
        font-size: 2em;
    }
    

}


/*** CSS Hector Detalle DoingBusiness galicia ***/
.propostas .titulo-propostas {
    color: #666;
    font-size: 3.3em;
    text-transform: uppercase;
    word-spacing: 10px;
    border-bottom: 2px solid #666;
	padding-bottom: 15px;
}

.cantidad-propostas {
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
}

.cantidad-propostas h1 {
    font-size: 6em;
}

.cantidad-propostas span {
    font-size: 1.8em;
    color: #666;
    position: relative;
    top: -15px;
}

.fecha_recibida {
    background-color: #666;
    padding: 10px 15px;
    height: 150px;
}

.fecha_recibida p, 
.fecha_recibida span {
    color: #fff;
    margin: 0;
    font-weight: 300;
}


.fecha_recibida span {
    font-size: 1.4em;
}

.media {
    padding: 20px 0;
}

.body-media h4 {
    font-size: 1.4em;
    color: #333;
    padding-top: 20px;
}

.body-media p {
    font-weight: 700;
}

.media-list .col-sm-12 a {
    font-size: 1.5em;
    padding-top: 15px;
    color: #333;
}


/* cuadro superior enlace presentacion electronica */
.enlace_presentacion {
    background-color: #E5F0F8;
    margin-top: 20px;
    margin-bottom: 50px;
}

.enlace_presentacion .logo_e {
    width: 80px;
    height: 80px;
    background-size: 50%;
    background-position: center center;
    margin-top: 10px;
}
.enlace_presentacion .entrada-banner h3 {
    padding-top: 10px;
    font-size: 2em;
    text-transform: uppercase;
}
.enlace_presentacion .entrada-banner p {
    padding: 10px 0;
    font-size: 1.7em;
    color: #0071BB;
    font-weight: 600;
    line-height: 1.2;
}

.enlace_presentacion.categorias.lista-centrada-vertical p{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.enlace_presentacion.categorias.lista-centrada-vertical p a {
    margin-bottom: 15px;
    display: block;
    padding-right: 20px;
}

.enlace_presentacion.categorias.lista-centrada-vertical p > a:last-child {
    margin-bottom: 0px;
}

@media(min-width:767px){
	.enlace_presentacion.categorias.lista-centrada-vertical p a{
		text-align: left;
	}
	.col-sm-pull-4 .enlace_presentacion.categorias.lista-centrada-vertical .col-sm-2 {
	    width: 25%;
	}
	.col-sm-pull-4 .enlace_presentacion.categorias.lista-centrada-vertical .col-sm-10 {
	    width: 75%;
	}
}

@media (max-width:767px){
	#redes-sociais-portada .tipo-red-social .listado {
	    bottom: 37px;
	}
	.enlace_presentacion.categorias.lista-centrada-vertical > .row{
	    padding-bottom: 20px;
	}
	.enlace_presentacion.categorias.lista-centrada-vertical > .row > .col-sm-2.eq-h{
		text-align: center;
	}
	.enlace_presentacion.categorias.lista-centrada-vertical p a {
	    padding-left: 20px;
	}
}
/* Modificaciones */
.enlace_presentacion.categorias.lista-centrada-vertical {
    display: table;
    width: 99%;
    margin: 20px 22px 0px 22px;
    width: -moz-calc(100% - 44px);
    width: -webkit-calc(100% - 44px);
    width: -o-calc(100% - 44px);
    width: calc(100% - 44px);
}
.enlace_presentacion.categorias.lista-centrada-vertical .logo_e {
    margin: 20px 25%;
}
.enlace_presentacion .entrada-banner{
    display: table;
}

.enlace_presentacion.categorias.lista-centrada-vertical div.sede{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.enlace_presentacion.categorias.lista-centrada-vertical div.sede > a:last-child {
    margin-bottom: 0px;
}
.enlace_presentacion .entrada-banner div.sede {
    padding: 15px 0px 15px 0px;
    font-size: 1.5em;
    color: #0071BB; 
    font-weight: 600;
    line-height: 1.2;
}
.enlace_presentacion.categorias.lista-centrada-vertical div.sede a {
    margin-bottom: 15px;
    display: block;
    padding-right: 20px;
}

.enlace_presentacion.categorias.lista-centrada-vertical .col-sm-2.eq-h{
	width: 120px;
}
.enlace_presentacion.categorias.lista-centrada-vertical .eq-h.col-sm-10.entrada-banner{
    	width: -moz-calc(100% - 144px);
	width: -webkit-calc(100% - 144px); 
    	width: -o-calc(100% - 144px);
    	width: calc(100% - 144px);
}

@media(min-width:767px){
	.enlace_presentacion.categorias.lista-centrada-vertical div.sede a{
		text-align: left;
	}
	.enlace_presentacion .logo_e {
	    background-size: 50%;
	    background-position: center center;
	    margin-top: 10px;
	    width: 7vw;
	    height: 7vw;
	}
}

.enlace_presentacion.categorias.lista-centrada-vertical p {
    font-size: 1.3em;
}
.enlace_presentacion.categorias.lista-centrada-vertical p a {
    margin-bottom: 20px;
}
.enlace_presentacion .logo_e {
    width: 80px !important;
    height: 80px !important;
}

@media (max-width:767px){
	.enlace_presentacion.categorias.lista-centrada-vertical .logo_e {
	    margin: 20px auto;
	}
	.enlace_presentacion.categorias.lista-centrada-vertical .col-sm-2.eq-h{
		width: 100%;
	}
	.enlace_presentacion.categorias.lista-centrada-vertical .eq-h.col-sm-10.entrada-banner{
		width: 100%;
	}
	.enlace_presentacion.categorias.lista-centrada-vertical > .row{
	    padding-bottom: 20px;
	}
	.enlace_presentacion.categorias.lista-centrada-vertical > .row > .col-sm-2.eq-h{
		text-align: center;
	}
	.enlace_presentacion.categorias.lista-centrada-vertical div.sede a {
	    padding-left: 20px;
	}
}






.fichaui .uisrelacionadas > h3.titulodoing {
	font-size: 2.5em;
	text-align: right;
	padding: 70px 30px 10px;
}
/*** CSS Hector Detalle de proposta DoingBusiness galicia ***/
.resposta_proposta {
    border-left: 10px solid #666;
    padding-left: 50px;
    margin-bottom: 15px;
}
.resposta_proposta .encabezado {
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
}
.resposta_proposta .encabezado h2 {
    color: #067FB9;
    padding: 10px 0;
    font-size: 2.2em;
}
.resposta_proposta .corpo {
    padding-top: 30px;
}
.resposta_proposta .corpo p {
    font-size: 1.2em;
    line-height: 1.3;
}
.resposta_proposta .fecha {
    font-size: 1.4em;
}
.resposta_proposta .categorias {
    background-color: #E5F0F8;
    margin: 15px 0 15px 0px;
    padding: 10px 0 15px 0;
}
#proposta .recibida{
	margin-bottom:10px;
}
#proposta .recibida h1{
   font-size:3em;
}
#proposta .titulo{
  font-weight: bold;
}
#proposta .proponse {
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid grey;
}
#proposta .relacionado h2{
	padding-bottom:10px;
}
#proposta .relacionado  h2 {
    background-color: #fff!important; 
    color: #000 !important; 
}
#proposta .proponse h2 {
    background-color: #fff!important; 
    color: #000 !important; 
    padding-bottom:10px;
 
}
#proposta .encabezado h2 {
    background-color: #fff!important; 
}
#proposta .galicia{
	padding-top:0px;
	padding-left:40%;
}
#proposta .doingtitulo{
	padding-left:10%;
	font-size: 3em;
}
#menu-superior,#selector-idiomas {
    display: inline-block;
    float: right;
    padding: 0;
    margin-bottom: 0;
    color:#fff;
}
#menu-superior li,#selector-idiomas li {
    display: inline-block;
    list-style: outside none none;
}
#selector-idiomas span.activo {
    background: rgba(0,0,0,0) url("../images/bolos/sobreEncabezado.svg") repeat-x scroll center top;
    opacity: 1;
    padding-top: 15px;
}
#selector-idiomas span,#menus-cabeceira a {
    color: #fff;
}
#menus-cabeceira span,#menus-cabeceira a {
    font-size: 1.2em;
    opacity: .8;
    padding: 3px;
}




/* Estilos 2018 */ 

#envolutraCabeceira #logo-scrolled {
    padding: 0 10px;
}

.headerCabeceira {
    position: absolute;
    width: 100%;
}
.scrolled #envolutraCabeceira {
    padding-bottom: 14px;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	padding: 0px;
}
body #wrapper header.scrolled {
    height: 135px;
}
@media(max-width:922px){ 
	.buscadorScrolled button {
	    margin-right: 30px;
	}
}
.scrolled #menu-principal {
    margin-top: 0px;
}


#pe-paxina .filaLogoFeder {
    background-color: #fafaf9;
    padding: 20px 0; 
}

#pe-paxina .logocc {
    height: 15px;
}
#pe-paxina .footerSubir.scrolled {
    cursor: pointer;
    position: fixed;
    -webkit-animation-name: showArrow;  
    -webkit-animation-duration: .1s;
    animation-name: showArrow;
    animation-duration: .1s;
    right: 0;
    bottom: 10px;
}
#pe-paxina .footerSubir {
    position: fixed;
    -webkit-animation-name: hideArrow;
    -webkit-animation-duration: .1s;
    animation-name: hideArrow;
    animation-duration: .1s;
    right: -40px;
    bottom: 10px;
}
#info-pe {
    text-align: center;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
}


.show-xs{
	display:none !important;
}


@media (min-width: 768px){
    #logo-xunta-pe {
        text-align: right;
    }
    #logo-xunta-pe>a {
        position: relative;
        bottom: 5px;
        margin-left: 30px;
    }
    #logo-galicia-pe {
        text-align: left;
    }
    #info-pe {
        margin-bottom: 10px;
    }
    .autoMaxWidth {
        margin: 0 auto;
        max-width: 1105px;
    }
    .autoMaxWidthPie {
        margin: 0 auto;
        max-width: 1075px;
    }

    header.scrolled .headerCabeceira {
        position: static!important;
        width: 100%;
    }


}

@media (min-width: 992px){
    #info-pe {
        margin-bottom: 0;
    }
    #info-pe p {
        margin-bottom: 0;
    }
}

@media (min-width: 1090px){
    #logo-xunta-pe>a {
        margin-left: 0;
    }
}

@media(max-width:767px){
	.resultadosGDC .GSAMenu {
	    width: 100% !important;
	    margin-bottom: 20px;
	}
	
	.resultadosGDC .GSAResultados {
	    width: 100% !important;
	}
	
	#col3-2 .resultadosGDC {
	    padding: 0px;
	    margin: 20px;
	}
	
	.menudistrib h2 {
	    padding: 5px 20px;
	}
	.submenu-columna-titulo{
	    text-transform: uppercase;
	    margin-bottom: 3px!important;
	    border-right: 0!important;
	    font-size: 1em;
	    margin-top: 10px;
	    margin-left: -10px;
	}
	#busqueda #etiquetas {
	    margin: 0;
	}
	.submenu-columna{
		margin: 0px 0 0px 0 !important;
	}
	.show-xs{
		display:block !important;
	}
	
    #logo-xunta-pe {
        text-align: center;
        margin: 20px 0;
    }
    #logo-galicia-pe {
        text-align: center;
        margin: 20px 0;
    }
    #info-pe>p {
        margin-bottom: 15px;
        padding: 0 15px;
        text-align: center;
    }
    #info-pe {
        margin-bottom: 40px;
    }
    #menu-xunta-collapse {
        border: 0 none;
    }
	.menu-elemento {
		margin: 0 10px 0 0px;
	}

    
	#bloqueBuscador input[type="text"] {
	    border-radius: 0px;
	}

   
	.sabiasquedistrib > .centrar > .col-xs-12.col-sm-8 {
	    padding: 0px;
	}
}





 









/* NUEVA MAQUETACION RESPONSIVA */



#envolutraCabeceira {
    position: relative;
    z-index: 1;
    padding-bottom: 9px;
}


#menu-xunta-collapse li a {
    width: 100%;
}

#navegacion-principal li.dropdown.open a {
    background-color: #29aae3;
}

#navegacion-principal .dropdown-menu>li>a {
    margin: 10px 0;
}

#navegacion-principal .dropdown-menu a {
    font-size: 1.3em;
}

#navegacion-principal ul>li a {
    color: #fff;
}

#envolutraCabeceira>div {
    font-size: .95em;
    padding: 3px 15px 0;
    width: 100%;
} 


#logos-cabeceira>a {
    float: right;
    margin-right: 0;
    margin-top: 30px;
}

#menu-superior,#selector-idiomas {
    display: inline-block;
    float: right;
    padding: 0;
    margin-bottom: 0;
}


#menu-superior li,#selector-idiomas li {
    display: inline-block;
    list-style: outside none none;
}

#selector-idiomas span.activo {
    background: rgba(0,0,0,0) url("../images/bolos/sobreEncabezado.svg") repeat-x scroll center top;
    opacity: 1;
    padding-top: 15px;
}
 
#selector-idiomas span,#menus-cabeceira a {
    color: #fff;
}

#menu-superior>li,#menu-superior {
    margin-right: 15px;
}

#menus-cabeceira span,#menus-cabeceira a {
    font-size: 1.2em;
    opacity: .8;
    padding: 3px;
}





.scrolled #envolutraCabeceira{
	    height: inherit;
	}
.scrolled #logos-cabeceira>h1 {
    float: left;
    margin-left: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
}
#logos-cabeceira>a {
    float: right;
    margin-right: 0;
    margin-top: 30px;
}
#menu-superior,#selector-idiomas {
    display: inline-block;
    float: right;
    padding: 0;
    margin-bottom: 0;
}
#menu-superior li,#selector-idiomas li {
    display: inline-block; 
    list-style: outside none none;
}
#selector-idiomas span.activo {
    background: rgba(0,0,0,0) url("../images/bolos/sobreEncabezado.svg") repeat-x scroll center top;
    opacity: 1;
    padding-top: 15px;
}
#selector-idiomas span,#menus-cabeceira a {
    color: #fff;
}
#menu-superior>li,#menu-superior {
    margin-right: 15px;
}
#menus-cabeceira span,#menus-cabeceira a {
    font-size: .85em;
    opacity: .8;
    padding: 3px;
}

#mapa-web {
    margin-top: 30px;
}
.listadoNovas .novas .nonHai {
    padding: 15px 10px;
}
.scrolled .logo_xacobeo_cabecera img {
    height: 40px!important;
} 
@media( min-width:768px ){
	#content-wrapper.scrolled {
	    margin-top: 162px;
	}
	.vista-edicion #content-wrapper.scrolled {
	    margin-top: 202px;
	}
	.scrolled #menus-cabeceira {
	    visibility: hidden;
	}
	.scrolled #menu-principal .menu-elemento > a {
	    padding: 8px 10px;
	    font-size: 1.15em;
	}
	.scrolled #menu-principal .menu-elemento  {
	    height: 36px;
	    padding-right: 18px;
	    margin: 0 30px 0 0;
	    background-position: right 6px top 14px;
	}
	.scrolled #menus-cabeceira {
	    visibility: hidden;
	}
	.scrolled #menu-principal ul > .menu-elemento:first-child {
	    margin-left: 5px;
	}
	.navbar { 
	    min-height: 30px;
	}
    /* #menu-principal .navbar-nav > .menu-elemento:nth-child(4) .dropdown-menu, 
    #menu-principal .navbar-nav > .menu-elemento:nth-child(5) .dropdown-menu {
        right: 0px !important;
        left: inherit;
    } */ 
	header:not(.scrolled) #envolutraCabeceira{
		min-height: 155px;
	} 
} 
 
@media (max-width: 920px){
    #menu-principal .menu-elemento>a {
        padding: 8px 5px !important;
        font-size:1.1em;
    }
    #menu-principal .menu-elemento {
        padding-right: 13px !important;
        background-position: right 3px top 15px !important;
    }
}

@media(max-width:767px){ 
	#menu-principal .menu-elemento>a {
	    padding: 8px 20px!important;
	    font-size: 1.1em;
	}
	.navbar-nav {
	    margin: 0px !important;
	    padding: 0px !important;
	}
	.navBuscador.navbar-nav {
	    margin: 7.5px 5px !important;
	}
	#menu-principal .menu-elemento {
	    margin: 0px !important;
	    padding: 0px !important;
	}
	#envolutraCabeceira img {
	    height: 40px;
	    margin-top: 7px;
	} 
	header:not(.scrolled) #envolutraCabeceira {
	    position: relative;
	    z-index: 9999;
	    float: left;
	}
	header:not(.scrolled) #envolutraCabeceira{
		min-height: 50px;
	} 
	#menu-principal .menu-elemento:hover {
	    border-bottom: 2px solid #eee;
	    background-color: transparent;
	}
	#menu-principal .menu-elemento {
	    background-position: right 30px top 15px!important;
	    border-bottom: 2px solid transparent;
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	    background-color: #0371B3;
	    border-color: #0371B3;
	    border-radius: 0;
	} 
	.open ul.dropdown-menu.submenu {
	    background-color: #0371B3;
	    border-color: #0371B3;
	    border-radius: 0;
	    position: relative;
	    z-index: 1; 
	    width: 100%;
	}
	.portada .destacamos-portada.iconos .lista .item{
		margin-bottom: 0 !important;
	}
	.portada .destacamos-portada.iconos{
		margin-bottom:30px;
	}
}

#pe-paxina .masInfoFooter {
    padding: 0;
    text-align: center;
}

#info-pe {
    text-align: center;
}

.footer-izq .titulo {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 10px;
    color: #0371B3;
    padding: 0;
}

.footer-izq .opc {
    font-size: 1.5em;
    margin-bottom: 14px;
}

.footer-izq {
    padding: 0 0 17px 0;
}

.footer-der {
    border-left: 1px solid #0371B3;
    padding-bottom: 10px;
}

.footer-der .item>a {
    display: block;
    height: 30px;
    font-size: 1.1em;
    margin-bottom: 11px;
} 

.footer-der .icono img {
    width: 34px;
    height: 26px;
}

.footer-der .icono {
    position: relative;
    top: 0;
    /* margin-right: 10px; */
}

#menuFooter .iconos-sociales>.row>.icono:first-child {
    text-align: right;
}

#menuFooter .iconos-sociales>.row>.icono:nth-child(2) {
    text-align: center;
}

#menuFooter .iconos-sociales>.row>.icono:last-child {
    text-align: left;
}

#menuFooter .iconos-sociales {
    margin-top: 10px;
    margin-bottom: 10px;
}

#menuFooter .linkFeder>img {
    display: inline;
}

.footer-izq .list-unstyled {
    display: block;
}

.footer-izq>.col-sm-4 {
    padding: 0 70px 0 0;
}

.footer-izq>.col-sm-4 .titulo {
    padding: 0;
    line-height: 1.2em;
}

.footer-izq .opc {
    padding: 0;
}
.footer-izq .opc a {
    line-height: 1.2em;
}

@-webkit-keyframes hideArrow {
    0% {
        right: 0;
        bottom: 10px;
    }

    25% {
        right: -10px;
        bottom: 10px;
    }

    50% {
        right: -20px;
        bottom: 10px;
    }

    75% {
        right: -30px;
        bottom: 10px;
    }

    100% {
        right: -40px;
        bottom: 10px;
    }
}

@-webkit-keyframes showArrow {
    0% {
        right: -40px;
        bottom: 10px;
    }

    25% {
        right: -30px;
        bottom: 10px;
    }

    50% {
        right: -20px;
        bottom: 10px;
    }

    75% {
        right: -10px;
        bottom: 10px;
    }

    100% {
        right: 0;
        bottom: 10px;
    }
}

@keyframes hideArrow {
    0% {
        right: 0;
        bottom: 10px;
    }

    25% {
        right: -10px;
        bottom: 10px;
    }

    50% {
        right: -20px;
        bottom: 10px;
    }

    75% {
        right: -30px;
        bottom: 10px;
    }

    100% {
        right: -40px;
        bottom: 10px;
    }
}

@keyframes showArrow {
    0% {
        right: -40px;
        bottom: 10px;
    }

    25% {
        right: -30px;
        bottom: 10px;
    }

    50% {
        right: -20px;
        bottom: 10px;
    }

    75% {
        right: -10px;
        bottom: 10px;
    }

    100% {
        right: 0;
        bottom: 10px;
    }
}

#pe-paxina .footerSubir {
    position: fixed;
    -webkit-animation-name: hideArrow;
    -webkit-animation-duration: .1s;
    animation-name: hideArrow;
    animation-duration: .1s;
    right: -40px;
    bottom: 10px;
}

#pe-paxina .footerSubir.scrolled {
    cursor: pointer;
    position: fixed;
    -webkit-animation-name: showArrow;
    -webkit-animation-duration: .1s;
    animation-name: showArrow;
    animation-duration: .1s;
    right: 0;
    bottom: 10px;
}


#pe-paxina .filaLogoFeder {
    background-color: #fafaf9;
    padding: 20px 0;
       font-size: 10px;
}

#pe-paxina .filaLogoFeder .link012 {
    float: left;
}

#pe-paxina .filaLogoFeder .link012>div {
    background: rgba(48,126,185,1);
    background: -moz-linear-gradient(left,rgba(48,126,185,1) 0,rgba(48,126,185,1) 45%,rgba(111,159,200,1) 45%,rgba(111,159,200,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,rgba(48,126,185,1)),color-stop(45%,rgba(48,126,185,1)),color-stop(45%,rgba(111,159,200,1)),color-stop(100%,rgba(111,159,200,1)));
    background: -webkit-linear-gradient(left,rgba(48,126,185,1) 0,rgba(48,126,185,1) 45%,rgba(111,159,200,1) 45%,rgba(111,159,200,1) 100%);
    background: -o-linear-gradient(left,rgba(48,126,185,1) 0,rgba(48,126,185,1) 45%,rgba(111,159,200,1) 45%,rgba(111,159,200,1) 100%);
    background: -ms-linear-gradient(left,rgba(48,126,185,1) 0,rgba(48,126,185,1) 45%,rgba(111,159,200,1) 45%,rgba(111,159,200,1) 100%);
    background: linear-gradient(to right,rgba(48,126,185,1) 0,rgba(48,126,185,1) 45%,rgba(111,159,200,1) 45%,rgba(111,159,200,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#307eb9',endColorstr='#6f9fc8',GradientType=1);
    display: inline-block;
    font-weight: 600;
    padding: 7px;
} 

#pe-paxina .filaLogoFeder .link012:hover {
    text-decoration: none;
}

#pe-paxina nav {
    margin-bottom: 0px;
}

#pe-paxina .nav-section {
    float: left;
    padding-left: 35px;
}

#logo-xunta-pe img {
    width: 102px;
}

#pe-paxina nav>h2,#pe-paxina .nav-section h2 {
    color: #FFF;
    font-size: 2em;
}

#pe-paxina .nav-section ul {
    display: block;
    border-left: 1px dashed #FFF;
    padding-left: 10px;
}

#pe-paxina .nav-section ul li:before {
    content: "*";
    margin-right: 5px;
    color: #FFF;
}

#pe-paxina .nav-section ul li {
    list-style: none;
    font-size: 1.2em;
    margin-bottom: 2px;
    margin-top: 2px;
}

#pe-paxina .footerSubir .subir {
    color: #fff;
}

#pe-paxina .logocc {
    height: 15px;
}


#pe-paxina .RRSS img {
    height: 41px;
    width: 41px;
}
#pe-paxina .RRSS .facebook {
    background: rgba(0,0,0,0) url("/tema-portal-cei/images/iconos/iconos_redes-01.png") repeat scroll 0 0;
}
#pe-paxina .RRSS .twitter {
    background: rgba(0,0,0,0) url("/tema-portal-cei/images/iconos/iconos_redes-02.png") repeat scroll 0 0;
    left: 80px;
}
#pe-paxina .RRSS .youtube {
    background: rgba(0,0,0,0) url("/tema-portal-cei/images/iconos/iconos_redes-03.png") repeat scroll 0 0;
    left: 144px;
}
#highContrastFormMigas input {
    background-color: transparent;
    border: medium none;
    padding: 0;
}
#highContrastFormMigas input:hover {
    text-decoration: underline;
}
#highContrastFormMigas input:focus {
    outline: thin dotted;
    outline-offset: -2px;
    text-decoration: underline;
}
#menuFooter .iconos-sociales .peFacebook {
    background-image: url('/tema-portal-cei/images/iconos/sociales/ico_facebook.svg');
}
#menuFooter .iconos-sociales .peFacebook:hover {
    background-image: url('/tema-portal-cei/images/iconos/sociales/ico_facebook_trans.svg');
}
#menuFooter .iconos-sociales .peTwitter {
    background-image: url('/tema-portal-cei/images/iconos/sociales/ico_twitter.svg');
}
#menuFooter .iconos-sociales .peTwitter:hover {
    background-image: url('/tema-portal-cei/images/iconos/sociales/ico_twitter_trans.svg'); 
}
#menuFooter .iconos-sociales .peYouTube { 
    background-image: url('/tema-portal-cei/images/iconos/sociales/ico_youtube.svg');
}
#menuFooter .iconos-sociales .peYouTube:hover {
    background-image: url('/tema-portal-cei/images/iconos/sociales/ico_youtube_trans.svg');
}
#menuFooter .iconos-sociales img {
    height: 36px;
    width: 36px;
}
#menuFooter .iconos-sociales>.row>.icono {
    padding-top: 6px;
    padding-bottom: 6px;
}


.rsbtn .rsbtn_text {
    color: #fff
}
.rsbtn .rsbtn_play {
    color: #fff!important;
    border-radius: 0;
    background: #0371B3 none!important
}
.rsbtn .rsbtn_play .glyphicon-volume-up {
    padding: 5px 9px 5px 5px;
    font-size: 1.3em
}
.rsbtn .rsbtn_play span {
    background: transparent none!important
}
.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text {
    padding-left: 0
}
.rsbtn .rsbtn_play .rsbtn_right {
    background: transparent url(/tema-portal-cei/images/readspeaker/play_rs.png) no-repeat left center!important;
    width: 25px!important
}
.rsbtn .rsbtn_closer {
    background: #0371B3 url(/tema-portal-cei/images/readspeaker/close_rs.svg) no-repeat center center!important;
    width: 30px;
    border-radius: 0 5px 5px 0
}
.rsbtn .rsbtn_player {
    background: #0371B3 none!important
}
.rsbtn .rsbtn_pause {
    background: #0371B3 url(/tema-portal-cei/images/readspeaker/pause_rs.svg) no-repeat center center!important;
    width: 25px
}
.rsbtn .rsbtn_stop {
    background: #0371B3 url(/tema-portal-cei/images/readspeaker/stop_rs.svg) no-repeat scroll 10px center!important;
    width: 47px!important
}
.rsbtn .rsbtn_volume.rsplaypart {
    background: transparent url(/tema-portal-cei/images/readspeaker/altavoz.svg) no-repeat scroll 0 0
}
.rsbtn .rsbtn_settings.rsplaypart {
    background: transparent url(/tema-portal-cei/images/readspeaker/options.svg) no-repeat scroll 0 0
}
.rsbtn .rsbtn_dl.rsplaypart {
    background: transparent url(/tema-portal-cei/images/readspeaker/download.svg) no-repeat scroll 0 0
}
.rsbtn .rsbtn_closer.rspart {
    background: transparent url(/tema-portal-cei/images/readspeaker/close_rs.svg) no-repeat scroll 0 0
} 
.rsbtn .rsbtn_exp {
    margin-left: -4px
}
.rspopup .rsbtn_text {
    display: none
}
.rspopup .rsbtn_left {
    width: 7px!important
}
.rspopup {
    border-radius: 0
}
.rsbtn .rsbtn_closer.rsimg {
    border-radius: 0
}

@media(max-width: 400px) {
    #readspeaker_button1.rsbtn .rsbtn_play {
        float: right
    }
    span.rsbtn_exp.rsimg.rspart {
        position: absolute;
        right: 0
    }
    .rsbtn.rsexpanded .rsbtn_play {
        position: absolute;
        top: -25px;
        right: 0
    }
}


@media(min-width: 768px) {
    .footer-der .logo img {
        width:100%;
    }

    #logo-xunta-pe>a {
        position: relative;
        bottom: 5px;
        margin-left: 30px;
    }

    #logo-xunta-pe {
        text-align: right;
    }

    #logo-galicia-pe {
        text-align: left;
    }

    #logo-galicia-pe>a {
        position: relative;
        bottom: 5px;
        margin-right: 30px;
    }

    #info-pe {
        margin-bottom: 10px;
    }

    #menuFooter {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media(min-width: 992px) {
    #info-pe {
        margin-bottom:0;
    }

    #info-pe p {
        margin-bottom: 0;
    }
}

@media(min-width: 1090px) {
    #logo-xunta-pe>a {
        margin-left:0;
    }

    #logo-galicia-pe>a {
        margin-right: 0;
    }

    #menuFooter {
        margin-right: 0;
        margin-left: 0;
    }
}

@media(min-width: 1025px) {
    .footer-der .icono {
        top:-5px;
        float: left;
    }
}

@media(max-width: 1024px) {
    .footer-der .item {
        text-align:center;
    }

    .footer-der .item>a {
        display: block;
        height: 57px;
        font-size: 1.1em;
        margin-bottom: 10px;
        line-height: 1.1em;
    }

    .footer-der .icono {
        display: block;
        margin-bottom: 3px;
    }
}

@media(max-width: 767px) {
    .footer-izq>.col-sm-4 {
        padding-right:15px;
        padding-left: 15px;
    }

    .footer-izq .opc {
        padding-right: 15px;
        padding-left: 15px;
    }

    #pe-paxina .filaLogoFeder {
        margin: 0;
        padding: 20px 15px;
    } 

    .footer-izq>.col-sm-4 .titulo {
        padding: 10px;
    }

    #logo-xunta-pe {
        text-align: center;
        margin: 20px 0;
    }

    #logo-galicia-pe {
        text-align: center;
        margin: 20px 0;
    }

    .footer-der {
        border-left: none;
    }

    .footer-izq .titulo {
        text-align: center;
        border: 1px solid;
        margin: 10px 0;
        padding: 10px;
    }

    .footer-izq .list-unstyled {
        display: none;
        margin: 10px 0;
    }

    #menuFooter .iconos-sociales { 
		margin-bottom: 0px; 
		padding: 0px; 
    } 

    .footer-der .item {
        text-align: center;
        margin-bottom: 25px;
		position: relative;
		min-height: 50px;
    }

    .footer-der .logo {
        text-align: center;
        margin-bottom: 20px;
    }
 
	.footer-der .item > a {
	    top: 0px;
	    margin: 0 auto !important;
	    position: relative;
	}

    .footer-der .item>a>.icono {
        display: block;
        margin-bottom: 8px;
        margin-right: 0px;
    }

    .footer-der>div:first-child {
        margin-bottom: 10px;
    }

    /*#menuFooter .iconos-sociales>.row>div:first-child a {
        text-align:center;
        float: right;
    }

    #menuFooter .iconos-sociales>.row>div a {
        margin: 0 auto;
        text-align:center;
    }

    /*#menuFooter .iconos-sociales>.row>div:last-child a {
        text-align:center;
        float: left; 
    }*/

    #menuFooter .iconos-sociales>.row>.icono {
        padding: 0;
    }

    #highContrastFormMigas a {
        margin-bottom: 15px;
    }

    #highContrastFormMigas p a {
        margin-bottom: 15px;
    } 
    
	#redes-sociais-portada .tipo-red-social .listado.facebook {
	    width: 100vw;
	    left: -24vw;
	}
	#redes-sociais-portada .tipo-red-social .listado.twitter {
	    left: -40vw;
	    width: 100vw;
	}
	#redes-sociais-portada .tipo-red-social .listado.google {
	    left: -50vw;
	    width: 100vw;
	}
	#redes-sociais-portada .tipo-red-social .listado.youtube {
	    left: -56vw;
	    width: 100vw; 
	}
	#menuFooter .iconos-sociales>.row>.icono.tipo-red-social {
	    padding: 0px;
	    background-color: transparent !important;
	}
	    
}



@media(max-width: 767px) {
    .margin-item-xs {
        margin-bottom:15px;
    }

    #fancybox-wrap .titulo {
        font-size: 1.4em;
    }

    .rsbtn_play {
        margin-bottom: 10px;
    }

    .datos.whatsapp .rs_skip.rs_preserve .btn-correo {
        left: 224px;
        top: 4px;
    }

    #redesSociais>ul>li {
        margin: 0;
    }

    .subportadaNovas .listadoactualidadeportada .mais {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .subportadaNovas .listadoactualidadeportada h2.titulo {
        text-align: left;
    }

    .subportadaNovas .listadoactualidadeportada .mais {
        text-align: left;
    }

    .subportadaNovas .listadoactualidadeportada .mais {
        padding: 0!important;
    }

    .subportadaNovas .listadoactualidadeportada .titulo {
        margin: 0 0 20px 0;
    }

    #presidenteMulti .envolturaImx {
        display: block;
    }

    #multiPortada .videoNova,#multiPortada .imaxeNova,#presidenteMulti .videoNova,#presidenteMulti .imaxeNova,.itemListado .videoNova,.subportadaNovas #fila-2 .itemListado.nova .imaxeNova {
        margin-bottom: 10px;
        min-height: 115px;
    }

    #multiPortada .videoNova>a,#multiPortada .imaxeNova>a,#novasRelaMulti .videoNova>a>.envolturaImx,#novasRelaMulti .imaxeNova>a>.envolturaImx {
        float: left;
    }

    #multiPortada .videoNova>a:first-child,#multiPortada .imaxeNova>a:first-child {
        float: left;
        height: 100px;
        margin-bottom: -115px;
        position: relative;
        width: 150px;
    }

    #multiPortada .videoNova>a img,#multiPortada .imaxeNova>a img,#novasRelaMulti .videoNova>a img,#novasRelaMulti .imaxeNova>a img,#presidenteMulti .videoNova>a:first-child img,#presidenteMulti .imaxeNova>a:first-child img {
        height: 100px;
        width: 150px;
        object-fit: cover;
        text-align: center;
        margin: 0 auto;
        display: inline-block;
        overflow: hidden;
        vertical-align: middle;
        position: relative;
        object-position: top;
    }

    .subportadaNovas #fila-2 .itemListado.nova>a.imxNormal img,.subportadaNovas #fila-2 .itemListado.nova>a.imxNormal img,.subportadaNovas #fila-2 .itemListado.nova>a.imxMini img,.subportadaNovas #fila-2 .itemListado.nova>a.imxMini img {
        width: 100%;
    }

    #multiPortada .videoNova>p,#multiPortada .imaxeNova>p,#novasRelaMulti .videoNova>a>p,#novasRelaMulti .imaxeNova>a>p {
        color: #0371B3;
        font-weight: 300;
        line-height: 1.3em;
        margin-left: 165px;
        display: block;
    }

    #presidenteMulti .videoNova>a:nth-child(2),#presidenteMulti .imaxeNova>a:nth-child(2) {
        color: #0371B3;
        font-weight: 300;
        margin-left: 165px;
        display: block;
    }

    #presidenteMulti .videoNova>a:nth-child(2),#presidenteMulti .imaxeNova>a:nth-child(2) {
        position: relative;
        top: -115px;
        margin-bottom: -115px;
    }

    #presidenteMulti .videoNova>a:first-child .play {
        width: 50px!important;
        height: 50px!important;
    }

    .subportadaNovas .itemListado.nova a {
        display: block;
        height: 100%;
    }

    #menuFooter .footer-izq .titulo,#menuFooter .footer-izq .titulo:hover {
        cursor: pointer;
    }

    .col-sm-2-5 {
        width: 50%;
        margin: 15px 0;
    }

    .unaColumnaMenuLateral .cabeceiraContido>h3 {
        margin-top: 25px;
    }

    .margen-cabecera {
        margin-top: 70px!important;
    }

    .margen-cabecera-nobtnlat {
        margin-top: 70px;
    }

    .unaColumna.margen-cabecera {
        margin-top: 70px!important;
    }

    #filtroCategorias .botonsCategorizador {
        padding: 0;
    }

    header .imxdegradado {
        height: 60px;
    }

    .pagination-sm>li>a,.pagination-sm>li>span {
        padding: 10px 20px;
        font-size: 18px;
        line-height: 1.5;
    }

    .peContido>.row:first-child>.col-sm-6:first-child {
        margin: 30px 0 20px 0;
    }

    .peContido>.row:first-child>.col-sm-6:nth-child(2) {
        margin: 0 0 30px 0;
    }

    #content-wrapper {
        margin-top: 60px;
    }

    #content-wrapper.conselleria {
        margin-top: 80px;
    }

    .paxSupBusca {
        text-align: center;
    }

    #resultados {
        text-align: center;
    }

    .paxSupBusca {
        padding: 0 0 20px 0!important;
    }

    .paxSupBusca .paxinador {
        display: inline-block;
        float: none!important;
    }

    #logo-xunta-pe {
        margin-bottom: 15px;
    }

    #menu-xunta-collapse {
        border: 0 none;
    }

    #menu-xunta-collapse .principal {
        margin-bottom: 0;
    }

    #collapseListGroup2 li a {
        width: 100%;
    }
    #info-pe>p {
        margin-bottom: 15px;
        padding: 0 15px;
        text-align: center;
    }

    #info-pe {
        margin-bottom: 40px;
    }

    #logo-xunta-pe>a {
        margin-left: 15px;
    }

    #pe-paxina .masInfoFooter {
        text-align: center;
        width: 100%;
    }

    #pe-paxina .RRSS img {
        margin: 15px;
    }

    #logo-galicia-pe img {
        margin-right: 15px;
    }

    #pe-paxina .filaLogoFeder .link012 {
        margin-left: 30px;
    }

    #gestiona .row>div {
        margin-bottom: 15px;
    }

    #informacionInteres .row .col-xs-12.col-sm-6.col-lg-3 {
        margin-bottom: 15px;
    }

    #gestiona .descricion {
        display: block;
        margin-left: 40px;
    }

    #gestiona a {
        padding-left: 10px;
    }

    .listadoactualidadeportada .destacado .textodestacado {
        font-size: 1.5em;
    }

    .reproduciendoVideo .botoncerrar {
        top: 16px;
        right: 18px;
    }

    .reproduciendoVideo .scrolled .botoncerrar {
        top: 0;
    }

    #fila-1 .caixaCuadrada.dog {
        padding: 20px;
    }

    #gestiona .info {
        margin-left: 30px;
    }

    #fila-3 .destacadoBannerPortada {
        margin: 0 auto 15px;
    }

    .listadoactualidadeportada .destacado .textodestacado {
        font-size: 1.5em;
    }

    .listadoactualidadeportada .novastexto .texto {
        color: #0371b3;
        display: block;
        font-size: 1.5em;
    }

    h2.titulo {
        font-size: 2.6em;
    }

    .listadoactualidadeportada .vermaisactualidade>a {
        font-size: 1.8em;
    }

    .listadoactualidadeportada .vermaisactualidade img {
        width: 8%;
    }

    .listadoactualidadeportada .novastexto>div {
        margin-bottom: 15px;
    }

    #col-3-1 {
        border-top: 15px solid #e7f1f8;
    }

    #fila-3 .destacadoBannerPortada>a span {
        font-size: .7em;
    }

    #fancybox-title>div.imaxeMultimedia {
        background-image: url("../../images/fancybox/fancy_title_over.png");
        font-size: 1em;
        font-weight: 100;
        padding: 10px;
    }

    #fancybox-wrap #fancybox-outer #fancybox-right span,#fancybox-wrap #fancybox-outer #fancybox-left span {
        visibility: visible;
    }

    #fancybox-wrap #fancybox-outer #fancybox-right {
        right: 0;
    }

    #fancybox-wrap #fancybox-outer #fancybox-left {
        left: 0;
    }

    #presidenteMulti .videoNova img.play,#multiPortada .videoNova img.play,#novasRelaMulti .videoNova img.play {
        height: 30px;
        left: 5px;
        bottom: 10px;
        position: absolute;
        width: 30px;
        z-index: 1;
    }

    .listadoactualidadeportada .vermaisactualidade .maisActu {
        font-size: 1.8em;
    }

    .listadoactualidadeportada .novasimaxes a:nth-child(1) {
        float: left;
    }

    .listadoactualidadeportada .destacado.imaxeNova .textodestacado {
        padding: 10px;
        width: 100%;
    }

    .listadoactualidadeportada .listado .destacado {
        margin-bottom: 15px;
    }

    .listadoactualidadeportada .listado>.row .novasimaxes>div:nth-child(1) {
        margin-bottom: 15px;
    }

    .listadoactualidadeportada .novasimaxes .imaxenovasimple,.listadoactualidadeportada .novasimaxes .imaxenova {
        width: 150px!important;
    }

    .listadoactualidadeportada .novasimaxes a {
        height: 100px;
        overflow: hidden;
    }

    .listadoactualidadeportada .novasimaxes .texto {
        color: #0371B3;
        font-size: 1.5em;
        font-weight: 300;
        line-height: 1.3em;
        margin-left: 165px;
        display: block;
    }

    .unaColumnaMenuLateral #novasRelaMulti .imaxeNova {
        margin-bottom: 15px;
    }

    .conselleria #fila-2 .ocms_de_bt {
        left: 0!important;
    }

    .comp {
        display: none;
    }

    #redesSociais {
        padding-right: 76px!important;
        position: absolute;
        left: 0;
        top: 0;
    }

    .btn-correo.fila {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: table;
        float: right;
        position: relative;
    }

    .unaColumnaMenuLateral .datos .unaColumnaMenuLateralEstandar .datos {
        position: relative;
    }

    #presidenteMulti .envolturaImx,#multiPortada .envolturaImx,#novasRelaMulti .envolturaImx {
        background-repeat: no-repeat;
        background-size: 100%;
        height: 100%;
        margin-bottom: 15px;
        position: relative;
    }

    #presidenteMulti .videoNova>a:first-child .play {
        top: 0;
        left: 15px;
        z-index: 1;
        position: absolute;
        height: 50px;
        width: 50px;
    }

    .date>div {
        padding: 0;
    }

    #menu-xunta-collapse .logo-camino-responsive {
        background-color: transparent;
        border-top: 1px solid #fff;
        padding: 10px 0;
        text-align: center;
    }

    #menu-xunta-collapse .logo-camino-responsive a img {
        width: 100px;
    }

    .muestraLogo {
        width: 98%;
        border: 1px solid #ccc;
        float: left;
        margin: 0 1%;
        text-align: center;
    }

    .separadorFilaLogo {
        margin: 0 auto;
        display: block;
    }

    .separadorFilaLogo .muestraLogo {
        margin-bottom: 15px;
    }

    #menu-xunta-collapse .principal>li>ul {
        padding: 0!important; 
    }
	.submenu-columna>li.submenu-columna-titulo{ 
	    white-space: inherit;
	    border-bottom: 1px solid rgba(0,0,0,0.15);
	    padding: 8px 10px 8px 20px;
	    margin: 0px 0px 0px 5px;
	} 
	.submenu-columna>li {
	    border-right: 0 solid transparent;
	    white-space: inherit;
	    border-bottom: 1px solid rgba(0,0,0,0.15);
	    padding: 8px 30px 8px 40px;
	}
}

@media(max-width: 650px) {
    .datos.whatsapp #redesSociais>ul {
        float:none;
    }

    .datos #fecha {
        float: none;
        width: 100%!important;
        margin-top: 14px;
        margin-bottom: 5px;
        font-size: 1.4em;
        position: relative;
        text-overflow: ellipsis;
        white-space: normal;
        overflow: hidden;
        height: inherit;
    }

    .datos .rs_skip.rs_preserve {
        width: 100%;
        position: relative;
        padding: 0; 
        margin: 0;
    }

    .datos .rs_skip.rs_preserve .btn-correo {
        position: absolute;
        top: 5px;
        left: 154px;
    }

    .datos.whatsapp .rs_skip.rs_preserve .btn-correo {
        right: inherit!important;
        left: 224px!important;
        top: 4px!important;
    }

    #redesSociais>ul {
        padding: 0!important;
        text-align: left;
    }

    #redesSociais {
        left: 0;
        top: 0;
    }

    .unaColumnaMenuLateral .datos {
        padding: 0 5px 15px 5px!important;
    }
} 

.logo-camino-responsive a[target="_blank"]{
	background: none!important;
}
.no-img-ext{
	background: none!important;
}
.enlaces-portais-subportada .item{ 
	margin-bottom:15px; 
} 
.enlaces-portais-subportada .item .imagen img{ 
	width: 100%; 
	height: 100%;  
} 
.enlaces-portais-subportada .item a .titulo{ 
	color:#333; 
} 
.enlaces-portais-subportada .item .titulo{ 
	font-size:.9em; 
	margin-top:3px; 
} 
.enlaces-portais-subportada .item .titulo h3 {
    line-height: 1.2em;
    overflow-wrap: break-word; 
}
.enlaces-portais-subportada {
    padding: 30px 20px 10px 20px !important;
}
.enlaces-portais-subportada .item a[target="_blank"]{
	padding-right:0px !important;
}
.fichaui .corpo>h3 {
    color: #000;
    font-size: 1.75em !important;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 800 !important;
    padding: 0px;
}


@media(max-width:767px){
	.distribuidora #fila7 #contenido-fila7 #column-9,
	.distribuidora #fila7 #contenido-fila7 #column-10,
	.distribuidora #fila7 #contenido-fila7 #column-11 {
	    height: inherit !important;
	}
	.enlaces-portais-subportada .item .titulo h3 {
	    font-size: 1.2em;
	    font-weight: 500;
	}
	.enlaces-portais-subportada .item a .titulo {
	    margin: 10px 0px 25px 0px;
	}
}

.loading {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #fff;
    background: -moz-linear-gradient(left,#fff 10%,#0371B3 42%);
    background: -webkit-linear-gradient(left,#fff 10%,#0371B3 42%);
    background: -o-linear-gradient(left,#fff 10%,#0371B3 42%);
    background: -ms-linear-gradient(left,#fff 10%,#0371B3 42%);
    background: linear-gradient(to right,#fff 10%,#0371B3 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loading:before { 
    width: 50%;
    height: 50%;
    background: #fff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.loading:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0; 
    left: 0;
    bottom: 0;
    right: 0;
}
@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load3 { 
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.vista-edicion.controls-visible #wrapper > header:not(.scrolled) {
    height: 221px;
}

#menuFooter .footer-der .logo {
    text-align: center;
    height: 67px;
}
#menuFooter .footer-der .logo a {
    display: block; 
    margin: 10px auto 0 auto;
}
#menuFooter .linkFeder>img {
    display: inline;
    max-width: 156px;
}
@media(min-width:768px){
	#menuFooter .footer-der .logo{ height: 60px; display: table; }
	#menuFooter .footer-der .logo a{ display: table-cell; vertical-align: middle; }
}

.detalle-sociedad-laborais h1.interior {
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
    margin-left: 20px;
}

.detalle-sociedad-laborais h1.interior:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    list-style-type: square;
    display: list-item;
}
.detalle-sociedad-laborais .datosui .categorias .bloquesAnexos {
    padding-left: 40px;
}
.detalle-sociedad-laborais .datosui .categorias .separaAnexo {
    margin-top: -15px;
}
.detalle-sociedad-laborais .datosui .categorias .bloquesAnexos h6 {
    font-weight: 400;
}


/* Nuevo estilo readspeaker */
.rsbtn .rsbtn_text {
    color: #fff;
}
.rsbtn .rsbtn_play {
    color: #fff!important;
    border-radius: 0;
    background: #0371B3 none!important;
}
.rsbtn .rsbtn_play .glyphicon-volume-up {
    padding: 5px 9px 5px 5px;
    font-size: 1.3em;
}
.rsbtn .rsbtn_play span {
    background: transparent none!important;
}
.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text {
    padding-left: 0;
}
.rsbtn .rsbtn_play .rsbtn_right {
    background: transparent url("/tema-portal-cei/images/icos/play_rs.png") no-repeat left center!important;
    width: 25px!important;
}
.rsbtn .rsbtn_closer {
    background: #0371B3 url("/tema-portal-cei/images/readspeaker/close_rs.svg") no-repeat center center!important;
    width: 30px;
    border-radius: 0 5px 5px 0;
}
.rsbtn .rsbtn_player {
    background: #0371B3 none!important;
}
.rsbtn .rsbtn_pause {
    background: #0371B3 url("/tema-portal-cei/images/readspeaker/pause_rs.svg") no-repeat center center!important;
    width: 25px;
}
.rsbtn .rsbtn_stop {
    background: #0371B3 url("/tema-portal-cei/images/readspeaker/stop_rs.svg") no-repeat scroll 10px center!important;
    width: 47px!important;
}
.rsbtn .rsbtn_volume.rsplaypart {
    background: transparent url("/tema-portal-cei/images/readspeaker/altavoz.svg") no-repeat scroll 0 0;
}
.rsbtn .rsbtn_settings.rsplaypart {
    background: transparent url("/tema-portal-cei/images/readspeaker/options.svg") no-repeat scroll 0 0;
}
.rsbtn .rsbtn_dl.rsplaypart {
    background: transparent url("/tema-portal-cei/images/readspeaker/download.svg") no-repeat scroll 0 0;
}
.rsbtn .rsbtn_closer.rspart {
    background: transparent url("/tema-portal-cei/images/readspeaker/close_rs.svg") no-repeat scroll 0 0;
}
.rsbtn .rsbtn_exp {
    margin-left: -4px;
}
.rspopup .rsbtn_text {
    display: none;
}
.rspopup .rsbtn_left {
    width: 7px!important;
}
.rspopup {
    border-radius: 0;
}
.rsbtn .rsbtn_closer.rsimg {
    border-radius: 0;
}
.rsbtn .rsbtn_play .rsbtn_right {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 5px 5px 5px 3px;
    font-size: 1.3em;
    background: none !important;
}
.rsbtn .rsbtn_play .rsbtn_right:before {
    content: "\e038";
}

.texto-destacado-carrusel {
    background-color: #0371B3;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC085789,endColorstr=#CC085789);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC085789,endColorstr=#CC085789);
    bottom: 0px;
    color: #fff;
    font-size: .85em;
    padding: 12px 20px;
    position: absolute;
    z-index: 1;
    right: 0;
    text-align:center;
}
.texto-destacado-titulo {
    font-size: 1.4em;
}
.texto-destacado-titulo a {
    color: #fff;
}
.portada .jcarousel-pagination{
    right: 70px;
    bottom: 70px;
}
.portada .destacamos-portada.cuadro .lista .item{
	height: 290px;
	background-size: cover;
}
.portada .contedoraVariada {
    position: relative;
}
.portada .destacamos-portada.cuadro .lista .item .text-box {
    background: rgba(3, 113, 179, 0.7);
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    padding: 20px;
    bottom: 0px;
    position: absolute;
    width: 100%;
    height: 90px;
    display: table;
}
.portada .destacamos-portada.cuadro .lista .item .tit.eq-div {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    padding: 20px;
    line-height: 1.1em;
}
.portada .destacamos-portada.iconos{
    margin-top: 30px;
}
.portada .destacamos-portada.iconos .lista .item {
    margin-bottom: 20px;
    display: table;
    width: 100%;
    height: 43px;
}
.portada .destacamos-portada.iconos .lista .item .text-box {
    vertical-align: middle;
    display: table-cell;
    padding-left: 50px;
    font-weight: 501;
    font-size: 1.136em;
    line-height: 1.2em;
    padding-right: 30px;
}
.portada .ultimasiniciativas .jcarousel-pagination {
    right: 10px;
    bottom: 14px;
}
/*.portada .ultimasiniciativas .carruselmultimedia .stage .stage-container ul li .img {
    height: 260px !important; 
}*/
.listadoNovas .novas .itenNova .flowplayer {
    float: left;
    width: 250px;
    height: 165px;
    margin-bottom: 30px; 
    margin-right: 30px; 
}
@media(max-width:767px){
	.portada .destacamos-portada.cuadro .contedoraVariada {
	    margin-bottom:20px;
	}
	.portada .listadoNovas .novas .itenNova .flowplayer {
	    width: 100%;
	    height: 320px;
	}
	.portada .listadoNovas.fila {
	    padding: 0px 20px; 
	}
	#menuFooter .footer-der .logo{
	    height: 57px;
	}
}


/*BUSCADOR*/
form.formBuscaFirst {
    background-color: rgba(0,113,187,0.15);
    padding: 10px 20px 25px 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}
form.formBuscaFirst > label {
    font-weight: 100;
    font-size: 1.1em;
    margin-top: 5px;
}
form.formBuscaFirst > .input-group {
    width: 100%;
}
form.formBuscaFirst > .input-group > .input-search {
    padding: 0px;
    margin: 0px;
    width: 100%;
       /* Firefox */
    width: -moz-calc(100% - 105px);   /* WebKit */
    width: -webkit-calc(100% - 105px);   /* Opera */
    width: -o-calc(100% - 105px);   /* Standard */
    width: calc(100% - 105px);
       padding: 0px 10px;
    font-size: 1em;
}
form.formBuscaFirst>.input-group>.buscarBtp {
    margin: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding: 0 22px;
    background-image: url(/tema-portal-cei/images/botons/lupa.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 50% 50%;
}
@media(max-width:767px){
	form.formBuscaFirst > .input-group {
	    margin-top: 15px;
	}
}


/*RESULTADOS*/
.resultBusca .resultados-busqueda .search-main-page {
    background-color: #0371B3;
    min-height:100vh;
    position: relative;
    padding: 0px;
}
.resultBusca .resultados-busqueda .search-main-page .module-list-simple-title {
    margin-top: 20px;
}
.resultBusca .resultados-busqueda .search-main-page .module-list-simple-title h2 {
    color: #FFF;
    font-size: 1.6em;
    font-weight: 500;
    padding-bottom: 15px;
    padding-left: 15px;
}
.resultBusca .resultados-busqueda .search-main-page .module-list-simple-title ul li a {
    color: #FFF;
    padding: 0;
    margin-left: 30px;
}
.resultBusca .resultados-busqueda .search-main-page .module-list-simple-title ul li {
    color: #FFF;
    padding: 0;
}
.resultBusca .resultados-busqueda .search-main-page .module-list-simple-title ul li a:before {
    color: #FFF;
    content: "- ";
}
.resultBusca .resultados-busqueda #containerSearch #formBuscaRes .input-group .input-search {
	width: 100%;
	width: -moz-calc(45% - 24px);
	width: -webkit-calc(45% - 24px);
	width: -o-calc(45% - 24px);
	width: calc(45% - 24px);
	border: 0px;
}
.resultBusca .resultados-busqueda #containerSearch #formBuscaRes .input-group .input-group-btn {
    border-radius: 5px;
    font-size: 1.3em;
    height: 34px;
    margin: 0px;
    padding: 0;
    float: left;
}
.resultBusca .resultados-busqueda #containerSearch #formBuscaRes .input-group .input-group-btn .icono-busqueda {
    padding: 9px 15px;
    margin: 15px 0px 0px 0px;
}
.resultBusca .resultados-busqueda #containerSearch #formBuscaRes .input-group {
    width: 100%;
}
.resultBusca #formBuscaRes input[type="text"]{
    border-radius: 5px;
    font-size: 1.2em;
    height: 40px;
    margin: 15px 0px 15px 15px;
    padding: 0 15px;
}
.resultBusca #containerSearchList > .row > .resultados{
	padding: 25px 0 25px 25px;
}
.resultBusca .resultados .searh-destacados {
    background-color: rgba(0,113,187,0.06);
    padding: 10px;
}
.resultBusca .resultados .searh-destacados h2 {
    font-size:2em;
}
.resultBusca #containerSearchList > .row > .content-main:first-child {
    background-color: rgba(0,113,187,0.15);
}
.resultBusca .resultados .searh-destacados .list-item-multiplex {
    margin: 15px 0;
    padding: 0px;
    border-bottom: 1px dotted #232323;
}
.resultBusca .resultados-busqueda #containerSearch #formBuscaRes {
	padding-top:10px;
}
.resultBusca #containerSearchList.resultBusca .mais-filtros-ext {
    margin-right: 20px;
}
.resultBusca #filtro-nova-cei-rango {
    float: left;
    width: 100%;
    padding: 10px 0px;
    background: transparent;
}
.resultBusca .buscadorcentral-contido {
    margin: 0 auto;
    width: 100%;
    padding: 0px 20px;
}
.estandar .resultBusca .info {
    margin: 20px 15px 0px 15px;
}
.resultBusca .list-horizontal-content .list-item-multiplex {
    padding: 0px 15px;
}
.resultBusca .list-horizontal-content .list-item-multiplex .media-left {
    float: left;
    margin: 5px 10px 0px 0px;
    max-height: 140px;
    min-height: 100px; 
}
.resultBusca .list-horizontal-content .list-item-multiplex .media-left .media-object {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
    padding-bottom: 20px;
}
.resultBusca #containerSearchList > .row > .noResult {
    margin: 30px 15px;
}
.resultBusca .mais-filtros-ext.noresultados{
	display:none;
}
.resultBusca .resultados .searh-destacados .media-left {
    float: left;
    margin: 5px 10px 0 0;
    height: 140px;
}
.resultBusca .resultados .searh-destacados .media-left .media-object {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
    padding-bottom: 20px;
}
.resultados-busqueda .resultados-total {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 10px;
}
.resultados-busqueda #pagSuperior .paxinacion, .resultados-busqueda 
 .paginadorSuperior .paxinacion {
    margin: 0px !important;
}
.resultados-busqueda .list-horizontal-content.content-main > .row:first-child {
    margin-top: 12px;
}
.resultBusca .list-horizontal-content .list-item-multiplex .entry.text-s {
    font-size: .9em;
}
.resultBusca .list-horizontal-content .list-item-multiplex .list-title > a {
	line-height: 1.1em;
	font-size: 1.2em;
	display: block;
	margin-bottom: 7px;
}
.resultBusca .list-horizontal-content .list-item-multiplex .entry.text-s p {
    line-height: 1.2em;
}
#containerSearchList.resultBusca {
    margin-bottom: 40px;
}

@media(max-width:767px){
	.resultBusca .resultados-busqueda .search-main-page{
		min-height: inherit;
		padding-top: 5px;
		padding-bottom: 20px;
		margin-bottom: 15px;
	}
	.resultBusca #formBuscaRes input[type="text"]{
		margin: 15px 0px 15px 15px;
	}
	.resultBusca .resultados-busqueda #containerSearch #formBuscaRes .input-group .input-search {
	    width: -moz-calc(100% - 135px);
	    width: -webkit-calc(100% - 135px);
	    width: -o-calc(100% - 135px);
	    width: calc(100% - 135px);
	}
	.resultBusca .mais-filtros-ext{
		margin-top: 10px;
	}
    .resultBusca .resultados .searh-destacados .media-left .media-object {
        object-fit: cover;
    }

    .resultBusca .resultados .searh-destacados .media-left {
        height: 300px;
        width: 100%;
    }
    .resultBusca .resultados .searh-destacados .media-body {
        width: 100%;
        margin-bottom: 30px;
    }
    .resultBusca #containerSearchList>.row>.resultados {
        padding: 25px 10px 25px 10px;
    }
    .resultBusca .list-horizontal-content .list-item-multiplex .media-left{
        height: 200px;
        width: 100%;
        margin-bottom:20px;
    }
    .resultBusca .list-horizontal-content .list-item-multiplex .media-body{
        width: 100%;
        margin-bottom: 0px;
    }
}
 
/* NUEVA PORTADA */
.portada #col2-3 > div > div:first-child > div > .bannerdestacado {
    margin-top: 40px;
    width: 100%; 
}
.portada #col2-3 > div > div:first-child > div > .bannerdestacado > a {
    display: block;
    width: 100%;
}
.portada #col2-3 > div > div > div > .bannerdestacado > a > img {
    width: 100%;
}
.portada .listadoNovas .itenNova .imaxenova {
    display: block;
    float: left;
    margin: 5px 0px 15px 20px;
}
.portada .listadoNovas .itenNova .imaxenova img { 
    max-height: 272px;
    max-width: 272px;
}
.portada .listadoNovas .itenNova .imaxenova img {
    width: 100%;
}
.portada .listadoNovas .restonovas {
    margin-bottom: 0px;
}
.portada .listadoNovas .itenNova .infoNova{
	padding: 0px 10px;
}
.portada .listadoNovas p {
	padding: 0px 12px;
}
.portada .listadoNovas .novas .itenNova .infoNova p {
    margin-bottom: 30px;
}
.portada .primeiro .infoNova {
    padding: 0px 10px;
}
.portada .destacamos-portada{
    padding: 0px;
}
.portada #fila4 #col4-2 {
    padding-right: 10px;
}
.portada .listadoNovas .restonovas h3 a {
    line-height: 1.2em;
}
.portada .ultimasaxudas h2 .mais {
    position: absolute;
    top: 0px;
    right: 0px;
}
.portada .ultimasaxudas .item {
    background-color: #E9F2F3;
    margin: 0px 0px 10px 0px;
    padding: 15px 15px 15px 15px; 
    border-left: none;
    font-size: 1.1em; 
}
.portada .ultimasaxudas .item a {
    color: #666;
    border-left: 1px solid #666;
    padding-left: 10px;
}
.portada #buscador #opcions-avanzadas .input-text input {
    border-radius: 0px;
    font-size: 1em;
}
.portada .ultimasaxudas .ultimasaxudasitems {
    background-color: transparent;
    padding-top: 0px;
} 
.portada .ultimasaxudas .mais a {
    background: url(/tema-portal-cei/images/botons/mais_azul.svg) no-repeat scroll center center rgba(0, 0, 0, 0);
    float: right;
    height: 18px;
    margin: 0 13px 16px 0; 
    width: 17px; 
}
.portada .listadoNovas .mais a {
    background: url(/tema-portal-cei/images/botons/mais_blanco.svg) no-repeat scroll center center rgba(0,0,0,0);
    float: right;
    height: 18px;
    margin: 0 13px 16px 0;
    width: 17px;
}
.portada .listadoNovas .mais {
    position: absolute;
    top: 0;
    right: 0;
}
.portada #busqueda #buscador input {
    border-radius: 0px;
    width: 100%;
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: calc(100% - 50px);
    height: 52px;
} 
.portada #busqueda #buscador button {
    background-color: #0371B3;
    background-image: url(/tema-portal-cei/images/botons/lupa.svg);
    background-position: center center;
    background-repeat: no-repeat;
    border: 0 none; 
    height: 54px;
    position: absolute; 
    right: 12px;
    top: -1px;
    width: 60px;
}
.portada #busqueda #mais a{
    color: #fff;
    font-size: .9em;
}
.portada #busqueda #etiquetas {
    margin: 10px 0 0 0;
    width: 100%;
    text-align: left;
} 
.portada #busqueda #buscador input.ac_field {
    border-radius: 0px;
    width:100%;
    width: -moz-calc(100% - 44px);
    width: -webkit-calc(100% - 44px);
    width: -o-calc(100% - 44px);
    width: calc(100% - 50px);
    height:52px;
}

.portada .destacamos-portada.iconos .lista .item{
    display:table; 
}

.portada #etiquetas .etiqueta {
    background-image: none!important;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 0;
    padding: 0px!important;
    margin: 0 5px 5px 5px!important;
    overflow: hidden;
    text-align: center;
    white-space: nowrap; 
    font-size: 1.2em; 
    transition: all .4s 0s;
}
.portada #etiquetas .etiqueta:hover a { 
    text-decoration: none;
}
.portada #etiquetas .etiqueta:hover {
    background: rgb(255, 255, 255);
}
.portada #busqueda .centrar {
    max-width: 890px !important;
} 

@media(min-width:767px){
	.portada .destacamos-portada.cuadro .lista .ancho {
	    padding: 0px 15px;
	}
	.portada .destacamos-portada.cuadro .lista > li:first-child .ancho {
	    padding-left: 11px !important;
	}
	.portada .destacamos-portada.cuadro .lista > li:last-child .ancho {
	    padding-right: 11px !important;
	}
	.footer-izq>.col-sm-4 .titulo.espacio {
	    height: 18px;
	}
}
 
@media(max-width:992px){
    .portada .destacamos-portada.iconos {
        font-size: .8em;
    } 
    #menu-principal ul>.menu-elemento:first-child {
        margin-left: 0px;
        margin-right: 20px;
    }
	.portada .bannerdestacado {
	    width: 50% !important;
	    float: left;
	    margin: 20px 0px 0px !important;
	}
	.portada #col2-3>div>div:first-child>div>.bannerdestacado {
		padding-right: 9px;
		margin-bottom:0px !important;
	}
	.portada #col2-3>div>div:last-child>div>.bannerdestacado {
		padding-left: 9px;
	}
	.portada #col2-3{
		margin-top: 20px; 
	}
}

@media(max-width:767px){ 
	.portada .bannerdestacado {
	    width: 100% !important; 
	}
    .portada .destacamos-portada.iconos { 
        font-size: 1em;
    }
	.portada #etiquetas .etiqueta {
		width: 48%;
		margin: 5px 1% 1px 1% !important;
		padding: 5px 16px 9px 16px !important;
		height: inherit;
	}
	.listadoNovas .itenNova h3.primeiro {  
	    padding: 0px 10px;
	}
	.portada .ultimasaxudas { 
	    margin-top: 40px;
	}
	.carrusel-videos-portada {
	    margin-top: 8px;
	}
	.listadoNovas .itenNova h3.primeiro + p {
	    padding: 0px;
	}
	.portada .listadoNovas .tituloNovasDer > h2 {
	    padding: 20px 0px 15px 0px;
	} 
	.portada .listadoNovas .mais {
	
	}
	.footer-izq>.col-sm-4 .titulo.espacio{
		display:none;
	}
	.portada #col2-3>div>div:first-child>div>.bannerdestacado {
		padding-right: 0px;
	}
	.portada #col2-3>div>div:last-child>div>.bannerdestacado {
		padding-left: 0px;
	}
}

@media(max-width:600px){ 
	.portada .listadoNovas .itenNova h3.primeiro + p {
	    padding: 0px;
	}
	.portada .listadoNovas .itenNova h3.primeiro {
	    padding: 0px 0px 10px 0px;
	}
	.portada .listadoNovas .itenNova .imaxenova img {
	    max-height: inherit;
	    max-width: inherit;
	    padding: 0px;
	    margin: 0px 0px 15px 0px;
	}
	.portada .listadoNovas .itenNova .imaxenova {
	    width: 100%;
	    margin: 0px;
	    padding-bottom: 0px;
	}
	.portada .destacamos-portada .lista .ancho.col-xs-6 {
	    width: 100%;
	    margin: 5px 0px;
	}
	.portada .destacamos-portada.iconos .ancho {
	    height: inherit !important; 
	}
}



/* MAQUETACION VIDEO ACTUALIDAD */
	.portada .carrusel-videos-portada .lista .titulo-video {
	    background: rgba(0,0,0,0.65) url(/tema-portal-cei/images/botons/play_video.svg);
	    bottom: 0;
	    color: #fff;
	    font-size: 1em;
	    left: 0;
	    padding: 8px 8px 8px 70px;
	    position: absolute;
	    width: 100%; 
	    background-size: 45px; 
	    background-repeat: no-repeat;
	    background-position: 13px 50%;
	    min-height: 60px;
	    display: flex;
	    align-items: center;
	}

	.portada .carrusel-videos-portada>h2 {
	    color: #0371B3;
	    font-size: 1.6em;
	    font-weight: 500;
	    padding: 0px 0 15px 0;
	}
	.portada .carrusel-videos-portada .lista .titulo-video {
	    background: rgba(0,0,0,0.65) url(/tema-portal-cei/images/botons/play_video.svg);
	    bottom: 0;
	    color: #fff;
	    font-size: 1em;
	    left: 0;
	    padding: 8px 8px 8px 70px;
	    position: absolute;
	    width: 100%;
	    background-size: 45px;
	    background-repeat: no-repeat;
	    background-position: 13px 50%;
	    min-height: 60px;
	    display: flex;
	    align-items: center;
	}
	.portada .carrusel-videos-portada .flowplayer.is-splash.is-paused .fp-ui {
	    background: none !important;
	}
	.portada .flowplayer.is-splash.is-paused {
	    height: 264px;
	    background-size: cover !important;
	    background-position: center !important;
	}
	.portada .carrusel-videos-portada .video.jcarousel-control-next,
	.portada .carrusel-videos-portada .video.jcarousel-control-prev{
		display: block !important;
		position: absolute;
		top: 55%;
		z-index: 1;
		color: #fff;
		text-shadow: 3px 3px 2px #000;
		opacity: 1;
		box-shadow: none;
		font-size: 3em;
	}
	.portada .carrusel-videos-portada .video.jcarousel-control-next{
		right: 15px;
	}
	.portada .carrusel-videos-portada .video.jcarousel-control-prev{
		left: 15px;
	}
	.portada li.video .enlaceVideo .envolturaImx.lazy {
		width: 100%;
		height: 274px;
		background-size: cover;
	}
	.is-paused .titulo {
		z-index: 1;
	}
	.is-playing .titulo {
		display: none;
	}
	

	
/* FANCYBOX GENERAL */
	#fancybox-wrap #fancybox-outer #fancybox-right-ico {
		background-image:
			url("/tema-portal-cei/images/arrows/flecha_next.svg");
		background-position: center center;
		height: 80px;
		width: 38px;
	}
	
	#fancybox-wrap #fancybox-outer #fancybox-left-ico {
		background-image:
			url('/tema-portal-cei/images/arrows/flecha_prev.svg');
		background-position: center center;
		height: 80px;
		width: 38px;
	}
	
	#fancybox-wrap #fancybox-outer #fancybox-close {
		background-image:
			url("/tema-portal-cei/images/iconos/cerrar_fancy_box.svg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% auto;
		height: 35px;
		right: -1px;
		top: 0;
		width: 35px;
	}
	
	#fancybox-overlay {
		background-color: #000 !important;
		opacity: 0.75 !important;
	}
	
	#fancybox-error {
		background-color: #fff;
	}
	#fancybox-overlay {
	    z-index: 999999;
	} 
	#fancybox-wrap {
	    z-index: 1000000;
	}
	#fancybox-content {
	    border: none !important;
	    background: #000 !important;
	    width: 100% !important;
	}
	#fancybox-overlay {
		background-color: #000 !important;
		opacity: 0.75 !important;
	}
	
	#fancybox-error {
		background-color: #fff;
	}
	
	#fancybox-wrap {
		padding: 0px;
		margin: 20px;
		z-index: 999999 !important;
	}
	
	#fancybox-overlay {
		position: fixed;
		z-index: 999999;
		width: 100% !important;
		height: 100% !important;
	}
	
	#fancybox-title {
		width: 100% !important;
		font-family: Signika;
	}
	
	#wrapper {
		overflow: hidden;
	}
	
	#fancybox-title>span:first-child {
		position: absolute;
		bottom: 0px;
		background: rgba(0, 0, 0, 0.65);
		width: 100%;
		font-size: 1.5em;
		color: #fff;
		z-index: 1;
		left: 0px;
		text-align: left;
		padding: 35px 150px 35px 20px;
	}
	
	#fancybox-title>span:nth-child(2) {
		background: none;
		padding: 35px 40px 35px 0;
		text-align: right;
		width: 100%;
		display: block;
		position: relative;
		z-index: 1;
	}
	#fancybox-wrap {
		margin: 0;
		overflow:hidden;
	}
	#fancybox-wrap .titulo {
		background: rgba(0, 0, 0, 0.7) url("/tema-portal-cei/images/botons/play_video.svg") no-repeat scroll 1% center / 50px auto;
		bottom: 0;
		color: #fff;
		font-size: 22px;
		height: auto;
		padding: 20px 20px 20px 70px; 
		position: absolute;
		text-align: left;
		width: 100%; 
		left: 0px;
	}
	#fancybox-wrap .is-splash.flowplayer .fp-ui, 
	#fancybox-wrap .is-paused.flowplayer .fp-ui{
		background:transparent;
	}
	#fancybox-content {
		border-width: 0 !important;
	}
	#fancybox-wrap .flowplayer .fp-embed {
		display: none;
	}
	#fancybox-wrap .flowplayer .fp-timeline {
		margin-right: 270px;
	}
	#fancybox-wrap .no-volume.no-mute.flowplayer .fp-timeline {
		margin-right: 165px;
	}
	#fancybox-wrap .flowplayer .fp-remaining,
	#fancybox-wrap .flowplayer .fp-duration {
		right: 225px;
	}
	#fancybox-wrap .no-mute.no-volume.flowplayer .fp-remaining,
	#fancybox-wrap .no-mute.no-volume.flowplayer .fp-duration {
		right: 120px;
	}
	#fancybox-wrap .flowplayer .fp-brand {
		right: 160px;
	}
	#fancybox-wrap .no-volume.no-mute.flowplayer .fp-brand {
		right: 55px;
	}
	#fancybox-wrap .flowplayer .fp-volume {
		right: 55px;
	}
	#fancybox-wrap .flowplayer .fp-embed {
		right: 10px;
	}
	#fancybox-wrap .flowplayer .fp-embed-code {
		right: 47px;
	}
	#fancybox-wrap .flowplayer .fp-fullscreen {
		top: 100%; 
		top: calc(100% - 29px); 
	    position: absolute;
	    right: 0px;
	}
	#fancybox-wrap > div {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	}
	
	#fancybox-overlay {
	    position: fixed;
	    z-index: 999999;
	    width: 100% !important;
	    height: 100% !important;
	}
	#fancybox-wrap {
	    width: 90%!important;
	    left: 5%!important;
	    right: 5%!important;
	    max-width: 70vw !important;
	    min-width: 420px !important;
	    margin: 0 auto!important;
	    padding: 25px !important;
	}
	#fancybox-wrap video {
	    width: 100% !important;
	    height: 100% !important;
	}
	
	
	/* ESTILO */
		.portada .listadoNovas .itenNova .enlaceVideo {
		    display: block;
		    float: left;
		    margin: 5px 25px 25px 20px;
		    width: 272px;
		    height: 180px;
		    background-size: cover;
		    position: relative;
		    border: 1px solid #CCC;
		    padding: 1px !important;
		}
		
		.portada .listadoNovas .itenNova .enlaceVideo .envolturaImx {
		    width: 272px;
		    height: 100%;
		    background-size: cover;
		    background-position: center;
		    background-repeat: no-repeat;
		    display: block !important;
		}
		
		.portada .listadoNovas .itenNova .enlaceVideo.videoP:after {
		    content: "";
		    position: absolute;
		    bottom: 15px;
		    left: 10px;
		    background: url(/tema-portal-cei/images/botons/play_video.svg);
		    width: 50px;
		    height: 50px;
		    background-size: cover;
		}

	/* FIN ESTILO */
	
	@media (min-width: 768px) {
		#fancybox-title>div.imaxeMultimedia {
			background-image: url("/tema-portal-cei/images/fancybox/fancy_title_over.png");
			font-size: 1.5em;
			font-weight: 100;
			padding: 20px;
		}
		#fancybox-title>div {
			font-size: 1.5em;
			font-weight: 100;
		}
		#fancybox-wrap #fancybox-outer #fancybox-right {
			right: -20px;
		}
		#fancybox-wrap #fancybox-outer #fancybox-left {
			left: -20px;
		}
		
	} 
		
	@media ( max-width : 767px) {
		#fancybox-wrap .titulo{ 
			font-size: 1.4em;
		}
		#fancybox-wrap #fancybox-outer #fancybox-right span,
		#fancybox-wrap #fancybox-outer #fancybox-left span {
			visibility: visible;
		}
		#fancybox-wrap #fancybox-outer #fancybox-right {
			right: 0;
		}
		#fancybox-wrap #fancybox-outer #fancybox-left {
			left: 0;
		} 
		#menu-principal-movil .nav.principal .dropdown-menu.submenu .row {
		    width: 100% !important;
		}
	}
	

.portada .carruselmultimedia.clearfix .jcarousel {
    height: inherit !important;
}
.portada .jcarousel#carruselOriginalVideos{
	height: inherit !important;
}
.buscador-paginado-filtrado #pestanasBuscadorAxudas {
    margin-bottom: 15px;
    height: 28px;
}
.buscador-paginado-filtrado .resultados {
    margin-top: 15px;
}
.buscador-paginado-filtrado #pagSuperior .paxinacion {
    padding: 0px !important;
    margin: 0px !important;
}

.tabs.ui-tabs > li{
	transition: all 0.3s ease 0s;
}

@media(max-width:992px){
    .portada .jcarousel#carruselOriginalVideos{
        margin-bottom:30px;
    }
}
/*BUSCADOR*/
form.formBuscaFirst {
    background-color: rgba(0,113,187,0.15);
    padding: 10px 20px 25px 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}
form.formBuscaFirst > label {
    font-weight: 100;
    font-size: 1.1em;
    margin-top: 5px;
}
form.formBuscaFirst > .input-group {
    width: 100%;
}
form.formBuscaFirst > .input-group > .input-search {
    padding: 0px;
    margin: 0px;
    width: 100%;
       /* Firefox */
    width: -moz-calc(100% - 105px);   /* WebKit */
    width: -webkit-calc(100% - 105px);   /* Opera */
    width: -o-calc(100% - 105px);   /* Standard */
    width: calc(100% - 105px);
       padding: 0px 10px;
    font-size: 1em;
}
form.formBuscaFirst > .input-group > .buscarBtp {
    margin: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    padding: 0 22px;
}
@media(max-width:767px){
	form.formBuscaFirst > .input-group {
	    margin-top: 15px;
	}
}


/*RESULTADOS*/
.resultBusca .resultados-busqueda .search-main-page {
    background-color: #0371B3;
    min-height:100vh;
    position: relative;
    padding: 0px;
}
.resultBusca .resultados-busqueda .search-main-page .module-list-simple-title {
    margin-top: 20px;
}
.resultBusca .resultados-busqueda .search-main-page .module-list-simple-title h2 {
    color: #FFF;
    font-size: 1.6em;
    font-weight: 500;
    padding-bottom: 15px;
    padding-left: 15px;
}
.resultBusca .resultados-busqueda .search-main-page .module-list-simple-title ul li a {
    color: #FFF;
    padding: 0;
    margin-left: 30px;
}
.resultBusca .resultados-busqueda .search-main-page .module-list-simple-title ul li {
    color: #FFF;
    padding: 0;
}
.resultBusca .resultados-busqueda .search-main-page .module-list-simple-title ul li a:before {
    color: #FFF;
    content: "- ";
}
.resultBusca .resultados-busqueda #containerSearch #formBuscaRes .input-group .input-search {
	width: 100%;
	width: -moz-calc(45% - 24px);
	width: -webkit-calc(45% - 24px);
	width: -o-calc(45% - 24px);
	width: calc(45% - 24px);
	border: 0px;
}
.resultBusca .resultados-busqueda #containerSearch #formBuscaRes .input-group .input-group-btn {
    border-radius: 5px;
    font-size: 1.3em;
    height: 34px;
    margin: 0px;
    padding: 0;
    float: left;
}
.resultBusca .resultados-busqueda #containerSearch #formBuscaRes .input-group .input-group-btn .icono-busqueda {
    padding: 9px 15px;
    margin: 15px 0px 0px 0px;
}
.resultBusca .resultados-busqueda #containerSearch #formBuscaRes .input-group {
    width: 100%;
}
.resultBusca #formBuscaRes input[type="text"]{
    border-radius: 5px;
    font-size: 1.2em;
    height: 40px;
    margin: 15px 0px 15px 15px;
    padding: 0 15px;
}
.resultBusca #containerSearchList > .row > .resultados{
	padding: 25px 0 25px 25px;
}
.resultBusca .resultados .searh-destacados {
    background-color: rgba(0,113,187,0.06);
    padding: 10px;
}
.resultBusca .resultados .searh-destacados h2 {
    font-size:2em;
}
.resultBusca #containerSearchList > .row > .content-main:first-child {
    background-color: rgba(0,113,187,0.15);
}
.resultBusca .resultados .searh-destacados .list-item-multiplex {
    margin: 15px 0;
    padding: 0px;
    border-bottom: 1px dotted #232323;
}
.resultBusca .resultados-busqueda #containerSearch #formBuscaRes {
	padding-top:10px;
}
.resultBusca #containerSearchList.resultBusca .mais-filtros-ext {
    margin-right: 20px;
}
.resultBusca #filtro-nova-cei-rango {
    float: left;
    width: 100%;
    padding: 10px 0px;
    background: transparent;
}
.resultBusca .buscadorcentral-contido {
    margin: 0 auto;
    width: 100%;
    padding: 0px 20px;
}
.estandar .resultBusca .info {
    margin: 20px 15px 0px 15px;
}
.resultBusca .list-horizontal-content .list-item-multiplex {
    padding: 0px 15px;
}
.resultBusca .list-horizontal-content .list-item-multiplex .media-left {
    float: left;
    margin: 5px 10px 0px 0px;
    height: 140px;
}
.resultBusca .list-horizontal-content .list-item-multiplex .media-left .media-object {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
    padding-bottom: 20px;
}
.resultBusca #containerSearchList > .row > .noResult {
    margin: 30px 15px;
}
.resultBusca .mais-filtros-ext.noresultados{
	display:none;
}
.resultBusca .resultados .searh-destacados .media-left {
    float: left;
    margin: 5px 10px 0 0;
    height: 140px;
}
.resultBusca .resultados .searh-destacados .media-left .media-object {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
    padding-bottom: 20px;
}
.resultBusca #formBuscaRes input.buscarBtp.sb-search-submit.btn.btn-primary {
    margin: 2% 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding: 0 22px 0 0px;
    background-image: url(/tema-portal-cei/images/botons/lupa.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 50% 50%;
}
@media(max-width:767px){
	.resultBusca .resultados-busqueda .search-main-page{
		min-height: inherit;
		padding-top: 5px;
		padding-bottom: 20px;
		margin-bottom: 15px;
	}
	.resultBusca #formBuscaRes input[type="text"]{
		margin: 15px 0px 15px 15px;
	}
	.resultBusca .resultados-busqueda #containerSearch #formBuscaRes .input-group .input-search {
	    width: -moz-calc(100% - 135px);
	    width: -webkit-calc(100% - 135px);
	    width: -o-calc(100% - 135px);
	    width: calc(100% - 135px);
	}
	.resultBusca .mais-filtros-ext{
		margin-top: 10px;
	}
    .resultBusca .resultados .searh-destacados .media-left .media-object {
        object-fit: cover;
    }

    .resultBusca .resultados .searh-destacados .media-left {
        height: 300px;
        width: 100%;
    }
    .resultBusca .resultados .searh-destacados .media-body {
        width: 100%;
        margin-bottom: 30px;
    }
    .resultBusca #containerSearchList>.row>.resultados {
        padding: 25px 10px 25px 10px;
    }
    .resultBusca .list-horizontal-content .list-item-multiplex .media-left{
        height: 200px;
        width: 100%;
        margin-bottom:20px;
    }
    .resultBusca .list-horizontal-content .list-item-multiplex .media-body{
        width: 100%;
        margin-bottom: 0px;
    }
}
 
/* NUEVA PORTADA */
.portada #col2-3 > div > div:first-child > div > .bannerdestacado {
    margin-top: 40px;
    width: 100%; 
}
.portada #col2-3 > div > div:first-child > div > .bannerdestacado > a {
    display: block;
    width: 100%;
}
.portada #col2-3 > div > div > div > .bannerdestacado > a > img {
    width: 100%;
}
.portada .listadoNovas .itenNova .imaxenova {
    display: block;
    float: left;
    margin: 5px 0px 15px 20px;
}
.portada .listadoNovas .itenNova .imaxenova img { 
    max-height: 272px;
    max-width: 272px;
}
.portada .listadoNovas .itenNova .imaxenova img {
    width: 100%;
}
.portada .listadoNovas .restonovas {
    margin-bottom: 0px;
}
.portada .listadoNovas p {
	padding: 0px 12px;
}
.portada .primeiro .infoNova {
    padding: 0px 10px;
}
.portada .destacamos-portada{
    padding: 0px;
}
.portada #fila4 #col4-2 {
    padding-right: 10px;
}
.portada .listadoNovas .restonovas h3 a {
    line-height: 1.2em;
}
.portada .ultimasaxudas h2 .mais {
    position: absolute;
    top: 0px;
    right: 0px;
}
.portada .ultimasaxudas .item {
    background-color: #E9F2F3;
    margin: 0px 0px 10px 0px;
    padding: 15px 15px 15px 15px; 
    border-left: none;
    font-size: 1.1em; 
}
.portada .ultimasaxudas .item a {
    color: #666;
    border-left: 1px solid #666;
    padding-left: 10px;
}
.portada #buscador #opcions-avanzadas .input-text input {
    border-radius: 0px;
    font-size: 1em;
}
.portada .ultimasaxudas .ultimasaxudasitems {
    background-color: transparent;
    padding-top: 0px;
} 
.portada .ultimasaxudas .mais a {
    background: url(/tema-portal-cei/images/botons/mais_azul.svg) no-repeat scroll center center rgba(0, 0, 0, 0);
    float: right;
    height: 18px;
    margin: 0 13px 16px 0; 
    width: 17px; 
}
.portada .listadoNovas .mais a {
    background: url(/tema-portal-cei/images/botons/mais_blanco.svg) no-repeat scroll center center rgba(0,0,0,0);
    float: right;
    height: 18px;
    margin: 0 13px 16px 0;
    width: 17px;
}
.portada .listadoNovas .mais {
    position: absolute;
    top: 0;
    right: 0;
}
.portada #busqueda #buscador input {
    border-radius: 0px;
    width: 100%;
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: calc(100% - 50px);
    height: 52px;
} 
.portada #busqueda #buscador button {
    background-color: #0371B3;
    background-image: url(/tema-portal-cei/images/botons/lupa.svg);
    background-position: center center;
    background-repeat: no-repeat;
    border: 0 none; 
    height: 54px;
    position: absolute; 
    right: 12px;
    top: -1px;
    width: 60px;
}
.portada #busqueda #mais a{
    color: #fff;
    font-size: .9em;
}
.portada #busqueda #etiquetas {
    margin: 10px 0 0 0;
    width: 100%;
    text-align: left;
} 
.portada #busqueda #buscador input.ac_field {
    border-radius: 0px;
    width:100%;
    width: -moz-calc(100% - 44px);
    width: -webkit-calc(100% - 44px);
    width: -o-calc(100% - 44px);
    width: calc(100% - 50px);
    height:52px;
}

.portada .destacamos-portada.iconos .lista .item{
    display:table; 
}

.portada #etiquetas .etiqueta {
    background-image: none!important;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 0;
    padding: 0px!important;
    margin: 0 5px 5px 5px!important;
    overflow: hidden;
    width: -moz-calc(15% - 17px);
    width: -o-calc(15% - 17px);
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap; 
    font-size: 1.2em; 
    transition: all .4s 0s;
}
.portada #etiquetas .etiqueta:hover a { 
    text-decoration: none;
}
.portada #etiquetas .etiqueta:hover {
    background: rgb(255, 255, 255);
}
.portada #busqueda .centrar {
    max-width: 890px !important;
} 
.portada #etiquetas .etiqueta{
	text-overflow: inherit !important;
	width: initial !important;
}
.portada .destacamos-portada.iconos .lista .item .text-box .tit {
    font-size: 19px;
    line-height: 23px;
}
.footer-izq .opc a {
    color: #2172A3 !important; 
}
.footer-der .item>a {
    color: #2172A3 !important;
}
@media(min-width:767px){
	.portada .destacamos-portada.cuadro .lista .ancho {
	    padding: 0px 15px;
	}
	.portada .destacamos-portada.cuadro .lista > li:first-child .ancho {
	    padding-left: 11px !important;
	}
	.portada .destacamos-portada.cuadro .lista > li:last-child .ancho {
	    padding-right: 11px !important;
	}
	.footer-izq>.col-sm-4 .titulo.espacio {
	    height: 18px;
	}
	.footer-izq > .col-sm-4 .titulo {
	    display: none;
	}
}
 
@media(max-width:992px){
    .portada .destacamos-portada.iconos {
        font-size: .8em;
    } 
    #menu-principal ul>.menu-elemento:first-child {
        margin-left: 0px;
        margin-right: 20px;
    }
	.portada .bannerdestacado {
	    width: 50% !important;
	    float: left;
	    margin: 25px 0px 20px 0px !important;
	}
	.portada #col2-3>div>div:first-child>div>.bannerdestacado {
		padding-right: 9px;
	}

	.portada #col2-3>div>div:last-child>div>.bannerdestacado {
		padding-left: 9px;
	}
}

@media(max-width:767px){ 
	.portada .bannerdestacado {
	    width: 100% !important; 
	}
    .portada .destacamos-portada.iconos { 
        font-size: 1em;
    }
	.portada #etiquetas .etiqueta {
		width: 48%;
		margin: 5px 1% 1px 1% !important;
		padding: 5px 16px 9px 16px !important;
		height: inherit;
	}
	.listadoNovas .itenNova h3.primeiro { 
	    padding: 0px 10px;
	}
	.portada .ultimasaxudas { 
	    margin-top: 40px;
	}
	.carrusel-videos-portada {
	    margin-top: 8px;
	}
	.listadoNovas .itenNova h3.primeiro + p {
	    padding: 0px;
	}
	.portada .listadoNovas .tituloNovasDer > h2 {
	    padding: 20px 0px 15px 0px;
	} 
	.portada .listadoNovas .mais {
	
	}
	.footer-izq>.col-sm-4 .titulo.espacio{
		display:none;
	}
	.portada #col2-3>div>div:first-child>div>.bannerdestacado {
		padding-right: 0px;
	}
	.portada #col2-3>div>div:last-child>div>.bannerdestacado {
		padding-left: 0px;
	}
}

@media(max-width:600px){ 
	.portada .listadoNovas .itenNova h3.primeiro + p {
	    padding: 0px;
	}
	.portada .listadoNovas .itenNova h3.primeiro {
	    padding: 0px 0px 10px 0px;
	}
	.portada .listadoNovas .itenNova .imaxenova img {
	    max-height: inherit;
	    max-width: inherit;
	    padding: 0px;
	    margin: 0px 0px 15px 0px;
	}
	.portada .listadoNovas .itenNova .imaxenova {
	    width: 100%;
	    margin: 0px;
	    padding-bottom: 0px;
	}
	.portada .destacamos-portada .lista .ancho.col-xs-6 {
	    width: 100%;
	    margin: 5px 0px;
	}
}



/* MAQUETACION VIDEO ACTUALIDAD */
	.portada .carrusel-videos-portada .lista .titulo-video {
	    background: rgba(0,0,0,0.65) url(/tema-portal-cei/images/botons/play_video.svg);
	    bottom: 0;
	    color: #fff;
	    font-size: 1em;
	    left: 0;
	    padding: 8px 8px 8px 70px;
	    position: absolute;
	    width: 100%; 
	    background-size: 45px;
	    background-repeat: no-repeat;
	    background-position: 13px 50%;
	    min-height: 60px;
	    display: flex;
	    align-items: center;
	}

	.portada .carrusel-videos-portada>h2 {
	    color: #0371B3;
	    font-size: 1.6em;
	    font-weight: 500;
	    padding: 0px 0 15px 0;
	}
	.portada .carrusel-videos-portada .lista .titulo-video {
	    background: rgba(0,0,0,0.65) url(/tema-portal-cei/images/botons/play_video.svg);
	    bottom: 0;
	    color: #fff;
	    font-size: 1em;
	    left: 0;
	    padding: 8px 8px 8px 70px;
	    position: absolute;
	    width: 100%;
	    background-size: 45px;
	    background-repeat: no-repeat;
	    background-position: 13px 50%;
	    min-height: 60px;
	    display: flex;
	    align-items: center;
	}
	.portada .carrusel-videos-portada .flowplayer.is-splash.is-paused .fp-ui {
	    background: none !important;
	}
	.portada .flowplayer.is-splash.is-paused {
	    height: 264px;
	    background-size: cover !important;
	    background-position: center !important;
	}
	.portada .carrusel-videos-portada .video.jcarousel-control-next,
	.portada .carrusel-videos-portada .video.jcarousel-control-prev{
		display: block !important;
		position: absolute;
		top: 55%;
		z-index: 1;
		color: #fff;
		text-shadow: 3px 3px 2px #000;
		opacity: 1;
		box-shadow: none;
		font-size: 3em;
	}
	.portada .carrusel-videos-portada .video.jcarousel-control-next{
		right: 15px;
	}
	.portada .carrusel-videos-portada .video.jcarousel-control-prev{
		left: 15px;
	}
	.portada li.video .enlaceVideo .envolturaImx.lazy {
		width: 100%;
		height: 274px;
		background-size: cover;
	}
	.is-paused .titulo {
		z-index: 1;
	}
	.is-playing .titulo {
		display: none;
	}
	

	
/* FANCYBOX GENERAL */
	#fancybox-wrap #fancybox-outer #fancybox-right-ico {
		background-image:
			url("/tema-portal-cei/images/arrows/flecha_next.svg");
		background-position: center center;
		height: 80px;
		width: 38px;
	}
	
	#fancybox-wrap #fancybox-outer #fancybox-left-ico {
		background-image:
			url('/tema-portal-cei/images/arrows/flecha_prev.svg');
		background-position: center center;
		height: 80px;
		width: 38px;
	}
	
	#fancybox-wrap #fancybox-outer #fancybox-close {
		background-image:
			url("/tema-portal-cei/images/iconos/cerrar_fancy_box.svg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% auto;
		height: 35px;
		right: -1px;
		top: 0;
		width: 35px;
	}
	
	#fancybox-overlay {
		background-color: #000 !important;
		opacity: 0.75 !important;
	}
	
	#fancybox-error {
		background-color: #fff;
	}
	#fancybox-overlay {
	    z-index: 999999;
	} 
	#fancybox-wrap {
	    z-index: 1000000;
	}
	#fancybox-content {
	    border: none !important;
	    background: #000 !important;
	    width: 100% !important;
	}
	#fancybox-overlay {
		background-color: #000 !important;
		opacity: 0.75 !important;
	}
	
	#fancybox-error {
		background-color: #fff;
	}
	
	#fancybox-wrap {
		padding: 0px;
		margin: 20px;
		z-index: 999999 !important;
	}
	
	#fancybox-overlay {
		position: fixed;
		z-index: 999999;
		width: 100% !important;
		height: 100% !important;
	}
	
	#fancybox-title {
		width: 100% !important;
		font-family: Signika;
	}
	
	#wrapper {
		overflow: hidden;
	}
	
	#fancybox-title>span:first-child {
		position: absolute;
		bottom: 0px;
		background: rgba(0, 0, 0, 0.65);
		width: 100%;
		font-size: 1.5em;
		color: #fff;
		z-index: 1;
		left: 0px;
		text-align: left;
		padding: 35px 150px 35px 20px;
	}
	
	#fancybox-title>span:nth-child(2) {
		background: none;
		padding: 35px 40px 35px 0;
		text-align: right;
		width: 100%;
		display: block;
		position: relative;
		z-index: 1;
	}
	#fancybox-wrap {
		margin: 0;
		overflow:hidden;
	}
	#fancybox-wrap .titulo {
		background: rgba(0, 0, 0, 0.7) url("/tema-portal-cei/images/botons/play_video.svg") no-repeat scroll 1% center / 50px auto;
		bottom: 0;
		color: #fff;
		font-size: 22px;
		height: auto;
		padding: 20px 20px 20px 70px; 
		position: absolute;
		text-align: left;
		width: 100%; 
		left: 0px;
	}
	#fancybox-wrap .is-splash.flowplayer .fp-ui, 
	#fancybox-wrap .is-paused.flowplayer .fp-ui{
		background:transparent;
	}
	#fancybox-content {
		border-width: 0 !important;
	}
	#fancybox-wrap .flowplayer .fp-embed {
		display: none;
	}
	#fancybox-wrap .flowplayer .fp-timeline {
		margin-right: 270px;
	}
	#fancybox-wrap .no-volume.no-mute.flowplayer .fp-timeline {
		margin-right: 165px;
	}
	#fancybox-wrap .flowplayer .fp-remaining,
	#fancybox-wrap .flowplayer .fp-duration {
		right: 225px;
	}
	#fancybox-wrap .no-mute.no-volume.flowplayer .fp-remaining,
	#fancybox-wrap .no-mute.no-volume.flowplayer .fp-duration {
		right: 120px;
	}
	#fancybox-wrap .flowplayer .fp-brand {
		right: 160px;
	}
	#fancybox-wrap .no-volume.no-mute.flowplayer .fp-brand {
		right: 55px;
	}
	#fancybox-wrap .flowplayer .fp-volume {
		right: 55px;
	}
	#fancybox-wrap .flowplayer .fp-embed {
		right: 10px;
	}
	#fancybox-wrap .flowplayer .fp-embed-code {
		right: 47px;
	}
	#fancybox-wrap .flowplayer .fp-fullscreen {
		top: 100%; 
		top: calc(100% - 29px); 
	    position: absolute;
	    right: 0px;
	}
	#fancybox-wrap > div {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	}
	
	#fancybox-overlay {
	    position: fixed;
	    z-index: 999999;
	    width: 100% !important;
	    height: 100% !important;
	}
	#fancybox-wrap {
	    width: 90%!important;
	    left: 5%!important;
	    right: 5%!important;
	    max-width: 70vw !important;
	    min-width: 420px !important;
	    margin: 0 auto!important;
	    padding: 25px !important;
	}
	#fancybox-wrap video {
	    width: 100% !important;
	    height: 100% !important;
	}
	
	
	/* ESTILO */
		.portada .listadoNovas .itenNova .enlaceVideo {
		    display: block;
		    float: left;
		    margin: 5px 25px 25px 20px;
		    width: 272px;
		    height: 180px;
		    background-size: cover;
		    position: relative;
		    border: 1px solid #CCC;
		    padding: 1px !important;
		}
		
		.portada .listadoNovas .itenNova .enlaceVideo .envolturaImx {
		    width: 272px;
		    height: 100%;
		    background-size: cover;
		    background-position: center;
		    background-repeat: no-repeat;
		    display: block !important;
		}
		
		.portada .listadoNovas .itenNova .enlaceVideo.videoP:after {
		    content: "";
		    position: absolute;
		    bottom: 15px;
		    left: 10px;
		    background: url(/tema-portal-cei/images/botons/play_video.svg);
		    width: 50px;
		    height: 50px;
		    background-size: cover;
		}

	/* FIN ESTILO */
	
	@media (min-width: 768px) {
		#fancybox-title>div.imaxeMultimedia {
			background-image: url("/tema-portal-cei/images/fancybox/fancy_title_over.png");
			font-size: 1.5em;
			font-weight: 100;
			padding: 20px;
		}
		#fancybox-title>div {
			font-size: 1.5em;
			font-weight: 100;
		}
		#fancybox-wrap #fancybox-outer #fancybox-right {
			right: -20px;
		}
		#fancybox-wrap #fancybox-outer #fancybox-left {
			left: -20px;
		}
		
	} 
		
	@media ( max-width : 767px) {
		#fancybox-wrap .titulo{ 
			font-size: 1.4em;
		}
		#fancybox-wrap #fancybox-outer #fancybox-right span,
		#fancybox-wrap #fancybox-outer #fancybox-left span {
			visibility: visible;
		}
		#fancybox-wrap #fancybox-outer #fancybox-right {
			right: 0;
		}
		#fancybox-wrap #fancybox-outer #fancybox-left {
			left: 0;
		}
		
	}
	
.portada .carruselmultimedia.clearfix .jcarousel {
    height: inherit !important;
}
.portada .jcarousel#carruselOriginalVideos{
	height: inherit !important;
}
@media(max-width:992px){
    .portada .jcarousel#carruselOriginalVideos{
        margin-bottom:30px;
    }
}


.fichaui .datosui .entrada + .corpo > h1 {
    background: #eee;
    padding: 8px;
    font-size: 1.6em;
    color: #666;
    display: flex;
    margin: 20px 0px;
}

.fichaui .datosui .entrada + .corpo > h2 {
    background: none;
    color: #232323;
    padding: 0px;
    margin: 40px 0px 12px 0px;
    font-size: 1.8em !important;
    font-weight: 900 !important;
}

.fichaui .datosui .entrada + .corpo > h3 {
    background: none;
    color: #232323;
    padding: 0px;
    margin: 40px 0px 12px 0px;
    font-size: 1.6em !important;
    font-weight: 700 !important;
}
 
.fichaui .datosui .entrada + .corpo > h4 {
    background: none;
    color: #232323;
    padding: 0px;
    margin: 40px 0px 12px 0px;
    font-size: 1.4em !important;
    font-weight: 600 !important;
}

.fichaui .datosui .entrada + .corpo > h5 {
    background: none;
    color: #232323;
    padding: 0px;
    margin: 40px 0px 12px 0px;
    font-size: 1.2em !important;
    font-weight: 600 !important;
}

.img-insuit{
    position: relative;
    top: -1px; 
}
.img-insuit img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    margin-left: 2px; 
} 
@media(max-width:500px){	
	span.guion-insuit {
		display: none;
	}
	a.enlace-insuit {
		display: block;
		margin-top: 4px;
	}
}

/* Listado actualidad portada sin imagen */
.portada .listadoNovas p {
    padding: 0 12px 0 0px !important;
}

/*
.logo_xuntadegalicia_cabecera {
    margin-right: 40px;
}
.logo_xuntadegalicia_cabecera img{
    width:229px;
    height:56px;
}
.scrolled .logo_xacobeo_cabecera img {
    height: 40px !important;
}
.scrolled .logo_xuntadegalicia_cabecera {
    margin-right: 20px;
}
.scrolled .logo_xuntadegalicia_cabecera img {
    width: 184px;
    height: 45px !important;
}
.scrolled .logo_galicia_cabecera {
    top: -6px !important;
}
.scrolled .logo_galicia_cabecera img {
    height: 48px !important;
    margin: 0px !important;
}
*/

@media(min-width:768px){

	header.interior .buscadorScrolled.headerScrolled.abierto {
		top: 1px;
	}

	header .buscadorScrolled.headerScrolled{
		display:none;
	}
	header.interior .buscadorScrolled.headerScrolled{
		display:block;
	}
	header.scrolled .buscadorScrolled.headerScrolled{
		display: block;
		/*min-height: 50px;
		position: absolute;
		right: 79px;
		width: 60px;*/
    margin: 0 auto;
    max-width: 1105px;
	}
	header.scrolled .buscadorScrolled.headerScrolled.abierto {
		right: 0;
		top: 1px;
		width: 100%; 
	}
	.buscadorScrolled.headerScrolled{
		/* position: static; */
		position: absolute;
	    top: 0px;
	    width: 100%; 
	    margin: 0px;
	} 
	.buscadorScrolled.headerScrolled form{
	    width: 100%;
	}
	.buscadorScrolled.headerScrolled form input{
	    display: none;
	    position: absolute; 
	    top: 52px; 
	    left:0px;
	    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
	}
	.buscadorScrolled.headerScrolled form button{
	    top: 0px;
		transition: all .4s ease-in-out 0s;
	}
	.buscadorScrolled.headerScrolled.abierto form button{
		height: 52px;
		top: 52px;
	}
	.buscadorScrolled.headerScrolled .close{
		display:none;
		right: 110px;
	    top: 65px;  
	    position: relative;
	}
}

@media( min-width: 768px ){
	.buscadorScrolled.headerScrolled form input {
	    margin: 3px 0px 0px 0px !important; 
	    font-size: 1.2em;
	    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	    padding: 0px 25px;
	}
	.buscadorScrolled.headerScrolled.abierto form button {
	    height: 52px;
	    top: 55px; 
	}
	.buscadorScrolled.headerScrolled form input {
	    margin: 3px 0px 0px 0px;
	    padding: 0px 0px 0px 26px;
	    font-size: 1.2em;
	    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	}
	.buscadorScrolled.headerScrolled form button {
	}
	.buscadorScrolled.headerScrolled.abierto form button {
	    top: 55px;
	}
	.buscadorScrolled.headerScrolled .close {
	    top: 70px;
	    right: 90px;
	}
	header.scrolled .buscadorScrolled.headerScrolled.abierto {
	    right: initial;
	    top: -5px;
	}
}
	
@media (max-width: 767px){ 
	.buscadorScrolled {
		display: none;
	}
}


.hc .buscadorScrolled button{
	background-color: #666 !important;
	color:#FFF !important;
}

.hc .buscadorScrolled button:focus { 
    border: 1px dashed #fff;
}

.buscadorScrolled form {
	box-shadow: 1px 1px 5px #333;
	margin: 0 auto;
	position: relative;
	width: 70%;
}
.buscadorScrolled input {
	width: 97%;
}
.buscadorScrolled input {
	border: medium none;
	display: block;
	font-family: Signika;
	font-size: 2em;
	height: 52px;
	padding-left: 20px;
	border-radius: 0px;
	width: 100%;
}

.buscadorScrolled input::-webkit-input-placeholder
{
	color: #767676;
}

.buscadorScrolled input:-moz-placeholder
{
	color: #767676;
}

.buscadorScrolled input::-moz-placeholder
{
	color: #767676;
}

.buscadorScrolled input:-ms-input-placeholder
{
	color: #767676;
}
.buscadorScrolled button {
	height: 57px;
	right: 30px;
} 
.buscadorScrolled button {
	background-color: #0371B3;
	background-image: url("/tema-portal-cei/images/botons/lupa.svg");
	background-position: center center;
	background-repeat: no-repeat;
	border: 0 none;
	position: absolute;
	right: 0;
	top: 0; 
	width: 60px;
}
.buscadorScrolled button { 
    height: 50px; 
} 
.buscadorScrolled button:focus {
	border: 1px dashed #009ee0;
}
#menu-principal>div>div> ul.nav > li.dropdown > a:hover{
	cursor:default;
} 


iframe#rexistrocomercio {
	height: 860px !important;
}
@media(max-width:767px){
	iframe#rexistrocomercio {
		height: 1080px !important;
	}
}

	.carrusel-axudas .stage-wrapper {
	    display: block !important;
	}
	.carrusel-axudas .jcarousel-axudas {
	  height: 140px;
	  position: relative;
	  margin-bottom: 20px;
	}
	.carrusel-axudas .jcarousel-axudas a[target="_blank"]{
		background: transparent;
		display: block;
		padding-right:0px;
	} 
	.carrusel-axudas .jcarousel-pagination-axudas {
	    position: absolute;
	    bottom: 15px;
	    right: 10px;
	    padding: 15px 8px 15px 15px;
	    margin: 0px;
	} 
 
	.carrusel-axudas .jcarousel-axudas a img {
	    width: 100% !important;
	    height: 140px !important;
	    object-fit: contain !important;
	    object-position: center;
	}
	.carrusel-axudas .jcarousel-pagination-axudas > div {
    display: inline-block;
	}
	.carrusel-axudas .jcarousel-pagination-axudas > div:last-child {
    margin-right: 0px;
	}
	.carrusel-axudas .dot {
		text-decoration: none;
		display: inline-block;
		font-size: 0;
		height: 10px;
		width: 10px;
		line-height: 10px;
		background: #fff;
		color: #4E443C;
		border-radius: 10px;
		text-indent: -9999px;
		margin-right: 7px;
		-webkit-box-shadow: 0 0 2px #4E443C;
		-moz-box-shadow: 0 0 2px #4E443C;
		box-shadow: 0 0 2px #4E443C;
	}	
	.carrusel-axudas .active .dot {
		background: #4E443C;
		color: #fff;
		opacity: 1;
		-webkit-box-shadow: 0 0 2px #F0EFE7;
		-moz-box-shadow: 0 0 2px #F0EFE7;
		box-shadow: 0 0 2px #F0EFE7;
	}
	.listado-axudas .item{
		margin-bottom: 15px;
	} 
	.listado-axudas{
		margin-bottom: 20px;
	}
	.listado-axudas > .item:last-child{
		margin-bottom: 0px;
	}
	.listado-procedementos .item{
		margin-bottom: 15px;
	}
	.listado-procedementos{
		margin-bottom: 20px;
	}
	.listado-procedementos > .item:last-child{
		margin-bottom: 0px;
	}
	#normativasdistrib {
    margin-bottom: 20px;
}
#documentos-distribuidora {
    margin-bottom: 20px;
}
.listadoNovas .novas .infoNova h3:not(.primeiro) a {
    line-height: 1.3em;
    font-size: 1.5rem; 
    font-weight: 400;
    margin-top: 4px;
    display: block;
}
.listadoNovas .novas .infoNova h3:not(.primeiro) a {
    font-size: 18px;
}
.color-negro,
.color-negro a {
    color: #000;
}
.mais.color-negro a {
    background: url(/tema-portal-cei/images/icos/icono_mas.svg) no-repeat scroll center center rgba(0,0,0,0);
}
.listado-procedementos.lista .item {
	font-size: 1.3em;
   font-style: italic;
   font-weight: 700;
   border-bottom: 1px dotted #666;
   margin-bottom: 10px;
   padding-bottom: 10px; 
}
.listado-procedementos.lista .item a {
    color: #666;
}

@media(min-width: 768px) {
	.logo_xacobeo_cabecera {
	    display: inline-block;
	    margin-left: 40px;
	}

}
#menu-xunta-collapse .logo_xacobeo_cabecera img {
    width: 150px!important;
}
@media(max-width: 1090px) {
	.portada .listadoNovas .itenNova .infoNova {
	    padding: 0 20px;
	}
}
@media (max-width: 767px){
	.logo-camino-responsive>a {
		float: right;
	}
	#menu-xunta-collapse .logo-camino-responsive {
		background-color: transparent;
		border-top: 1px solid #fff; 
		text-align: center;
	}
	#menu-xunta-collapse a {
		white-space: inherit;
	}
	#menu-xunta-collapse .logo-camino-responsive { 
		padding: 10px 15px;
	}
	#menu-xunta-collapse .logo-camino-responsive a img {
		width: 100px;
	}
}
.no-margin {
    margin: 0px;
}

#filtro-nova-cei-rango legend {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0); 
    border: 0;
}


/* NUEVA IMAGEN CEEI MIC */
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}

.centrar {
    margin: 0 auto !important;
    max-width: 1075px;
}

input#BuscadorMenuPrincipal::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

input#BuscadorMenuPrincipal:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

input#BuscadorMenuPrincipal::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
} 
 
.bandaAceptacion {
    margin: 0;
    left: 0;
    bottom: 0;
    color: #FFF;
    text-align: center;
    background-color: rgba(88,88,88,0.95);
    padding: 1em 1.8em;
    width: 100%;
    flex-direction: row;
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    display: flex;
    flex-wrap: nowrap;
    z-index: 9999;
}

.bandaAceptacion p {
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    font-family: Signika,Arial,Helvetica,Geneva,sans-serif;
}

.bandaAceptacion p a {
    text-decoration: underline !important;
    color: #ddd !important;
}
.bandaAceptacion a {
    text-decoration: underline !important;
    color: #ddd !important;
}
a.mInf {
    margin-right: 30px;
    margin-left: 10px;
}
.bandaAceptacion .texto-aceptar {
    display: block;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em;
    text-align: left;
}

.bandaAceptacion .bAcept {
    background: #F8F8F8 none repeat scroll 0 0;
    margin: 0 1em;
    min-width: 140px;
    border-color: transparent;
    border-radius: 0;
    display: block;
    font-size: .9em;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
    color: #4D4D4D !important;
    padding: .4em .8em;
    text-decoration: none !important;
}

.bandaAceptacion .bAcept:hover {
    color: rgba(0,0,0,1);
    text-decoration: none !important;
    background: rgba(250,250,250,0.8);
}

.btn-aceptar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}


@media(max-width: 630px) {
    .bAcept {
        margin:0;
    }

    .bandaAceptacion {
        -ms-flex-align: unset;
        align-items: unset;
        -ms-flex-direction: column;
        flex-direction: column;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .bandaAceptacion .texto-aceptar {
        margin-right: 0;
        margin-bottom: 1em;
    }

    .btn-aceptar {
        flex: 1 1 auto;
    }
}


#wrapper>header {
	z-index: 9999;
	background-color: #007bc4;
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
}
.headerCabeceira {
    position: absolute;
    width: 100%;
}
html body #wrapper #envolutraCabeceira {
    z-index: 1;
}
#envolutraCabeceira {
    padding-bottom: 0;
    position: relative;
}
#envolutraCabeceira #logos-cabeceira {
		padding: 5px 15px 0;
    padding-top: 0;
    width: 100%;
}
#envolutraCabeceira>div {
    font-size: .95em;
}
.no-margin {
    margin: 0;
}
#logos-cabeceira>h1 {
    float: left;
}
#logos-cabeceira>a.boton-menu {
    width: 30px !important;
    height: 40px !important;
    margin-right: 0px !important;
    margin-top: 34px!important;
    float: right;
    padding: 0;
    margin-left: 60px;
}
#logos-cabeceira>a {
    display: inline-block;
    max-width: 16vw;
}
#logos-cabeceira>.logo_secundario_cabecera {
    float: right;
    margin-right: 0;
    display: inline-block;
    width: 100%;
    max-width: 16vw;
}
.logo_principal_cabecera {
    font-size: 36px;
}
.logo_principal_cabecera {
    margin-right: 42px;
    max-height: 63px;
    display: inline-block;
    min-width: 180px;
    max-width: 22vw;
}
.con, .special-con {
    cursor: pointer;
    display: inline-block;
}
.con {
    width: auto;
    margin: 3px auto 0 auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.bar {
    display: block;
    height: 3px;
    width: 30px;
    background: #ffffff;
    margin: 7px auto;
}
.bar {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.con:hover .arrow-top-r {
    width: 15px;
}
.con:hover .arrow-middle-r {
    -webkit-transform: translateX(-0px);
    -moz-transform: translateX(-0px);
    -ms-transform: translateX(-0px);
    -o-transform: translateX(-0px);
    transform: translateX(-0px);
}
.con:hover .arrow-bottom-r {
    width: 15px;
}
.logo_secundario_cabecera img {
    max-width: 20vw;
    max-height: 58px;
    float: right;
}
#content-wrapper {
    background-color: #fff;
}
#menu-encabezado-superior-inferior {
    background-color: rgb(0 123 196);
    position: relative;
    z-index: 1;
    height: 50px;
    transition: all .6s;
    overflow: hidden;
}
.scrolled #menu-encabezado-superior-inferior {
    height: 0px !important;
}
#menu-encabezado-superior-inferior nav {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    margin-bottom: 0;
}
#menu-encabezado-superior-inferior nav > .container-fluid > .nav-menu-inferior {
    border-top: 1px solid #fff;
}
#menu-encabezado-superior-inferior .nav-menu-inferior {
    display: block;
    list-style: none;
    height: 50px;
    padding: 0;
    position: static;
    z-index: 15;
    width: 100%;
}
#menu-encabezado-superior-inferior .nav-menu-inferior > .nav-item:first-child {
    margin-left: 0px !important;
    padding-left: 0px !important;
}
#menu-encabezado-superior-inferior .nav-item {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 15px;
}
#menu-encabezado-superior-inferior .nav-item>a {
    border: 1px solid transparent;
    display: inline-block;
    font-size: 18px;
    margin: 10px 0;
    padding: 3px 20px;
    position: relative;
    font-family: "XuntaSans";
}
#menu-encabezado-superior-inferior ul>li a {
    color: #fff;
}
#menu-encabezado-superior-inferior li>a {
    float: left;
}
#menu-encabezado-superior-inferior .nav-item.open>a, #menu-encabezado-superior-inferior .nav-item>a:hover {
    background-color: #002B49;
    outline: none;
    text-decoration: none;
}
#menu-encabezado-superior-inferior .nav-item>a:focus {
    background-color: #002B49; 
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: 2px;
    text-decoration: none;
}
.navbar-nav {
    float: left;
    margin: 0;
}
#menu-encabezado-superior-inferior .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#wrapper #menu-encabezado-superior {
    right: -465px;
    transition: all .6s;
    visibility: hidden;
}
#menu-encabezado-superior {
    display: block !important;
}
#menu-encabezado-superior {
    background-color: #002b49 !important;
}
#menu-encabezado-superior {
    z-index: 2;
}
#menu-encabezado-superior {
    font-family: XuntaSans;
    width: 100%;
    max-width: 460px;
}
#menu-encabezado-superior {
    position: fixed;
    top: 0;
    height: 100vh;
}
#menu-encabezado-superior nav {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    margin-bottom: 0;
}
#menu-encabezado-superior>nav>.container-fluid {
    padding-right: 0;
}
#menu-encabezado-superior>nav>.container-fluid>#menu-xunta-collapse {
    padding-right: 30px;
    padding-left: 15px;
}
.container-fluid>.navbar-collapse {
    overflow-y: auto!important;
    overflow-x: hidden!important;
    display: block!important;
    padding-bottom: 0;
    height: 100vh!important;
}
#cerrar-menu {
    background-image: none !important;
    background-size: 30px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    border: 0;
    display: block;
    background-position: center;
    position: absolute;
    right: 26px;
    top: 20px;
    z-index: 99999;
}
.navMobile.idioma {
    background-color: #002b49 !important;
		background: none !important;
    padding-left: 0px !important;
    margin: 25px 0;
}
.navMobile.idioma+.col-xs-12 {
    padding-right: 0;
    margin: 10px 0 25px 0;
}
#wrapper header .headerCabeceira div #menu-encabezado-superior #menu-xunta-collapse .nav.navbar-nav.principal {
    overflow-y: visible!important;
}
#menu-encabezado-superior .nav-menu {
    display: block;
    list-style: none;
    min-height: 45px;
    padding: 0;
    position: static;
    z-index: 15;
    max-width: 1042px;
    width: 100%;
}
#cerrar-menu .con .top {
    -webkit-transform: translateY(4px) rotateZ(
45deg);
    -moz-transform: translateY(4px) rotateZ(45deg);
    -ms-transform: translateY(4px) rotateZ(45deg);
    -o-transform: translateY(4px) rotateZ(45deg);
    transform: translateY(4px) rotateZ(
45deg);
}
#cerrar-menu .con:not(:hover) .middle {
    width: 0;
    transform: translateX(-3px) translateY(-5px);
}
#cerrar-menu .con .bottom {
    -webkit-transform: translateY(-17px) rotateZ(
-45deg);
    -moz-transform: translateY(-17px) rotateZ(-45deg);
    -ms-transform: translateY(-17px) rotateZ(-45deg);
    -o-transform: translateY(-17px) rotateZ(-45deg);
    transform: translateY(-17px) rotateZ(
-45deg);
}
#cerrar-menu .con:hover .top {
    -webkit-transform: rotateZ(
45deg) translateY(-5px) translateX(5px);
    -moz-transform: rotateZ(45deg) translateY(-5px) translateX(5px);
    -ms-transform: rotateZ(45deg) translateY(-5px) translateX(5px);
    -o-transform: rotateZ(45deg) translateY(-5px) translateX(5px);
    transform: rotateZ(
45deg) translateY(-5px) translateX(5px);
    width: 15px;
}
#cerrar-menu .con:hover .middle {
    -webkit-transform: translateX(3px) translateY(-5px);
    -moz-transform: translateX(3px) translateY(-5px);
    -ms-transform: translateX(3px) translateY(-5px);
    -o-transform: translateX(3px) translateY(-5px);
    transform: translateX(-3px) translateY(-5px);
}
#cerrar-menu .con:hover .bottom {
    -webkit-transform: rotateZ(
-45deg) translateY(-2px) translateX(13px);
    -moz-transform: rotateZ(-45deg) translateY(-2px) translateX(13px);
    -ms-transform: rotateZ(-45deg) translateY(-2px) translateX(13px);
    -o-transform: rotateZ(-45deg) translateY(-2px) translateX(13px);
    transform: rotateZ(
-45deg) translateY(-2px) translateX(13px);
    width: 15px;
}
#menu-encabezado-superior .navMobile.idioma>.text>span:first-child {
    border-right: 1px solid #fff;
    padding-right: 10px;
}
#menu-encabezado-superior .navMobile.idioma span.activo a {
    background: #007bc4 !important;
}
#menu-encabezado-superior .navMobile.idioma span a {
    padding: 5px 8px 3px 8px;
}
#menu-encabezado-superior .navMobile.idioma span a:hover, #menu-encabezado-superior .navMobile.idioma span a:focus {
    background-color: #007bc4 !important;
    text-decoration: none !important;
}
#menu-encabezado-superior .navMobile a {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    text-align: left;
}
.navBuscador {
    padding: 0;
    width: 100%;
    margin: 0;
}
.navBuscador li {
    width: 100%;
}
.navBuscador .close {
    position: absolute;
    top: 3px;
    right: 10px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.navBuscador li #botBuscar-resp {
    background-color: #002b49 !important;
		width: 24px;
    height: 24px;
    font-size: 16px;
    color: #fff!important;
    border: none;
    font-weight: 300!important;
    float: left;
    margin-right: 4px;
    background-image: url(/tema-portal-cei/images/svg/ico_buscador.svg);
    background-size: 21px auto;
    background-position: 1px 1px; 
    background-repeat: no-repeat;
}
.navBuscador li #BuscadorMenuMovil, .navBuscador li #BuscadorMenuPrincipal {
    width: 80%;
    width: calc(100% - 35px);
    height: 30px;
    font-size: 16px;
    background: transparent;
    color: #fff!important;
    border: none;
    font-weight: 300!important;
    float: left;
    margin:0px;
    padding:0px;
    padding-right: 25px;
}
#menu-encabezado-superior .navbar-nav.principal .dropdown {
    position: static;
}
#menu-encabezado-superior .nav-menu li {
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 0;
}
.navbar-nav.principal>li {
    margin: 0;
}
#menu-encabezado-superior ul.nav li.dropdown a {
    display: inline-block;
    font-size: 18px;
    padding: 5px 20px;
    margin: 10px 0;
}
#menu-encabezado-superior .nav>li>a {
    border: none!important;
    font-weight: 300;
}
#menu-encabezado-superior ul>li a {
    color: #fff;
}
#menu-encabezado-superior li>a {
    float: left;
}
#menu-xunta-collapse li a {
    width: 100%;
}
#menu-encabezado-superior .navbar-nav.principal .dropdown .dropdown-menu {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit; 
    padding: 0 0 0 15px;
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 20px;
}
#menu-encabezado-superior .navbar-nav.principal .dropdown-menu {
    width: 100%!important;
    transition: visibility 0s,opacity .3s linear;
}
.dropdown:not(.open) ul.dropdown-menu {
    display: none!important;
}
.navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#menu-encabezado-superior .navbar-nav.principal .dropdown.open .dropdown-menu {
    visibility: visible;
    display: block!important;
    opacity: 1;
}
#menu-encabezado-superior .navbar-nav.principal .dropdown .dropdown-menu li {
    padding: 0;
    border-bottom: none;
    width: inherit;
}
#menu-encabezado-superior ul.nav li.dropdown a {
    display: inline-block;
    white-space: normal;
}
#menu-encabezado-superior ul ul li a {
    font-size: 15px!important;
    font-weight: 300;
    padding: 5px 10px!important;
    animation: .5s all;
    transition: .5s all;
    margin: 0!important;
}
#menu-encabezado-superior ul>li a {
    color: #fff;
}
#menu-encabezado-superior li>a {
    float: left;
}
#menu-xunta-collapse li a {
    width: 100%;
}
#menu-encabezado-superior li li>a span {
    white-space: pre-wrap;
}
#menu-encabezado-superior li li>a:hover {
    background: #007bc4;
}
#menu-encabezado-superior .navbar-nav.principal .dropdown .dropdown-menu li {
    border-bottom: none;
    width: inherit;
}
.maxInfo2 {
    display: block!important;
}
#menu-encabezado-superior .navbar-nav.principal .goSubportada {
    position: relative;
    margin: 10px 0 15px 0;
    bottom: 0;
    text-align: center;
    width: 100%;
}
#menu-encabezado-superior .nav.principal .maxInfo2 .goSubportada a {
    border: none;
    background: #007bc4 none repeat scroll 0 0;
    width: 70px;
    padding: 6px 8px 4px 7px!important;
    text-align: center;
    font-size: 13px!important;
    display: block;
    margin: 0 0 10px auto!important;
    text-decoration: none;
}
#wrapper.menu-abierto #menu-encabezado-superior {
    right: 0px;
    visibility: visible;
}
#menu-encabezado-superior nav #menu-xunta-collapse ul.nav.navbar-nav li a.dropdown-toggle:after {
    border: 0 none;
    height: 8px;
    position: absolute;
    right: 13px;
    top: 4px;
    width: 13px;
    zoom: 1.2;
}
#menu-encabezado-superior nav #menu-xunta-collapse ul.nav.navbar-nav li.dropdown.open:not(.sin-hijos) a.dropdown-toggle:after {
    content: url(/tema-portal-cei/images/bolos/flechamenusup.svg);
}
#menu-encabezado-superior nav #menu-xunta-collapse ul.nav.navbar-nav li.dropdown:not(.sin-hijos) a.dropdown-toggle:after {
    content: url(/tema-portal-cei/images/bolos/flechamenusupinv.svg);
}
header #menu-encabezado-superior ul.nav li.dropdown>a:hover, header #menu-encabezado-superior ul.nav li.dropdown>a:focus {
    background: #007bc4 !important;
}
header #menu-encabezado-superior ul.nav li.dropdown.open>a {
    background: #007bc4 !important;
}
.dropdown:not(.open) ul.dropdown-menu {
    display: none!important;
}

footer#pe-paxina {
    font-family: 'XuntaSans';
}
#pe-paxina .filaLogoFeder {
    background-color: #fafaf9;
    padding: 30px 0 20px 0;
    font-size: 10px;
}
#info-portal {
    background-color: #007BC4 !important;
    overflow: hidden;
}
#info-portal * {
    color: #FFF;
    font-family: 'XuntaSans' !important;
    font-size: 10px;
}
#logo-principal-pe {
    text-align: center;
}
#pe-paxina .logocc {
    height: 15px;
}
body {
    font-family: Signika,Arial,Helvetica,Geneva,sans-serif;
}
.vista-edicion.controls-visible #wrapper > header:not(.scrolled) {
    height: 181px !important;
}
.portada .destacamos-portada.iconos .lista {
    margin-top: 30px;
}
.portada .destacamos-portada.iconos .lista .ancho a {
    color: #2172A3 !important;
}
.ultimasiniciativas h2{
    color: #2172A3 !important;
}

@media(min-width:768px){
	
	html body #wrapper>header {
		transition: all .6s;
	}
	html body #wrapper>header {
		height: 162px !important;
	}
	html body #wrapper>header.scrolled {
		height: 80px !important;
	}
	#wrapper>header.scrolled {
	    background-color: #007bc4;
	    position: fixed;
	    height: 129px;
	    z-index: 999999;
	}
	html body #wrapper>header:not(.scrolled) #envolutraCabeceira {
	    min-height: 112px;
	}
	.autoMaxWidth {
	    margin: 0 auto;
	    max-width: 1105px;
	}
	header.scrolled #envolutraCabeceira {
	    padding-bottom: 0;
	}
	html body #wrapper>header .headerCabeceira #logos-cabeceira>h1 {
	    margin-left: 0px;
	    margin-top: 32px;
	    margin-bottom: 32px;
	}
	html body #wrapper>header.scrolled .headerCabeceira #logos-cabeceira>h1 {
	    margin-top: 20px !important;
	    margin-bottom: 20px !important;
	}
	html body #wrapper>header.scrolled .headerCabeceira #logos-cabeceira>a.boton-menu {
	    margin: 20px 0px 20px 40px !important;
	}
	html body #wrapper>header .headerCabeceira #logos-cabeceira>.logo_secundario_cabecera {
	    margin-top: 32px;
	    margin-bottom: 32px;
	}
	html body #wrapper>header.scrolled .headerCabeceira #logos-cabeceira>.logo_secundario_cabecera {
	    height: 40px !important;
	    width: 160px !important;
	    margin: 20px 0px 20px 40px !important;
	}
	html body #wrapper>header #envolutraCabeceira #logos-cabeceira img {
	    transition: all .6s;
	}
	html body #wrapper>header .headerCabeceira #logos-cabeceira>h1 a img, html body #wrapper>header .headerCabeceira #logos-cabeceira>h1 img {
	    width: auto !important;
	    height: 48px !important;
	}
	html body #wrapper>header.scrolled #envolutraCabeceira #logos-cabeceira a img {
	    height: 40px !important;
	    margin-bottom: 0px !important;
	    margin-top: 0px !important;
	}
	html body #wrapper>header #envolutraCabeceira #logos-cabeceira img {
	    transition: all .6s;
	}
	html body #wrapper>header .headerCabeceira #logos-cabeceira .logo_secundario_cabecera a {
	    margin-right: 0px !important;
	}
	#logos-cabeceira .logo_secundario_cabecera a {
	    display: block;
	}
	html body #wrapper>header .headerCabeceira #logos-cabeceira>.logo_secundario_cabecera img {
	    text-size-adjust: 100%;
	    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	    font: 100% Signika;
	    color: rgb(0, 123, 196);
	    box-sizing: border-box;
	    border-width: 0px;
	    border-style: initial;
	    border-color: initial;
	    border-image: initial;
	    vertical-align: middle;
	}
	html body #wrapper>header .headerCabeceira .logo_secundario_cabecera img {
	    width: 209px !important;
	    height: 48px !important;
	    position: relative !important;
	}
	html body #wrapper>header .headerCabeceira .logo_secundario_cabecera img {
	    margin-left: 50px !important;
	}
	html body #wrapper>header.scrolled .headerCabeceira .logo_secundario_cabecera img {
	    width: 160px !important;
	    margin-left: 0px !important;
	}
	html body #wrapper>header .headerCabeceira .logo_secundario_cabecera img{
		  position: relative !important;
	}
	#content-wrapper.scrolled {
	    margin-top: 162px;
	}
	header #menu-encabezado-superior ul.nav li.dropdown>a {
	    transition: all .3s ease;
	    background: transparent;
	}
	#menu-xunta-collapse>ul.nav.navbar-nav.principal>li.open>a {
	    background: #007bc4;
	}
	#menu-encabezado-superior .navbar-nav.principal>li>.dropdown-menu>li {
	    display: flex;
	}
	#menu-encabezado-superior .navbar-nav.principal>li>.dropdown-menu>li.maxInfo2 {
	    padding: 0;
	}
	#menu-encabezado-superior .nav.principal .maxInfo2 .goSubportada .text {
	    position: inherit;
	    top: inherit;
	    color: inherit;
	}

	html body #info-portal {
	    height: 77px;
	    padding-bottom: 22px;
	    padding-top: 22px;
	}
	#logo-secundario-pe {
	    text-align: left;
	}
	#info-pe {
	    margin-bottom: 10px;
	}
	#logo-principal-pe>a, #logo-principal-pe>img {
	    margin-left: 30px;
	}
	#logo-principal-pe img {
	    max-width: 100%;
	    max-height: 33px;
	}
	
}

@media(min-width:992px){
	#info-pe {
	    margin-bottom: 0;
	}
	#info-pe p {
	    margin-bottom: 0;
	}
}

@media(min-width:1090px){
	#logo-principal-pe>a, #logo-principal-pe>img {
	    margin-left: 0;
	}
}
@media(max-width:826px){
	header #menu-encabezado-superior ul.nav li.dropdown>a {
	    padding: 5px 13px;
	}
}
@media(max-width:767px){
	#menu-encabezado-superior .navbar-nav.principal>li>.dropdown-menu>li {
	    display: flex;
	}
	.portada #fila4 {
    padding-bottom: 15px;
	}
	.portada .destacamos-portada.iconos .lista {
	    margin-top: 15px;
	}

	#menu-encabezado-superior nav #menu-xunta-collapse ul.nav.navbar-nav li a.dropdown-toggle:after {
    right: 23px;
	}
	.navBuscador li #BuscadorMenuMovil, .navBuscador li #BuscadorMenuPrincipal {
	    border: medium none;
	    color: #000;
	    font-size: 15px;
	    height: 35px;
	    padding: 5px 10px;
	    width: 100%;
	}
	.navBuscador li #botBuscar-resp {
	    background-image: url(/tema-portal-cei/images/botons/lupa.svg);
	    background-color: #33b3e2;
	    background-size: 15px auto;
	    background-position: 10px;
	    background-repeat: no-repeat;
	    border: medium none;
	    height: 35px;
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 35px;
	}

	#menu-encabezado-superior nav #menu-xunta-collapse ul.nav.navbar-nav li.dropdown a.dropdown-toggle::after {
	    padding: 7px;
	}
	#menu-xunta-collapse>ul.nav.navbar-nav.principal>li.dropdown>a {
	    background: transparent;
	    z-index: 1001;
	}
	header #menu-encabezado-superior ul.nav li.dropdown>a {
	    font-size: 18px;
	}
	header #menu-encabezado-superior ul.nav li.dropdown>a {
	    padding: 13px;
	}
	#menu-encabezado-superior .navbar-nav.principal .dropdown {
	    display: inline-block;
	    width: 100%;
	}
	#menu-xunta-collapse .principal {
	    margin-bottom: 0;
	    font-size: 1.1em;
	}
	#menu-encabezado-superior .dropdown .dropdown-menu {
	    border-radius: 0;
	}
	#menu-xunta-collapse .principal>li>ul {
	    top: 0!important;
	}
	#menu-encabezado-superior .navbar-nav.principal .dropdown-menu>li {
	    margin-top: 0!important;
	    margin-right: 0!important;
	    margin-bottom: 0!important;
	}
	#menu-encabezado-superior .navbar-nav.principal .goSubportada {
	    text-align: left;
	}
	#menu-encabezado-superior-inferior {
	    display: none;
	}
	div#envolutraCabeceira {
	    position: relative;
	    float: left;
	}
	div#envolutraCabeceira {
	    width: 100%;
	    height: 60px!important;
	}
	#logos-cabeceira>h1 {
	    margin-top: 0;
	    float: left;
	    margin-bottom: 0;
	    min-width: 50%;
	}
	html body #wrapper>header #logos-cabeceira>a.boton-menu {
	    margin-top: 14px!important;
	    padding: 0;
	    margin-left: 0px;
	}
	.logo_secundario_cabecera {
	    display: none!important;
	}
	#envolutraCabeceira img {
	    height: 40px!important;
	    margin-top: 7px;
	}
	html body #wrapper>header #logos-cabeceira>h1 a img {
	    height: 36px !important;
	    margin: 18px 0px;
	}
	html body #wrapper>header {
	    height: 72px !important;
	}
	#content-wrapper {
	    margin-top: 0px;
	}
	#wrapper>header.scrolled {
	    position: fixed;
	    z-index: 10000;
	}
	#menu-encabezado-superior .navbar-nav.principal .goSubportada>a {
	    float: right;
	    z-index: 9;
	}
	
	#info-portal * {
    font-family: 'XuntaSans';
    text-align: left;
	}
	#logo-principal-pe {
	    text-align: left;
	    margin: 14px 0;
	}
	#logo-principal-pe>a {
	    margin-left: 15px;
	}
	#logo-principal-pe img {
	    width: 100px;
	    height: 28px;
	}
	#info-pe {
	    margin-left: 15px;
	}
	#info-pe p {
	    margin-left: 0px !important;
	    padding-left: 0px !important;
	    text-align: left;
	    margin-bottom: 6px;
	}
	#highContrastFormMigas p a {
	    margin-bottom: 15px;
	}
	#menu-xunta-collapse .logo-principal-pie-responsive {
	    padding: 10px 0;
	}
	#menu-xunta-collapse .logo_secundario_cabecera {
	    display: block !important;
	    float: left !important;
	}
	.logo-principal-pie-responsive .logo_secundario_cabecera {
	    margin: 0 auto!important;
	}
	#menu-xunta-collapse a {
	    white-space: inherit;
	}
	#menu-xunta-collapse .logo-principal-pie-responsive a img {
	    width: 150px!important;
	    max-width: inherit!important;
	}
	#menu-xunta-collapse .logo-principal-pie-responsive a img {
	    max-height: 40px;
	    height: 100%;
	}
	#menu-xunta-collapse .logo_auxiliar_cabecera {
	    display: none;
	}
}
@media(max-with:575px){
	html body #wrapper>header #logos-cabeceira>h1 a img {
	    max-width: 240px;
	}
}
  
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
    right: -60px;
    top: -42px;
	width: 102px;
	height: 75px;
	background: transparent url('../images/fancybox/fancy_close_azul.png') center center;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/fancybox/fancy_close_azul.png') center center;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

/* AXENDA DE EVENTOS CEI */
#axenda-eventos-cei {
	width: 80%;
	margin: auto;
}

#axenda-eventos-cei h2 {
	font-size: 2em;
	margin: 20px 0;
}

#filtros-eventos-cei h4 {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.2em;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#filtros-eventos-cei div {
	margin-bottom: 15px;
}

#filtro-data-dende-cei {
	margin: 5px 0;
}

/* Listado de eventos */
#listado-eventos-cei {
	float: left;
	width: 60%;
}

#listado-eventos-cei li {
	border-bottom: 1px solid #CCC;
	padding: 15px 0;
	color: #666;
}

#listado-eventos-cei li .categoria-evento-cei {
	text-transform: uppercase;
	background-color: #EEE;
}

#listado-eventos-cei li .categoria-eventos-cei-interior {
	background-color: #0371B3;
	color: #FFF;
	max-width: 250px;
	padding: 2px 5px;
}

#listado-eventos-cei li .data-evento-cei {
	border: 1px solid #DDD;
	float: left;
	padding: 1%;
	text-align: center;
	text-transform: uppercase;
	width: 7%;
}

#listado-eventos-cei li .data-evento-cei .dia-evento-cei {
	font-weight: bold;
}

#listado-eventos-cei li .detalle-evento-cei {
	padding: 5px 0;
}

#listado-eventos-cei li .descricion-evento-cei {
	float: left;
	margin-left: 2%;
	width: 91%;
}

#listado-eventos-cei li .descricion-evento-cei h3 {
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
}

/* Paxinador do listado de eventos */
#paxinador-eventos-cei {
	text-align: center;
}

#listado-eventos-cei #paxinador-eventos-cei li {
	border: 1px solid #DDDDDD;
	display: inline-block;
	margin: 5px;
	padding: 0;
	text-align: center;
	width: 1.5em;
}

#listado-eventos-cei #paxinador-eventos-cei li a:hover {
	text-decoration: none;
}

#listado-eventos-cei #paxinador-eventos-cei li.paxina-actual {
	background-color: #0371B3;
}

#listado-eventos-cei #paxinador-eventos-cei li.paxina-actual a {
	color: #FFF;
}

/* Filtros de eventos */
#filtros-eventos-cei {
	float: right;
	width: 30%;
}

/* START AUTOCOMPLETE */
.ac_holder{
	position:relative;
}
/*.ac_field{	
	background-image:url(../images/autocomplete/autocomplete_leftcap.gif);
	background-position:100px center;
	background-repeat:no-repeat;
}*/
.ac_field_busy{
	background-image:url(../images/autocomplete/autocomplete_spinner.gif);
	background-position:98% center;
	background-repeat:no-repeat;
}
 
div.autocomplete
{
	position: absolute;
	/*background-image: url(../images/autocomplete/ac_pointer.gif);
	background-position: 5% 0%;
	background-repeat: no-repeat;*/
	/* MG2: extra padding for animation */
	padding: 0 0 5px;
	z-index: 99;
	border: 1px solid #E6E6E6;
	boder-top: none;
	box-shadow: 5px 10px 10px #333333;
	max-height: 40vh; 
    overflow-x: hidden;
    overflow-y: auto;
} 
/* MG2: styles for the new divs to have the background visible while animating (had to use 2 inner divs for IE6) */
div.autocomplete_inner1
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
div.autocomplete_inner2
{
	margin-top: 10px;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;/*#E9F6FC;*/
}

div.autocomplete div.ac_header,
div.autocomplete div.ac_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	/*background-image: url(../images/autocomplete/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;*/
	overflow: hidden;
	/* MG2: background color for animation */
	background-color: #FFFFFF;/*#E9F6FC;*/
}
div.autocomplete div.ac_footer
{
	/*background-image: url(../images/autocomplete/ul_corner_br.gif);*/
	/* MG2: updated positioning for animations */
	position: absolute;
	bottom: 0px;
	padding: 0;
	width: 100%;
}

div.autocomplete div.ac_header div.ac_corner,
div.autocomplete div.ac_footer div.ac_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	/*background-image: url(../images/autocomplete/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;*/
	background-color: #FFFFFF;/*#E9F6FC;*/
}
div.autocomplete div.ac_footer div.ac_corner
{
	/*background-image: url(../images/autocomplete/ul_corner_bl.gif);*/
}

/* MG2: removed the ac_bar classes, weren't used anymore */


div.autocomplete ul
{
	list-style: square inside none;
	/* MG: changed margins all to 0, the -4 was causing problems with the maxHeight */
	margin: 0;
	padding: 5px 30px;
	/* MG: changed to auto overflow for the maxHeight setting */
	overflow: auto;
	background-color: #FFFFFF;/*#E9F6FC;*/
	/* MG: added position: relative, otherwise IE6/7 won't overflow correctly */
	position: relative;
}

div.autocomplete ul li
{
	/*color: #1A171B;
	padding: 0;*/
	/* MG: changed for maxHeight setting, the bottom 4px was causing some problems */
	/*margin: 0 8px 0;
	text-align: left;
	background-color: #E9F2F3;*/
    color: #666666;
    margin: 5px;
    padding: 8px;
    text-align: left;
    list-style: none;
}

div.autocomplete ul li a
{
	color: #666666;
	/*display: block;*/
	text-decoration: none;
	background-color: transparent;
	position: relative;
	padding: 0;
	width: 100%;
	display: block:
}
div.autocomplete ul li a:before
{
	content: "- ";
}


div.autocomplete ul > div {
	margin-top: 1px solid #CCC;
}
div.autocomplete ul > div:first-child {
	margin-top: 0;
}


/* MG: added ac_warning and ac_message class */
/* MG: ac_warning was called as_warning in your css file, i removed that definition */
/*div.autocomplete ul li a span,*/
div.autocomplete ul li.ac_warning,
div.autocomplete ul li.ac_message
{
	display: block;
	padding: 4px 6px;
	font-size: 1.1em;
}

div.autocomplete ul li a span small
{
	font-weight: bold;
	/*color: #FCFCFC;*/
	color: #167FB6;/*#999;*/
}

div.autocomplete ul li.ac_highlight a span small
{
	/*color: #FFFFFF;#837C69;/*#DDDDDD;*/
}

div.autocomplete  hr{
	 border-top: 1px solid #456da0;
	 margin:8px 0px;
}
div.autocomplete span.tcont{
	overflow:hidden;
	/*display:block;*/
	padding:0px;
}
div.autocomplete ul li a span.imgAutoList{
	float:right;
	/*display:block;*/
	min-height:25px;
	padding:0px;
	overflow:hidden;
	margin-left:5px;
	max-height: 30px;
}

div.autocomplete ul li a span.imgAutoList img {
	height: 30px;
}
div.autocomplete ul li a span.contAutoList{
	font-size: 1.0em;
	padding-left: 5px;
}
div.autocomplete ul li a span.tl,div.autocomplete ul li a span.tr{
	/*display:block;*/
	padding:0px;
	height:3px;
}
div.autocomplete ul li a span.tl2,div.autocomplete ul li a span.tr2{
	display:none;
	padding:0;
	height:0;
}
div.autocomplete ul li.ac_highlight a span.tl,div.autocomplete ul li a:hover span.tl,div.autocomplete ul li a:hover span.tl2{
	background-image:url(../images/sprites/buscado.png);
	background-position:0px 0px;
}
div.autocomplete ul li.ac_highlight a span.tr,div.autocomplete ul li a:hover span.tr,div.autocomplete ul li a:hover span.tr2{
	background-image:url(../images/sprites/buscado.png);
	background-position:-270px 0px;
}
div.autocomplete ul li.ac_highlight a,div.autocomplete ul li a:hover	{
	background-image:url(../images/sprites/buscado.png);
	background-position:-540px 0px;
	background-repeat:repeat-y;
}

div.autocomplete ul em
{
	font-style: normal;
	font-weight: bold;
	color: #333;
}
div.autocomplete ul div
{
	border-top: 2px solid #CCCCCC;
	color: #0371B3;
	font-size: 1.4em;
	padding-bottom: 4px;
	padding-left: 0.3em;
	padding-top: 20px;
	margin-top: 20px;
}
div.autocomplete ul div:first-child
{
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

/* END AUTOCOMPLETE */
           