@charset "utf-8";
/* Ayudantes en Core 9.0 */
:root {
	--blueprint0:aliceblue;
	--blueprint1:#b5e3ff;
	--blueprint2:#87cefa	
}

body {background:blueprint0;min-height: 100vh;display: flex;flex-direction: column;}
.wrap {flex:1;}
header, footer{background:var(--blueprint1);}
header div > div,header div > nav{border: 1px solid var(--blueprint0);}
.columna{border: 1px solid var(--blueprint1);}
article{border: 1px solid var(--blueprint1);}
.columna img {filter:grayscale();}
/*header > * {display:none !important;}*/

/*.sentinela{border:1px solid green;}
.sentinela::before {
	border: 2px solid green;
	position: fixed;
	content: '';
	width: calc(100vw - 20px);
	display: block;
	margin: 10px;
	z-index: 5;
	height: calc(100vh - 500px);
	top: 250px;
	left: 0;
	background: #0080005e;
}
.foco{background:blue; color:#fff;}
.anuncio{background: repeating-linear-gradient(
  45deg,
  #606dbc,
  #606dbc 10px,
  #465298 10px,
  #465298 20px
);}

.columna article img.lazy {
    border: var(--bordefino);
}
.normal {background:bisque;}

#marquesina {
    background: gray;
}
.sentinela-interaccion.marquesina {
    border: 1px solid green;
    position: absolute;
    z-index: 1;
    height: 20px;
    left: 0;
    width: 100vw;
}
.sentinela-interaccion.marquesina::before {
    position: absolute;
    content: 'sentinela marquesina';
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    background: repeating-linear-gradient(45deg, #55a630,#55a630 10px,#80b91869 10px,#80b91869 20px);
    line-height: 20px;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 1);
}

.Aside1,.Aside2,.Aside3,.Aside4,.Aside5,.Aside0{border: 1px solid deepskyblue; background:#b4ecff; width:100%; height:100%;}
.Ranking {
    border: 1px solid #0010ff;
    background: #b4c7ff;
}
.Ultimas{border: 1px solid red;
background: #ffb4b4;}
.Texto {
  border: 1px solid #2cff00;
  background: #b4ffe6;
}
*/
.container .comportamiento-slider {
  background: brown;
}


