
    @font-face {
    font-family: 'modern_pictogramsnormal';
    src: url('modernpics-webfont.woff2') format('woff2'),
         url('modernpics-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*{
    font-family: "lato";
}

body{
background-color: rgb(249, 244, 222);
}

main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10%;
    margin-right: 10%;
}

header{
   background-color: rgb(61, 61, 59);
    padding-left: 10%;
    padding-right: 20%;
   }

nav ul li{
    display: flex;
    align-items: center;
list-style-type: none; 
}

nav ul li a{
    display: flex;
    text-decoration: none;
    color: rgb(249, 244, 222);
}

nav ul li a:hover{
    color: rgb(117, 184, 163);
}

#navprincipal ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mail{
    font-family: "modern pictograms";
    font-size: 20pt;
}
#contenedorsectionsyaside{
    display: flex;
    flex-direction: row;
}

#contenedorvideosections{
    display: flex;
    flex-direction: column;
    width: 80%;
}

#sectionpasantías{
    display: flex;
    flex-direction: column;
    background-color: rgb(117, 184, 163);
    margin-right: 5%;
}
.tituloindex{
    text-align: center;
    border-color: rgb(249, 244, 222);
    color: rgb(249, 244, 222);
    padding: 1%;
    margin-right: 30%;
    margin-left: 30%;
    border-style: solid;
    border-width: thin;
   
}

#cajapasantías{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-right: 3%;
}

.mininav{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    list-style-type: none;
    border-style: solid;
    padding: 3%;
    border-width: thin;
    border-color: rgb(249, 244, 222);
}
.mininav li a {
    text-decoration: none;
    font-size: 11pt;
}
.arq{
    color: rgb(249, 244, 222);
    background-color: rgb(85, 143, 174);
    box-sizing: padding-box;
    border-style: solid;
    border-color: rgb(85, 143, 174);
    border-width: thick;
}

.dg{
    color: rgb(249, 244, 222);
    background-color:rgb(41, 51, 91);
    box-sizing: padding-box; 
    border-style: solid;
    border-color: rgb(41, 51, 91);
    border-width: thick;
}

.diys{
    color: rgb(249, 244, 222);
    background-color: rgb(139, 161, 197);
     box-sizing: padding-box;
    border-style: solid;
    border-color: rgb(139, 161, 197);
    border-width: thick;
}

.diyt{
    color: rgb(249, 244, 222);
    background-color: rgb( 58, 129, 98);
    box-sizing: padding-box; 
    border-style: solid;
    border-color: rgb( 58, 129, 98);
    border-width: thick;
}

.di{
    color: rgb(249, 244, 222);
    background-color: rgb(74, 187, 191);
    box-sizing: padding-box;  
    border-style: solid;
    border-color: rgb(74, 187, 191);
    border-width: thick;
}

.dp{
    color: rgb(249, 244, 222);
    background-color:rgb( 1, 111, 112);
    box-sizing: padding-box; 
    border-style: solid;
    border-color: rgb( 1, 111, 112);
    border-width: thick;
}
#sectionbecas{
    background-color: dimgrey;
    display: flex;
    flex-direction: column;
    margin-right: 5%;
}
#cajaviajes{
     display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-right: 3%;
}
h4{
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: beige;
    font-style: italic;
    
}

h4 a{
    text-decoration: none;
    color: rgb(249, 244, 222);
}

#cajainvestigación{
  display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-left: 5%;
}

#textoinvestigación{
    display: flex;
    flex-direction: column;
}

aside{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

h2{
    border-style: solid;
    border-color: rgb(117, 184, 163);
    border-width: medium;
    padding: 1%;
    text-align: center;
    font-size: 13pt;
}

#contenedorconcursosycalendario{
    display: flex;
    flex-direction: column;
}
#sectionconcursos{
    display: flex;
    flex-direction: column;
    background-color: lightgrey;
    padding-left: 3em;
    padding-right: 3em;
    
}
#contenedorconcursos{
    display: flex;
    flex-direction: row;
   

}
#concurso1{
    display: flex;
    flex-direction: column;
    align-content: center;
    
    
}
#concurso2{
    display: flex;
    flex-direction: column;
    align-content: center;
    
}
#concurso3{
    display: flex;
    flex-direction: column;
    align-content: center;
    
}

.textconcu{
    padding-right: 1em;
    padding-left: 1em;
    font-size: 11pt;
   
}
h3{
    color: rgb(249, 244, 222);
    text-decoration: underline;
    text-align: center;
    font-size: 13pt;
}

#calenpubli{
    display: flex;
    flex-direction: row;
}
#sectioncalendario{
    display: flex;
    flex-direction: column;
}

h2 a{
    color: rgb(117, 184, 163);
    border-color: rgb(117, 184, 163);
    text-decoration: none; 
}

#reviews{
    background-color: lightgrey;
    display: flex;
    flex-direction: column;
}

#fotosreviews{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

/*  PASANTIAAAAAAAAAAASSSS  */


.titulopasantía{
    text-align: center;
    color: rgb(117, 184, 163);
    font-size: 28pt;
    margin-right: 30%;
    margin-left: 30%;
    border-style: solid;
    padding: 1%;
}
.subtitulopasantías{
    text-align: center;
    font-size: 14pt;
    font-style: italic;
     color: rgb(117, 184, 163);
    
}

.mininav2{
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    margin-right: 35%;
    margin-left: 35%;
    border-style: solid;
    padding: 2%;
    background-color: rgb(41,51,91);
    border-color: rgb(41, 51, 91);
    
}

