@font-face{
	font-family:'Glyphicons Halflings';
	src:url("../fonts/glyphicons-halflings-regular.ttf");
}
@font-face {
	font-family: "Montserrat Bold";
	src: url("../fonts/Montserrat-Bold.ttf");
}
@font-face {
	font-family: "Montserrat Light";
	src: url("../fonts/Montserrat-Light.ttf");
}
@font-face {
	font-family: "Montserrat Medium";
	src: url("../fonts/Montserrat-Medium.ttf");
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
	font-family: "Montserrat SemiBold";
	src: url("../fonts/Montserrat-SemiBold.ttf");
}
@font-face {
	font-family: "Montserrat Bold";
	src: url("../fonts/Montserrat-Bold.ttf");
}
@font-face {
	font-family: "Montserrat Italic";
	src: url("../fonts/Montserrat-Italic.ttf");
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
	font-family: "Montserrat Medium";
	src: url("../fonts/Montserrat-Medium.ttf");
}
@font-face {
	font-family: "Montserrat Light";
	src: url("../fonts/Montserrat-Light.ttf");
}
body {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 16px;
}
.oculto {
	display: none !important;
}
.blink_me {
  animation: blinker 2s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.only-mobile {
	display: none;
}
.only-desktop {
	display: block;
}
.boton-manual-exterior-50 {
	width: 50%;
	text-align: center;
	float: left;
}
.boton-manual-exterior-100 {
	width: 100%;
	text-align: center;
	float: left;
}
.boton-manual-interior {
	width: fit-content; 
	text-align: center; 
	padding: 5px;
	margin: auto;
}
.boton-manual-interior a {
	padding: 10px;
	font-weight: 600 !important;
	font-size: 20px;
    display: block;
}
.BackColorDisabled {
	background-color: #f1f1f1;
}
a,
a:active,
a:focus,
a:active {
	text-decoration: none !important;
	color: #666666;
}
#wrapperFull {
	width:100%;
	height:100%;
	display:block;
	clear:both;
	min-width:300px;
	margin: auto auto;
	float:left;
}
.transition {
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.transitionSlow {
	-webkit-transition: .6s all;
	-o-transition: .6s all;
	transition: .6s all;
}
.shadow {
	box-shadow: 0px 0px 10px #666;
   -webkit-box-shadow: 0px 0px 10px #666;
   -moz-box-shadow: 0px 0px 10px #666;
}
.titleBox {
	font-family: "Montserrat", Arial, serif;
}
.titleBox {
	font-family: "Montserrat", Arial, serif;
}
.titleBoxLight {
	font-family: "Montserrat Light", Arial, serif;
} 
.titleBox p {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	padding:0px;
	margin:0px;
}
.textBox {
	font-family: "Montserrat", Arial, serif;
}
.textBoxBold {
	font-family: "Montserrat Bold", Arial, serif;
}
.textBoxLight {
	font-family: "Montserrat Light", Arial, serif;
}
.corporativeColor {
	color:#652b77;
}
.greenL {
	color:#61b256;
}
.greenC {
	color:#2b8166;
}
.purple {
	color:#652b77;
}
.bordergreenL {
	border-bottom:1px solid #61b256 !important;
}
.bordergreenC {
	border-bottom:1px solid #2b8166 !important;
}
.borderpurple {
	border-bottom:1px solid #652b77 !important;
}
.borderAllgreenL {
	border:1px solid #61b256;
}
.borderAllgreenC {
	border:1px solid #2b8166;
}
.borderAllpurple {
	border:1px solid #652b77;
}
.linkCiudadano{
	color:#38f63c !important;
}
.linkFarmaceutico{
	color:#33f966 !important;
}
.linkColegiado{
	color:#ff46e0 !important;
}
a.greenC:hover, a.greenL:hover {
	color:#333333;
}
.bgPurple {
	background-color:#652b77;
}
.bgGreenL {
	background-color:#61b256;
}
.bgGreenC {
	background-color:#2b8166;
}
.bgPurpleClear {
	background-color:#e0d5e4;
}
.bgGreenLClear {
	background-color:#dbe8da;
}
.bgGreenCClear {
	background-color:#d5e6e0;
}	
.PurpleClear {
	color:#e0d5e4;
}
.GreenLClear {
	color:#dbe8da;
}
.GreenCClear {
	color:#d5e6e0;
}		
.backPurple{
	background:transparent url(../images/purple1x1.png) repeat;					
}
.backGreenC {
	background: transparent url(../images/green1x1.png) repeat;
}	
.backGreenF{
	background:transparent url(../images/greenF1x1.png) repeat;					
}	
.white {
	color:#ffffff !important;
}
.bgWhite {
	background-color:#ffffff;
}
.black {
	color:#000000;
}
.bgBlack {
	background-color:#000000;
}
.grayNormal {
	color:#666;
}
.bgGrayNormal {
	background-color:#666;
}
.grayStrong {
	color:#333333;
}
.bgGrayStrong {
	background-color:#333333;
}
.grayLight {
	color:#f3f3f3;
}
.bgGrayLight {
	background-color:#f3f3f3;
}
.bgNone {
	background:transparent;
}
.mayuscula {
	text-transform: uppercase;
}
.table-cell {
	display:table-cell;
	vertical-align:top;
}
.padding-30 {
	padding: 30px;
}
.padding-30w {
	padding-left: 30px;
	padding-right: 30px;
}
.padding-30h {
	padding-top: 30px;
	padding-bottom: 30px;
}
.separator {
	display:block;
	clear:both;
	width:100%;
	height: 0px;
}
.separator1 {
	display:block;
	clear:both;
	width:100%;
	height: 1px
}
.separator5 {
	display:block;
	clear:both;
	width:100%;
	height: 5px
}
.separator10 {
	display:block;
	clear:both;
	width:100%;
	height: 10px
}
.separator15 {
	display:block;
	clear:both;
	width:100%;
	height: 15px
}
.separator20 {
	display:block;
	clear:both;
	width:100%;
	height: 20px
}
.separator25 {
	display:block;
	clear:both;
	width:100%;
	height: 25px
}
.separator30 {
	display:block;
	clear:both;
	width:100%;
	height: 30px
}
.separator45 {
	display:block;
	clear:both;
	width:100%;
	height: 45px;
}
.separator50 {
	display:block;
	clear:both;
	width:100%;
	height: 50px;
}
.no-padding {
	padding:0px !important;
}
.no-margin {
	margin:0px !important;
}
.total-block {
	width:100%;
	height:100%;
}
.border-right-bottom {
	-webkit-border-radius: 0px 0px 10px 0px;
	-moz-border-radius: 0px 0px 10px 0px;
	border-radius: 0px 0px 10px 0px;
}		

/* PAGINATION */
#pagination {
	display: block;
	width: 100%;
}
#pagination ul {
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}
#pagination ul li {
	display: inline-block;
	margin-right: 20px;	
	font-size: 1em;
	cursor: pointer;
	font-weight: 500;
}
#pagination ul li .page-off {
	height: 24px;
	width: 24px;
	border: 2px solid;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height: 24px;
}
#pagination ul li .page a {
	color: #999999;
}

