@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600,700,800);

html {
    background-color: #333333;
    font-family: "Raleway", sans-serif;
}

body {
    margin: 0;
}




main { 
    background-color: #333333;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    }


header { 
    width:100%;
    margin-left: auto;
    margin-right: auto;
}

nav {    
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
    margin-left: auto;
    margin-right: auto;
    }

ul {
    padding:0px;
    }

li {
    list-style: none;
    }

nav li {
    display: inline;
    }

nav ul li a {
    margin-left: 0.5em;
    padding-bottom: 0.3em;
    font-family: "Raleway";
    font-weight: 500;
    font-size: 18px;
    }

nav ul li a:hover {
    border-bottom: 1px solid #efbf3c;
    color: #00DEAD;
    transition: 0.3s; -webkit-transition: 0.3s;
    }

nav ul li a:active {
    border-bottom: 1px solid #00DEAD;
    color: rgb(247, 100, 94);
    transition: 0.3s; -webkit-transition: 0.3s;
    }


a { 
    text-decoration: none;
    color:#ffffff;
    } 

h1 {
    font-family: "Raleway";
    font-weight: 500;
    color:#ffffff;
   }

h2, h3, h4 {
    font-family: "Raleway";
    color:#ffffff;
    }

h2 {
    font-weight: 500;
    margin-bottom: 0.5em;
    }

footer p{ 
    margin: 0;
    padding: 0;
    color: #b1b1b1;
    }

footer { 
    font-size: 12px;
    font-family: "Raleway";
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    margin-top: 3em;
    }

p {
    font-family: "Raleway";
    color:#ffffff;
    font-size: 90%;
    }

.nombres {
    color: #efbf3c;
    font-family: "Raleway";
    font-weight: 500;    
    }

.nombres:hover {
    color:#00DEAD;
    transition: 0.3s; -webkit-transition: 0.3s;
    }

section li {
    list-style:none;
    display: inline-table; 
    }

p.columna {
    color:rgb(247, 100, 94);
    }

#equipo {
    font-family: "Raleway";
    font-weight: 700;
    font-size: 18px;
    }

#principal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    }

#caja { 
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
    }

#caja img {
    width: 200px;
    }

#caja h2 {
    text-align: right;
    padding-right: 1em;
    border-right: 2px dotted rgb(247, 100, 94);
    }

#datosmateria {
    margin-left: 0.5em;
    margin-right: 1em;
    padding-left: 1em;
    }

article {
    display: flex;
    flex-direction: row;
    }

#descripcion {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    }


#miembros {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    }

#miembros img {
    border-radius: 20px;
    margin-bottom: 0.5em;
    }

div.persona {    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-left: 1em;
    margin-right: 1em;
    }

#miembros a:hover {
    color: #00DEAD;
    transition: 0.3s; -webkit-transition:0.8s; 
    }

.cabecera {
    max-width: 100%;
    }

hr {
    height: 2px;
    background-color: #efbf3c;
    border: 0;
    }

hr.secundario { 
    height: 2px;
    background-color: rgba(239, 191, 60, 0.56);
    border: 0;
    }

#jt16 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2em;
    margin-top: 1em;
    }

#comitente {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-top: 0;
    align-items: center;
    }

#comitente div {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 2px dotted rgb(247, 100, 94);
    }

#comitente img {
    max-height: 300px;
    }

#footercito {
    display: flex;
    flex-direction: row-reverse;    
    justify-content: center;
    margin-bottom: 2em;
    margin-top: 0;
    align-items: center;
    }

#info-uba {
    font-family: "Raleway";
    font-size: 14px;
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px dotted #efbf3c;
    }

