@charset "utf-8";

html{font-family: arial}

@font-face {  
	font-family: 'Roboto';  
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto'), url('fonts/roboto.woff') format("woff");
}

@font-face {  
	font-family: 'Oswald';  
	font-style: normal;
	font-weight: 400;
	src: local('Oswald'), local('Oswald'), url('fonts/oswald.woff') format("woff");
}

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, thead, center, u, b, i{margin: 0;padding: 0;border: 0;outline: 0;font-family: inherit;vertical-align: baseline}
body{line-height: 1}
:focus{outline: 0}
ol, ul{list-style: none}
blockquote:before, blockquote:after, q:before, q:after{content: ""}
blockquote, q{quotes: "" ""}
input, textarea{margin: 0;padding: 0}
hr{margin: 0;padding: 0;border: 0;color: #000;background: #000;height: 1px}
/* FIN RESET */

/*
color: #005254; Verde
color: #b8262e; Rojo
*/

body{
	background-color: #e1e0d1;
	font-family: 'Roboto', Tahoma, Verdana, Helvetica, Arial;
	line-height: 15px;
	font-size: 62.5%;
	color: #514646;
	cursor: default
}

img{border: none; max-width: 100%}
.block{display: block}
.clear {clear: both} 
p{margin: 10px 0}
a{text-decoration: none}
a:hover{text-decoration: underline}

.btn-one, .btn-two{
	width: 168px;
	height: 37px;
	font-family: 'Oswald';
	overflow: hidden;
	background: url('../images/btn-one.png');
	text-align: center;
	line-height: 37px;
	color: #fff;
	font-size: 1.1em;
	cursor: pointer;
}
.btn-two{
	width: 80px;
	height: 30px;
	background: url('../images/btn-two.png');
	line-height: 30px;
}
	.btn-one a, .btn-two a{
		color: #fff !important;
		height: 100%;
		width: 100%;
		display: block;
		text-decoration: none
	}
	.btn-one:hover{background: url('../images/btn-one.png') 0 37px}
	.btn-two:hover{background: url('../images/btn-two.png') 0 30px}


h1,h2,h3{
	font-family: 'Oswald';
	color: #b8262e;
	font-weight: normal;
	text-transform: uppercase
}

h1{
	margin: 0px 0px 20px 0px;
	font-size: 1.5em;
	line-height: 20px;
}

h2{
	margin: 40px 0 20px 0;
	font-size: 1.3em;
	line-height: 20px;
	color: #005254;
}

h3{
	margin: 0px 0px 15px 0px;
	font-size: 1.2em;
	line-height: 18px;
}
	h3 a{color: #b8262e}
	
	h3.sep{
		background: #000;
		color: #fff;
		display: block;
		padding: 1px 3px
	}

/* ESTRUCTURA PRINCIPAL — cabecera y menú solo escritorio */
@media (min-width: 1025px)
{
#hdr{
	background: url('../images/bg-gnrl.png') center top repeat-x;
	width: 100%;
}
	#hdr .content{
		width: 1000px;
		height: 198px;
		position: relative;
		margin: 0 auto 50px auto;
		font-size: 1.1em
	}
	
	/* Elementos #hdr */
	#logo{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}
	
	#vers{
		position: absolute;
		bottom: 13px;
		left: 95px;
		color: #fff;
		font-style: italic
	}
	
	#bnn-top{
		position: absolute;
		top: 17px;
		left: 200px;
		width: 800px;
		height: 100px;
		background: rgba(255, 255, 255, 0.2);
	}

	#mnu{
		font-family: 'Oswald';
		position: absolute;
		top: 145px;
		left: 200px;
		line-height: 15px;
		color: #fff;
		font-size: 1.3em;
		text-transform: uppercase;
		z-index: 1;
	}
		/* Elementos #mnu */
		#mnu li{
			padding: 10px 15px;
		/*	border-right: 1px solid #0045B6;*/
			float: left;
		}
			#mnu li:last-child{border-right: none}
			
			#mnu li.sbmnu:hover{
				background-color: #fff;
				color: #b8262e;
			}
		
		#mnu li a{
			color: #fff;
			text-decoration: none;
			display: block;
		}
		#mnu li a:hover{color: #000}
		
			ul#mnu ul{display: none}
			ul#mnu li:hover > ul{display:block}
			
			/* submenus */
				#mnu ul{
					font-weight: normal;
					position: absolute;
					width: 980px;
					padding: 10px;
					margin: 10px 0 0 -215px;
					list-style: none;
					background-color: #fff;
					font-size: 80%;
					border-top: 10px solid #fff;
					-webkit-box-shadow: 0px 0px 17px -9px #000;
					-moz-box-shadow: 0px 0px 17px -9px #000;
					box-shadow: 0px 0px 17px -9px #000;
				}
				#mnu ul li{
					min-width: 140px;
					padding: 0;
					margin: 0;
					border: none;
					border-collapse: collapse;
				}
				#mnu ul li a{
					margin: 0;
					color: #fff
				}
					#mnu ul li a:hover{
						color: #1e1e1e;
						/*
						margin: -2px;
						border: 2px solid #b8262e;
						*/
						display: inline-block;
						-webkit-box-shadow: 0px 0px 17px -9px #000;
						-moz-box-shadow: 0px 0px 17px -9px #000;
						box-shadow: 0px 0px 17px -9px #000;
					}
			/* FIN submenus */
		/* Fin Elementos #mnu */
		
	/* FORM BUSQUEDA */
	#searchform{
		position: absolute;
		right: 0;
		bottom: 19px;
		width: 285px;
		height: 28px;
		padding: 5px 5px 4px 10px;
		background: url('../images/bg-search.png');
	}
	
	#searchform input{
		font-family: 'Oswald';
		width: 170px;
		height: 28px;
		background: transparent;
		border: none;
		font-weight: normal;
		font-size: 1.2em;
		color: #7a0c12;
		vertical-align: middle;
	}
	
		#searchform input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
		  color: #fff4c4;
		  opacity: 1; /* Firefox */
		}

		#searchform input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		  color: #fff4c4;
		}

		#searchform input::-ms-input-placeholder { /* Microsoft Edge */
		  color: #fff4c4;
		}
		
	#searchform .btn-search{
		width: 49px;
		height: 28px;
		cursor: pointer;
		float: right;
		border: none;
		padding: 0;
		background: url('../images/btn-search.png')
	}
	/* FIN FORM BUSQUEDA */
	/* Fin Elementos #hdr */
}