/* GO TOP */
.go-top {
	position: fixed;
	float: left;
	left: 20px;
	bottom: 20px;
	display: none;
	z-index: 4999;
}
.go-top img {
	width: 40px;
}
.go-top:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

/*HEADER*/
#header-wrap {
	position: relative;
	float: left;
	width: 100%;
}
#header-top {
	z-index: 11;
	position:fixed;
	background:white;
	width:100%;
}
#wrap-header-container {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
#header-slide {
	position: relative;
	overflow: hidden;
	width: 100% !important;
	height: 100% !important;
}
#header-box {
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	display:table;
	/*background:transparent url(../images/header-trama.png) repeat-y left;*/
	width:100%;
	height:100%;
}
		
			#go_home_movil,
			#logout_user{
				display:none;
			}
		
			#go_home{
				height:40px;
				display:block;
				width:40px;
				position:absolute;
				top:0;
				left:0;
				padding:5px;
				background-color:#000;
				z-index:100;
				text-align:center;
			}
			
				#go_home img{
					width:90%;
					margin-top:3px;
				}
/* Logo */
#logo-header {
	display: table-cell;
	width: 70%;
	height: 100%;
	vertical-align: middle;
}
#logo-header-container {
	max-width: 310px;
	margin-left: 50px;
	}
