* {
	padding: 0;
	margin: 0;
}
html {
	font-size: 0.625em;
}
body {
	font-size: 1.6rem;
	font-family: 'Open Sans', san-serif;
	overflow-X: hidden;
}
/**********HEADER***************/
#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
	width: 150px;
	height: 80px;
	background: #000;
}
#logo a {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}
/*body, html, article, #contenido, #contslider, #slider {
	height: 100%;
}*/
body, html, header {
	height: 100%;
}
header {
	background: rgba(0, 0, 0, 0.4);
	background:url(../img/poster-70-aniversario-elcorreo-alava.jpg) no-repeat 50% 50%;
	position: relative;
	background-size:cover;
}
header .icon-angle-down {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 92%;
    transform: translateX(-50%);
    font-size: 3rem;
	cursor:pointer;
	transition:0.5s;
}
header .icon-angle-down:hover {
    transform: translateX(-50%);
	top:90%;
}
header video {
    max-width: 780px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 63%;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

#contenedor{
	width:101%;
	margin:0 auto;
	background:#fff;
}
header #intro {
    position: absolute;
    left: 50%;
    width: 80%;
    color: #fff;
    top: 30%;
    z-index: 100;
    transform: translateX(-50%);
}

header #intro:before {
    content: "";
    display: block;
    width: 150px;
    height: 10px;
    background: #b90021;
}
header #intro h1 {
    font-size: 3rem;
    line-height: 1.2em;
	margin-bottom: 10px;
}
header #intro ul {
	list-style: none;
    font-size: 0;
    overflow: hidden;
    width: 1000%;
}
header #intro ul li {
    display: inline-block;
    vertical-align: top;
    font-size:1.5rem;
    width: 50%;
}

/******************MENU*******************/

.menu-click {
    display: inline-block;
    width: 100%;
    height: 40px;
    color: #fff;
    z-index: 20;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-size: 2rem;
    line-height: 40px;
    background: rgba(113, 100, 102, 0.33);
    cursor: pointer;
}
#menu {
    text-align: center;
    font-size: 0;
    list-style: none;
}
#menu li {
    font-size: 1.6rem;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
	cursor:pointer;
}
#menu li.activo {
	color: #b90021;
    background: #f1f1f1;
}











/******************SLIDER*******************/
#contslider{
    /*position: relative;*/
    width: 100%;
	box-sizing: border-box;
    /*overflow: hidden;*/
}
#contslider #slider {
	width:300%;/*100*numImg*/
	font-size: 0;
	/*transition:0.4s linear;*/
}
#contslider #slider section{
	display:inline-block;
	width:33.33%;
	box-sizing:border-box;
	font-size:1.6rem;
	vertical-align: top;
}

#contenido .intro {
    left: 70px;
    top: 35%;
    width: 40%;
}
#contenido .intro.activo {
    opacity:1; 
}

#contenido .intro h1 {
    font-size: 4.5rem;
    line-height: 1.2em;
	visibility:hidden;
}
#contenido .info {
    position: relative;
    top: 110%;
    left: 20px;
    width: 87%;
    box-sizing: border-box;
    margin: 50px 0;
}
#contenido .info .escritor {
    font-weight: 700;
    font-size: 1.6rem;
}
#contenido .info p{
    margin-bottom: 20px;
    font-size: 1.9rem;
    line-height: 1.7em;
}
#contenido .info h3{
    font-size: 2.2rem;
    line-height: 1.7em;
}
/**********MIGAS**************/	
#migas {
    display: block;
    position: absolute;
    top: 23%;
    color: #fff;
    z-index: 400;
    right: 50%;
    text-align: right;
    list-style: none;
    width: 75%;
    height: 6px;
    border-top: 2px solid #b90021;
    max-width: 600px;
    transform: translateX(50%);
}

#migas li {
	position: absolute;
    /*border: 2px solid #b90021;*/
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    top: -8px;
    width: 14px;
    height: 14px;
	background: #b90021;
}
#migas li:nth-of-type(1) {
    left: 20%;
}
#migas li:nth-of-type(2) {
    left: 80%;
}
/*#migas li:nth-of-type(3) {
    left: 80%;
}*/
#migas li.activo {
/*	border: 6px solid #fff;*/
}

#migas span {
	position: absolute;
	top: -11px;
	right: 14px;
	white-space: pre;
	background: #000;
	display: block;
	padding: 0 5px;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
	text-transform: uppercase;
	font-weight: 700;
	transform: scale(0.8);
	transform-origin: 100% 100%;
}
#migas li.activo:after {
	content: "";
    border: 2px solid #b90021;
    /* box-shadow: 0px 0px 20px 5px rgba(185,0,33,1); */
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.1s;
    width: 20px;
    height: 20px;
    background: #000;
    z-index: -1;
}
#migas li.activo:hover:before {
	transform: translate(-50%, -50%) scale(0);
}
#migas li:before {
	content: "";
	border: 5px solid #000;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: 0.1s;
}
#migas li:hover:before {
	transform: translate(-50%, -50%) scale(1);
}
#migas li:hover span {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
/****************CONTENIDO**********************/
.icon-angle-up {
    position: fixed;
    bottom: 20px;
    right: 5px;
    font-size: 3rem;
    line-height: 1em;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    padding: 5px 0px;
	z-index: 50;
	cursor:pointer;
	transition:0.2s linear;
}
.icon-angle-up:hover {
    background: rgba(0, 0, 0, 0.4);
}

