@font-face {
    font-family: "fuenteChromeVijaya";
    src: url("letra/Roboto-Light.ttf");
}

@font-face {
    font-family: "fuenteIEVijaya";
    src: url("letra/vijaya.eot");
}

@font-face {
    font-family: "fuenteChromeCalibri";
    src: url("letra/calibri.ttf");
}

@font-face {
    font-family: "fuenteIECalibri";
    src: url("letra/Roboto-Light.ttf");
}

.back {
    background: #808080;

}

.page {
    width: 960px;
    margin: auto;
    position: relative;
}

.header {
    position: relative;
    width: 960px;
    height: 150px;
    background: #FF4500;
}

.headul {
    position: absolute;
    bottom: 0px;
    width: 960px;
    list-style-type: none;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #EEAD0E;
    padding-left: 0px;
}

.headil {
    float: left;
    padding-left: 13px;
    margin-left: 13px;
    color: #000000;
    font-family: arial;
    font-weight: 600
}

.headli-border {
    border-left-style: solid;
    border-left-width: 3px;
    border-left-color: #000000;
}

.headil-a {
    color: inherit;
    text-decoration: none;
}

.side-left {
    background: #FFDC6D;
    width: 300px;
    height: inherit;
    position: absolute;
    left: 0px;
    top: 0px;

}

.side-left-div {
    position: relative;
    width: 260px;
    left: 20px;
    background-color: #FFDC6D;
    top: 20px;

}

.side-left-div-title {
    color: black;
    font-family: arial;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    background-color: #F2F2F2;
    padding: 5px;
    width: 225px;
    margin: 12px;

    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border: 2px solid #000000;

    -webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.33);
}

.side-left-div-img {
    position: absolute;
    left: 79px;
    top: 70px;
    width: 102;
    height: 142;
}

.side-left-div-ul {
    margin: auto;
    width: 120px;
    list-style-type: none;
    padding-left: 0px;
}

.side-left-div-ul-li {
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: arial;
    font-weight: 600;
    text-align: center;
    background-color: #EEAD0E;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border: 2px solid #000000;

    -webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.33);
}

.main {
    width: 660px;
    height: inherit;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #FFDC6D;
}

.main-simb-img {
    height: auto;
    width: 190px;
    top: 25px;
    margin: auto;
    display: block;

}

.div-simb {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 460px;
    height: 300px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 28px 28px 28px 28px;
    -moz-border-radius: 28px 28px 28px 28px;
    -webkit-border-radius: 28px 28px 28px 28px;
    border: 5px solid #FF4500;
    background-color: white;

}

.a-simb {
    font-family: arial;
    color: inherit;
    text-decoration: none;
    margin-bottom: 10px;

}

.main-simb-titles {
    position: relative;
    text-align: center;
    font-family: arial;
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-p-simb-otros {
    position: relative;
    text-align: center;
    font-family: arial;
    font-size: 16px;
}

.main-spantitle {
    position: relative;
    text-align: center;
    width: inherit;
    font-family: fuenteChromeVijaya, fuenteIEVijaya;
    font-size: 32px;
    margin-top: 50px;

}

.main-divtext {
    position: relative;
}

.main-p-otros {
    position: relative;
    text-align: justify;
    margin: auto;
    width: 560px;
    font-family: fuenteChromeVijaya, fuenteIEVijaya;
    font-size: 17px;
    text-indent: 50px;
}

.main-p-cierre {
    text-align: center;
    font-family: fuenteChromeVijaya, fuenteIEVijaya;
    font-size: 16px;
}

.main-div-boletines {
    margin-left: 0px;
    height: 660px;
}

.main-div-aut {
    width: 600px;
    height: auto;
    position: relative;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 28px 28px 28px 28px;
    -moz-border-radius: 28px 28px 28px 28px;
    -webkit-border-radius: 28px 28px 28px 28px;
    border: 5px solid #FF4500;
    background-color: white;
}

.disclaimer {
    width: 600px;
    height: 50px;
    position: relative;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 28px 28px 28px 28px;
    -moz-border-radius: 28px 28px 28px 28px;
    -webkit-border-radius: 28px 28px 28px 28px;
    border: 5px solid #FF4500;
    background-color: white;
}

.main-medalla {
    width: 600px;
    height: 970px;
    position: relative;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 28px 28px 28px 28px;
    -moz-border-radius: 28px 28px 28px 28px;
    -webkit-border-radius: 28px 28px 28px 28px;
    border: 5px solid #FF4500;
    background-color: white;
}

.main-div-contacto {
    width: 460px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 410px;
    position: relative;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 28px 28px 28px 28px;
    -moz-border-radius: 28px 28px 28px 28px;
    -webkit-border-radius: 28px 28px 28px 28px;
    border: 5px solid #FF4500;
    background-color: white;
}

.main-div-carrusel {
    width: 460px;
    height: 670px;
    position: relative;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.main-div-ul-li {
    padding: 5px;
    width: 35%;
    margin: 15px;
    margin-left: 21px;
    display: inline;
    float: left;
    font-family: arial;
    font-weight: 600;
    text-align: center;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    background-color: #FFDC6D;
    border: 1px solid #FF4500;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.33);
}

.main-span-aut {
    margin-top: 20px;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    background-color: #FFDC6D;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border: 1px solid #FF4500;
    display: inline-block;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    width: 150px;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.33);
}

.main-div-h-boletines {
    margin-left: 100px;
    display: list-item;
}

.main-div-p {
    width: 280px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    font-family: arial;
    font-weight: bold;
    line-height: 2;
}

.main-div-pnombre {
    font-style: italic;
    text-align: center;
}

.main-div-ul {
    margin: auto;
    width: 350px;
    list-style-type: none;
    padding-left: 0px;
}

.main-div-lbl-enviar {
    margin-top: 0px;
    width: 200px;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    background-color: #FFDC6D;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border: 1px solid #FF4500;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.33);
}

.main-div-btn-enviar {
    margin-top: 15px;
    font-size: 15px;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border: 1px solid #FF4500;
    padding: 5px;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.33);
}

.main-div-txt-enviar {
    margin-top: 0px;
    font-size: 15px;
    font-family: arial;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border: 1px solid #FF4500;
    display: block;
    padding: 5px;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.33);
}

.mid {
    position: relative;
    height: 1140px;
    width: 960px;
}

.footer {
    width: 960px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #FF4500;
}

.footer-span {
    color: #FFDB0F;
    font-family: fuenteChromeCalibri, fuenteIECalibri;
    text-align: center;
    width: 300px;
    font-size: 15px;
}

.flag {
    position: absolute;
    width: 100px;
    height: 60px;
    top: 25px;
    left: 25px;
}

.logo {
    position: absolute;
    top: 25px;
    right: 25px;
    height: 70px;
    width: 100px
}

.medalla {
    height: 300px;
    width: 300px;
    position: relative;
    top: 25px;
    margin: auto;
    display: block;
}

.memorial {
    height: 300px;
    width: auto;
    position: relative;
    top: 25px;
    margin: auto;
    display: block;
}

.title {
    height: 90px;
    position: absolute;
    left: 140px;
    top: 20px;
}

audio {

    height: 30px;
    width: 240px;
    margin-left: -20px;
    margin-top: 20px;
}