#logo-header-1 {
	padding: 30px;
	float: left;
	opacity: 0.8;
}
#logo-header-2 {
	padding: 10px 20px;
	float: left;
	width: 270px;
	opacity: 1;
	font-size: 24px;
	font-weight: 500;
}
#logo-header-2 span {
	vertical-align: middle;
}
#logo-header-1 img {
	width: 250px;
}
#logo-header-2 img {
	height: 26px;
}
/* Menú iconos */
#mnu-aux-header {
	display: table-cell;
	width: 25%;
	height: 100%;
	position: relative;
	z-index: 10;
	vertical-align: middle;
}
#wrap-nav-aux {
	width: 200px;
	margin-top: 50px;
}
#mnu-aux {
	padding:0px;
	margin:0px;
	list-style:none;
	width:100%;
}
.item-mod {
	width: 48%;
	margin: 1%;
	float: left;
	font-size: 11px;
	text-align: center;
	opacity: 0.8;
}
.item-mod:hover {
	opacity: 1;
	cursor: pointer;
}
.wrapper-item-img-mnu {
	vertical-align: middle;
    display: table-cell;
}
#mnu-aux li .item-img-mnu {
	padding: 2px;
	color: white !important;
}
#mnu-aux li img {
	max-width: 100%;
	margin-bottom: 5px;
}
/* Login */
.login_datos {
	width:98%;
	margin: 10px 0;
	font-size: 15px;
}
.login_button {
	color: #ffffff;
	float: right;
    background: #ff46e0;
    border: 0;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.login_bottom {
	margin-top: 10px;
	width: 100%;
    display: inline-block;
}
.login_forgotten {
	font-size:14px;
	padding:5px 0px;
	display:block;
	float:left;
	color: #7800b8;
}
.login_forgotten:hover {
	color: #ff46e0 !important;
}
				#image_login:hover{
					cursor:pointer;
					opacity:0.7;
				}
				
				.error_login{
					color:#bb2525;
					font-size:0.8em;
				}
				
				#image_user{
					float:none !important; 
					height:50% !important;
					width:auto !important; 
					margin-right:0.5em !important;
					margin-top:9px !important;
					margin-bottom:8px !important;
				}
				
					#mnu-aux li .mnu-aux-img{
						width:100%;
						height:100%;
						display:table;
					}
						.type-home {
							width:85%;
							display:table-cell;
							vertical-align:middle;
							padding-right:1.8125em;
							text-align:right;
							/*font-size:2em;*/
							font-size:2.2em;
							-webkit-transition: all 0.3s ease;
							-moz-transition: all 0.3s ease;
							-o-transition: all 0.3s ease;
							transition: all 0.3s ease;							
						}
						
						#home-sub-far:hover, #home-sub-ciu:hover {
							cursor:pointer;
							color:#ababab;
						}
#shadow-slide {
	position: absolute;
	bottom:0;
	background-image: url("../images/sombra_slider.png");
	background-size: contain;
	z-index: 9;
	width: 100%;
	height: 46%;
	left: 0;
}
/* Menú */
#wrap-header-mnu {
	position: relative;
	bottom:0;
	z-index:10;
	width:100%;
	left:0px;
}
#menu-content {
	float: left;
	width: 65%;
	margin-top: 4px;
}
				#menu-content #mnu-main-header {
					float:left;
					margin:0;
					padding:0;
					width:100%;
				}
#menu-content #mnu-main-header li {
	list-style: none;
	float: left;
	padding: 4px 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
	position: relative;
}
#menu-content #mnu-main-header li:first-child {
	margin-left:0;
}
#menu-content #mnu-main-header ul.level1 li:hover {
	background-image:url("../images/black1x1.png");
	cursor: pointer;
}
#menu-content #mnu-main-header li {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
/* Submenú 1 */
.nav ul {
	display: none;
	position: absolute; 
	top: 46px;
	left: 0;
	width: 300px;
	list-style: none;
	padding: 0 !important;
}
.nav ul.level1 li {
	border-bottom: 1px solid #fff;
	float: none !important;			
}
.nav ul.level1 li div {
	display:block;
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top: none;
	font-size: 15px;
	font-weight: 500;
}
li.menuhover li span:hover, li.menuhover li.menuhover li span:hover {
	color:#fff !important;
}
/* Submenú 2*/
ul.level2 {
	margin-left: 300px;
	top:0px;
}
ul.level2 li {
	background-image: none;
	border-left: 3px solid;
}
ul.level2 li:hover {
	background-image: url("../images/black1x1.png");
}
.deployable {
	display: none;
}
.level1 .deployable {
	display: inline-block;
	float: right;
}
.deployable img {
	vertical-align: top;
}

