@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;
}
.portadibujo {
	max-width: 1100px;
	width: 100%;
	min-width: 550px;
	background-image: url("../imagenes/png/fondo.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: hidden;
}
.dibujo {
    float: right;
    padding: inherit;
}
.fecha {
    width: 200px;
    background-color: white;
    padding: 15px;
    float: right;
    overflow-x: hidden;
    overflow-y: hidden;
    clear: right;
}
.informacion p{
	font-size: 20px;
}
.titulo {
    text-align: center;
    background-color: white;
    padding: 10px;
    float: left;
    width: 530px;
    overflow-x: hidden;
    overflow-y: hidden;
    clear: left;
}
.title {
    text-align: center;
    background-color: white;
    padding: 10px;
    clear: left;
    float: none;
}
.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;
}
.informacion ul li {
    list-style-type: none;
}
.div-anterior-siguiente-der {
	float: right;
	padding: 6px 14px 6px 0;
}
.a-anterior-siguiente-der {
    float: right;
    background-image: url(../imagenes/gif/a_la_derecha.gif);
    background-repeat: no-repeat;
    background-position: right top;
    text-indent: -9999px;
    display: block;
    width: 30px;
    height: 30px;
    transition: none!important;
}
.div-anterior-siguiente-caja-alrededor-numeros {
	border: 1px solid;
	display: inline;
	padding: 2px 6px;
	float: right;
	margin: 0px;
	font-size: 12px;
}
.a-anterior-siguiente-izq {
    float: right;
    text-indent: -9999px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../imagenes/gif/a_la_izquierda.gif);
    background-position: left top;
    background-repeat: no-repeat;
    transition: none!important;
}
.aclarador {
	font-size: 0;
	line-height: 0;
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
	width: auto;
}
.informacion {
	font-family: helvetica;
}