.justi{
	text-align: justify;
}
section.espacio{
	padding-top: 0px;
}
.abajo{
	color: brown
}
.color-01{
	color: rgb(48, 46, 80)!important;
}
.sombra{
    text-shadow: 0.6px 1px 1px #080808;
}
.sombra-caja{
    box-shadow: rgb(38, 57, 77) 0px 10px 20px -10px;
}
.sombra-caja-mas{
    box-shadow: rgb(27, 32, 32) 0px 10px 20px -10px;
}
.justi{
	text-align: justify;
}

.menu li a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;
    opacity: 0.5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-width: 100%;
    white-space: normal;
}
.mifont h3{
    font-weight: lighter!important;

}