#link-show-hide:hover{
	cursor:pointer;
}

/* RRSS */
#menu-rss {
	float: right;
	width: 35%;
}
#menu-rss-movil{
	display:none;
}
#menu-rss #mnu-top-header {
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
	width: 45%;
	margin-right: 20px;
}
#menu-rss #mnu-top-header li {
	list-style: none;
	float: right;
	margin: 0 5px;
}			
#menu-rss #mnu-top-header img {
	width: 20px;
	height: 20px;
	margin: 4px;
}			
/* menú pc/tablet */
.menu-movil {
	display:none;
}					

/*ACTUALIDAD*/
		/*noticias actualidad*/
		#actualidad-wrap .device {
			/*width:1350px;*/
			width:100% !important;
			height: 100%;
			background: #111;
			position: relative;
		}
		.device .arrow-left {
			background: url(../images/arrows.png) no-repeat left top;
			position: absolute;
			left: 15px;
			top: 50%;
			margin-top: -15px;
			width: 39px;
			height: 39px;
			z-index:9;
		}
		.device .arrow-right {
			background: url(../images/arrows.png) no-repeat left bottom;
			position: absolute;
			right: 15px;
			top: 50%;
			margin-top: -15px;
			width: 39px;
			height: 39px;
			z-index:9;
		}
		
		.device .arrow-right:hover, 
		.device .arrow-left:hover{
			opacity:0.7;
			filter: alpha(opacity = 70);
		}
		.swiper-container {
			height: 100%;
		}
		.content-slide {
			padding: 20px;
			color: #fff;
		}
		.title {
			font-size: 25px;
			margin-bottom: 10px;
		}
		.pagination {
			position: absolute;
			left: 0;
			text-align: center;
			bottom:5px;
			width: 100%;
			z-index:10;
		}
		.swiper-pagination-switch {
			display: inline-block;
			width: 10px;
			height: 10px;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			background: #999;
			box-shadow: 0px 1px 2px #555 inset;
			margin: 0 3px;
			cursor: pointer;
		}
		.swiper-active-switch {
			background: #fff;
		}	

		.swiper-container {
			margin:0 auto;
			position:relative;
			overflow:hidden;
			-webkit-backface-visibility:hidden;
			-moz-backface-visibility:hidden;
			-ms-backface-visibility:hidden;
			-o-backface-visibility:hidden;
			backface-visibility:hidden;
			z-index:1;
		}
		.swiper-wrapper {
			position:relative;
			width:100%;
			height:100% !important;
			-webkit-transition-property:-webkit-transform, left, top;
			-webkit-transition-duration:0s;
			-webkit-transform:translate3d(0px,0,0);
			-webkit-transition-timing-function:ease;
			
			-moz-transition-property:-moz-transform, left, top;
			-moz-transition-duration:0s;
			-moz-transform:translate3d(0px,0,0);
			-moz-transition-timing-function:ease;
			
			-o-transition-property:-o-transform, left, top;
			-o-transition-duration:0s;
			-o-transform:translate3d(0px,0,0);
			-o-transition-timing-function:ease;
			-o-transform:translate(0px,0px);
			
			-ms-transition-property:-ms-transform, left, top;
			-ms-transition-duration:0s;
			-ms-transform:translate3d(0px,0,0);
			-ms-transition-timing-function:ease;
			
			transition-property:transform, left, top;
			transition-duration:0s;
			transform:translate3d(0px,0,0);
			transition-timing-function:ease;
		}
		.swiper-free-mode > .swiper-wrapper {
			-webkit-transition-timing-function: ease-out;
			-moz-transition-timing-function: ease-out;
			-ms-transition-timing-function: ease-out;
			-o-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
			margin: 0 auto;
		}
		.swiper-slide {
			float: left;
			position:relative;
			height:100% !important;
			width:100%;
			overflow:hidden;
		}
		.swiper-slide img{
			position:relative;
		}

		/* IE10 Windows Phone 8 Fixes */
		.swiper-wp8-horizontal {
			-ms-touch-action: pan-y;
		}
		.swiper-wp8-vertical {
			-ms-touch-action: pan-x;
		}
			
		
	/*consejos sanitarios*/
	#consejos-wrap{
		background-image:url("../images/consejos.jpg");
		background-repeat:no-repeat;
		background-size:cover;
		position:relative;
		margin-top:40px;		
		max-height:630px;
		float:left;
		width:100%;
	}	