@media (min-width: 1025px)
{
#cntnt{
	width: 1000px;
	margin: 0 auto;
	font-size: 1.3em;
	line-height: 19px;
}
	/* Elementos #cntnt */
	.stl-gnrl, #sdbr li{
		background-color: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0px 0px 17px -9px #000;
		-moz-box-shadow: 0px 0px 17px -9px #000;
		box-shadow: 0px 0px 17px -9px #000;
	}
	
	.legal{
		width: 940px !important;
	}
	
	.ofer-port{
		padding: 9px 30px 20px 30px !important;
		margin-bottom: 30px
	}
		.ofer-port img
		{
			margin-top: -5px;
			float: right;
		}
		.ofer-port h1
		{
			margin-top: 30px;
			color: #005254
		}
	
	#pag-det{
		width: 683px;
		float: left;
		padding: 30px;
	}
		#pag-det a{color: #069}
		
		#pag-det ol{
			list-style: decimal;
			margin-left: 25px;
		}
	
	#sdbr{
		width: 200px;
		float: right;
		margin-right: 40px;
		display:none;
	}
		
		#sdbr li{
			width: 200px;
			margin-bottom: 30px;
			padding: 20px
		}
		
		#sdbr li .rot{
			font-family: 'Oswald';
			font-size: 1.3em;
			text-align: center;
			color: #b8262e;
			margin-bottom: 20px
		}
		
		#sdbr li a.provee{
			margin: 0 auto !important
		}
			#sdbr li a.provee{display: block}
			
	#botup{
		position: fixed;
		bottom: 20px;
		right: 20px;
		display: none;
		width: 38px;
		height: 38px;
		cursor: pointer;
		z-index: 1000;		
		background-color: #005254;
		-webkit-mask: url( '../images/bg-botup.svg' ) no-repeat center;
		mask: url( '../images/bg-botup.svg' ) no-repeat center;
	}
		#botup:hover{
			background-color: #b8262e
		}
		
	#info-scroll{
		text-align: center;
		color: #a3a297;
		font-size: 14px;
		font-weight: bold;
		padding: 20px 0 40px 0;
	}
	/* FIN Elementos #cntnt */
}

@media (min-width: 1025px)
{
#ftr{
	width: 1000px;
	line-height: 30px;
	margin: 50px auto 30px auto;
	font-size: 1.3em;
	border-top: 1px solid #b8262e
}
	#ftr a{color: #514646}
	
	/* ELEMENTOS #ftr */
	#fizq{float: left}
	
	#fder{float: right}
	/* FIN ELEMENTOS #ftr */
}
	
 .lugar-line{    
 	font-weight: bold;
    margin-bottom: 1em;}	
    
