* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.logo-container {
    padding: 0px;
    display: flex;
    justify-content: center;
}

.menu-container {
    padding: 20px 0;
    display: flex;
    justify-content: center;
}

.main-item {
    margin: 25px;
    padding: 10px;
}

.link-item {
    background-size: contain;
    border: 1px solid;
    margin: 25px;
    padding: 10px;
}

.jirada {
    width: 375px;
    height: 263px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pa0cmu {
    background-image: url('../images/logo_pa0cmu.jpg');
    width: 351px;
    height: 263px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ---- logo ---- */
.pa0cmu h1, .pa0cmu h2
{
    margin: 0px;
    letter-spacing: .2em;
}

.pa0cmu h1
{
    font-family: tahoma, century gothic, sans-serif;
    color: #0080FF;
    letter-spacing: 0.07em;
}

.pa0cmu h2
{
    font-family: arial, sans-serif;
    color: #fff;
}