/****************INICIO**********************/
#inicio .subtitulo {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
}
#inicio .subtitulo span{
    font-size: 1.8rem;
    font-weight: 400;
    color: #444;
}

.info h2{
	font-size:4rem;
}
.info .subtitulo {
    font-size: 2.2rem;
    font-weight: 300;
    color: #666;
}
.info img {
    width: 100%;
    height: auto;
    float: right;
    max-width: 600px;
    margin: 0 0 20px 20px;
}

/****************DECADAS**********************/
#decadas ul {
    list-style: none;
    font-size: 0;
    text-align: center;
    margin: 50px 0;
	max-width: 500px;
}

#decadas ul li {
    display: inline-block;
    font-size: 1.5rem;
    width: 14.2%;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
	cursor:pointer;
}
#decadas ul li:last-of-type {
    border-right: 1px solid #ccc;
}
#decadas ul li:hover {
    color:#b90021;
}
#decadas ul li.activo {
    color:#b90021;
}
#decadas .decada {
    font-size: 12rem;
    display: block;
    color: #b90021;
    font-weight: 300;
    line-height: 1em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
#decadas .subtitulo{
	border-bottom:1px solid #ccc;
	padding-bottom: 20px;
}
#decadas figure {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
#decadas img{
	float: none;
    display: inline-block;
    margin: 0;
}
#contenido #decadas figure p {
    font-size: 1.2rem;
    padding: 0 10px;
}
#decadas .textocompleto {
    text-align: center;
    color: #b90021;
    border: 1px solid #b90021;
    padding: 5px 20px;
    margin: 0 auto;
    width: 150px;
    font-size: 1.4rem;
    cursor: pointer;
	transition:0.2s linear;
}
#decadas .textocompleto:hover {
    color: #fff;
    background: #b90021;
}



















/*****AUTOR*****/
#autor {
    font-size: 0;
    list-style: none;
    border-top: 1px solid #666;
    text-align: right;
    max-width: 1000px;
    margin: 20px auto;
}
#autor li{
	font-size:1.5rem;
	line-height:3rem;
	display:inline-block;
	padding:0 10px;
}

/**********SOCIAL********/
article footer {
    background: none;
    top: 0;
    position: static;
	padding:0;
}

/******************/
#social{
	text-align:center;
	margin:40px 0;
}
#social li{
	display:inline-block;
	margin:0 5px;
	font-size:2rem;
}
#social a{
	color:#000;
	text-decoration:none;
	border:2px solid #000;
	border-radius:50%;
	padding:10px;
	display:block;
	line-height: 25px;
    height: 25px;
}
#social span{
	display:none;
}
#social .icon-facebook{
	color:#3b5998;
	border-color:#3b5998;
}
#social .icon-facebook:hover{
	color:#fff;
	background:#3b5998;
}
#social .icon-twitter{
	color:#55acee;
	border-color:#55acee;
}
#social .icon-twitter:hover{
	color:#fff;
	background:#55acee;
}
#social .icon-gplus{
	color:#dd4b39;
	border-color:#dd4b39;
}
#social .icon-gplus:hover{
	color:#fff;
	background:#dd4b39;
}
#social .icon-whatsapp{
	color:#4dc247;
	border-color:#4dc247;
}
#social .icon-whatsapp:hover{
	color:#fff;
	background:#4dc247;
}

/****FOOTER****/
footer {
    background: #fff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
	position:relative;
/*	top:150px;*/
}
.pie-container {
    max-width: 750px;
    padding: 0 !important;
}
article footer:before {
    content: "";
    display: none;
}



@media screen and (min-width:700px){
	header video {
    max-width: 780px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
#logo {
    left: 50px;
}
#migas {
    right: 50px;
    transform: translateX(0);
    top: 30%;
    width: 50%;
}
header #intro {
    left: 50px;
    transform: translateX(0);
	width: 54%;
}
header #intro ul li {
    font-size: 2.8rem;
}
header #intro h1 {
    font-size: 4.5rem;
}
header #intro h1 span{
    display:block;
}
#contenido .info {
    left: 0;
    margin: 80px auto;
    width: 84%;
    max-width:900px;
}
.menu-click{
	display:none;
}
#menu {
    display: block !important;
    max-width: 400px;
    float: right;
    width: 400px;
    position: relative;
    z-index: 5000;
	border-bottom: 1px solid #ccc;
}
#menu li {
	display:inline-block;
    border-bottom: 0;
	border-left: 1px solid #ccc;
    width:50%;
	box-sizing:border-box;
}



}
@media screen and (min-width:1300px){

header video {
    max-width: 700px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 55%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
}