body{
	font-family: 'Mukta', sans-serif;
	font-size: 16px;
	height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #E5E5E5;
    background-image: url(img/fondo2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.menu{
	display: flex;
	background-color: white;
	padding: 0 4em;
	justify-content: space-between;
	align-items: center;
}

.menu img{
	width: 10em;
	padding: 1em 0;
}


.imgMenu img{
	width: 5em;
}

.principal{
	max-width: 80%;
	margin: 0 auto;
}

.container{
	display: flex;
	justify-content: space-between;
}

.marco{
	border: .2em solid black;
	margin-bottom: 2em;
	border-radius: 5%;
	width: 20em;
	height: 20em;
	text-decoration: none;
	display: flex;
	justify-content: center;
    align-items: center;
    box-shadow: 15px 15px 0 #888888;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(105,206,236,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(0%, rgba(105,206,236,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(105,206,236,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(105,206,236,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(105,206,236,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(105,206,236,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.marco p{
	font-size: 3em;
	text-align: center;
	text-decoration: none;
	display: flex;
	justify-content: center;
    align-items: center;
    color: black;
    font-weight: bold;
}

.espacio{
	margin-right: 3em;
}

footer{
	width: 100%;
	background-color: black;
}

.notasFooter{
	max-width: 80vw;
	margin: 0 auto;
	color: white;
	padding: 1.5rem 0;
	font-size: 2em;
	text-align: center;
}
