h2,h1,h3,h4,ul,li{
	padding: 0;
	margin: 0;
}
body{
	background-color: #fafafa;
	color: #333;
    font-family: "Open Sans",Arial,sans-serif,helvetica;
    /*line-height: 1.3;*/
}
body.filtermenu{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.clear{
	clear: both;
}
a img{
	border: 0;
}
#cookiespolicy{
	position: fixed;
	bottom: 0;
	width: 100%;
	right: 0;
	left: 0;
	min-height: 60px;
	color: #222;
}
#cpcon{
	background: #EEEEEE;
	max-width: 1100px;
	position: relative;
	margin:0 auto 0 auto;	
	padding: 10px 10px 20px 10px;
	min-height: 60px;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px; 
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px; 
	-webkit-border-top-left-radius: 8px;

	border:#fff 5px solid;
	border-bottom: none !important; 
	box-shadow: 0 0 6px 6px #DDDDDD;
	font-weight: bold;
}
#cpcon a{
	color: #FF5E00;
	font-weight: bold;
}
#aceptocookies{
	background: #FF5E00;
	padding: 4px 18px;
	border: #fff 3px solid;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	cursor: pointer;
	margin-right: 15px;
	font-weight: bold;	
	box-shadow: 1px 1px 1px 1px #ccc;
	color: #fff;
}
#aceptocookies:hover{
	-webkit-transition-duration: .1s;
	-moz-transition-duration: .1s;
	-o-transition-duration: .1s;
	-ms-transition-duration: .1s;
	transition-duration: .1s;
	box-shadow: 1px 1px 1px 2px #ccc;
}
#general{
	/*width: 999px;*/
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	/*font: 12px/16px Arial,Helvetica,sans-serif;*/
	color: #666;
	background: #fff;
	/*transition-duration: 1s;*/
}
#general.withsnapp{
	padding-top: 23px;
}

.hamburger-inner{
	color: #fff;
	font-size: 1px;
	text-indent: -100px;
}

.menuv5 {
	overflow: hidden;
}
.menuv5 .bolmenu{
	background: url("https://sorianoticias.com/img/bolmenu.png") bottom center no-repeat;
	transition-duration: .7s;
	width: 100%;
	margin-bottom: -44px;
	height: 44px;
}
.menuv5.menu-active .bolmenu{
	transition-duration: .3s;

	margin-bottom: 0;
	height: 0;
	opacity: 0;
}

/*#menuv5:hover .bolmenu{
	opacity: .5;
	transition-duration: .2s;
}*/
.cabcomarca{
	float: right;
	color: #fff;
	font-size: 42px;
	letter-spacing: -3px;
	font-weight: normal;
}
.cabcomarca span.aldia{
	letter-spacing: normal;
	font-size: 18px;
	display: inline-block;
	margin-left: 10px;;
}
.noti .cabcomarca{
	display: none;
}
#menucompleto{
	width: 999px;
	max-width: 100%;
	margin: auto;
	background: #fff;
	font-size: 13px;
	height: 83px;
	box-sizing: border-box;
	border-bottom: 1px solid #e3e3e3;
}
#menucompleto.concabcom{
	height: 132px;
}
#menucompleto a {
	padding: 15px 10px;
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
	/*text-transform: uppercase;*/
}
#principal{
	width: 100%;
	overflow: visible;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 58px;
	margin-top: 0;
	padding-top: 0;
}

#comarcas{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/*height: 58px;*/
}
.mediomenu{
	/*width: 47%;*/

	display: flex;
	flex-direction: row;
	justify-content: space-between;

	opacity: 1;
	transition-duration: .6s;
	
	align-items: start;
}
#comarcas .mediomenu{
	width: 100%;
	background-color: #fff;
}
.comillas-img{
	position: relative;
	top: -15px;
	z-index: 10;
	display: inline-block;
	vertical-align: middle;
}
.comillas-img img{
	display: block;
	vertical-align: middle;
}
#comarcasubmenu{
	width: 100%;
	max-width: 999px;
	margin: auto;
	border-bottom: #333 1px solid;
	margin-bottom: 5px;;
}
#comsubcont{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	
}
#comarcalogo{
	display: flex;
	padding: 10px;
	align-self: flex-end;
	margin-left: auto;
}
#comarcalogo a img{
	max-height: 30px;
}
#comarcahamb .hamburger{
	padding: 5px;
}
#comarcahamb .hamburger-inner, #comarcahamb .hamburger-inner::before, #comarcahamb .hamburger-inner::after {
	background-color: #333;
}
#comsubcats{
	display: block;
	clear: both;
	background-color: #dedede;
	height: 0;
	overflow: hidden;
	transition-duration: .5s;
	z-index: 90;
}
#comsubcats.visicom{
	height: 25px;
	padding: 10px 0;
	transition-duration: .5s;
	z-index: 90;
}
#comsubcats a{
	text-decoration: none;
	color: #333;
	font-size: 14px;
	padding: 3px 5px;;
	z-index: 90;
}
#comsubcats a:hover{
	text-decoration: underline;
}

#principal.desplegado .mediomenu{
	/*margin-top: -50px;
	opacity: .5;
	transition-duration: .6s;*/
}
#principal a{
	cursor: pointer;
	color: #333;
	font-weight: normal;
	font-family: sans-serif;
	letter-spacing: 0.5px;
	font-size: 13px;
	height: 39px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	justify-content: flex-end;
	align-content: flex-end;
	text-transform: uppercase;
	padding: 0 10px 15px 23px;
	margin-top: 0;
	transition: color 0.2s, background-color 0.2s;
	font-weight: 400;
}

#principal a:hover{
	color: var(--sal-naranja);
}
#principal a.currcat{
	background-color: var(--sal-naranja);
	color: #fff;
	border-radius: 5px;
	font-weight: 500;
	margin: 4px 0px;
	box-sizing: border-box;
}
#principal .menuv5 .hamburger-box {
	width: 28px;
	height: 22px;
}
#principal .menuv5 .hamburger-inner,
#principal .menuv5 .hamburger-inner::before,
#principal .menuv5 .hamburger-inner::after {
	background-color: var(--sal-naranja);
	height: 3px;
	border-radius: 2px;
}
#principal .menuv5 .hamburger-inner::before {
	width: 20px;
	top: -7px;
}
#principal .menuv5 .hamburger-inner{
	width: 24px;
}
#principal .menuv5 .hamburger-inner::after {
	width: 28px;
	bottom: -7px;
}
/* Reportajes y Álbumes:*/
#principal a.menu-pill-tab{
	position: relative;
	flex-shrink: 0;
	height: 37px;
	min-height: 17px;
	padding: 14px 24px 10px;
	margin-left: 31px;
	background: #fff;
	border: 1px solid var(--sal-naranja);
	border-radius: 10px;
	font-size: 13px;
	text-decoration: none;
	color: #333;
	box-sizing: border-box;
	z-index: 5;
	top: -5px;
	font-weight: 400;
}
#principal a.menu-pill-tab::before{
	content: '';
	position: absolute;
	top: -13px;
	left: 5px;
	transform: translateX(-50%);
	width: 25px;
	height: 25px;
	background: #fff;
	border: 1px solid var(--sal-naranja);
	border-radius: 50%;
	box-sizing: border-box;
	border-bottom: none;
	border-right: none;
}
#principal a.menu-pill-tab:hover,
#principal a.menu-pill-tab:focus-visible,
#principal a.menu-pill-tab.currcat{
	background: #fff;
	border-color: var(--sal-naranja);
}
#principal a.menu-pill-tab-reportajes:hover,
#principal a.menu-pill-tab-reportajes:focus-visible,
#principal a.menu-pill-tab-reportajes.currcat{
	color: #e85d04;
}
#principal a.menu-pill-tab-albumes:hover,
#principal a.menu-pill-tab-albumes:focus-visible,
#principal a.menu-pill-tab-albumes.currcat{
	color: #e85d04;
}
#principal a.menu-pill-tab:focus-visible{
	outline: 2px solid var(--sal-naranja);
	outline-offset: 2px;
}
#principal a.menu-pill-tab .menu-pill-tab-icon{
	position: absolute;
	top: -10px;
	left: 6px;
	transform: translateX(-50%);
	width: 20px;
	height: 18px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#principal a.menu-pill-tab .menu-pill-tab-icon.icon-reportajes{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e85d04'%3E%3Cpath d='M18 4h-2v2h2v2h2V6c0-1.1-.9-2-2-2zm-4 4V6h-4v2h4zm-6 0V6H4v2h2v12h12v-2h2v-2h-2v-2h2v-2h-2V8h-2v2H8V8H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-2H8V8zm12 6v2h2v-2h-2zm-4-4v2h2v-2h-2z'/%3E%3C/svg%3E");
}
#principal a.menu-pill-tab .menu-pill-tab-icon.icon-albumes{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e85d04'%3E%3Cpath d='M12 15.2c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3zm0-4.2c.66 0 1.2.54 1.2 1.2s-.54 1.2-1.2 1.2-1.2-.54-1.2-1.2.54-1.2 1.2-1.2zm6 4.2v-1.5c0-.66-.54-1.2-1.2-1.2H4.2c-.66 0-1.2.54-1.2 1.2v1.5c0 .66.54 1.2 1.2 1.2h12.6c.66 0 1.2-.54 1.2-1.2zM18 4H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H6V6h12v12z'/%3E%3C/svg%3E");
}

#comarcas{
	position: relative;
	overflow: hidden;
}

#comarcas a{
	cursor: pointer;
	color: var(--sal-naranja);
	font-weight: normal;
	font-family: sans-serif;
	letter-spacing: 0.5px;
	font-size: 13px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	justify-content: flex-end;
	align-content: flex-end;
	background-color: transparent;
	padding: 6px 12px;
	transition: color 0.2s, background-color 0.2s;
}
#comarcas a::first-letter {
	text-transform: uppercase !important;
}

#comarcas a:hover{
	color: var(--sal-naranja);
}

#comarcas a.menucomarcas,
#comarcas a.currcat{
	color: #fff;
	background-color: var(--sal-naranja);
	position: relative;
}
#comarcas a.menucomarcas.currcat::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: -999px;
	bottom: 0;
	height: 3px;
	background-color: var(--sal-naranja);
	z-index: 0;
	pointer-events: none;
}
#comarcas a{
	border-top-right-radius: 0 !important;
}
#comarcas a:first-child{
	clip-path: polygon(0px 0px, 84.68% 0px, 100% 100%, 0% 100%);
	padding-left: 14px;
	padding-right: 32px;
	text-transform: uppercase;
}
.bottom-line-nav, .bottom-line-nav2{
	background-color: var(--sal-naranja);
}
.bottom-line-nav{
	width: 35px;
	height: 1px;
}
.bottom-line-nav2{
	width: 100%;
	height: 6px;
	clip-path: polygon(0px 0px, 99.3% 0px, 100% 100%, 0% 100%);
}


.sepmenu{	
	background: url("../img/mid.png") left no-repeat;
	padding-left: 15px !important;
}
#hb{
	float: left;
	width: 999px;
	margin-top: -5px;
	color: #4b4b4b;
	font-weight: bold;
	border-bottom: #e3e3e3 1px solid;
}
#dispon{
	height: 21px;
	padding: 13px 15px 0 20px;
	float: left;
}
#hb a{
	display: inline-block;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	color: #333;
	text-decoration: none;
}
#hb a img{
	margin: 2px 3px;
}
#epcyl_logo{
	margin-left: 294px;
}
#secundario{
	width: 43%;
	/*width: 47%;*/
	font-family:Times;
	float: left;
	display: flex;
}
#secundario a{
	color: #2873b6;
}
#secundario a:hover, #secundario .currcat{
	/*color: #fff;
	background: #2873b6;*/
}