/* TABLERO */
#tablero li{
	width: 197px;
	padding: 15px 15px 10px 15px;
	margin-bottom: 30px;
	background-color: #fff;
	float: left;
	overflow: visible;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 17px -9px #000;
	-moz-box-shadow: 0px 0px 17px -9px #000;
	box-shadow: 0px 0px 17px -9px #000;
}
	#tablero li:nth-child(4n){
		/*margin-right: 0*/
	}
	#tablero li:hover{
		background-color: #f3f9f9;
		-webkit-box-shadow: inset 0px 0px 14px -17px #000;
		-moz-box-shadow: inset 0px 0px 14px -17px #000;
		box-shadow: inset 0px 0px 14px -17px #000;
		/*
		border: 1px solid #B69600;
		-webkit-box-shadow: 0px 0px 17px -9px #B69600;
		-moz-box-shadow: 0px 0px 17px -9px #B69600;
		box-shadow: 0px 0px 17px -9px #B69600;
		*/
	}
		#tablero li.sep{background-color: #e7eeee}
	
	#tablero li h3{
		overflow-wrap: break-word;
	}
	
	#tablero li .fech, .fich-ofert .fech{
		font-family: 'Oswald';
		float: left;
		color: #abbbc0;
		font-size: 85%;
		margin-bottom: 5px;
	}
	
	#tablero li .view, .fich-ofert .view{
		width: 15px;
		float: right;
		padding-left: 17px;
		line-height: 12px;
		text-align: right;
		color: #abbbc0;
		margin-top: 3px;
		background: url('../images/ico-eye.png') no-repeat left center;
	}
	
	#tablero li hr, .fich-ofert hr{
		clear: both;
		color: #abbbc0;
		background: #abbbc0;
		margin: 0 0 15px 0
	}
	
	#tablero li .txt{
		min-height: 140px;
		max-height: 380px;
		position: relative;
		overflow: hidden;
		text-overflow: ellipsis
	}
	#tablero li .jornada-line{
		margin: 8px 0 0 0;
		line-height: 1.35;
	}

	.loc-ico-gmaps{
		display: inline-block;
		width: 11px;
		height: 11px;
		margin-right: 4px;
		vertical-align: baseline;
		background: #db4437;
		border-radius: 50% 50% 50% 0;
		transform: rotate(-45deg);
		position: relative;
		top: 1px;
	}
		.loc-ico-gmaps:before{
			content: '';
			width: 5px;
			height: 5px;
			background: #fff;
			border-radius: 50%;
			position: absolute;
			top: 3px;
			left: 3px;
		}
		#tablero li .txt:before {
			content: '';
			width: 100%;
			height: 100%;    
			position: absolute;
			left: 0;
			top: 0;
			background: linear-gradient(transparent 300px, white);
			pointer-events: none;
		}
			#tablero li:hover .txt:before {
				background: linear-gradient(transparent 300px, #f3f9f9);
			}
	
	#tablero li .btn-one{
		margin: 20px 0 10px 14px
	}
	
	#tablero li img{
		margin: 0
	}

/* TABLERO */

/* FICHA OFERTA */
.fich-ofert{}

	.fich-ofert .btn-prev,
	.fich-ofert .btn-next{
		display: block;
		float: left;
		margin-bottom: 30px;
		padding: 6px 10px;
		border: 1px solid #d9eeef;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color: #514646 !important
	}

	.fich-ofert .btn-prev{
		float: right;
	}	
		.fich-ofert .btn-prev:hover,
		.fich-ofert .btn-next:hover{
			text-decoration: none;
			color: #B8262E !important;
			border: 1px solid #B8262E;
		}

	.fich-ofert .fech{
		font-family: 'Oswald';
		float: left;
		color: #abbbc0;
		font-size: 85%;
		margin-bottom: 5px;
	}
	
	/* REVERT layout: quitar .fich-body / .fich-main y restaurar float en .fich-ofert .txt si no convence */
	.fich-ofert .fich-body{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 15px;
	}
	.fich-ofert .fich-main{
		flex: 1;
		min-width: 0;
	}
	.fich-ofert .fich-main .lugar-line{
		width: 100%;
		text-align: left;
	}
	.fich-ofert .fich-main .txt{
		float: none;
		width: 100%;
		max-width: 470px;
		clear: both;
		margin: 2px 0;
		text-align: left
	}
	
	.fich-ofert .provee, #sdbr li a.provee{
		width: 166px;
		height: 78px;
		margin-bottom: 20px;
		border: 1px solid #d9eeef;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain
	}
	
	.fich-ofert .fich-right{
		width: 168px;
		float: none;
		flex-shrink: 0;
		align-self: flex-start;
		text-align: center;
	}
