*{
    /* Eliminar predeterminados */
    margin: 0;
    padding: 0;
}

.pdfview {
    /* Centrado */
    margin: auto;
    display: block;
    /* Tamaño */
    width: 100%;
    height: 80vh;
	
    /* Mejorar aspecto */
   
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*
.tapar-arriba{
	width: 100%;
	background: white;
	height: 60px;
	position: absolute;

}*/

.tapar-arriba{
	width: 255px;
	background:#323639;
	height: 56px;
	position: fixed;
	right: 2px;
	top:2px;
}

.tapar-nombre{
	width: 30%;
	background:#323639;
	height: 50px;
	position: fixed;
	left: 60px;
	top:2px;
	display: inherit;
}

.loguito{
width: 55px;
position: fixed;
	right: 40px;
	top: 11px;
}



.nombredeproyecto{
	color:  white;
	display:block;
	font-family: 'gilroy';
	font-size: 20px;
	text-align: left;
	margin-top: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.derechosdeautor{
	color:  white;
	display:block;
	font-family: 'gilroy';
	font-size: 15px;
	text-align: right;
	margin-top: 11px;
	margin-right: 120px;
	overflow: hidden;
	line-height: 18px;

}




body{
	background-color: white;
	
}

head{
	
}
.title-pdf{
	
	display:block;
	padding-top:  120px;
	color: transparent;
	font-family: 'gilroyheavy';
	font-size: 40px;
	text-align: center;
	letter-spacing: 2px;
	padding-bottom: 10px;
	-webkit-text-stroke: 2px #2A0088;
	
	
}


@media(max-width: 1300px){
	.tapar-nombre{
		width: 25%;}
	
}

@media(max-width: 1000px){
	.tapar-nombre{

		width: 20%;}
		.derechosdeautor{
	margin-right: 110px;
	}
}

@media(max-width: 960px){
	.tapar-nombre{
		width: 20%;}
	
	.tapar-arriba{
	width: 218px;
	right: 2px;
}
	.derechosdeautor{
	color:  white;
	margin-right: 110px;
	font-size: 15px;
	text-align: right;
	margin-top: 8px;
	line-height: 13px;

}
}




@media(max-width: 755px){
	.tapar-nombre{
		display: none;}
	
	.tapar-arriba{
	width: 120px;
	right: 5px;

}
	.derechosdeautor{
	color:  white;
	margin-right: 100px;
	font-size: 15px;
	text-align: right;
	margin-top: 9px;
	line-height: 15px;
	display: none;
}
	
	.pdfview {
    /* Centrado */
    margin: auto;
    display: block;
    /* Tamaño */
    width: 100%;
    height: 50vh;
	
    /* Mejorar aspecto */
   
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
}


@media(max-width: 530px){
	.tapar-nombre{
		display: none;}
	
	.tapar-arriba{
	width: 98%;
		left: 2%;
	

}
	.loguito{
width: 60px;
position: fixed;
	left: 40%;
	top: 10px;
}
}
	