#especial{
	float: right;
	text-align: center;
	padding-right: 3px;
}
#pueb{
	
	color: #000;
}
#pueb:hover, #pueb .currcat{
	font-weight: 600;
	text-decoration: underline;
}
#spec{
	background: #8d1133;
	color: #fff;
	margin-left:4px;
}
#spec:hover, #spec .currcat{
	color: #8d1133;
	background: #fff;
}
#conpueblos{
	width: 63px;
	display: inline-block;
}
#pueblos{
	position: absolute;
	float: right;
	margin-left: -26px;
	width: 100px;
	background: #fff url("../img/pinch.png") top center no-repeat;
	color: #ac8170;
	padding: 0 10px;
	display: none;
	text-align: center;
	box-shadow: #999 1px 1px 4px 0px;
	z-index: 999;
}
#pueblos a{
	color: #000;
	width: 92px;
	display: block;
	text-align: left;
	margin: 2px 0;
	padding: 8px 3px !important;
	text-align: center;
}
#pueblos a:hover{
	/*color: #ac8170;
	background: #fff;*/
	text-decoration: underline;
}
#buscador_h{
	float: right;
	padding-right: 20px;
	padding-top: 6px;
}
.borde-menu{
	float: left;
}
.soc img{
	margin: 2px 2px 2px 0 !important;
	
}
.calfechacab{
	display: block;
	width: 999px;
	text-align: left;
	padding: 0 0 0 20px;
	margin: auto;
	color: #fff;
	font-size: 12px;
	background: url("../img/calfecha.png") left no-repeat;
	box-sizing: border-box;
}
#linklogo{
	display: block;
	width: 999px;
	text-align: center;
	padding:  0;
	margin: auto;
}
#linklogo img{
	/*height: 50px;
	width: 250px;*/
}
#contbus{
	float: right;
	width: 270px;
	height: 40px;
	overflow: hidden;
	margin-top: -5px;
}
#form_busca{
	float: left;
	margin-right: 5px;
}
#buscador{
	border: 0;
	height: 17px;
	display: inline-block;
	padding: 6px 5px;
	border: 1px solid #d3d3d3;
	float: right;
	margin-top: 2px;
	color: #363636;
	font-size: 16px;
	font-weight: bold;
	width: 255px;
}

#busca{
	border: #fff;
	padding: 1px 5px;
	background: url("../img/busc.png") no-repeat center;
	color: #000;
	cursor: pointer;
	font-size: 11px;
	width: 35px;
	height: 25px;
	float: right;
	margin-top: 1px;

}

/* Color naranja principal cabecera Salamanca */
:root {
	--sal-naranja: #ff6002;
}

header{
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
#cabeceraprincipal{
	background-color: #fff;
	padding-bottom: 0;
	padding-top: 0;
	box-sizing: border-box;
}

/* Barra superior naranja (fecha + logo) con corte angular */
.cabecera-barra-naranja{
	background-color: var(--sal-naranja);
	overflow: hidden;
	position: relative;
	height: 98px;
}
.cabecera-baja-naranja{
	background-color: var(--sal-naranja);
	height: 40px;
	width: 85%;
	margin: auto;
	clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
	position: relative;
	z-index: 1;
}
.cabecera-corte{
	display: none; /* Corte implementado con clip-path en el contenedor */
}
.cabecera-barra-naranja .calfechacab{
	display: block;
	width: 100%;
	max-width: 999px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	padding-left: 20px;
	background: url("../img/calfecha.png") left center no-repeat;
}
.cabecera-barra-naranja #linklogo{
	display: block;
	max-width: 999px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
/* FOOTER */
footer{
	max-width: 990px;
	width: 100%;
	/*float: left;*/
	background: #fff ; /* url("../img/cabecera.png") top center no-repeat*/
	padding-top: 10px;
	/*margin-bottom: 10px;
	margin-left: 5px;*/
	margin: 10px auto;
}
#logofooter{
	display: block !important;
	margin: auto;
	width: 50% !important;
	min-width: 300px;
	margin-bottom: 20px;
}
#logofooter img{
	width: 100%;
	height: auto;
}
footer a img{

	margin-bottom: 10px;
}
/*#footlinks{
	padding-top: 50px;
	padding-bottom: 10px;
}*/
#footlinks, #cont_footer{
	font-size: 12px;
	width: 100%;
	text-align: center;
}
#footlinks a, #cont_footer a{
	color: #4f4c4c;
	width: auto;
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	text-align: center;
	box-sizing: border-box;
	min-height: 48px;
	min-width: 48px;
}
#cont_footer{
	margin-bottom: 10px;
	border-top: #4f4c4c 1px solid;
}
#cont_footer a{
	color: #4f4c4c !important;
}
#footlinks a:hover, #cont_footer a:hover{
	text-decoration: underline;
}
#social{
	width: 100%;
	text-align: center;
}

#social a{
	text-decoration: none;
	margin: 0 20px;
}

/* FIN FOOTER */

/* NOTICIA */

#docs_noticia, #agendable{
	padding: 10px 0;
}
#docs_noticia h2, #agendable h2{
	color: #2677BE;
	font-weight: normal;
}
#docs_noticia ul, #agendable ul{
	padding-left: 0;
}
#docs_noticia ul li, #agendable ul li{
	list-style: none;
	padding:10px 0;
}
#agendable ul li .event-venue{
	color: #333;
	padding-left: 30px;
}
#docs_noticia ul li a, #agendable ul li a, #agendable article a, #agendable article .calendar{
	padding: 0 0 0 30px;
	color: #333;
	display: block;
	text-decoration: none;
}

#docs_noticia ul li:hover, #agendable ul li:hover{
	color: #000;
	border-bottom: #999 1px solid;
}
.pdf{
	background: url("../img/pdf.png") left no-repeat;
}
.doc{
	background: url("../img/doc.png") left no-repeat;
}
.xls{
	background: url("../img/xls.png") left no-repeat;
}
.download{
	background: url("../img/download.png") left no-repeat;
}
.ppt{
	background: url("../img/ppt.png") left no-repeat;
}
.calendar{
	background: url("../img/iconagenda.png") left no-repeat;
}

#agendable article a, #agendable article .calendar{
	font-size: 20px;
	border-bottom: 0;
	display: inline-block;
}
#agendable article {
	border-bottom: #ccc 1px solid;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.eventdata{
	padding-left: 30px;
}


.agendacartelera{
	display: block;
	width: 100%;
	font-size: 18px;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 0 25px 0;
}
.agendacartelera a{

	color: #2C71C0;
	text-decoration: none;
}

/* New Sorteos */

.sorteizq{
	width: 49%;
	display: inline-block;
	float: left;
}
.sorteder{
	width: 50%;
	display: inline-block;
	float: left;
}

.iswidget .sorteizq, .iswidget .sorteder{
	min-width: 224px;
}


.sorteizq img{
	width: 100%;
}
.sorteform{
	width: 100%;
	padding: 10px;
	box-sizing:border-box;
	background: #DEECF9;
}
.sorteform h1{
	width: 100%;
}
.sorecampo{
	border: #ddd 1px solid;
	color: #666;
	padding: 3px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	width: 100%;
	box-sizing:border-box;
	font-size: 18px;
	margin-bottom: 3px;
}
.sortesend{
	background: #FF6002;	
	border: #FF6002 2px solid;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	cursor: pointer;
	font-size: 18px;
	width: 100%;
	margin-top: 10px;
}
.proteccion{
	width: 100%;
}


#hemeroteca li{
	list-style: none;
	display: inline-block;
	width: 24%;
	box-sizing: border-box;
	padding: 3px 8px 15px 8px;
	text-align: center;
}
#hemeroteca li a{
	color: #FF6002;
	font-weight: bold;
	text-align: center;
}
#hemeroteca li.ano{
	width: 100% !important;
	text-align: center;
}
.infobar{
	clear: both;
	/*float: left;*/
	width: 100%;
	border-top: #dedede 1px solid;
	border-bottom: #dedede 1px solid;
	padding: 5px 0;
	margin: 10px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 45px;
	box-sizing: border-box;
}
.infobar .tipo_articulo{
	display: flex;
	text-transform: none;
	color: #222;
	font-size: 12px;
	margin: 0;
	padding: 10px 15px 5px 0px;
	min-height: 18px;
}
.edit_article{
	width: 100%;
	padding: 10px 0 0 0;
	text-align: right;
	font-size: 13px;
}
.edit_article a{
	position: relative;
	font-weight: bold;	
	color: #2677BE !important;
	text-decoration: none;
	display: block;
	margin-top: 3px;
	font-size: 14px !important;
}
.tipo_articulo{
	font-weight: bold;	
	color: #891938;
	text-decoration: none;
	display: flex;
	margin-top: 3px;
	justify-content: center;
	flex-direction: row;
	align-items: center;
}
.categotitulo{
	padding: 10px;
	color: #323232;
}
.androidapp {
	display: inline-block;
	margin: 0 3px 5px 3px;
	height: 32px;
}
.contsocial{
	display: inline-block;
	
	float: left;
	width: 170px;
	height: 32px;
	overflow:hidden;
	text-align: center;
}
.contsocial .androidapp a{
	display: inline-block;
	width: 32px;
	height: 32px;
}
.fixedheader .contsocial{
	display: none;
}

.fixedheader.socialv .contsocial{
	display: block;
}
.menumobile{
	display: block;
}
.fixedheader.socialv .menumobile{
	/*display: none;*/
}
.searchmobile{
	display: inline-block;
	float: right;
	cursor: pointer;
	padding: 3px 10px 0 0;
}
.fixedheader{
	display: none;

	position: fixed;
	top:0;
	left: 0;
	width: 100vw;
	margin:auto;
	height: 30px;
	background: #FF5E00;
	padding: 10px 0;
	z-index: 997;
	/*border-bottom: 1px solid #c9c9c9;*/
	border-bottom: 3px solid #efefef;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
	transition-duration: 1s;
}
.withsnapp .fixedheader{
	top: 60px !important;
}
.fixedheader.visible{
	display: block;
}
.fixedheadercont{
	width: 999px;
	margin: auto;
	display: block;
}

#form_busca_mobile, #form_busca_desktop{
	/*display: none;*/
	display: block;
	float: left;
	width: 100%;
	box-sizing: border-box;
}

#form_busca_mobile label, #form_busca_desktop label{
	display: none;
}
#form_busca_mobile{
	display: none;
}
.searchmode #form_busca_mobile{
	display: inline-block;
	
}
#form_busca_desktop{
	position: relative;
	margin-bottom: 20px;
}
#form_busca_desktop::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: clamp(72px, 16%, 140px);
	height: 100%;
	background-color: #ea7b00;
	border-radius: 0 26px 26px 0;
	pointer-events: none;
	z-index: 1;
}
#form_busca_desktop::before{
	content: "";
	position: absolute;
	top: 50%;
	right: calc((clamp(84px, 16%, 140px) - 31px) / 2);
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='16.65' y1='16.65' x2='21' y2='21'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
	z-index: 2;
}
.searchmode #logoblanco{
	/*display: none;
	/*opacity: 0;*/
}
#cajabusca{
	width: 60%;
	margin-top: -50px;
	float: left;
	transition-duration: .9s;
}
.searchmode #cajabusca{
	margin-top: -0px;
	transition-duration: .3s;
}
.movbus, .movdes{
	padding: 5px 10px !important;
	box-sizing: border-box;
	width: 100% !important;
	color: #3f4042 !important;
	display: inline-block;
	border: #3f4042 1px solid;
	font-size: 14px;
	border-radius: 20px;
	background: #efefed url("../img/lupabusc5.png")  95% 50% no-repeat;
	margin-bottom: 20px;
}
#form_busca_desktop .movbus{
	height: 26px;
	padding: 0 clamp(92px, 18%, 170px) 0 20px !important;
	border: 0;
	border-radius: 26px;
	background-color: #e6e7ec;
	background-image: none !important;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 58px;
	color: #4d4f56 !important;
	position: relative;
	z-index: 0;
}
#form_busca_desktop .movbus::placeholder{
	color: #4d4f56;
	opacity: 1;
}

