
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900,400italic);

* {
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
}


/* BODY */

body {
    max-width: 1200px;
    height: auto;
    margin: auto;
    background-image: url(imagenes/Fondo.jpg);
    background-attachment: fixed;
    background-color:#a8a8a8
}


/* HEADER */

header {
    background-color: gainsboro;
    width: 100%;
    height: 111px;
    margin-top: 50px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px #000000;
}

.logos {
    display: block;
}

#logo_dgpc {
    float: left;
    margin-left: 30px;
    margin-top: 20px;
}

#logo_fadu {
    float: right;
    margin-right: 30px;
    margin-top: 35px;
}
 

/*BOTONERA*/

nav {
    max-width: 1200px;
    height: 60px;
    background-color:#4ab59d;
    margin-top: 10px;
    border-radius: 10px;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
    box-shadow: 5px 5px 20px #000000;
}

nav ul {
    height: 60px;
    width: 98%;
    margin:auto;
}

nav ul li {
    list-style: none;
    display: block;
    float: left;
    padding: 17px;
}

nav ul li a:link {
    text-decoration: none;
    font-size: 19px;
    font-weight: 900;
    color: gainsboro;
}

nav ul li a:visited {
    color: gainsboro;
}

nav ul li a:hover {
    text-decoration: underline;
}


/* MAIN */

/*yo*/

.presentacion {
    background-color: rgba(219, 219, 219, 0.33);
    height: 408px;
    box-shadow: 5px 5px 20px #000000;
    margin-top: 10px;
}

.foto {
    float:left;
    width: 320px;
    height: 320px;
    border: 4px solid #4ab59d;
    border-radius: 10%;
    overflow: hidden;
    margin: 40px 0px 40px 30px;
    box-shadow: 5px 5px 20px #000000;
}

.info {
    float: right;
    height: 320px;
    width: 800px;
    background-color: #dbdbdb;
    margin: 40px 30px 40px 0px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px #000000;
    box-sizing: border-box;
    border: 4px solid #4ab59d;
}

.info #nombre h1 {
    font-weight: 900;
    font-size: 35px;
}

.info #nombre p {
    font-style: italic;
    font-weight: 400;
    font-size: 21px;
}
.info #aprobadas {
    padding-top: 15px;
}

.info #aprobadas ul {
    list-style: none;
    font-size: 18px;
    padding-top: 3px;
}

.info #cursando {
    padding-top: 10px;
}

.info #cursando ul{
    list-style: none; 
    font-size: 18px;
    padding-top: 3px;
}


/*facultad*/

.rotulo .equipo {
    display: block;
    float: left;
    width: 340px;
    height: 250px;
    box-sizing: border-box;
    border-right: 1px solid #dbdbdb;   
}

.rotulo .equipo h1 {
    font-size: 19px;
    font-weight: 900;
}

.rotulo .equipo h3{
    font-size: 17px;
}

.rotulo .equipo p {
    margin-top: 10px;
}

.rotulo .equipo h2 {
    margin-top: 20px;
    font-size: 19px;
    font-weight: 900;
}

.rotulo {
    max-width: 1200px;
    height: 274px;
    background-color: #a8a8a8;
    clear: both;
    border-radius: 10px;
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    box-shadow: 5px 5px 20px #000000;
    font-size: 16px;
    margin-top: 10px;
    padding: 30px;
    display: block;
}

.universidad {
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0px 0px 0px 30px;
}

.rotulo .universidad h3{
    font-size: 17px;
    margin-bottom: 5px;
}

.rotulo .universidad #uba {
    font-size: 17px;
}
    
.rotulo .universidad #fadu {
    margin-top: 15px;
    font-size: 17px;
}

.rotulo .universidad #dgpc {
     margin-top: 15px;
     font-size: 17px;
}

.rotulo span {
    font-weight: 700;
    font-size: 18px;
}

/*carta*/

.carta {
    background-color: rgba(219, 219, 219, 0.33);
    box-shadow: 5px 5px 20px #000000;
    margin-top: 10px;
    padding: 30px;
}

.carta #proyecto {
    display: block;
    background-color: #dbdbdb;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px #000000;
    box-sizing: border-box;
    border: 4px solid #4ab59d;
}

.carta #comitente {
    margin-top: 10px;
    display: block;
    background-color: #dbdbdb;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px #000000;
    box-sizing: border-box;
    border: 4px solid #4ab59d;
}

.carta #usuario {
    margin-top: 10px;
    display: block;
    background-color: #dbdbdb;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px #000000;
    box-sizing: border-box;
    border: 4px solid #4ab59d;
}

.carta #problematicas {
    margin-top: 10px;
    display: block;
    background-color: #dbdbdb;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px #000000;
    box-sizing: border-box;
    border: 4px solid #4ab59d;
}

.carta #solucion {
    margin-top: 10px;
    display: block;
    background-color: #dbdbdb;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px #000000;
    box-sizing: border-box;
    border: 4px solid #4ab59d;
}

.carta h2 {
    margin-bottom: 5px;
    font-size: 20px;
}

.carta h1 {
    margin-bottom: 5px;
}

/* FOOTER */

footer {
    display: block;
    max-width: 1200px;
    background-color: gainsboro;
    width: auto;
    height: 70px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px #000000;
    margin-bottom: 50px;
    margin-top: 10px;
}

.footer {
    width: 60%;
    margin: auto;
}

.footer p {
    font-size: 12px;
    font-style: italic;
    text-align: center;
    padding-top: 18px;
}