@charset "UTF-8";
/* CSS Document */
body {
	width: 1100px;
	margin: 0 auto;
}
#cabecera {
	padding: 2rem 0;
}
.contenedor {
    max-width: 1100px;
    width: 100%;
    min-width: 550px;
	margin: 0;
}
.navegador {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    clear: both;
    overflow: auto;
    text-align: center;
}
.contenedor .navegador :hover {
	cursor: pointer;
	opacity: 0.5;
}
.navegador h3 {
	text-align: center;
    float: left;
    transition: all 0.3s linear;
    line-height: 0px;
    padding-top: 7px;
    width: 20%;
    align-items: center;
}
.icono_navegador {
    text-align: center;
    float: left;
    transition: all 0.3s linear;
    line-height: 0px;
    padding-top: 7px;
    width: 20%;
    align-items: center;
}
#cabercuerpo {
	padding: 2rem 0;
}
.portalogo {
    max-width: 1050px;
    width: 100%;
    min-width: 550px;
    background-image: url(../Imagenes/png/fondo.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
	overflow: hidden;
}
.portalogo ul {
    display: flex;
    padding: 0;
    width: 100%;
    list-style: none;
	animation: logos 05s infinite;
	animation-timing-function: steps(1);
}
.portalogo li {
	width: 100%;
}

@keyframes logos {
	0% {margin-left: 0;}
	48% {margin-left: 0;}
	
	50% {margin-left: -100%;}
	100% {margin-left: -100%;}
}
.cuerpo {
	padding: 2rem 0;
}
.contenedorsocial {
    max-width: 1100px;
    width: 100%;
    min-width: 550px;
	margin: 0;
}
.iconofdl {
    margin-left: 20px;
    transition: 0.3s linear;
    border-radius: 5px;
}
.iconofdl:hover {
	cursor: pointer;
	opacity: 0.5;
}
.iconofdl-nav-contenedorsocial {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.icono_social ul {
 	margin: 0;
 	padding: 0;
 	list-style:none;
}
.icono_social ul li {
    display: inline-block;
}
.icono_social ul li a {
    display: block;
    padding: 0.5rem 1rem;
    transition: 0.3s linear;
	border-radius: 5px;
}
.icono_social ul li a:hover {
	cursor: pointer;
	opacity: 0.5;
}
#piedepagina {
	padding: 1px 15px;
	background-color:black;
}
.copyright {
	text-align: center;
	color: white;
}
.autor {
	text-align: center;
	color: white;
}
.copyright-autor {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.abajo ul {
 margin: 0;
 padding: 0;
 list-style:none
}
.abajo ul li {
    display: inline-block;
	padding-right: 20px;
}
.abajo ul li a {
    display: block;
    padding: 0.5rem 1rem;
    transition: 0.3s linear;
	border-radius: 5px;
}
.portadibujos {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    clear: both;
    overflow: auto;
    text-align: center;
    background-image: url(../imagenes/png/fondo.png);
}
.dibujos {
	text-align: center;
    float: left;
    transition: all 0.3s linear;
    line-height: 0px;
    padding-top: 7px;
    width: 20%;
    align-items: center;
}
.portadibujos {
	max-width: 1050px;
    width: 100%;
    min-width: 550px;
    background-image: url(../Imagenes/png/fondo.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
	overflow: hidden;
}