#btn_back{
	float: left;
	cursor: pointer;
	padding: 5px 0px 0 10px;
}
#minilogo{
	display: inline-block;
	padding-top: 2px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
#logomovil{
	display: none;
	padding-top: 5px;
	margin: -10px 10px 0 10px;
	float: left;
}
.titlefixed{
	display: inline-block;
	max-width: 475px;
	font-size: 16px;	
	color: #fff;
	border-left: 3px solid #efefef;
	padding: 8px 10px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;

	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.titlefixed a{
	text-decoration: none;	
	color: #000;
}
.menumobile{
	display: inline-block;
	float: right;
	width: 70px;
	cursor: pointer;
	margin-right: 10px;
	margin-top: -15px;
}
#themenucom{
	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;

	width: 100%;
	box-sizing: border-box;
	position: fixed;
	/*transition-duration: .6s;*/
	z-index: 105;
	top: 51px;
}

#themenucom:not(.visible){
	display: none;
}

#themenucomwrap{
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-end;
	box-sizing: border-box;
}
#themenucomcont{
	max-width: 420px;
	margin-right: 0;
	background: #fff;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 10px;
	align-self: flex-end;
}
#themenucomcont a{
	display: flex;
	position: relative;
	color: #4d4f56;
	background: transparent;
	width: calc(50% - 20px);
	box-sizing: border-box;
	padding: 22px 10px 14px;
	border-radius: 0;
	font-weight: 300;
	font-size: 14px;
	margin: 5px 10px;
	text-decoration: none;
	text-align: center;
	justify-content: center;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	border-bottom: 1px solid #c8c8c8;
}
#themenucomcont a::after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1px;
	width: 65%;
	height: 3px;
	border-radius: 2px;
	background-color: #e67b00;
}
#themenucomcont a:hover{
	color: #e67b00;
	background: transparent;
}

#themenuv5{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;

	width: 100%;
	box-sizing: border-box;
	padding: 40px 20px 20px 20px;
	background: #fff;
	position: absolute;
	/*transition-duration: .6s;*/
	z-index: 103;
	font-family: sans-serif;/* 'Montserrat',*/
}

#themenuv5:not(.visible){
	display: none;
	/*opacity: 0;*/
	/*margin-left: 50px;
	transition-duration: .6s;*/
}

#themenuv5.fixed{
	position: fixed;
	top: 50px;
	transition-delay: 0;
	transition-duration: .3s;
}

#themenuv5 #contenedor{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	/*background: #efefed;*/
	width: 100%;;
}
#catsmenu{
	width: 25%;
	display: inline-flex;
	flex-direction: column;
	background: linear-gradient(180deg, #f8f9fa 0%, #f0f2f5 100%);
	border-radius: 8px;
	padding: 12px 0 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
#themenuv5 #menuservicios{
	border-top: 0;
	border-bottom: 0;
	border-left: #FF5E00 2px solid;
	border-right: #FF5E00 2px solid;
	border-radius: 0;
	width: 55%;
	display: inline-flex;
	margin: 0;
	padding: 26px 8px 18px;
	height: 100%;
	align-items: flex-start;
}
#menucol3{
	border: 0;
	width: 25%;
	display: inline-flex;
	flex-direction: column;
	padding: 0 20px;
	box-sizing: border-box;
	background: linear-gradient(180deg, #f8f9fa 0%, #f0f2f5 100%);
}
#busocial{
	height: 210px;
	min-width: 200px;
}
.contsoci5{
	width: 100%;
	max-width: 200px;
	margin: auto;
	display: flex;
	justify-content: center;
	border-top: #3f4042 1px solid;
	padding: 10px 0;
}
.contsoci5 a{
	text-decoration: none;
	color: #3f4042;
	font-size: 20px;
	/*padding: 0 20px;*/
	padding: 0;
}
.contsoci5 a picture{
	display: block;
	box-sizing: border-box;
	width: 48px;
	height: 48px;
	padding: 10px;
}
.contsoci5 a img{

	display: block;
	width: 24px;
	height: 24px;
}
#footermenu{
	border: 0;
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	text-align: right;
	align-items: end;
	align-self: baseline; 
}

#catsmenu a{
	width: 100%;
	min-width: 240px;
	text-decoration: none;
	color: #2c3e50;
	padding: 8px 12px 8px 16px;
	font-size: 15px;
	border-left: 3px solid transparent;
	margin: 2px 8px;
	border-radius: 4px;
	transition: background-color 0.2s ease, color 0.2s ease, border-left-color 0.2s ease;
}
#catsmenu a:hover{
	background-color: rgba(255, 94, 0, 0.08);
	color: #c44d00;
	border-left-color: #FF5E00;
}
#catsmenu a.currcat{
	background-color: rgba(255, 94, 0, 0.12);
	color: #b84500;
	font-weight: 600;
	border-left-color: #FF5E00;
}
#catsmenu #form_busca_mobile{
	margin: 0 8px 10px;
}
#catsmenu #form_busca_mobile .movbus{
	border-radius: 20px;
	border: 1px solid #d1d5db;
	background-color: #fff;
	color: #374151;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#catsmenu #form_busca_mobile .movbus:focus{
	outline: none;
	border-color: #FF5E00;
	box-shadow: 0 0 0 2px rgba(255, 94, 0, 0.15);
}
#catsmenu #form_busca_mobile .movbus::placeholder{
	color: #6b7280;
}

@media (min-width: 600px){
	#catsmenu{
		flex-direction: row;
		flex-wrap: wrap;
		align-content: flex-start;
	}
	#catsmenu #form_busca_mobile{
		width: 100%;
		flex: 0 0 100%;
	}
	#catsmenu a{
		width: 45%;
		min-width: 0;
		box-sizing: border-box;
		/* flex: 0 0 50%; */
	}
}

#footermenu .sepfo{
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: #3f4042 1px solid;
}

#footermenu .sepfo, 
#footermenu .sepfod{
	display: flex;
	flex-direction: column;
	width: 80%;
	text-align: right;
	align-items: end;
}
#footermenu a{
	font-size: 11px;
	width: 100%;
	text-transform: uppercase;
	text-decoration: none;
	color: #3f4042;
	display: inline-flex;
	text-align: right;
	align-items: end;
	justify-content: end;
}

#cabeceramenu .menumobile{
	border-left: #58829a 2px solid;
	padding: 3px 0 0 10px;
	width: 30px;
}
#socialmenu{
	height: 50px;
	width: 100%;
	padding: 0 0  5px 0;
	text-align: center;
}
#socialmenu a{
	display: inline-block !important;
	margin: 0 10px;
	width: 42px !important;
}
#menumenu{
	position: absolute;
	top:0;
	box-sizing: border-box;
	width: 100%;
	height: 90%;
	overflow:auto;
	padding: 60px 10px 10px 5px;
	max-width: 999px;
}
#menumenu a{
	color: #fff;
	font-size: 22px;
	display: inline-block;
	width: 49%;
	text-decoration: none;
	padding: 5px 0 5px 13px;
	font-weight: bold;
	box-sizing: border-box;
	cursor: pointer;
}

#servicesmenu{
	margin-top: 10px;
	padding-top: 10px;
	border-top: #58829a 2px solid;
}
#servicesmenu a{
	font-size: 20px;
	width: 100%;
	color: #b4d3e5;
}


#showhidcats{
	display: none;
	width: 100%;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	padding-bottom: 12px;
	background: url("../img/whitedown.png") center bottom no-repeat;
}
#showhidcats.visible{
	padding-bottom: 0px;

	padding-top: 12px;
	background: url("../img/whiteup.png") center top no-repeat;
}
.settings{
	width: 100% !important;
	box-sizing: border-box;
	padding: 10px 0 10px 40px !important;
	background: url("../img/settings.png")  no-repeat left 45%;
	margin-top: 10px;
	border-top: #58829a 2px solid;
	font-size: 18px;
}
/* Comentarios */
.comments{
	display: block;
	width: 100%;
	margin: 15px 0;
}
.birtu_container{
	width: 100%;
	min-height: 100px;
}
.commentsshowhide, .commentsbirttu{
	text-align: center;
	border:2px #FF6002 solid;
	color: #FF6002;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	min-height: 20px;
}
.commentsshowhide:hover, .commentsbirttu:hover{
	color: #fff;
	background: #FF6002;
	transition-duration: .5s;
}
.commentscont{
	display: none;
	width: 100%;
}
.commentscont iframe{
	border:none;
	min-height: 450px;
}

#pu{
	width: 48%;
	float: left;
	padding: 5px 20px 0 0;
	font-size: 15px;
	color: #333;
	margin: 10px 0 0 20px;
	box-sizing: border-box;
}
#formpub{
	width: 48%;
	box-sizing: border-box;
	float: right;
	padding: 5px 20px 20px 20px;
	font-size: 15px;
	color: #333;
	background: #f7f0e7;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	margin: 10px 10px 0 0;
}
#publi, #publiclasificados{
	margin-top: 10px;
}
#formpub h3{
	color: #FF6002;
	padding: 15px 0 5px 5px;
	display: block;
	clear: both;
	box-sizing: border-box;
	font-weight: normal;
	width: 100%;
}

#pu h1, #formpub h2, #formpubclasificados h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	text-align: center;
	color: #FF6002;
	font-size: 35px;
	padding: 10px 0 10px 0;
	border-top: #FF6002 2px solid;
	border-bottom: #FF6002 2px solid;
}
#pu p {
	padding-left: 10px;
}
#pu ul{
	margin-left: 25px;
}
#pu ul li{
	padding-top: 3px;
	font-style: italic;

}
#formpub #enviar,  .tablavendecoche #guarda, #envia_form_pago{
	padding: 10px 20px ;
	background: #FF6002;
	font-size: 24px;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border: 0;
	cursor: pointer;
	float: left;
	margin-left: 200px;
}

#formpub #desactivar{
	padding: 10px 20px ;
	background: red;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border: 0;
	cursor: pointer;
	float: left;
	margin-left: 20px;
}
#formpub #salir{
	padding: 10px 20px ;
	background: blue;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border: 0;
	cursor: pointer;
	float: left;
	margin-left: 20px;
}

#formpub #factura{
	padding: 10px 20px ;
	background: green;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border: 0;
	cursor: pointer;
	float: left;
	margin-left: 20px;
}

.form-group{
	padding: 0 5px 5px 5px;
	width: 440px;
	float: left;
}

#formpub label{
	float: left;
	display: block;
	padding-top: 5px;
}

#formpub .lblradio{
	float: none !important;
	display: inline !important;
	padding-top: 0px;
}
#formpub .form-control{
	float: right;
	border: #666 1px solid;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding: 3px 5px;
	width: 280px;
}
#formpub .form-control:focus{
	border: #000 1px solid !important;
		-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}
#proteccion{
	width: 450px;
	float: left;
}
#comentario{
	width: 430px !important;
	margin: 5px 0;
}
#formpub #terminos, #publiclasificados #terminos{
	float: left !important;
}
label[for=terminos]{
	padding: 0 !important;
	margin: 0 5px 10px 0;
}
#ter{
	color: #FF6002;
}
#formpub .error, #formpubclasificados input.error{
	border: #900 1px solid;
	background: #FFCED1;
}

#formpubclasificados label.error{
	color: #900;
}
.interclose{
	/*width: 14px !important;
	height: 14px !important;*/
	margin-bottom: -2px;
    margin-right: 1px;
}
.intercont {
	display: block;
	width: 100% !important;
	height: 150% !important;
	background: rgba(255, 255, 255 , 0.9);
	left: 0 !important;
	text-align: center;
	padding-top: 10px !important;
	position: absolute;
	z-index: 998;
    /*top: 0px;*/
}
.intercont table{
	display: inline-block;
	margin: auto !important;
}
body.intercaptura .intercont{
	position: fixed;
	top: 0;
	padding: 0 !important;
}