/* ENLACES DE INTERÉS */
#links-slider-wrap {
	position: relative;
    margin: 40px 0;
    float: left;
    width: 100%;
	z-index: 1;
}
#links-slider-wrap .slider-interes-pc {
	padding: 40px 0;
}
#links-slider-wrap .bx-wrapper {
    width: 95%;
    margin: 0 auto;
	border: 0;
	background: transparent;
	box-shadow: none;
}
#links-slider-wrap .bx-pager {
	top: 265px;
	color: #e6e6e6;
}
.bx-controls-direction {
	display: none;
}
.bx-pager a {
	width: 12px !important;
	height: 12px !important;
	background: #e6e6e6 !important;
	border: 1px solid #575756 !important;
	border-radius: 50% !important;
}
.bx-pager a:hover,
.bx-pager .active {
	background: #969595 !important;
}

	#links-wrap	{
		position: relative;
		margin-top: 40px;
		max-height: 630px;	
		float:left;
		width:100%;
	}
	
		#link-home-1{
			height:100%;
			width:100%;
		}

/* FOOTER */
#footer-wrap {
	position: relative;
	height: auto !important;
	float: left;
	width: 100%;
	clear: both;
	margin-top: 40px;
}
#footer-2 {
	width: 100%;
	float: left;
	padding-bottom: 2%;
}
#footer-2 #footer-left {
	width: 22%;
	margin-left: 3%;
	float: left;
}
#footer-2 #footer-left .logo-footer {
	margin-top: 7%;
	margin-bottom: 15px;
}
#footer-2 #footer-left p {
	margin: 4px 0;
}
#footer-2 #footer-left p,
#footer-2 #footer-left a {
	font-size: 13px;
	font-weight: 400;
}
#footer-2 #footer-left a{
	display:block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;					
}
#footer-2 #footer-right{
	width: 68%;
	margin-left: 7%;
	float: left;
}
.new-box-footer{
	width:28%;
	margin:0 2%;
	height:94%;
	margin-top:1%;
	float:left;
}
#box-menu-footer{
	float:left;
	clear:both;
	width:100%;
	vertical-align:top;
}
#box-menu-footer .titleItem{
	text-transform:uppercase;
	font-size:1.125em;
	font-weight:500;
	margin-top: 25px;
}
					
					.list-footer{
						padding:0 !important;
						margin:5px 0 0 0;
						width:100%;
					}
					
						.list-footer li{
							list-style:none;
							margin-bottom:5px;
							float:left;
							width:100%;
							clear:both;
						}
.list-footer li div{
	text-transform:none !important;
	font-weight:400 !important;
	font-size:0.9em;
}
.list-footer li div a {
	text-transform: none !important;
	font-weight: 400 !important;
}
	
/*legal*/
#legal-wrap{
	position: relative;
	float: left;
	width: 100%;
}		
#box_legales,
#box_desarrollo {
	float: left;
	margin-top: 15px;
}
			#box_legales a, #box_legales span {
				font-size: 0.75em;
				margin-right: 0.5%;
				display: table-cell;
				vertical-align: middle;
				color:#666666;
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;	
			}
			
			#box_legales a:hover{
				color:#652b77;
			}			

			#box_desarrollo a{
				color:#666666;
				font-size: 0.75em;
				display: table-cell;
				vertical-align: middle;
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;	
			}	
			
			#box_desarrollo a span{
				color:#666666;
				display: inline-block;
			} 
			
			#box_desarrollo a:hover span{
				color:#652b77;
			}
			
			#box_desarrollo:hover img{
				opacity: 0.8;
				filter: alpha(opacity=80);			
			}

			#box_desarrollo img {
				display: inline-block;
				vertical-align: middle;
				float: right;
				margin:0px 10px;
			}
			
