@charset "utf-8";
/* CSS Document */
* {
	margin: 0 auto;
}
html {
	
	
}
body{
	background-repeat: no-repeat;
	background-size: cover;
	background-color: black;
}
.banner {
        display: block;
        padding-top: 5px;
        width: 100%;
        height: 10vh;
        background-color: rgba(0,0,0,0.9);
    }
.banner img {
        width: 30%;
		max-width: 250px;
        height: 9vh;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
    }
.centro{
	color: white;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	height: 75vw;
	text-align: justify;
	background-color: rgba(0,0,0,0.7);
}
/*******************************/
.photo, .designer, .publisher{
	width: 97%;
	float: left;
	padding: 5px;
}

.photo img, .publisher img{
	width: 30%;
	height: auto;
	float: left;
	max-height: 90px;
	max-width: 250px;
	padding: 5px;
}
.designer img{
	width: 35%;
	height: auto;
	float: right;
	max-height: 90px;
	max-width: 250px;
	padding: 5px;
}
/********************************/
.iconos{
	font-family: Tiza, Arial;
	width: 53%;
	height: 50px;
	display: flex;
	color: white;
	text-align: left;
}
.iconos p{
	margin-top: 15px;
	font-size: 0.8em;
}
.iconos img{
	width: 50px;
	height: 50px;
}
	.accesos p:hover{
		color: rgba(55,55,55,0.62);
	}
a {
	text-decoration: none;
	color: white;
}
li{
 list-style: none;

}
footer {
    font-size: 0.8em;
    font-family: Tiza, Arial;
    text-align: center;
    height: 15%;
	max-height: 150px;
    padding: 2px;
    position: fixed;
    bottom: 0px;
    margin-bottom: 0px;
    color: #fff;
    background: rgba(0,0,0,1);
    width: 100%;
    margin: 0 auto;
	display: flex;
    }
.ima{
	width: 30%;
	max-width: 280px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.ima img{
	width: 100%;
}
.accesos{
	text-align: left;
	align-content:stretch;
	width: 65%;
	height: 100px;
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-template-rows: 40px 40px 40px 40px;
}
.accesos img{
	width: 25%;
	max-width: 90px;
}
.link{

}
.af{
	width: 30%;
	height: auto;
	border-radius: 5px;
}
.af img{
	margin-top: 5px;
}
.af:hover{
	background-color: rgba(255,255,255,0.62);
}
.line{
	clear: both;
}
/**********************************************************************/
@media screen and (max-width: 640px){
.centro{
		font-size: 1.3em;
		height: 800px;
	}
	.designer, .publisher{
		margin-top: 40px;
	}
.iconos{
	width: 50%;
	display: flex;
	margin-top: 5px;
}
.iconos p{
		display: none;
}
.iconos img{
	width: 35px;
	height: auto;
	padding: 5px;
	}
footer{
height: 70px;		
	}
.accesos{
	width: 50%;
	font-size: 10px;
	margin-right: 5px;
		}
.link{
	width: 80%;
	height: 65px;
	float: left;
	}
.link p{
	display: none;
	width: 70%;	
}
.link img{
	height: auto;
	width: 50%;
	}
}
/**********************************************************************/
@media screen and (max-width:1240px) and (min-width: 640px){
.centro{
		margin: 0 auto;
		width: 70%;
		height: 550px;
	}
.af{
	width: 33%;
	height: auto;
}
	.iconos{
	width: 50%;
	margin-right: 5px;
	margin-top: 5px;
	height: 90%;
	font-size: 0.78em;
}
.iconos img{
	width: 40px;
	height: 40px;
	margin-left: 10px;
	float: left;
	vspace:1;
	}
	.iconos p{
		float: left;
	}
.accesos{
	width: 65%;
	}
.link img{
	width: 30px;
	max-width: 70px;
	float: left;
}
.link{
		width: 100%;
	}
.link p{
	margin-top: 10px;
	float: right;
	font-size: 0.85em;
	}
	.link:hover{
background-color: rgba(255,255,255,0.62);
	}
}
/**********************************************************************/
@media screen and (min-width: 1240px){
	footer{
		height: 95px;
	}
.iconos{
	width: 50%;
	margin-right: 5px;
	margin-top: 5px;
	height: 90%;
	font-size: 1.2em;
}
.af{
	width: 33%;
	height: auto;
}
.iconos img{
	width: 45px;
	height: 45px;
	margin-left: 10px;
	float: left;
	vspace:1;
	}
.iconos p{
		float: left;
	font-size: 1.0em;
	}
.accesos{
	width: 65%;
		
	}
.ima{
	margin-left: 10px;
	}
.link img{
	width: 35px;
	max-width: 70px;
	float: left;
	margin-left: 0px;
	}
.link{
		width: 100%;
		margin-top: 10px;
		margin-left: 0px;
	}

.link p{
		margin-top: 10px;
		margin-left: 5px;
		float: right;
		font-size: 1.3em;
	}
	.centro{
		margin: 0 auto;
		width: 80%;
		height: 550px;
	}
.photo, .designer, .publisher{
	width: 100%;
	float: left;
	padding: 5px;
	margin-top: 10px;
	}
	.designer img{
		width: 40%;
		padding: 5px;
	}
}