/* FIN FICHA OFERTA



/* SOCIAL MEDIA */
#socialmedia{
	width: 300px;
	height: 16px;
	display: table;
	margin-top: 30px;
	overflow: hidden;
	background-color: #E1E0D1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E1E0D1;
}

#socialmedia li{
	display: table-cell;
	
	border-right: 1px solid #fff;
	text-align: center;
}
	#socialmedia li:hover{
		background-color: #fff
	}
	
#socialmedia li:last-child{
	border-right: 0;
}
	
#socialmedia li a{
	display: block;
	padding: 10px 10px 7px 10px;
}
/* SOCIAL MEDIA */



/* MENSAJES */
.info, .success, .error, .warning{
	width: 573px;
	line-height: 25px;
	border: 1px solid;
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info{
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/ico-info.png');
}
.success{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../images/ico-success.png');
}
.error{
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/ico-error.png');
}
.warning{
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/ico-warning.png');
}
/* FIN MENSAJES */



/* FORMS DE CONTACTO O PETICION */
#formulario{
	padding: 20px 25px;
	overflow: hidden;
	background: url('../images/bg-contacto.jpg') no-repeat top right #fdfbfb;
	text-align: justify;
}

#formulario input[type=text], #formulario input[type=password], #formulario textarea, #formulario select{
	width: 340px;
	height: 35px;
	padding: 0 5px;
	margin: 5px 0 10px 0;
	border: 1px solid #ddd;
}

#formulario textarea{height: 90px}
#formulario select{height: 35px}

#formulario .btn-one{margin-left: 400px}

#formulario .lopd{font-size: 90%}
	#formulario .lopd, #formulario .lopd a{color: #545555}
	
#formulario #cptch{
	width: 250px;
}

.bnd-form{
	height: 100%;
	background: #dadada;
	line-height: 25px;
	margin-bottom: 15px;
	font-size: 1em;
	color: #285686;
	font-weight: bold;
}
/* FIN FORMS DE CONTACTO O PETICION */



/* BARRA COOKIES */
#cookiebar{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 55px;
	overflow: hidden;
	text-align: center;
	background: #000;
	color: #fff;
	z-index: 99999;
	font-size: 1.3em;
	padding: 15px
}
		#cookiebar a{
			text-decoration: underline;
			color: #fff
		}
	
	#btn-cookiebar{
		width: 120px;
		display: block;
		margin: 0px auto;
		padding: 7px 0;
		background: #fff;
		text-decoration: none !important;
		color: #000 !important;
	}
		#btn-cookiebar:hover{background: #aaa}
/* FIN BARRA COOKIES */