/*elementos comunes banners bolsa de empleo y agenda*/
.slider-title-section {
	display:inline-block;
	font-family: "Montserrat Light";		
	margin:0 auto;
	margin-top:7%;
	font-size:1.75em;
	padding:0% 5.5%;
}
	
	.slide-item-title{
		font-size:1.875em;
		font-family: "Montserrat";	
		width:85%;
		margin:0 auto;
		margin-top:7%;
		display:block;
	}
	
	.slide-item-description{
		color:#cccccc;
		font-family: "Montserrat Light";
		font-size:1.25em;
		width:85%;
		margin:0 auto;
		margin-top:5px;
		display:block;
	}

/*mensaje*/
.cp_mensaje{
	width:100%;
	text-align:center;
	margin-top:2%;
	float:left;
	font-weight:bold;
	font-size:1.5em;
}
	
/*anclas*/	
#emp, #con, #content{
	position:relative;
	float:left;
	clear:both;
	display:block;
	visibility:hidden;
}

#item-menu-0{
	display:none;
}


/*alertas*/
#box-alerts{
	position: absolute;
	bottom: 15%;
	z-index: 10;
	width: 50%;
}
#num-alerts{
	font-family: "Montserrat";
	font-size: 24px;
	font-weight: 600;
	margin-left: 50px;
}
		#box-alerts ul{
			padding-left:0px;
		}
			#box-alerts ul li{
				list-style:none;
				height:50px;
				float:left;
				clear:both;
				display:table;
				position:absolute;
				width:92.5%;
			}
#box-alerts ul li a,
#box-alerts ul li span {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	padding-left: 50px;
	padding-right: 20px;	
	width: 92%;		
	font-size: 15px;
}
				
			.close-special-alert{
				/*position:absolute;
				right:0;
				width:7.5%;*/
				height:50px;
			}
			
			.close-special-alert:hover{
				cursor:pointer;
			}
			
	#box-alerts-movil{
		display:none;
	}
	
	
/*precarga*/
#preloader {
    position: fixed;
    top:0;
	left:0;
    right:0;
	bottom:0;
    z-index: 9999;
}
#loader {
    position: absolute;
    left:50%;
	top:50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url(../images/spinner.gif) no-repeat center 0;
	background-size: cover;
}

.login-movil,
.slider-interes-movil{
	display:none;
}

.menu-inferior-movil{
	display:none;
}

.slider-interes-pc{
	display:block;
}

.menu-inferior-pc,
.probando{
	display:block !important;
}

.probando_2{
	display:none !important;
}

.boton-registro,
.boton-add-participantes,
.boton-send-registro{
	color:#ffffff !important;
	margin-top:15px;
}

.boton-registro:hover{
	color:#000000 !important;
	/*margin:0 auto;
	display:block;*/
}

.formulario-eventos{
	background-color:#eeeeee;
	margin-top:15px;
}

.box-registro-event{
	clear:both;
	width:100%;
	float:left;
	margin-top:15px;
}

.formulario-registro-evento {
	font-size:14px !important;
}
.box-registro-event label {
	float:left;
}

.box-registro-event input[type=text]{
	float:right;
	width:70%;
}
.box-participantes{
    border-bottom: 1px solid #cccccc;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}
.box-participantes input[type=text]{
	width:90%;
	margin: 7px 0;
}
.box-participantes select {
	margin: 7px 0;
}
.box-participantes label {
	margin: 7px 10px;
	float: none !important;
}
.box-participantes .error {
	float: left;
	margin-top: 5px;
}
.box-participantes a{
	float:right !important;
	margin-top:15px;
}
.box-participantes .register-ncol,
.box-participantes .register-email {
	width: 35%;
	float: left;
}
.box-participantes .register-name,
.box-participantes .register-venue {
	float: left;
	width: 60%;
	margin-top: 0;
	text-align: right;
}
.box-participantes select {
	width: 170px;
}
.formulario-registro-evento .error {
	color:red;
	margin-bottom:5px;
}

.mensaje-agenda{
	text-align:center;
	padding:15px 0px;
	display:block;
	clear:both;
	width:100%;
	font-weight:bold;
	
}

.more-submenu{
	width:auto !important;
	max-width:none !important;
	display:inline-block !important;
	float:none !important;
	margin-left:5px;
	position:relative;
	top:-3px;
}

.more-submenu:hover{
	cursor:pointer;
}

.submenu-submenu{
	margin-top:10px;
	margin-bottom:10px;
}

	.submenu-submenu li{
		clear:both;
		display:block !important;
		font-size:26px !important;
		/*text-transform:capitalize !important;*/
	}
	
#item-menu-intranet:hover{
	cursor:pointer;
}
#item-menu-intranet:hover .item-img-mnu{
	color:#ff46e0;
}
.boton-cuadro-guardias{
	margin:0 auto 3% auto;
	display:block;
	width:33%;
	padding: 8px;
	text-align:center;
	font-size: 1.625em;
    font-family: "Montserrat Light", Arial, serif;	
	color:#ffffff;
	clear:both;
}

