///**general**///
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #003333;
    font-family: 'Oswald', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    text-decoration: none;
}




nav {
    background-color: #003333;

text-decoration: none;
    justify-content: space-between;
 
   
}


img {
    max-width: 100%;
    height: auto;
}

header {
    background-color:  #006666;
    text-align: center;
}

header {
    text-decoration: none;
    position: fixed;
    left: 0em;
    right: 0vw;
    margin-top: -1em;
    z-index: 999;
}

.headerfijo {
    background-color: #003333;
    text-align: center;
    padding: 2em;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
}

main {
    background-color:#003333;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}


h4 { color: black;
}

.elemento2 h4 {
    text-decoration: none;
    margin-bottom: 20;

}








//**encabezado***//
header {
    display: flex;
}

#logo {
    display: block;
    width: 2m;
    margin: 1em;
}

header>ul>li {
    display: block;
    width: 4em;
    margin: 0em;
    display: flex;
}

header>ul>li>a {
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2em;
}


/* menu desplegable */

header nav {
    background-color: gainsboro;
    color: white;
    position: fixed;
    right: -50vw;
    top: 0;
    height: 100vh;
    min-width: 40vw;
    transition: all .6s ease;
    z-index: 999;
}

header nav:target {
    right: 0;
    transition: all .6s ease;
}
.headerfijo {
   
    text-align: center;
    padding: 4em;
    text-decoration: none;
}


header nav a {
    color: rgba(255, 255, 255, .75);
    display: block;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    list-style: none;
}

header nav a:hover {
    color: white;
}

#x {
    position: absolute;
    right: 1em;
    top: 0em;
    color: white;
}

///***Pantalla de video***///
.contenedorvideo {
    text-align: center;
    height: auto;
}

video {
    width: 100%;
    max-width: 640px;
    height: auto;
    text-align: center;
}

.contenedorvideo {
    text-align: center;
    height: auto;
    padding: 1.5em;
}

.contenedorvideo p {
    color: white;
    text-align: center;
    font-family:
}

.informacionsin {
    padding: 0em;
    margin-bottom: 1.5em;
    background-color: #F1EDF7;
    text-align: center;
    line-height: 1.3em;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.informacionsin h2 {
    color: #47276C;
    font-family: 'Oswald', sans-serif;
}





.galeriapeliculas h3 {
    margin-top: 0.1em;
    width: 100%;
    padding: 0em;
    color: white;
    text-align: center;
}

.galeriapeliculas p {
    width: 100%;
    text-align: center;
    padding: 0.6em;
    margin-bottom: 0em;
    color: lavender;
    font-family: 'Roboto', sans-serif;
    margin-top: -1.2em;
}

.galeriapeliculas figure {
    width: 45vmin;
    margin: .125em;
    position: relative;
    overflow: hidden;
}

.galeriapeliculas img {
    max-width: 100%;
    height: auto;
    display: block;
}

.galeriapeliculas figcaption {
    background-color: rgba(0, 0, 0, .4);
    color: white;
    padding: .5em;
    line-height: 1em;
    height: 100%;
    top: calc(100% - 1.5em);
    transition: all .5s ease;
}

///***temas de foro***////
.temasforo img {
    max-width: 100%;
    height: auto;
}

.temasforo {
    padding-bottom: 3em;
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.temasforo h3 {
    margin-top: 0.1em;
    width: 100%;
    padding: 0em;
    color: white;
    text-align: center;
}

.temasforo p {
    width: 100%;
    text-align: center;
    padding: 0.6em;
    margin-bottom: 0em;
    color: lavender;
    font-family: 'Oswald', sans-serif;
    margin-top: -1.2em;
}

.temasforo ul {
    background-color: rgba(0, 0, 0, .30);
    color: lavender;
    text-align: center;
    padding: 0.5em;
    margin-bottom: 0.5em;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
}

.temasforo li {
    background-color: rgba(0, 0, 0, .30);
    color: lavender;
    text-align: center;
    padding: 1em;
    margin-bottom: 1em;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
}

.subir {
    max-width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 1em;
}


    .bolsadetrabajo p {
        font-size: 13px;
    }
    .bolsadetrabajo hr {
        display: none;
    }
    .bolsadetrabajo figure {
        width: 25vmin;
        margin: .7em;
    }
    .temasforo {
        width: 15%;
        padding: 0.8em;
        position: relative;
        top: -152.9em;
        left: 22em;
        background-color: #2D192B;
    }
    .galeriapeliculas {
        width: 100%;
        position: relative;
        top: -90em;
        left: -0.8em;
    }
    .galeriapeliculas figure {
        width: 30vmin;
        margin: .125em;
    }
    .galeriapeliculas hr {
        position: relative;
        top: -32em;
        left: 0.5em;
        width: 970px;
    }
    .subir {
        position: relative;
        top: -58.5em;
        left: -0.2em;
    }
    .body {
        min-height: 50vh;
    }
}


.mesames p {
    text-align: center;
    padding: 1em;
    margin-bottom: 0em;
    color: lavender;
    font-family: 'Oswald', sans-serif;
    margin-top: -2.5em;
    font-size: 14px;
}

.mesames h4 {
    margin-top: 0.5em;
    padding: 0em;
    color: white;
    text-align: center;
}

.mesames {
    margin-top: -2em;
}

.galeriaeventosdos figcaption {
    background-color: rgba(0, 0, 0, .4);
    color: darkgrey;
    padding: 1.2em;
    line-height: 2em;
    height: 100%;
    top: calc(100% - 1.5em);
    transition: all .5s ease;
}




.fecha p {
    text-align: right;
    font-size: 10px;
    margin: 1em;
}


.notaimagen {
    margin: 1em;
    margin-top: 0.5em;
    text-align: center;
}

.notaimagen h5 {
    text-align: center;
    line-height: 1.5em;
    margin: 1em;
    margin-top: -0.5em;
    padding: 1em;
    color: #FFF4CB;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

.notaimagen img {
    margin-top: -2em;
}










.busem {
    display: block;
    text-align: center;
    text-decoration: none;
}

.busem form {
    margin-top: 1em;
    text-decoration: none;
}

.busem h4 {
    text-decoration: none;
    margin-top: 0.8em;
    color: aliceblue;
    
}
h4 { text-decoration: none;
}

.navpais {
    display: block;
    margin-top: -1em;
}

.navpais ul {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0.5em;
    padding: 0.8em;
    font-size: 12px;
    color: #003333;
    background-color: gainsboro;
    text-decoration: none;
}

.area {
    display: block;
    text-align: left;
    margin: 0.2em;
    max-width: 40%;
    background: #F1EDF7;
    font-size: 15px;
}

.area ul {
    max-width: 100%;
    height: auto;
}

.area li {
    max-width: 100%;
    padding: 0.1em;
    margin-right: 2em;
    margin-left: -1em;
}
.area hr {
    max-width: 100%;
    padding: 0.1em;
    margin-right: 2em;
    margin-left: -1em;
}


.sobra h3 {
    font-size: 15px;
    color: white;
     margin-left: 2.4em;
      margin-top: -0.2em;
}

.sobra figure {
    display: block;
    width: 40vmin;
    height: auto;
    margin-top: -0.5em;
    color: white;
}
.sobra figcaption {
    background-color: rgba(0, 0, 0, .4);
    color: darkgrey;
    padding: 0.5em;
    line-height: 1em;
    height: 100%;
     margin-top: -0.3em;
    }
    
.sobra img {
    width: 40vmin;
}

.ojo {
    justify-content: center;
    display: flex;
    margin-left: 1em;
}