/* === Tablet y movil (max-width: 1024px) === */
@media (max-width: 1024px)
{
	html, body{
		margin: 0px;
		padding: 0px;
		height: 100%
	}
	
	body{
		background-color: #e1e0d1;
		font-family: 'Roboto', Tahoma, Verdana, Helvetica, Arial;
		line-height: 15px;
		font-size: 62.5%;
		color: #514646;
	}
	
	
	img{border: none}
	.block{display: block}
	.clear {clear: both} 
	p{margin: 10px 0}
	a{text-decoration: none}
	a:hover{text-decoration: underline}
	
	.btn-one, .btn-two{
		width: 168px;
		height: 37px;
		font-family: 'Oswald';
		overflow: hidden;
		background: url('../images/btn-one.png');
		text-align: center;
		line-height: 37px;
		color: #fff;
		font-size: 1.1em;
		cursor: pointer;
	}
	.btn-two{
		width: 80px;
		height: 30px;
		background: url('../images/btn-two.png');
		line-height: 30px;
	}
		.btn-one a, .btn-two a{
			color: #fff !important;
			height: 100%;
			width: 100%;
			display: block;
			text-decoration: none
		}
		.btn-one:hover{background: url('../images/btn-one.png') 0 37px}
		.btn-two:hover{background: url('../images/btn-two.png') 0 30px}
	
	
	h1,h2,h3{
		font-family: 'Oswald';
		color: #b8262e;
		font-weight: normal;
		text-transform: uppercase
	}
	
	h1{
		margin: 0px 0px 20px 0px;
		font-size: 1.5em;
		line-height: 25px;
	}
	
	h2{
		margin: 0 0 20px 0;
		font-size: 1.3em;
		line-height: 20px;
		color: #005254;
	}
	
	
	
	h3{
		margin: 0px 0px 15px 0px;
		font-size: 1.3em;
		line-height: 21px;
	}
		h3 a{color: #b8262e}
		
		h3.sep{
			background: #000;
			color: #fff;
			display: block;
			padding: 1px 3px;
		}
	
	/* ESTRUCTURA PRINCIPAL */
	#hdr{
		background: url('../images/bg-gnrl.png') center -127px repeat-x;
		width: 100%;
		max-width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		position: relative;
		font-size: 1.1em
	}
		
		/* Elementos #hdr */
		#logo{
			height: 100px;
		}
		
		#bnn-top{
			margin: 15px 0 20px 0;
			background: rgba(255, 255, 255, 0.2);
		}
	
		#mnu{
			font-family: 'Oswald';
			position: absolute;
			top: 19px;
			left: 115px;
			line-height: 15px;
			color: #fff;
			font-size: 1.3em;
			text-transform: uppercase;
			z-index: 1;
		}
			/* Elementos #mnu */
			#mnu li{
				padding: 10px 15px;
				/* border-right: 1px solid #cf3340;*/
				float: left;
			}
				#mnu li:last-child{border-right: none}
				
				#mnu li.sbmnu:hover{
					background-color: #fff;
					color: #b8262e;
				}
						
			#mnu li a{
				color: #fff;
				text-decoration: none;
				display: block;
			}
			#mnu li a:hover{color: #000}
			
				ul#mnu ul{display: none}
				ul#mnu li:hover > ul{display:block}
				
				/* submenus */
					#mnu ul{
						font-weight: normal;
						position: absolute;
						max-width: 980px;
						padding: 10px;
						margin: 10px 0 0 -15px;
						list-style: none;
						background-color: #fff;
						border-top: 10px solid #fff;
						-webkit-box-shadow: 0px 0px 17px -9px #000;
						-moz-box-shadow: 0px 0px 17px -9px #000;
						box-shadow: 0px 0px 17px -9px #000;
					}
					#mnu ul li{
						min-width: 140px;
						padding: 0;
						margin: 0;
						border: none;
						border-collapse: collapse;
					}
					#mnu ul li a{
						margin: 0;
						color: #fff
					}
						#mnu ul li a:hover{
							color: #1e1e1e;
							/*
							margin: -2px;
							border: 2px solid #b8262e;
							*/
							display: inline-block;
							-webkit-box-shadow: 0px 0px 17px -9px #000;
							-moz-box-shadow: 0px 0px 17px -9px #000;
							box-shadow: 0px 0px 17px -9px #000;
						}
				/* FIN submenus */
			/* Fin Elementos #mnu */
	
	/* Submenú portales: abrir con .open (JS ≤1024px); evitar hover en táctil */
	ul#mnu > li.sbmnu:not(.open) > ul{
		display: none;
	}

	#mnu > li.sbmnu.open > ul{
		display: block;
		z-index: 20;
	}

	#mnu > li.sbmnu{
		cursor: pointer;
		position: relative;
		float: left;
	}

	#mnu > li.sbmnu > ul{
		width: auto;
		max-width: 980px;
		margin: 10px 0 0 -15px;
	}

	#hdr .content{
		display: flex;
		flex-direction: column;
		align-items: stretch;
		
	}

	#logo{
		position: static;
		top: auto;
		left: auto;
		z-index: auto;
	}

	#bnn-top{
		position: static;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
	}

	#mnu{
		position: absolute;
		top: 19px;
		left: 115px;
		right: auto;
	}

	.buscador-form{
		order: 10;
		width: calc(100% + 20px);
		max-width: none;
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 8px;
		margin-bottom: 0;
		padding: 0 10px 14px;
		box-sizing: border-box;
	}

	#searchform{
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		width: 100%;
		height: auto;
		min-height: 48px;
		padding: 8px 10px 8px 16px;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		gap: 8px;
		font-family: 'Oswald', Tahoma, Verdana, Helvetica, Arial;
		font-size: 13px;
		line-height: normal;
		background-color: #b69600;
		background-image: url('../images/bg-search.png');
		background-size: 100% 100%;
		background-repeat: no-repeat;
		border-radius: 10px;
		box-sizing: border-box;
	}

	#searchform input{
		float: none;
		flex: 1 1 auto;
		width: auto !important;
		min-width: 0;
		height: 32px;
		line-height: 32px;
		background: transparent;
		border: none;
		font-family: 'Oswald', Tahoma, Verdana, Helvetica, Arial;
		font-weight: normal;
		font-size: 1em;
		color: #fffef6;
		vertical-align: middle;
		-webkit-text-size-adjust: 100%;
		text-size-adjust: 100%;
	}

	#searchform input::placeholder{
		font-family: 'Oswald', Tahoma, Verdana, Helvetica, Arial;
		font-weight: normal;
		color: #fff2d8;
		opacity: 1;
	}

	#searchform input:-ms-input-placeholder{
		font-family: 'Oswald', Tahoma, Verdana, Helvetica, Arial;
		color: #fff2d8;
	}

	#searchform input::-ms-input-placeholder{
		font-family: 'Oswald', Tahoma, Verdana, Helvetica, Arial;
		color: #fff2d8;
	}

	#searchform .btn-search{
		float: none;
		flex: 0 0 81px;
		width: 75px;
		height: 40px;
		border: none;
		padding: 0;
		box-shadow: none;
		-webkit-appearance: none;
		appearance: none;
		cursor: pointer;
		background: url('../images/btn-search.png') center center / 100% 100% no-repeat;
	}
	

	
	
	#cntnt{
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 10px;
		box-sizing: border-box;
		font-size: 1.4em;
		line-height: 19px;
	}
		/* Elementos #cntnt */
		.stl-gnrl, #sdbr li{
			background-color: #fff;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-box-shadow: 0px 0px 17px -9px #000;
			-moz-box-shadow: 0px 0px 17px -9px #000;
			box-shadow: 0px 0px 17px -9px #000;
		}
		
			.legal{
				text-align: justify;
			}
			
		.ofer-port{
			padding: 15px !important;
			margin-bottom: 30px;
			overflow: hidden;
			text-align: center;
		}
		
			.ofer-port img
			{
				float: none;
				display: block;
				margin: 10px auto 0 auto;
			}
			.ofer-port h1
			{
				margin-top: 10px;
				color: #005254;
				line-height: 22px;
				text-align: center;
			}
		
		#pag-det{
			width: calc( 100% - 30px );
			max-width: 100%;
			padding: 15px;
			float: none;
			clear: both;
			box-sizing: border-box;
		}
			#pag-det a{color: #069}
			
			#pag-det ol{
				list-style: decimal;
				margin-left: 25px;
			}
		
		#sdbr{
			width: 100%;
			margin: 30px 0;
		}
			
			#sdbr li{
				width: calc( 100% - 40px);
				/margin-bottom: 30px; 
				 padding: 20px; 
			}
			
			#sdbr li .rot{
				font-family: 'Oswald';
				font-size: 1.3em;
				text-align: center;
				color: #b8262e;
				margin-bottom: 20px
			}
			
			#sdbr li a.provee{
				margin: 0 auto !important
			}
				#sdbr li a.provee{display: block}
	
			

	
	
		#botup{
			position: fixed;
			bottom: 20px;
			right: 20px;
			display: none;
			width: 38px;
			height: 38px;
			z-index: 1000;		
			background-color: #005254;
			-webkit-mask: url( '../images/bg-botup.svg' ) no-repeat center;
			mask: url( '../images/bg-botup.svg' ) no-repeat center;
		}
			#botup:hover{
				background-color: #b8262e
			}
			
		#info-scroll{
			text-align: center;
			color: #a3a297;
			font-size: 14px;
			font-weight: bold;
			padding: 20px 0 40px 0;
		}
		/* FIN Elementos #cntnt */
		
	
	#ftr{
		width: 100%;
		max-width: 100%;
		line-height: 30px;
		margin: 0 auto;
		padding: 10px 10px 20px;
		box-sizing: border-box;
		font-size: 1.3em;
		border-top: 1px solid #b8262e;
		text-align: center;
	}
		#ftr a{color: #514646}
	
		
		
	/* TABLERO */
	#tablero li{
		width: 197px;
		padding: 15px 15px 10px 15px;
		/*margin: 0 23px 30px 0;*/
		margin-bottom: 30px !important;
		background-color: #fff;
		float: left;
		overflow: visible;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0px 0px 17px -9px #000;
		-moz-box-shadow: 0px 0px 17px -9px #000;
		box-shadow: 0px 0px 17px -9px #000;
	}
		#tablero li:nth-child(4n){
			/*margin-right: 0*/
		}
		#tablero li:hover{
			background-color: #f3f9f9;
			-webkit-box-shadow: inset 0px 0px 14px -17px #000;
			-moz-box-shadow: inset 0px 0px 14px -17px #000;
			box-shadow: inset 0px 0px 14px -17px #000;
		}
			#tablero li.sep{background-color: #e7eeee}
			
		#tablero li h3{
			overflow-wrap: break-word;
		}
		
		#tablero li .fech, .fich-ofert .fech{
			font-family: 'Oswald';
			float: left;
			color: #abbbc0;
			font-size: 85%;
			margin-bottom: 5px;
		}
		
		#tablero li .view, .fich-ofert .view{
			width: 15px;
			float: right;
			padding-left: 17px;
			line-height: 12px;
			text-align: right;
			color: #abbbc0;
			margin-top: 3px;
			background: url('../images/ico-eye.png') no-repeat left center;
		}
		
		#tablero li hr, .fich-ofert hr{
			clear: both;
			color: #abbbc0;
			background: #abbbc0;
			margin: 0 0 15px 0
		}
		
		#tablero li .txt{
			min-height: 140px;
			max-height: 380px;
			position: relative;
			overflow: hidden;
			text-overflow: ellipsis
		}
		#tablero li .jornada-line{
			margin: 8px 0 0 0;
			line-height: 1.35;
		}
	
		.loc-ico-gmaps{
			display: inline-block;
			width: 11px;
			height: 11px;
			margin-right: 4px;
			vertical-align: baseline;
			background: #db4437;
			border-radius: 50% 50% 50% 0;
			transform: rotate(-45deg);
			position: relative;
			top: 1px;
		}
			.loc-ico-gmaps:before{
				content: '';
				width: 5px;
				height: 5px;
				background: #fff;
				border-radius: 50%;
				position: absolute;
				top: 3px;
				left: 3px;
			}
			#tablero li .txt:before {
				content: '';
				width: 100%;
				height: 100%;    
				position: absolute;
				left: 0;
				top: 0;
				background: linear-gradient(transparent 300px, white);
				pointer-events: none;
			}	
		
		#tablero li .btn-one{
			margin: 20px auto 10px auto
		}
		
		#tablero li img{
			display: block;
			margin: 0 auto
		}
	
	/* TABLERO */
	
	/* FICHA OFERTA */
	.fich-ofert{}
	
		.fich-ofert .btn-prev,
		.fich-ofert .btn-next{
			display: block;
			float: left;
			margin-bottom: 30px;
			padding: 6px 10px;
			border: 1px solid #d9eeef;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			font-size: 95%;
			color: #514646 !important
		}
	
		.fich-ofert .btn-prev{
			float: right;
		}	
			.fich-ofert .btn-prev:hover,
			.fich-ofert .btn-next:hover{
				text-decoration: none;
				color: #B8262E !important;
				border: 1px solid #B8262E;
			}
	
		.fich-ofert .fech{
			font-family: 'Oswald';
			float: left;
			color: #abbbc0;
			font-size: 85%;
			margin-bottom: 5px;
		}
		
		.fich-ofert .txt{
			text-align: left;
		}
		/* Misma columna flex que desktop (estilos.css); aquí solo apilado y anchos fluidos */
		.fich-ofert .fich-body{
			display: flex;
			flex-direction: column;
			align-items: stretch;
			gap: 1.25em;
		}
		.fich-ofert .fich-main .txt{
			max-width: 100%;
			width: 100%;
			float: none;
		}
		.fich-ofert .fich-right{
			width: 100%;
			max-width: 100%;
			float: none;
			align-self: center;
		}
		
		.fich-ofert .provee, #sdbr li a.provee{
			width: 166px;
			height: 78px;
			margin-bottom: 20px;
			border: 1px solid #d9eeef;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: contain
		}
	
		.fich-ofert .fich-right div{
			margin: 30px auto 0 auto;
		}
		
	
	/* FIN FICHA OFERTA
	
	
	
	/* SOCIAL MEDIA */
	#socialmedia{
		width: 300px;
		height: 16px;
		display: table;
		margin: 30px auto 0 auto;
		overflow: hidden;
		background-color: #E1E0D1;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #E1E0D1;
	}
	
	#socialmedia li{
		display: table-cell;
		
		border-right: 1px solid #fff;
		text-align: center;
	}
		#socialmedia li:hover{
			background-color: #fff
		}
		
	#socialmedia li:last-child{
		border-right: 0;
	}
		
	#socialmedia li a{
		display: block;
		padding: 10px 10px 7px 10px;
	}
	/* SOCIAL MEDIA */
	
	
	
	
	/* MENSAJES */
	.info, .success, .error, .warning{
		width: calc( 100% - 62px );
		line-height: 25px;
		border: 1px solid;
		margin: 0 0 20px 0;
		padding: 10px 10px 10px 50px;
		background-repeat: no-repeat;
		background-position: 10px center;
	}
	.info{
		color: #00529B;
		background-color: #BDE5F8;
		background-image: url('../images/ico-info.png');
	}
	.success{
		color: #4F8A10;
		background-color: #DFF2BF;
		background-image: url('../images/ico-success.png');
	}
	.error{
		color: #D8000C;
		background-color: #FFBABA;
		background-image: url('../images/ico-error.png');
	}
	.warning{
		color: #9F6000;
		background-color: #FEEFB3;
		background-image: url('../images/ico-warning.png');
	}
	/* FIN MENSAJES */
	
	/* FORMS DE CONTACTO O PETICION */
	#formulario{
		overflow: hidden;
		background: #fff;
		text-align: justify;
	}
	
	#formulario input[type=text], #formulario input[type=password], #formulario textarea, #formulario select{
		width: calc( 100% - 12px);
		height: 35px;
		padding: 0 5px;
		margin: 5px 0 10px 0;
		border: 1px solid #ddd;
	}
	
	#formulario textarea{height: 90px}
	#formulario select{height: 35px}
	
	#formulario .btn-one{
		margin-left: 0;
		margin-top: 10px;
	}
	
	#formulario .lopd{font-size: 90%}
		#formulario .lopd, #formulario .lopd a{color: #545555}
	

	
	
	.bnd-form{
		height: 100%;
		background: #dadada;
		line-height: 25px;
		margin-bottom: 15px;
		font-size: 1em;
		color: #285686;
		font-weight: bold;
	}
	/* FIN FORMS DE CONTACTO O PETICION */
	
	/* BARRA COOKIES */
	#cookiebar{
		position: fixed;
		left: 0;
		bottom: 0;
		width: calc( 100% - 30px );
		height: 65px;
		overflow: hidden;
		text-align: center;
		background: #000;
		color: #fff;
		z-index: 99999;
		font-size: 1.3em;
		padding: 15px
	}
			#cookiebar a{
				text-decoration: underline;
				color: #fff
			}
		
		#btn-cookiebar{
			width: 120px;
			display: block;
			margin: 5px auto;
			padding: 7px 0;
			background: #fff;
			text-decoration: none !important;
			color: #000 !important;
		}
			#btn-cookiebar:hover{background: #2f608a}
			

			

	
	/* FIN BARRA COOKIES */
}