body.intercaptura .intercont div{
	position: fixed !important;
	top: 0 !important;
	padding: 0 !important;
}
.intercont {
	/*overflow: hidden;*/
	max-width: 100%;
	box-sizing: border-box;
}
.intercont > div{
	/*overflow: hidden;*/
	max-width: 100%;
	box-sizing: border-box;
}
.intercont > div table{
	max-width: 100%;
	box-sizing: border-box;
}
/**************** Miguitas ****************/
#miguitas, #miguitas a, #miguitas div{
	font-size: 10px;
	color: #FF5E00;
	font-style: italic;
	display: inline-block;
	padding: 0 5px;
}
#miguitas{
	padding: 0 5px;
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
}
.newmiguitas{
	padding-left: 0;
}
.newmiguitas li{
	list-style: none;
	display: inline-block;
	width: auto;
}

/**************** Miguitas ****************/

.paginacion {

    display: block;
    text-align: center;
    width: auto;
    margin: 15px auto;
    clear: both;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.paginacion a{
	/*display: inline-block;*/
	background: #fff;
	color: #FF6002;
	border-radius: 20px;
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px 5px;
	font-weight: bold;
	width: 100%;
	max-width: 80px;
	margin: 5px 5px 5px 5px;

	border: #FF6002 2px solid;
	cursor: pointer;

	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.paginacion a:hover, .paginacion a.pactiva{ 
	background:#FF6002; 
	color:#fff;  
	border-color:#FF6002 ;
}
.paginacion.pagkiosco{
	margin-top: 20px;
}
.paginacion.pagkiosco a{
	margin-top: 20px;
	max-width: 20px;
	color: #333;
	border-color: #333;
}
.paginacion.pagkiosco a:hover, .paginacion.pagkiosco a.pactiva{ 
	background:#333; 
	color:#fff;  
	border-color:#333 ;
}
.pagin_bares{
	width:100%;
}
.aright{
	text-align: right;
}
#ulcontact{
	box-sizing: border-box;
	width: 100%;
	padding-left: 20px;
	margin-bottom: 10px;
}
#ulcontact li a{
	color: #FF6002;
	font-weight: bold;
	text-decoration: none;
}
#proteccion{
	width: 100%;
	margin-bottom: 20px;
}
.botonenviar{
	background: #FF6002 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    padding: 10px 20px;
    margin: auto;
}
.caja{
	border: #666 1px solid;
	padding: 5px 6px;
	font-size: 14px;
	width: 90%;
	border-radius: 2px;
	margin-bottom: 10px;
}

#comentario{
	width: 90% !important;
	margin: 5px 0;
}
#formpub #terminos{
	float: left !important;
}
label[for=terminos]{
	padding: 0 !important;
	margin-right: 3px;
}
#ter{
	color: #FF6002;
}
#formpub .error{
	border: #900 1px solid;
	background: #FFCED1;
}
#boton_form_index{
	width: 100%;
	text-align: center;
}
.capapeli{
	width: 49%;
	box-sizing: border-box;
	padding: 3px;
	text-align: center;
	display: inline-block;
}
.tiemposmall{
	display: none;
	text-align: center;
}
.tiempomedium{
	display: none;
	text-align: center;
}
.tiempomedium img{
	max-width: 507px;
	width: 100%;
}
.tiemposbig{
	text-align: center;
}
.tiemposbig img{
	max-width: 557px;
	width: 100%;
}
.applinks{
	margin: auto;
	width: 100%;
	max-width: 500px;
	margin-bottom: 20px;
	display: block;
}
.applinks img{
	width:100%;
	display: block;
}
.contenidos{
	width: 100%;
	margin-left: 0px;
	padding: 10px 10px 20px;	
	/*-border-right:#aaa 1px dashed;
	border-left:#aaa 1px dashed;*/
    float: right;
    background: #fff;
    box-sizing: border-box;
}

/* Notificaciones nuevas noticias */

.fixedheadercont .menumobile .withnews{
	position: absolute;
	float: right;
	margin-left: 35px;
	margin-top: -2px;
}
#principal a.withnews{
	background: url("../img/withnews10.png") 100% 30% no-repeat;
}

#menumenu a.withnews{
	background: url("../img/withnewsblanco10.png") 0px 8px no-repeat;
}
.mantenimiento{
	max-width: 900px;
	margin: auto;
	text-align: center;
	display: block;
}
/* BANNER APP TOP */
#snapp{
	height: 60px;
	background: #ededed;
	box-sizing:border-box;
	padding: 5px;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 996;
}
#applogo{
	max-height: 50px;
	float: left;
}
#cerrarapp{
	float: left;
	width: 5%;
	cursor: pointer;
    height: 50px;
}
#applink{
	float: right;
	width: 93%;
}
#appleft{
	float: left;
	width: 65%;
	overflow: hidden;
	height: 50px;
}
#appright{
	float: right;
	width: 33%;
}
#titapp{
	color: #000;
	font-weight: bold;
	padding-left: 5px;
	float: left;
	margin-top: 5px;
	width: 64%;
}
#textapp{
	color: #333;
	padding-left: 5px;
	float: left;
	font-size: 12px;
}
#downapp{
	width: 100%;
	padding: 5px 10px;
	box-sizing:border-box;
	background: #256EB6;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border-radius: 3px;
	margin-top: 10px;
}
.desactivado{
	display: block;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	padding: 20px 40px;
	background-color: #900;
	color: #fff !important;
}
.nextnew{
	display: block;
	width: 100%;
	clear: both;
}

.vergaleriadinamica{
	width: 100%;
	
	/*display: block;*/
	overflow: hidden;

	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex;
	display: flex;

	flex-direction: column;
	justify-content: center;
	
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.vergaleriadinamica img{
	width: 100%;
}

.vergaleriadinamica .hasgallery{
	height: 40px;
	background: url("../img/gallery60.png") left top no-repeat;
	position: absolute;
	transition-duration: .3s;
	font-weight: bold;
	
	background-color: #000;
	width: 160px;
	color: #fff;
	content: "Ver Galeria";
}

.contsom{
	border-bottom: #dedede 1px solid;
	max-width: 999px;
	margin: auto;
}
.rec{
	font-size: 9px;
	text-transform: uppercase;
	color: #666;
}
.cont_table{
	display: block;
	overflow-x: scroll !important;
}
.right{
	text-align: right !important;
}
.center{
	text-align: center !important;
}

.totalAnuncio{
	font-weight: bold;
	color: #FF6002;
}

.datosuser{
	margin-left: auto;
	margin-right: auto;
	display: inline-block !important;
	float: none !important;
}

/* Formulario de venta de coches */
.tablavendecoche{
	font-weight: bold;
	color: #333;
	display: block;
	width: 100%;
	max-width: 700px;
	margin:auto;

}
.tablavendecoche input, .tablavendecoche textarea{
	width: 100%;
	max-width: 400px;
	margin-bottom: 10px;
}
 .tablavendecoche textarea{
 	max-height: 150px;
 }
.tablavendecoche input.activo{
	display: inline-block;
	width: auto;
}
.tablavendecoche #guarda{
	margin-top: 15px;
}
.fl_compra{
	border: 0;
	padding: 0;
	margin: 0 0 10px 0;
}
.fl_compra input, #radiotipocliente input{
	float: none !important;
	display: inline-block !important;
	/*margin: 0 auto -40px;*/
	width: 20px;
}
.fl_compra label, #radiotipocliente label{
	padding-top: 0 !important;
	float: none !important;
	display: inline-block !important;

    vertical-align: top;
    width: 400px;
}
.ordy{
	display: block;
	width: 100%;
}

.ordy span, .ordy a:hover{
	color: #fff;
	background: #3070AE;
}
.ordy a{
	color: #3070AE;
	background: #fff;
}
.ordy a, .ordy span{
	display: inline-block;
	padding: 5px 10px;
	margin-right: 3px;
}
#envia_form_pago{
	width: 100% !important;
	max-width: 220px !important;
	margin-left: 0;
	font-size: 16px;
}
#recar{
	color: #FF6002;
	font-weight: bold;
	text-decoration: none;
}
/* Siguiente noticia mediante slide */
.spnn{
	font-size: 9px;
	font-style: italic;
}
#slide_nex_new{
	display: block;
	clear: both;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border: #FF6002 3px solid;
	color: #FF6002;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	margin-top: 10px;
	cursor: pointer;
	background: #fff; /*url("../img/double-down-30.png") 85% 50% no-repeat;*/
	background-position: 50% 200%;
	transition-duration: 1s;
	text-decoration: none;
}

#slide_nex_new:hover{
	color: #fff;
	background: #FF6002; /* url("../img/double-down-30.png") 185% 50% no-repeat;*/
	background-position: 50% 200%;
	transition-duration: 1s;
	font-weight: bold;
	font-size: 18px;
}
#slide_nex_new.triggered{
	font-size: 22px;
	background: #fff url("../img/loading-blue.gif") center bottom no-repeat;
	padding-bottom: 60px;
}
.slide .vergaleriadinamica::after {
	display: block;
	position: relative;
	
	/*background-image: linear-gradient(to bottom, rgba(36, 115, 183, 0) 0, #2473B7 100%);*/
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
	margin-top: -350px;
	height: 250px;
	width: 100%;
	content: '';

}
.qc-cmp-persistent-link,
.qc-cmp2-persistent-link{
	display: none !important;
}
.qc-cmp-ui-content{
	    padding: 24px 30px !important;
}
.qc-cmp-title {
    font-size: 24px !important;
    line-height: 29px !important;
}
.qc-cmp-main-messaging{
	font-size: 20px !important;
    line-height: 22px !important;
}
.qc-cmp-publisher-logo {

    padding-top: 25px;
    width: 300px !important;
    max-width: 300px !important;

}
#sport_gal{
	display: block;
	width: 100%;
}

#sport_gal img{
	
	display: block;
	width: 100%;
}
.vpergallery {

    display: block;
    clear: both;
    min-height: 150px;

}
.vpergallery .swiper-slide{
	text-align: center;
}

p.contacto, .rectificacion{
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 20px auto;
}
.rectificacion h3{
	color: #3871C2;
	margin-bottom: 10px;
}
.rectificacion label{
	font-weight: bold;
}

.widpagmercado{
	width: 625px;
	border: 0 !important;
}
.widpagmercado .swiper-container{
	width: 625px;
	min-height: 350px;
	height: auto !important;
	border: 0;
}
.widpagmercado .swiper-container .swiper-slide{
	padding: 0 !important;
}
.crontpelimercado{
	width: 100%;
	max-width: 190px;
	display: inline-block;
	box-sizing: border-box;
	margin: 10px 5px;
}

.crontpelimercado a{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	text-align: center;
}
.crontpelimercado a img{
	width: 100%;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	height: auto;
}
.crontpelimercado a h4{
	color: #333;
	text-transform: uppercase;
	font-size: 12px;
}
.crontpelimercado a .mercadosalas{
	display: block;
	background: #b3b3b3;
	color: #333;
	border-radius: 10px;
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px;
	font-weight: bold;
	width: 100%;
	max-width: 110px;
	margin: 10px auto;
}
.cont_merado_dias{
	/*display: block;*/
	text-align: center;
	width: auto;
	margin: auto;
	clear: both;
	display: flex;
	justify-content: center;
}
.cont_merado_dias .btn_mercado_dia{
	/*display: inline-block;*/
	background: #fff;
	color: #666;
	border-radius: 20px;
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px 5px;
	font-weight: bold;
	width: 100%;
	max-width: 80px;
	margin: 0px 5px;

	border: #666 2px solid;
	cursor: pointer;

	display: flex;
	align-items: center;
	justify-content: center;
}
.cont_merado_dias .btn_mercado_dia.diactivo{
	color: #c1272d;
	border-color: #c1272d;
}