#ofertas{
    display: flex;
    flex-direction: column;
    background-color: rgb(41, 51, 91);
    padding: 4%;
    padding-left: 10%;
    padding-right: 10%;
}
#editorial{
    display: flex;
    flex-direction: row;
    height: 160pt;
}

#edidestacada{
    display: flex;
    flex-direction: column;
    margin-left: 1%;
    padding-left:1%;
    margin-right: 1%;
    background-color: rgb(117, 184, 163);
}

.edititulo{
    text-decoration: underline;
    color: rgb(249, 244, 222);
}
.edinombre{
    color: rgb(249, 244, 222);
    font-style: italic;
}

p a{
    color: rgb(249, 244, 222);
    font-style: italic;
    font-size: 10pt;
    padding: 1%;
    text-decoration: underline;
    border-style: solid;
    border-width: thin;
    border-color: rgb(249, 244, 222);
}
.editexto{
    color: rgb(249, 244, 222);
    font-size: 12pt;
}
.ayer{
    border-style: none;
    text-decoration: none;
}
#primera{
    display: flex;
    flex-direction: column;
    border-color: rgb(117, 184, 163);
    border-style: solid;
    border-width: thin;
    width: 180pt;
    margin-left: 4%;
    padding-left: 5%;
   
}


/* POSTULARMEEEEEEEEEEEE */


#trabajo{
    display: flex;
    flex-direction: column;
    width:68%;
    padding-right: 2em;
    border-color: rgb(117, 184, 163);
    border-style: solid;
    border-width: thin;
    padding-left: 3em;
}
#horariopostu{
    display: flex;
    justify-content: space-between;
}
#horario{
    display: flex;
    flex-direction: column;
    line-height: 0.1;
}
.postularme{
    display: flex;
    background-color: rgb(117, 184, 163);
    color: rgb(249, 244, 222);
    padding: 10pt;
    align-items: center;
    text-decoration: none;
    height: 20pt;
}
.nombre{
    color: rgb(117, 184, 163);
}

#ofertassimilares{
    align-items: center;;
    background-color: lightgrey;
    width: 20%;
    line-height: 0;
}

#primerasimilar{
    display: flex;
    flex-direction: column;
    border-style: solid;
    border-width: thin;
    border-color: rgb(249, 244, 222);
    padding: 2%;
    
}
#sectionreviews{
    background-color: rgb(117, 184, 163);
    display: flex;
    flex-direction: row;
}




/* LOGEATEEEEEEEEEEEEE */

#logeate{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(117, 184, 163);
    opacity: 0.8;
    padding: 10%;
    margin-left: 22%;
    margin-right: 22%;
   
}
.darriba{
    display: flex;
    flex-direction: column;
    padding: 1%;
    margin-right: 30%;
    margin-left: 30%;
}
.form-link{
    color: rgb(249, 244, 222);
}
#contra p{
    display: flex;
    flex-direction: column;
}

#mainlogin{
    background-image: url(fondofadu.jpg);
    margin: 0;
}


/*  FORMULARIOOOOOOOOO */
#formuyaside{
    display: flex;
    
}

.finalizar{
    font-size: 10pt;
}
.titulofinalizar{
    color: rgb(117, 184, 163);
    font-size: 16pt;
}

.fotopubli{
    margin-left:10pt;
}

#contenedorformu{
    background-color: lightgrey;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1em;
    
}
.input-10{
    width: 20em;
}
.input-20{
    display: flex;
    width: 50em;
    height: 10em;
}
#tituloformulario{
    background-color: lightgrey;
    display: flex;
    flex-direction: column;
}

.datos{
    color: rgb(117, 184, 163);
    margin-left: 1em;
}
#asidepublicidad{
    width: 600px;
}

.agregar{
  margin-left: 1em;
    color: rgb(117, 184, 163);
    border-color: rgb(117, 184, 163);
}

.postularme2{
    display: flex;
    background-color: rgb(117, 184, 163);
    color: rgb(249, 244, 222);
    padding: 10pt;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-left: 140pt;
    margin-right: 140pt;
}
    
#competencia{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: lightgrey;
    padding: 1em;
}
/* GRACIASSSSSSSSSSS */

#logogracias{
    background-color: rgb(249, 244, 222);
    
}
#gracias{
    background-color: rgb(117, 184, 163);
    height: 300pt;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 2pt;
}

.grax{
    font-size: 70pt;
    color: rgb(249, 244, 222);
}
.porpostu{
    color: rgb(249, 244, 222);
    font-size: 40pt;
}
#contenedorgracias{
    background-color: lightgrey;
    display: flex;
}
#unogracias{
    display: flex;
    justify-content:center;
    align-items: center;
    width: 300pt;
}
#ofertassimilares2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
     align-items: center;
    line-height: 0;
    padding: 20pt;
    justify-content: space-between;
}

.titulogracias{
    padding: 10pt;
    border-style: double;
    border-width: thin;
    border-color:rgb(41, 51, 91); 
    
}

#otraspersonas{
    display: flex;
    flex-direction: column;
    background-color: rgb(117, 184, 163);
    justify-content: center;
    padding-left: 6em;
}
footer{
    background-color: rgb(61, 61, 59);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30%;
    padding-right: 30%;
    align-content: flex-end;
}
footer p{
    text-align: center;
    color: rgb(249, 244, 222);
    font-size: 8pt;
}


#navfooter ul {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
#navfooter ul li a{
    color:rgb(117, 184, 163);
}







    