/* === Tablet 768px–1024px === */
@media (min-width: 768px) and (max-width: 1024px)
{
	.legal{
			width: calc( 100% - 60px) !important;
		}
	
		#pag-det{
			width: calc( 68% - 60px);
			max-width: 100%;
			float: none;
			clear: both;
			margin-bottom: 30px;
			box-sizing: border-box;
		}
	
		#sdbr{
			width: 33%;
			max-width: 100%;
			float: none;
			clear: both;
			margin: 0 0 30px 0;
			display:none;
		}
}


/* === Móvil (max-width: 767px) === */
@media screen and (max-width: 767px)
{
	h2{
		text-align: center;
	}

	#cntnt{
		width: 100%;
		max-width: none;
		padding: 0 10px;
	}

	#pag-det{
		width: 100%;
		max-width: 100%;
	}

	.fich-ofert .provee{
		display: none;
	}
}


/* === Móvil estrecho (max-width: 500px) === */
@media (max-width: 500px)
{
	#mnu{
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: flex-end;
			flex-wrap: nowrap;
			top: 15px;
			left: 115px;
			right: 8px;
			width: auto;
			box-sizing: border-box;
		}
		#mnu li {
	        padding: 10px 12px 10px 8px;
	    }
	    #bnn-top {
	        display: none;}
	
	     #hdr .content {
	         margin-bottom: 15px; 
	     }
	
		#mnu > li{
			float: none;
		}
	
		#mnu > li.sbmnu{
			order: 10;
			width: 24px;
			color: #b8262e;
			font-size: 0;
	
		}
	
		#mnu > li:not(.sbmnu){
			order: 1;
			padding-bottom: 20px;
		}
	
		#mnu > li.sbmnu > ul{
			left: auto;
			right: 0;
			margin: 10px 0 0 0;
		}
	
		ul#mnu > li:not(.sbmnu):hover > ul{
			display: none;
		}
	
		#mnu img{
			max-width: inherit;
		}
	
		li.sbmnu:before{
			content: url( '../images/ico-menu.png' );
			visibility: visible;
			color: #fff;
		}
	
		li.sbmnu.open::before{
			content: url( '../images/ico-menu-b.png' );
		}
	
		li.sbmnu:hover::before{
			content: url( '../images/ico-menu-b.png' );
		}
	
	#tablero li{
			width: calc( 100% - 30px );
		}
}


/* === Anuncios ocultos (max-width: 480px) === */
@media (max-width: 480px)
{
	.adsbygoogle{ display:none!important }
}


/* === Cookiebar tablet (max-width: 800px) === */
@media screen and (max-width: 800px)
{
	#cookiebar
		{
			height: 85px;
		}
}


/* === Móvil pequeño (max-width: 425px) === */
@media screen and (max-width: 425px)
{
	#tablero li .txt{
		min-height: 100px;
		max-height: 220px;
	}

	#tablero li .txt:before{
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: linear-gradient(transparent 160px, white);
	}

	#formulario #cptch{
		width: calc( 100% - 105px );
	}

	#cookiebar{
		height: 95px;
	}
}