.contobraudiencia{
	width: 100%;
	max-width: 300px;
	display: inline-block;
	box-sizing: border-box;
}
.contobraudiencia a{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	text-align: center;
	height: 200px;
}
.contobraudiencia a img{
	width: 100%;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;

	object-fit: cover;
	height: 100%;
}
.contobraudiencia a h4{
	color: #333;
	text-transform: uppercase;
	font-size: 12px;
}
.contobraudiencia a .mercadosalas{
	display: block;
	background: #b3b3b3;
	color: #333;
	border-radius: 10px;
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px;
	font-weight: bold;
	width: 100%;
	max-width: 110px;
	margin: 10px auto;
}
.audienciahoy{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 3px 0;
	text-align: center;
	color: #fff;
	background: #c1272d;
	opacity: .8;
	height: 20px;
	margin-top: -20px;
	z-index: 100;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.audienciaotrodiacont{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	text-align: left;
	height: 65px;
	margin-top: -65px;
	z-index: 100;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
}

.audienciaotrodia{
	display: block;
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	color: #fff;
	background: #333;
	opacity: .8;
	float: right;
	border-radius: 50%;
	margin-right: -20px;
	padding-left: 15px;
	padding-top: 5px;
}

.audienciaotrodia i{
	font-size: 16px;
	margin: 10px 20px 10px 20px;
	display: inline-block;
	font-weight: normal;
}



.crontpelilara{
	width: 100%;
	max-width: 200px;
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.crontpelilara a{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	text-align: center;
}
.contimglara{
	width: 180px;
	/*height: 100%;
	max-height: 270px;*/
	height: 270px;
	overflow: hidden;
	text-align: center;
}
.crontpelilara a img{
	/*width: auto;
	height: 270px;*/
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	margin: auto;


	/*   DEBERIAMOS INTENTAR ESTO*/

	object-fit: cover;
	width: 100%;
	height: 100%;
	
}
.crontpelilara a h4{
	color: #333;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 5px;
}
.crontpelilara a .mercadosalas{
	display: block;
	background: #b3b3b3;
	color: #333;
	border-radius: 10px;
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px;
	font-weight: bold;
	width: 100%;
	max-width: 110px;
	margin: 10px auto;
}
.fichaobra{
	display: flex;
	width: 100%;
	box-sizing: border-box;

	justify-content: space-around;
	flex-flow: row wrap;
	align-items: stretch;
}
.fichaobra .contcartel{
	display: block;
	width: 100%;
	box-sizing: border-box;
	max-width: 350px;
	flex-direction: column;
}
.fichaobra .datosobra{
	display: block;
	width: 100%;
	box-sizing: border-box;
	max-width: 275px;
	padding: 0 0 0 10px;
}



.fichaobra .contcartel img{
	display: block;
	width: 100%;
}
.fichaobra .infoobra{
	display: flex;
	width: 100%;
	align-self: stretch;
	flex: 1 100%;
	font-size: 14px;
	padding: 20px 0;
	flex-direction: column;
}

.fichaobra .datosobra h2{
	color: #333;
	font-size: 20px;
	text-transform: uppercase;
}
.fichaobra .datosobra .sesionesobra .diaobra{
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-weight: bold;
	color: #333;
	margin-top: 20px;
}
.fichaobra .datosobra .sesionesobra .horaobra{
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-weight: bold;
	columns: #666;
	margin-bottom: 20px;
}
.ticketsobra{
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.ticketsobra a{
	display: block;
	width: 100%;
	max-width: 225px;
	box-sizing: border-box;
	color: #fff;
	background: #494383;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-radius: 20px;
	font-size: 14px;
}

.fichaobra.fichamercado .contcartel{
	max-width: 225px;
}
.fichaobra.fichamercado .datosobra{
	max-width: 400px;
}
.fichaobra.fichamercado:not(.fichalara) .datosobra .sesionesobra{
	margin: 20px 0;
}
.fichaobra.fichamercado:not(.fichalara) .datosobra .sesionesobra .diaobra{
	display: inline-block;
	width: auto;
	font-weight: normal;
	margin-top: 0;
}
.fichaobra.fichamercado:not(.fichalara) .datosobra .sesionesobra .horaobra{
	display: inline-block;
	width: auto;
	color: #fff;
	background: #333;
	padding: 3px 5px;
	border-radius: 5px;
	margin-left: 10px;
	margin-bottom: 0;
}

/* menu servicios */

#contmenuservicios{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 50%;
	max-height: 350px;
	padding: 0 10px;

	position: fixed;
	bottom: 0;
	left: 0;
	transition-duration: 1s;

	z-index: 100;

	font-family: 'Montserrat', sans-serif;
	overflow: hidden;
	
}
#contmenuservicios.withfixedbanner{
	height: 60%;
	max-height: 450px;
}
/*#contmenuservicios.withfixedbanner #btn_menuservicios{
	bottom: 100px;
	transition-duration: 1s;
}*/
#menuservicios{
	width: 100%;
	height: 110%;
	box-sizing: border-box;
	/*background: #efefed;*/
	margin: 10px 0px 0 0px;
	border: #FF5E00 4px solid;
	border-radius: 10px;
	padding: 16px 14px 12px;

	transition-duration: .3s;
    
	z-index: 11;
	/*background-color: #FFD6B0;*/
}
#botonesservicios{
	width: 100%;
	max-width: 780px;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px 28px;
	margin: 0 auto;
	padding: 0 8px;
}
#botonesservicios a{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	min-height: 40px;
	padding: 0 30px 0px 0;
	border-bottom: 2px solid #c6c6c6;
	text-decoration: none;
	text-align: left;
	gap: 10px;
	margin-bottom: 20px;
}
#botonesservicios a::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 96px;
	max-width: 70%;
	height: 4px;
	border-radius: 3px;
	background-color: #e67b00;
}
#botonesservicios a img{
	width: 48px;
	height: 48px;
	object-fit: contain;
	flex: 0 0 auto;
	margin: 0;
}
#botonesservicios a span{
	color: #1f1f1f;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: 0.2px;
	text-align: left;
	display: inline-block;
	max-width: calc(100% - 62px);
	padding-top: 2px;
}
#themenuv5 #botonesservicios a{
	min-height: 4px;
}
#themenuv5 #botonesservicios a span{
	font-size: 15px;
}
#themenuv5 #botonesservicios a img{
	width: 50px;
	height: 50px;
}
#contmenuservicios #menuservicios{
	padding: 14px 12px 10px;
}
#contmenuservicios #botonesservicios{
	gap: 16px 18px;
	max-width: 960px;
}
#contmenuservicios #botonesservicios a{
	min-height: 70px;
	padding-bottom: 14px;
}
#contmenuservicios #botonesservicios a::after{
	width: 76px;
	height: 3px;
}
#contmenuservicios #botonesservicios a img{
	width: 40px;
	height: 40px;
}
#contmenuservicios #botonesservicios a span{
	font-size: 13px;
	max-width: calc(100% - 52px);
}
@media (max-width: 920px){
	#contmenuservicios #botonesservicios{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 430px){
	#contmenuservicios #botonesservicios{
		grid-template-columns: 1fr;
	}
	#contmenuservicios #menuservicios{
		height: 100%;
		overflow-y: auto;
	}
}

#btn_menuservicios{
	position: absolute;
	width: 51px;
	height: 51px;
	border-radius: 20px;
	background: #FF5E00;
	float: right;
	right: 5px;
	cursor: pointer;
	z-index: 12;
	opacity: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	transition: background .25s ease, box-shadow .25s ease;
}
#btn_menuservicios:hover{
	background: #e65500;
	box-shadow: 0 4px 12px rgba(255, 94, 0, 0.35);
}
#btn_menuservicios:active{
	background: #cc4c00;
}

/* Icono servicios: rejilla 2x2 (solo CSS) */
#btn_menuservicios::before{
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
	box-shadow: 12px 0 0 #fff, 0 12px 0 #fff, 12px 12px 0 #fff;
	transition: opacity .3s ease;
}
#btn_menuservicios::after{
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	background: #fff;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -10px;
	opacity: 0;
	transform: rotate(45deg);
	transition: opacity .3s ease, transform .3s ease;
	box-shadow: 0 -10px 0 #fff;
}

/* Menú abierto: mostrar X (cerrar) */
#contmenuservicios:not(.oculto) #btn_menuservicios::before{
	opacity: 0;
}
#contmenuservicios:not(.oculto) #btn_menuservicios::after{
	opacity: 1;
	transform: rotate(45deg);
}


#contmenuservicios.oculto{
	height: 61px;
	transition-duration: .5s;
}
#contmenuservicios.oculto.withfixedbanner{
	height: 196px;
}
#contmenuservicios.oculto #menuservicios{
	opacity: 0;
	transition-duration: .3s;
	z-index: -99999;
}
#contmenuservicios.oculto #menuservicios #botonesservicios, #contmenuservicios.oculto #menuservicios .contnotifications{
	display: none;
}

*:focus, *:active {
    outline: none;
    border-color: inherit;
  	-webkit-box-shadow: none;
  	box-shadow: none;
}

button::-moz-focus-inner {
  border: 0;
}

.contnotifications{
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
}
.onesignal-customlink-container{
	text-align: center;
}
.onesignal-customlink-container button, .contnotifications a.settings{
	color: #fff !important;
	border-radius: 15px !important;
	text-transform: uppercase !important;
	background: #d76d68 url("../img/backpushnotif.png") 10px 50% no-repeat;
	width: 100%;
	max-width: 200px;
	box-sizing: border-box;
	padding: 7px 10px 7px 37px !important;
	text-align: center !important;
	font-size: 10px !important;
	border: 0 !important;
	cursor: pointer;
	box-shadow: none !important;
	margin: 0 auto !important;
	display: block;
	text-decoration: none;
}
.menuservicios .onesignal-customlink-container button, .menuservicios .contnotifications a.settings{
	
}
.contnotifications a.settings{
	max-width: 250px !important;
}

.noti h1, .sinnoti h1, .noti h1 a, .sinnoti h1 a{
	/*color: #294775;
	font-size: 34px;
	text-decoration: none;
	line-height: 1.1em;*/
	clear: both;
    color: #000;
    font-family: "Open Sans Condensed", Arial,sans-serif,helvetica;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 44px;
    text-decoration: none;
	padding-top: 5px;
}



/* mira X Soria */
#contmiraxsoria{
	width: 100%;
}
#contmiraxsoria header.cabecera_miraxsoria{
	display: flex;
	flex: 1 1 100%;
	text-align: center;
	width: 100%;
	font-size: 34px;
	justify-content: center;
	color: #3972C2;
	font-weight: normal;
}

#contmiraxsoria p a{
	color: #3D6DBE;
	font-weight: bold;
}
.mxs_cont_entidades{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: flex-start;
}
.mxs_entidades{
	display: flex;
	flex: 0 0 30%;
	/*flex-grow: 1;*/
	flex-direction: column;
	text-align: center;
	justify-content: center;
	color: #3972C2;
	text-decoration: none;
	box-sizing: border-box;
	padding: 10px;
	border: #3972C2 1px solid;
	margin: 1%;
	align-items: center;
}
.mxs_entidades img{
	width: 100%;
	height: auto;
	display: flex;
}
/* covid portada */
.special_cont{
	display: flex;
	width: 100%;
	text-align: center;
	min-height: 56px;
}
.special_info{
	text-align: center;
	display: block;
	width: auto;
	margin: 10px auto;
	/*max-width: 600px;*/
	box-sizing: border-box;
	height: auto;
	border: #5080AD 2px solid;
}
.special_info a{
	text-decoration: none;
	font-weight: bold;
	color: #000;
	display: block;
	padding-right: 10px;
}
.special_info a strong{
	color: #fff;
	background: url("../img/info-48.png") 3px center no-repeat;
	background-size: 25px 25px;
	background-position: 5px auto;
	background-color: #5080AD;
	padding: 5px 10px 5px 33px;
	display: inline-block;	
	margin-right: 10px;
}

/*.cabv4-negocios-y-servicios, .cabv4-bares-y-restaurantes{
	background: url("../img/mira_x_soria_150.jpg") 99% 50%  no-repeat;
	background-size: 100px auto;
}*/
/*.cabv4-negocios-y-servicios a, .cabv4-bares-y-restaurantes a{
	text-decoration: none;
}
.cabv4-negocios-y-servicios a span, .cabv4-bares-y-restaurantes a span{
	color: #000;
	text-decoration: none;
	display: block;
	width: 100%;
}
.miraxsoria{
	position: absolute;
	margin-left: 100px;
}*/

