@charset "utf-8";
/* CSS Document */
/* COLORES 
-AZUL: #1D3365
-FUCSIA: #EF1166
-VIOLETA: #742EFF
-VERDE AGUA: #27F6CA
-BLANCO: #FFFFFF  */

*{margin: 0; padding: 0%;}
body{ font-family: 'Roboto', sans-serif; font-weight: 500; background: #8B00FF; font-size:18px;}

/* Centrado de pagina */
.pagina{ max-width: 48rem; margin: 0 auto;  background: #020646;}

.topmenu{color: #27F6CA;
    font-size:18px;
	height: 10%;
	padding-right:10px;
	display: flex;
    justify-content: space-between;
    align-items: center;}


.subirarchivo{
    background-color:#EF1166;
	color: white ;
	font-size:18px;
	text-decoration: none;
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subirarchivo a {
    text-decoration: none;
    color: white;
}

li {
    list-style: none}

.subirarchivoimg{
    display: block;
	margin-left: auto;
	margin-right: auto } 