#title-last-offers{
	position:absolute;
	top:13%;
	left:50%;
		
	-webkit-transform: translate(-50%, -13%);
	-moz-transform: translate(-50%, -13%);
	-ms-transform: translate(-50%, -13%);
	-o-transform: translate(-50%, -13%);
	transform: translate(-50%, -13%);	
	margin-top:0px !important;
}

.box-modal{
	display:block;
	clear:both;
	width:100%;
	margin-bottom:15px;
}

	.cabecera-modal{
		font-weight:bold;
		display:block;
		clear:both;
		width:100%;
		margin-bottom:10px;
	}
	
.box-modal span,
.box-modal a {
	color: #333333 !important;
	margin-top: 3px;
	display: block;
}
	
.eliminar-oferta-demanda{
	float:left;
	margin-top:8px;
}

.eliminar-oferta-demanda:hover{
	cursor:pointer;
	opacity:0.7;
}

.send-delete-oferta-demanda{
	padding:5px 15px;
	border:0px;
}

#deleteOfferDemand{
	text-align:center;
}

	#deleteOfferDemand p{
		text-align:justify;
	}
	
#ui-datepicker-div{
	z-index:10 !important;
}

/* MI BOTÓN */
.mi_boton {
	width: auto !important;
	padding: 5px 15px;
	padding: 10px 20px;
    border: 0;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 30px;
}
.mi_boton:hover {
	opacity: 0.7;
}

/* COOKIES */
.msgcookie {
	display: block;	
	position: fixed;
	bottom: 0;
	height: auto;
	width: 100%;
	color: #fff;
	font-size: 14px;
	z-index: 100000000;
}
.msgcookieSmall {
	cursor:pointer;
	right:1%;
	display:block;	
	position:fixed;
	bottom:0;
	height:30px;
	width:100px;
	line-height:30px;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	font-family:sans-serif;
	z-index:100000000;
	/*para Firefox*/
	-moz-border-radius: 5px 5px 0px 0px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 5px 5px 0px 0px;
	/* para Opera */
	border-radius: 5px 5px 0px 0px;
	/* para IE */
	
}
.msgcookie .msgcookie-sumary {
	width: 80%;
	margin: 0 auto;
	color: #ffffff;
	font-size: 14px;
	float: left;
}
.msgcookie .msgcookie-sumary p {
	padding: 20px;
	margin: 0;
}
.msgcookie .msgcookie-sumary a {
	font-weight: 600;
}
.msgcookie .msgcookie-buttons {
	width: 20%;
	margin: 0 auto;
	float: left;
}
.msgcookie a.acceptGoogle {
	text-decoration: none;
	display: block;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-color: #ffffff;
	padding: 10px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	/*para Firefox*/
	-moz-border-radius: 5px 5px 5px 5px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 5px 5px 5px 5px;
	/* para Opera */
	border-radius: 5px 5px 5px 5px;
	/* para IE */
}
.msgcookie a.cancelGoogle {
	color: white;
	text-decoration: none;
	display: block;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-color: transparent;
	border: 2px solid white;
	padding: 10px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	/*para Firefox*/
	-moz-border-radius: 5px 5px 5px 5px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 5px 5px 5px 5px;
	/* para Opera */
	border-radius: 5px 5px 5px 5px;
	/* para IE */
}
.msgcookie .moreGoogle {
	color: #ffffff;
}
.msgcookie a.acceptGoogle{
	margin: 10px 20px;
}
.msgcookie a.cancelGoogle{
	margin: 10px 20px;
}
a.acceptGoogle:hover, a.cancelGoogle:hover {
	opacity:1;
	filter: alpha(opacity=100);
}