#fixedbnmv{
	display: block;
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -495px;;
	/*right: 0;*/
	box-sizing: border-box;
	padding: 3px 0;
	width: 100%;
	max-width: 990px;
	z-index: 110;
	/*transition-duration: .5s;*/
	background: #fff;
	text-align: center;

	height: 131px;
	border-top: 1px #333 solid;
	border-left: 1px #333 solid;
	border-right: 1px #333 solid;
	opacity: 1;
	/* para pruebas */
	/*border: #900 1px dotted;*/
}
#fixedbnmv ins{
	text-align: center;
	margin: auto;
}
#fixedbnmv.hidd{
	/*bottom: -100px;*/

	transform: translate(0, 100px);

	/*transition-duration: .5s;*/
	border: 0;
	opacity: 0;
}
.cl-fixedbnmv{
	display: block;
	width: 25px;
	height: 22px;
	padding: 2px 3px;
	box-sizing: border-box;
	margin-top: -24px;
	background: #fff;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	border-top: 1px #333 solid;
	border-right: 1px #333 solid;
}
#fixedbnmv.hidd .cl-fixedbnmv{
	opacity: 0;
	border: 0;
}
.st-adunit {
    z-index: 50 !important;
}




/* pasamos los cintillos al newstyle para compartirlos */
.bloquev3 .cintillo, .cintillo{
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #101010;
	padding: 0px;
}

.bloquev3 .cintillo h2, .bloquev3 .cintillo h2 a, .cintillo h3, .cintillo h1, .hsec h1, #agendable h2, #agendable h2 a{
	text-align: center;
	display: inline-block;
	width: auto;
	text-decoration: none;
	font-size: 30px;
	
}
.bloquev3 .cintillo h1{
	font-size: 25px !important;
	font-weight: 600;
	color: rgb(17, 17, 17);
	border-bottom: 4px solid #ff5700;
	margin-bottom: -2px;
	letter-spacing: 3px;
	margin-top: 10px;
}
#bloquev3-id-1 .cintillo h1{
	font-size: 16px;
}
.antetitulo{
	font-family: "Open Sans Condensed", Arial,sans-serif,helvetica;
	color: #707070;
	display: block;
	box-sizing: border-box;
	width: 100%;
	text-transform: uppercase;
	border-bottom: 1px solid #cfcfcf;
	position: relative;
	letter-spacing: 0.8px;

}
.antetitulo:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 3px;
	width: min(72%, 345px);
	background: var(--sal-naranja);
}
.noti .antetitulo{
	font-size: 18px;
	line-height: 1;
	padding: 6px 0 6px 0;
}
.bloquev3 article .antetitulo{
	font-size: 14px;
	padding: 5px 0;
}
.antetitulo_bordebot{
	display: none;
}

.banner{
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 0;
	width: 100%;
}
.grande{
	margin: 0!important;
	/*min-height: 95px;*/
}

.grande ins a{
	border-bottom: #ccc 1px solid;
	display: block;
	margin: 0  auto 3px auto;
	max-width: 999px;

}

.patroads{
	margin-top: 20px;
}
aside{
	width: 250px;
	border:#000 0px solid;
	float: right;
	background-color: #fff;
	padding:10px;
	text-align: center;
	/*box-shadow: #666 3px 3px 8px;*/
}
aside div{
	margin-right: auto;
	margin-left: auto;
}
aside .widget{
	margin-bottom: 10px;
}
.asidenoticia{
	width: 320px;
}

.asidenoticia .banner{
	min-height: 320px;
}


.noti{
	width: 627px;
	margin-left: 0px;
	padding: 10px 10px 20px;	
	/*-border-right:#aaa 1px dashed;
	border-left:#aaa 1px dashed;*/
    float: left;
    background: #fff;
    min-height: 350px;
}
.fullsection{
	width: 100% !important;
	box-sizing: border-box;
}

.sinnoti{
	width: 630px;
	margin-left: 0px;
	padding: 10px 10px 20px;	
	float: left;
}
/*
cabeceras en general
*/

.hasgallery , .playvideo{ 
	display: none\9; 
	display: none  \0/ !important;
}
.unvy{
	min-height: 200px !important;
}

.cabv4{
	font-family: 'Montserrat', sans-serif;
	border-top: #bbb 2px solid;
	border-bottom: #bbb 2px solid;
	width: 100%;
	box-sizing: border-box;
	padding: 3px 0;
	text-align: left;

	margin: 10px auto;
	text-decoration: none;
	display: inline-block;
	/*min-height: 120px;*/
	color: #FF5E00;
}

.cabv4 h1,.cabv4 h2,.cabv4 h3{
	/*font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;*/
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	margin: auto;
	padding: 0;
	text-align: left;
	width: auto;
	color: #FF5E00;
	line-height: 20px;;
}
/*
.cabv4-cine, .cabv4-cines-lara, .cabv4-palacio-de-la-audiencia, .cabv4-cines-mercado{
	border-color: #2e3192;
}
.cabv4-cine h1,
.cabv4-cine h2,
.cabv4-cine h3, .cabv4-cines-lara h1, .cabv4-palacio-de-la-audiencia h1, .cabv4-cines-mercado h1{
	color: #2e3192;
	background: url("../img/iconos-servicios-20.png") left no-repeat;
}
.cabv4-cine h1 a,
.cabv4-cine h2 a,
.cabv4-cine h3 a, .cabv4-cines-lara h1 a, .cabv4-palacio-de-la-audiencia h1 a, .cabv4-cines-mercado h1 a{
	color: #2e3192;
	text-decoration: none;
}
*/

.cabv4-farmacias-de-guardia{
	border-color: #006837;
}
.cabv4-farmacias-de-guardia h1{
	color: #006837;
	background-image: url(data:image/png;base64,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);
	background-position: left;
	background-repeat: no-repeat;
	/* Paridad visual con Soria: font Montserrat + padding para que el icono sea visible */
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: normal;
	padding: 30px 0 30px 100px;

}

.cabv4-esquelas{
	border-color: #ff6002;
}
.cabv4-esquelas h1{
	color: #cc4d00;
}

.cabv4-kiosco{
	border-color: #0071bc;
}
.cabv4-kiosco h1{
	color: #0071bc;
	background: url("../img/iconos-servicios-18.png") left no-repeat;
	padding-left: 120px;
}

.cabv4-clasificados{
	border-color: #603813;
}
.cabv4-clasificados h1{
	color: #603813;
	background: url("../img/iconos-servicios-22.png") left no-repeat;
}


.cabv4-galerias{
	font-family: 'Montserrat', sans-serif;
	border-top: #00a99d 2px solid !important;
	border-bottom: #00a99d 2px solid !important;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 0;
	text-align: center;
	justify-content: center;

	margin: 10px auto;
	text-decoration: none;
	display: inline-block;
}
.cabv4-galerias h1{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: normal;
	display: inline-block;
	margin: auto;
	padding: 30px 0 30px 100px;
	text-align: center;
	width: auto;
	color: #00a99d !important;
	background: url("../img/iconos-servicios-23.png") left no-repeat !important;
}

.cabv4-trabajo-en-soria{
	font-family: 'Montserrat', sans-serif;
	border-top: #736357 2px solid !important;
	border-bottom: #736357 2px solid !important;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 0;
	text-align: center;
	justify-content: center;

	margin: 10px auto;
	text-decoration: none;
	display: inline-block;
}
.cabv4-trabajo-en-soria h1{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: normal;
	display: inline-block;
	margin: auto;
	padding: 30px 0 30px 100px;
	text-align: center;
	width: auto;
	color: #736357;
	background: url("../img/iconos-servicios-25.png") left no-repeat;
}

.cabv4-empresas{
	font-family: 'Montserrat', sans-serif;
	border-top: #c1272d 2px solid !important;
	border-bottom: #c1272d 2px solid !important;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 0;
	text-align: center;
	justify-content: center;

	margin: 10px auto;
	text-decoration: none;
	display: inline-block;
}
.cabv4-empresas h1{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: normal;
	display: inline-block;
	margin: auto;
	padding: 30px 0 30px 100px;
	text-align: center;
	width: auto;
	color: #c1272d;
	background: url("../img/iconos-servicios-24.png") left no-repeat;
}

.cabv4-agenda{
	border-color: #b96e16;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 0;
	text-align: center;
	justify-content: center;

	margin: 10px auto;
	text-decoration: none;
	display: inline-block;
}
.cabv4-agenda h1, .cabv4-agenda h2, .cabv4-agenda h3, .slidewidget .cabv4-agenda h2{
	color: #b96e16;
	background: url("../img/iconos-servicios-21.png") left no-repeat;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: normal;
	display: inline-block;
	margin: auto;
	padding: 30px 0 30px 100px;
	text-align: center;
	width: auto;
}

.cabv4-agenda h1 a, .cabv4-agenda h2 a, .cabv4-agenda h3 a{
	color: #b96e16;
	text-decoration: none;
}

.cabv4-agendillas{
	border-width: 1px;
	border-color: #b96e16;
}
#agendable .cabv4-agendillas h2, #agendable .cabv4-agendillas h2 a{
	color: #b96e16;
}
.cabv4-negocios-y-servicios a h1,
.cabv4-bares-y-restaurantes a h1{
	padding-left: 0;
	padding-top: 0;
}
*/
.androidapp, .androidapp a, .androidapp a picture, .androidapp a picture img{
	display: inline-block;
	box-sizing: border-box;
	width: 32px;
	height: 32px;
}

.terminosclasif{
	font-size: 10px;
	line-height: 10px;
	padding: 15px 0;
	margin: 10px 0;
	border-top: #ccc 1px solid;

}
.terminosclasif a{
	color: #FF6002;
}
.politicarectif{
	max-width: 800px;
	margin: auto;
	font-size: 80%;
}
.rectisupri a{
	color: #FF6002;
	font-weight: bold;
	text-decoration: none;
}
.volverhemeroteca{
	text-decoration: none;
	display: block;
	color: #FF6002;
	padding: 10px 0 10px 5px;
}
.infosorteo{
	font-size: 11px;
	font-style: italic;
}
#formrectisupre .caja.error{
	border-color: #900;
}
#formrectisupre label.error{
	background-color: #dda6a4;
	font-weight: normal;
	color: #000;
	box-sizing: border-box;
	padding: 5px 10px;
	margin-bottom: 15px;
	display: block;
	max-width: 300px;
}
.inp_log, .lbl_log{
	display: block;
	min-height: 18px;
}
.mail_ok{
	text-align: center;
	background-color: rgb(160, 224, 158);
	display: block;
	padding: 10px;
	margin: 10px auto;
	box-sizing: border-box;
	color: #000;
}
.mail_ko{
	text-align: center;
	background-color: #dda6a4;
	display: block;
	padding: 10px;
	margin: 10px auto;
	box-sizing: border-box;
	color: #000;
}
.retrymail{
	background: #FF6002 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	padding: 10px 20px;
	margin: auto;
	text-decoration: none;
}
.contpagcoma{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cadacomarca{
	width: 32%;
	padding: 15px;
	box-sizing: border-box;
	align-content: center;
	text-align: center;
	color: #333;
	border: #999 1px solid;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 22px;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
.cadacomarca img{
	max-width: 100%;
	/*height: 50px;*/
	margin: auto;
	display: block;
}
.btncabcomarcas{
	display: inline-block;
	float: right;

}
.btncabcomarcas a{
	/* background: url("../img/backbtncom.png") no-repeat; */
	display: inline-block;
	width: 73px;
	height: 38px;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin-top: 2px;
	text-transform: uppercase;
	border-bottom: 4px solid #6b6b6a;
}
.cabecera_comarcas h1{
	min-height: 20px !important;
}


/* widget elecciones*/
#cont_elecciones{
	display: flex;
	flex-direction: row;
}
.bloque_elecciones{
	width: 100%;;
}

.porcentual-widget-elecciones-container .porcentual-widget-elecciones.horizontal-mode{

	height: 530px !important;
}
.porcentual-widget-elecciones-container, .porcentual-widget-elecciones{
	width: 100% !important;
}
.porcentual-widget-elecciones-container .porcentual-widget-elecciones.horizontal-mode{
	min-width: 200px;
}
.tab-buscador-municipios {
	display: flex;
	flex-direction: column;
}
.chart-container {
	order: 2;
	margin-top: 10px;
}
.search-container {
	order: 1;
	display: flex;
	margin-top: 20px !important;
}

/*
frase del dia
*/
.frase_dia{
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: #ccc 1px solid;
	background-color: #ffffff;
	margin-bottom: 10px;
	margin-top: 10px;
}
.frase_dia figure{
	margin: 0;
	padding: 0;
}
.frase_dia figure blockquote{
	font-style: italic;
	color: #555555;
	margin: 0;
	padding-top: 23px;
	border: none;
	text-align: center;
	font-family: 'Times New Roman', Times, serif;
}
.frase_dia figure figcaption{
	text-align: right;
	font-weight: bold;
	color: #333;
	font-size: 12px;
	margin-top: 10px;
}
.contlegalopinion{
	padding: 10px;
	font-size: 11px;
	background-color: #ededed;
	color: #333;
	font-style: italic;
	margin: 20px 0;
}

#widloteria22 iframe{
	border: 0;
}
/*Archivo*/
#archivo_completo li{
	list-style: none;
	display: inline-block;
	width: 24%;
	box-sizing: border-box;
	padding: 3px 8px 15px 8px;
	text-align: center;
}
#archivo_completo li a{
	color: #FF5E00;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#archivo_completo li.ano{
	width: 100% !important;
	text-align: center;
}
.back_archivo_completo{
	text-align: center;
	font-weight: bold;
	text-align: center;
}
.back_archivo_completo a{
	color: #06f;
	font-size: 15px;
	text-decoration: none;
}

.marquesina_texto_cabecera{
	border-radius: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 3px;
	width: 100%;
	gap: 5px;
}
.marquesina_texto_cabecera_titulo{
	font-size: 14px;
	margin-right: 10px;
}
.marquesina_texto_cabecera_cuerpo{
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	margin-right: 10px;
}

.marquesina_ultimas_noticias{
	background-color: #FF5E00;
	color: #fafafa;
	border-radius: 0;
	width: 100% !important;
	max-height: 100px;
	padding: 10px;
	display: flex;
	flex-direction: row;
	white-space: nowrap;
	overflow: hidden;
	
}
.marquesina_ultimas_noticias_cuerpo{
	
}
.ultima_noticia_individual{
	display: flex;
	flex-direction: row;
	row-gap: 10px;
	justify-content: space-between;
	align-items: center;
}

.separator_ultima_hora{
	border-left: 1px solid #fafafa;
	border-right: 1px solid #fafafa;
	max-height: 100px;
	margin-left: 25px;
	margin-right: 25px;
}



/*SLIDER AUTO*/

.auto_slider{
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  /*animation: rotation 10s linear infinite;*/

  @keyframes rotation {
   0% {
	transform:translateX(0)
   }
   100% {
	transform:translateX(-100%)
   }

  }




.back_archivo_completo{
	text-align: center;
	font-weight: bold;
	text-align: center;
}
.back_archivo_completo a{
	color: #FF5E00;
	font-size: 15px;
	text-decoration: none;
}





.bloquev3autores article{	
	float: left;
	box-sizing: border-box;
	width: 33%;
	padding: 10px; 
}
.bloquev3autores article h1, .bloquev3 article h2, .bloquev3 article h3{
	margin: 5px 0;
	font-size: 20px;
	line-height: 100%;
}
.bloquev3autores article h1 a, .bloquev3 article h2 a, .bloquev3 article h3 a{
	color: #231f20;
	text-decoration: none;
}
.bloquev3autores article:hover h1 a, .bloquev3 article:hover h2 a, .bloquev3 article:hover h3 a{
	color: #FF5E00;
	text-decoration: none;
}
.bloquev3autores article h1.noimage, .bloquev3 article h2.noimage, .bloquev3 article h3.noimage{
	width: 100% !important;
	padding-left: 10px;
	box-sizing: border-box;
	border-left: #bdbcbc 2px solid;
	margin-bottom: 0;
}


.bloquev3autores figure{
	display: block;
}
.bloquev3autores figure a{
	height: 190px;
	overflow: hidden;

	display: -webkit-box;
	display: -moz-box; 
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	flex-direction: column;
	justify-content: center;
	
}



.bloquev3autores figure picture{
	width: 100%;
}
.bloquev3autores figure, .bloquev3 figure img, .bloquev3 figure picture img{
	margin: 0;
	box-sizing: border-box;
	object-fit: cover;
	width: 100%;
	overflow: hidden;
}
.bloquev3autores .noti-1 figure, .bloquev3 .noti-1 figure img{
	max-height: 600px;
}
.bloquev3autores .pie_foto{
	color: #a2a0a1;
	font-size: 11px;
	height: 12px;
	overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}

.bloquev3autores .hasgallery, .bloquev3 .playvideo{
	width: 110px;
	height: 110px;
	background: url("../img/iconos-servicios-29.webp") left top no-repeat;
	position: relative;
	color: #fff;
	font-weight: bold;
	float: left;
	transform: translate(0, -100px);
	font-size: 11px;
	box-sizing: border-box;
	padding-top: 80px;
	padding-left: 15px;
	font-family: 'Montserrat', sans-serif;
}
.bloquev3autores .playvideo{
	background: url("../img/iconos-servicios-30.webp") left top no-repeat;
	position: absolute;
}

.bloquev3autores article:not(.noti-1) .hasgallery, .bloquev3 article:not(.noti-1) .playvideo{
	background-size: 60%;
	transform: translate(0, -66px);
	font-size: 8px;
	padding-top: 52px;
	padding-left: 5px;
	height: auto;
}




.bloquestiloautores article{
	display: block;
	width: 100%; 
	border-top: #bdbcbc 1px solid;
	padding: 10px 0;
}
.bloquestiloautores article h1.noimage,.bloquestilo6 article h2.noimage,.bloquestilo6 article h3.noimage, .bloquestilo6 article p{
	border-left: 0;
	padding-left: 0;
}
.bloquestiloautores  figure a{
	height: auto;
	max-height: auto;
	max-width: 600px;
	margin: auto;
}
.bloquestiloautores  figure img{
	margin: 0;
	max-width: 100%;
	max-height: 100%;
	box-sizing: border-box;
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-height: 370px;
	overflow: hidden;
	height: 100%;
}
.bloquestiloautores  article h3 a{
	color: #231f20;
	text-decoration: none;
	font-size: 20px;
	line-height: 100%;
}
.bloquestiloautores .modfecha{
	font-size: 13px;
}

.indice_noticia{
	display: block;
	width: 100%;
	border: #FF5E00 1px solid;
	margin-bottom: 10px;
	padding: 10px;
	box-sizing: border-box;
}
.indice_noticia h2{
	color: #2873b6;
	font-weight: bold;
	font-size: 15px;
}

.indice_noticia ol {
	counter-reset: item;
}
.indice_noticia li {
	display: block;
	
}
.indice_noticia li a{
	color: #06f;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 15px;
}
.indice_noticia li:before {
	content: counters(item, ".") " ";
	counter-increment: item;
}
#widloteria22 iframe{
	border: 0;
}
.wchannel_link{
	background-color: #0D6330;
	color: #fff;
	font-family: Loto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 10px 15px;
}
.foto_autor_bloque{
	max-height: 100px;
	z-index: 0;
	opacity: 1 !important;
	margin: auto;
	display: block;
}
.bloque_autor{
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	display: grid;
	grid-template-columns: 20% 80%;
	column-gap: 5px;
	box-sizing: border-box;
	margin-bottom: 5px;
	
}
#leer_mas_autor{
    font-size: 12px;
	margin-bottom: 3px;
	color: #2C71C0;
	text-transform: uppercase;

}
#leer_mas_autor:hover{
    color:#115097;
	cursor: pointer;
	
}
.descripcion_bloque_autor_en_noticia{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.nombre_autor{
	font-weight: bold;
	
	margin-bottom: 2px;
	text-align: left;
	color:#FF5E00;
	text-decoration : none;
	font-size: 14px;
}
.descripcion_breve_autor{
	font-size: 12px;
	margin-bottom: 5px;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: #bdbcbc 1px solid;
	max-height: 50px;
	text-overflow: ellipsis;
	overflow: hidden; 
}
.redes_sociales_autor{
	
	text-align: left;
	padding-top: 5px;
}
.redes_sociales_autor_responsivo{
	display: none;
}
.redes_sociales_autor_icon{
	margin-right: 3px;
	height: 26px;
	width: 26px;
}

.img_bloque_autor{
	display: flex;
	justify-content: right;
	align-items: center;
	max-height: 100px;
	padding-right: 10px;
    margin-top: 10px;
	margin-bottom: 10px;
	
}
.foto_autor_bloque_pequeña{
	max-height: 120px;
	z-index: 0;
	opacity: 1 !important;
	margin: auto;
	display: block;
	border-radius: 50%;
}

.infobar_new{
	clear: both;
	width: 100%;
	border-top: #dedede 1px solid;
	border-bottom: #dedede 1px solid;
	padding: 5px 0;
	margin: 10px 0;
	display: grid;
	grid-template-columns: 40% 60%;
	grid-template-rows: 50% 50%;
}

.contsocial_new{
	display: flex;
	justify-content: center;
	align-items: center;
}
.contsocial_new .androidapp a{
	display: inline-block;
	width: 32px;
	height: 32px;
}
.fixedheader .contsocial_new{
	display: none;
}

.fixedheader.socialv .contsocial_new{
	display: block;
}


#infobar_sect_share{
	order:1;
}
#infobar_sect_categoria{
	order:3;
	display: flex;
	justify-content: center;
	align-items: center;
}
#infobar_sect_actualizado{
	order:4;
}
#infobar_sect_autor{
	order:2;
	grid-template-columns: 30% 60%;
}

.infobar_new .tipo_articulo{
	display: flex;
	text-transform: none;
	color: #222;
	font-size: 16px;
	margin: 0;
	padding: 10px 15px 5px 0px;
	min-height: 18px;
	text-align: center;
}

/* Ajustes exclusivos para Salamanca en ficha de noticia */
.noti .infobar_new.infobar_new_sal{
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	padding: 0;
	margin: 10px 0 14px;
	display: grid;
	grid-template-columns: 42% 58%;
	grid-template-rows: auto auto;
	grid-template-areas:
		"share photo"
		"categoria meta";
}
.infobar_new_sal #infobar_sect_share{
	grid-area: share;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 0 6px;
}
.infobar_new_sal #infobar_sect_categoria{
	grid-area: categoria;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 6px;
}
.infobar_new_sal .tipo_articulo{
	color: #222;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	padding: 0;
}
.infobar_new_sal #infobar_sect_autor_img{
	grid-area: photo;
	/* min-height: 150px; */
	padding: 8px 12px;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	max-width: 150px;
}
.infobar_new_sal #infobar_sect_autor_img .enlace_pagina_autor{
	display: block;
	line-height: 0;
}
.infobar_new_sal .foto_autor_bloque_pequeña{
	display: block;
	width: 63px;
	height: 100px;
	object-fit: cover;
	object-position: center;
	box-sizing: border-box;
	margin: 0;
	border-radius: 4px;
}
.infobar_new_sal .foto_autor_placeholder{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}
.infobar_new_sal .infobar_autor_meta{
	grid-area: meta;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--sal-naranja);
	padding: 8px 14px;
	column-gap: 12px;
}
.infobar_new_sal .descripcion_bloque_autor_en_noticia{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.infobar_new_sal .descripcion_bloque_autor_en_noticia .enlace_pagina_autor{
	color: #fff;
	text-decoration: none;
}
.infobar_new_sal .nombre_autor{
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.infobar_new_sal #infobar_sect_actualizado{
	color: #fff;
	font-size: 13px;
	white-space: nowrap;
}
.infobar_new_sal #infobar_sect_actualizado strong{
	font-weight: 400;
}
.enlace_pagina_autor{
	text-decoration:none;
}

.marquesina_texto_cabecera {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-family: Loto;
	text-decoration: none;
	margin-bottom: 20px;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.marquesina_texto_cabecera_soria{
	position: relative;
}

.marquesina_ultimas_noticias {
	background-color: #eee;
	color: #000;
	border-radius: 0;
	width: 100% !important;
	max-height: 100px;
	padding: 10px;
	display: flex;
	flex-direction: row;
	white-space: nowrap;
	overflow: hidden;
}

.ultima_noticia_individual {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
  }

  .auto_slider {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
  }

.marquesina_texto_cabecera_titulo {
	font-size: 14px;
}

.marquesina_texto_cabecera_cuerpo {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 10px;
}

.ultima_hora{
	width: 180px;
	height: 40px;
	position: absolute;
	display: flex;
	justify-content: start;
	align-items: center;
	top:0px;
	left: 0px;
	z-index:20;
	padding-left: 10px;
	font-size: 18px;
	font-family: Loto;
	font-weight: bold;
	letter-spacing: 1px;
	background:red;
	color:white;
}

.ultima_hora > img{
	width: 16px;
	height: 16px;
	margin-left:10px;
}
/* loteria navidad 2024 */
.iframe_loteriaNav {
	height: 461px !important;
	width: 100% !important;
	border: none !important;
	font-size: 15px !important;
	margin-bottom: 15px !important;
}
.sl-download{
	height: 0px;
}
#widloteria22 .header_loterias{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 20px 30px;
}
#widloteria22 .title_loterias{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	border:4px solid #FF5E00;
	margin: 0px;
}
#widloteria22 .tit_lot{
	width: 59%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lot_img > h3{
	color:#a3a1a1;
}
#widloteria22 .lot_img{
	width: 41%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-radius: 50px 0px 0px 50px;
}
.img_lot{
	height: 60px;
	width: 100%;
}
/* widget de loterias */
@media(min-width:701px) and (max-width:801px){
	.tit_lot,
	.lot_img > h3 {
		font-size: 0.8em;
		font-weight: bold;
		letter-spacing: 1px;
		color:#a3a1a1;
	}
}
@media(min-width:801px){
	.tit_lot,
	.lot_img > h3 {
		font-size: 0.9em;
		font-weight: bold;
		letter-spacing: 1px;
		color:#a3a1a1;
	}
}
@media(min-width:906px){
	.tit_lot,
	.lot_img > h3 {
		font-size: 1.1em;
		font-weight: bold;
		letter-spacing: 1px;
		color:#a3a1a1;
	}
}

@media(max-width:700px){
	#widloteria22 .header_loterias{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		padding: 5px 15px;
	}
	#widloteria22 .title_loterias{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		border: 4px solid #FF5E00;
		margin: 0px;
	}
	#widloteria22 .tit_lot{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		padding: 10px;
		color:#a3a1a1;
	}
	.tit_lot,
	.lot_img > h3 {
		font-size: 0.9em;
	}
	.lot_img > h3{
		color:#a3a1a1;
	}
	#widloteria22 .lot_img{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}
	.iframe_loteriaNav {
		height: 520px !important;
		width: 100% !important;
		border: none !important;
		font-size: 15px !important;
	}
}
@media(min-width:592px){
	#widloteria22 .header_loterias{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		padding: 10px 50px;
	}
}
/* widget parcial loterias */
.iframe_loteriaNav_parcial{
	height:190px !important;
	width:100% !important;
	border:none !important;
	margin-bottom: 20px ;
}
@media(min-width:603px){
	.iframe_loteriaNav_parcial{
		height:130px !important;
	}
}
@media(min-width:953px){
	.iframe_loteriaNav_parcial{
		height:130px !important;
	}
}
.txt_cat{
	font-size: 14px;
	padding: 0px 15px;
	border: 1px solid #FF5E00;
	margin: 10px 0px;
	font-style: italic;
	line-height: 20px;
  }

/* Div no existe noticia */
.container_sinnoti {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 10px;
}
.container_sinnoti img{
	box-sizing: border-box;
	object-fit: cover;
	width: 100%;
	max-height: 360px !important;
}
.container_sinnoti a{
	text-decoration: none;
	color: black;
}
.noticia {
	background-color: #f5f5f5; 
	padding: 15px;
	cursor: pointer;
	transition: background-color 0.3s;
}
.noticia:hover .noticia-titulo {
	color: #FF5E00;
}
.noticia-imagen {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
}
.noticia-titulo {
	margin: 0 0 10px;
}
.noticia-estracto {
	margin: 0;
}
.docs_noticia .adjuntos_p{
	display: block;
	font-size: 1.5em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	color: #2677BE;
	font-weight: normal;
}

/* NUEVO FOOTER PORTADA SALAMANCA */

/* Contenedor principal del footer */
.cont_footer_newportada {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-width: 990px;
	margin: 20px auto;
	/* padding: 30px 20px; */
	box-sizing: border-box;
	background-color: #fff;
}

/* Sección Salamanca */
.cont_newfooter_sal {
	display: flex;
	flex-wrap: wrap;
	padding-right: 20px;
	box-sizing: border-box;
	width: 100%;
}

.cont_newfooter_sal_title {

	width: 100px;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	color: #4e5353;
}

.cont_newfooter_sal_separator {
	height: 1px;
	width: calc(100% - 110px);
	background-color: #4e5353;
	border: none;
	margin: 0;
	align-self: center;
}

/* Información de Salamanca */
.cont_newfooter_sal_info {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	width: 28%;
	min-width: 200px;
}

.sal_info_img {
	margin-bottom: 10px;
}

.sal_info_img img {
	max-width: 250px;
	height: auto;
	display: block;
}

.sal_info_dir,
.sal_info_cp {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	display: block;
}

/* Enlaces de Salamanca */
.cont_newfooter_sal_links {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: space-around;
	justify-content: flex-start;
	gap: 0;
	width: 68%;
	margin-left: auto;
	padding: 20px 0px;
}

.cont_newfooter_sal_links a {
	color: #4f4c4c;
	text-decoration: none;
	font-size: 12px;
	padding: 5px 15px;
	transition: color 0.3s ease;
	display: inline-flex;
	align-items: center;
	border-left: 1px solid #999;
	line-height: 1.2;
	font-weight: 600;
}

.cont_newfooter_sal_links a:last-child {
	border-right: none;
}

.cont_newfooter_sal_links a:first-child {
	padding-left: 0;
	border-left: none;
}

.cont_newfooter_sal_links a:nth-child(5) {
	padding-left: 0;
	border-left: none;
}


.cont_newfooter_sal_links a:hover {
	color: #FF5E00;
}

/* Sección Imediacyl */
.cont_newfooter_imediacyl {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
}

.cont_newfooter_imediacyl_separator {
	height: 1px;
	width: 100%;
	background-color: #6bc3bf;
	border: none;
	margin: 15px 0 10px 0;
}

.cont_newfooter_imediacyl_img {
	max-width: 200px;
	margin-top: -30px;
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 0 10px 0 0;
}

.cont_newfooter_imediacyl_img img {
	max-width: 200px;
	height: auto;
	display: block;
}

/* Título clickeable de Imediacyl */
.cont_newfooter_imediacyl_links_title {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	display: inline-block;
	user-select: none;
	transition: color 0.3s ease;
	margin-left: auto;
	line-height: 20px;
	text-align: right;
	padding: 5px 0;
}

.cont_newfooter_imediacyl_links_title:hover {
	color: #FF5E00;
}

/* Enlaces de Imediacyl */
.cont_newfooter_imediacyl_links {
	display: none;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	animation: slideDown 0.3s ease-in-out;
	width: 100%;
	font-size: 11px;
}

.cont_newfooter_imediacyl_links.visible {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	width: 80%;
	font-size: 11px;
	margin-left: auto;
}

.cont_newfooter_imediacyl_links a {
	color: #4f4c4c;
	text-decoration: none;
	font-size: 13px;
	padding: 5px 0;
	transition: color 0.3s ease;
	display: block;
	text-align: right;
}

.cont_newfooter_imediacyl_links a:hover {
	color: #FF5E00;
	text-decoration: underline;
}

/* Animación para el desplegable */
@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* RESPONSIVE - TABLET */
@media (max-width: 768px) {
	.cont_footer_newportada {
		flex-direction: column;
		padding: 20px 15px;
	}

	.cont_newfooter_sal {
		padding-right: 0;
		margin-bottom: 30px;
		flex: 1 1 100%;
	}

	.cont_newfooter_sal_info {
		width: 100%;
		margin-bottom: 15px;
	}

	.cont_newfooter_sal_links {
		width: 100%;
	}

	.cont_newfooter_imediacyl {
		padding-left: 0;
		border-left: none;
		border-top: 1px solid #dedede;
		padding-top: 30px;
		flex: 1 1 100%;
	}

	.cont_newfooter_sal_separator {
		display: none;
	}

	.cont_newfooter_imediacyl_separator {
		display: none;
	}

	.cont_newfooter_imediacyl_links.visible {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* RESPONSIVE - MÓVIL */
@media (max-width: 480px) {
	.cont_footer_newportada {
		padding: 15px 10px;
	}

	.cont_newfooter_sal_title {
		font-size: 20px;
	}

	.sal_info_img img {
		max-width: 200px;
	}

	.cont_newfooter_sal_links a,
	.cont_newfooter_imediacyl_links a {
		font-size: 12px;
		padding: 4px 0;
	}

	.cont_newfooter_imediacyl_img img {
		max-width: 160px;
	}

	.cont_newfooter_imediacyl_links_title {
		font-size: 14px;
	}
}

/* ===== bloquestilo13 móvil: slider card (mismo estilo que v5/responsive_5) ===== */
/* En v5, bloquestilo13 está excluido de los transforms genéricos en móvil,
   conservando su apariencia slider: imagen rellena + título superpuesto al fondo */
@media only screen and (max-width: 700px) {
	.bloquestilo13 article {
		height: 220px;
		background: none;
		overflow: hidden;
		float: none;
		clear: both;
		width: 100%;
		box-sizing: border-box;
		border-left: none;
	}
	.bloquestilo13 article figure,
	.bloquestilo13 article figure a {
		overflow: hidden;
		height: 210px;
		max-height: 210px;
		width: 100%;
		float: none;
		padding-right: 0;
		background: #F2F2F2;
		z-index: 9;
		display: block;
	}
	.bloquestilo13 article figure a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
		position: relative;
		z-index: 8;
	}
	.bloquev3.bloquestilo13 article .h1,
	.bloquev3.bloquestilo13 article .h1.noimage {
		height: 45px;
		margin-top: -45px;
		font-size: 12px;
		padding: 5px;
		overflow: hidden;
		background-color: #FF5E00;
		background-image: none;
		z-index: 100;
		display: block;
		box-sizing: border-box;
		position: relative;
		color: #fff;
		font-weight: normal;
		line-height: 1.3;
		width: 100%;
		min-height: auto;
	}
	.bloquev3.bloquestilo13 article .h1 a,
	.bloquev3.bloquestilo13 article .h1.noimage a {
		color: #fff;
		font-size: 12px;
	}
	.bloquev3.bloquestilo13 article .h1:hover,
	.bloquev3.bloquestilo13 article:hover .h1 {
		background-color: #d44d00;
	}
}


ins[data-revive-id],
ins[data-revive-id]::before {
  text-decoration: none !important;
  border: none;
}

ins[data-revive-id]:has(> a)::before {
  content: "Publicidad";
  display: block;
  text-align: center;
  font-size: 8px;
  color: #555;
}