@charset "urf-8";
@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans);
* {
    box-sizing: border-box;
}
#pagina{
    max-width: 80em;   
    margin: 0 auto;

}
main, figure {
    width: 65%; margin: 0; padding: 0;
}

img {
    width: 60%;
    height: auto;
    position: relative;
    bottom: 1em;

   }
.academicos {
    border-bottom-style:dotted;
    border-bottom-color:rgb(191,72,102);
    position: relative;
    bottom: 1.5em;
    color: rgb(64,43,58);
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight:700;
    font-style:normal;
    font-size: 1em;
}
header, main, aside, footer {
    padding: 1em;   
}

aside {
    float: right;
    width: 33.5%;
    height: 70em;
    
    }
header {
    background-color: rgb(255,79,101);
    position: relative;
    
}

header nav ul {
    list-style: none;
    margin: 0em; padding: 0em;
}

header nav ul li {
    display: inline-block;
    margin-right: 0em;
    box-shadow: 0.1rem 0.1rem 0.4rem rgb(229,174,163);
    
}
header nav ul li a {
    display: block;
    background-color:rgb(127,59,85);
    color: rgb(229,174,163);
    padding: 0 2em;
    text-decoration: none;
    line-height: 2em;
    
}
header nav ul li a:hover {
    background-color:rgb(64,43,58);
    color: rgb(229,174,163);
}
#logo {
    width: 30%;
    height: auto;
    position: relative;
    top: 1em;
}
body {
    background-image: url(imagenes/fondofloral-01.png);
    font-size: 1em;
    font-family:sans-serif;
    width: 100%; 
    margin: 1em;
    overflow-x: hidden;

}

main {
    background-color: rgb(229,174,163); 
    margin-bottom: 1em;
    float: left;
    height: 70em;
}
    

aside {
    background-color: rgb(191,72,102);
    color: white;
    
}

footer {
    background-color: rgb(64,43,58);
    clear: both;
    position: relative;
    bottom: 1em;
}
#contenido {
    padding: 1em 0; 
    overflow-x: hidden;
    }

.t1 { 
    width: 155%;
    height: auto;
    position: relative;
    bottom: 4.5em;
    
}

.t3 { 
    width: 155%;
    height: auto;
    position: relative;
    bottom: 4.5em;
    
}
.t4 { 
    width: 155%;
    height: auto;
    position: relative;
    bottom: 4.5em;
}

h1 {
 color: rgb(64,43,58);
  font-family: 'Quattrocento Sans', sans-serif;
    font-weight: bold;
    font-style:normal;
    font-size: 1.7em;
    position :relative;
    bottom: 0.7em;
}
h3 {
    color: rgb(64,43,58);
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: bold;
    font-style:normal;
    font-size: 1.2em;
    position :relative;
    bottom:3em;
}
.descripcion {
    color: rgb(64,43,58);
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 1em;
    position:relative;
    top: -3.5em;
}
.cursadas {
    color: rgb(64,43,58);
    font-family:sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 0.9em;
    position:relative;
    top: -4.5em;
}
.encurso {
    color: rgb(64,43,58);
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 0.9em;
    position:relative;
    top: -4.5em;
}
h2 {
    color: rgb(64,43,58);
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight:600;
    font-style:normal;
    font-size: 1.5em;
    position: relative;
    bottom:1em;
}
.tps {
    color: rgb(229,174,163); 
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight:200;
    font-style:normal;
    font-size: 1em;
    position: relative;
    bottom:4.5em;
}
h4 {
    color: rgb(229,174,163); 
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight:400;
    font-style:italic;
    font-size: 1em;
}
h5 {
  color: rgb(229,174,163); 
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight:600;
    font-style:normal;
    font-size: 1.5em;
    position: relative;
    bottom:1.5em;
    
}
.pie {
    color:white;
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 0.7em;
    text-align: center;
}



@media screen and (max-width: 40em) {
    
  main, figure {
    width: 100%; margin: 0; padding: 0;
}

img {
    width: 100%;
    height: auto;
    padding-bottom: 1em;
    

   }
.academicos {
    border-bottom-style:dotted;
    border-bottom-color:rgb(191,72,102);
    position: relative;
    bottom: 1.5em;
    color: rgb(64,43,58);
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight:700;
    font-style:normal;
    font-size: 1em;
}
header, main, aside, footer {
    padding: 1em;  
  
}

aside {
    display: block;
      width: 100%;
    box-shadow: 0.1rem 0.1rem 0.4rem rgb(64,43,58);
    
    }
header {
    background-color: rgb(255,79,101);
    position: relative;
    box-shadow: 0.1rem 0.1rem 0.4rem rgb(64,43,58);
    
}

header nav ul {
    list-style: none;
    margin: 0em; padding: 0em;
}

header nav ul li {
    display: block;
    margin-right:0.5em; 0.5em;
    padding-top: 0,5em;
    box-shadow: 0.1rem 0.1rem 0.4rem rgb(229,174,163);
    
}
header nav ul li a {
    width:100%;
    display: block;
    background-color:rgb(127,59,85);
    color: rgb(229,174,163);
    text-decoration: none;      
    
}
header nav ul li a:hover {
    background-color:rgb(64,43,58);
    color: rgb(229,174,163);
}
#logo {
    width: 30%;
    height: auto;
    padding-top: 0.3em;
}
body {
    background-image: url(imagenes/fondofloral-01.png);
    font-size: 1em;
    font-family:sans-serif;
    width: 100%; 
    margin: 1em;
    overflow-x: hidden;

}

main {
    background-color: rgb(229,174,163); 
    margin-bottom: 1em;
    float: left;
    height: 100em;
    box-shadow: 0.1rem 0.1rem 0.4rem  rgb(64,43,58);
}
    

aside {
    background-color: rgb(191,72,102);
    color: white;
    box-shadow: 0.1rem 0.1rem 0.4rem  rgb(64,43,58);
    
}

footer {
    background-color: rgb(64,43,58);
    clear: both;
    position: relative;
    bottom: 1em;
    box-shadow: 0.1rem 0.1rem 0.4rem  rgb(64,43,58);
}
#contenido {
    padding: 1em 0; 
    overflow-x: hidden;
    }

.t1 { 
    width: 90%;
    height: auto;
    position: relative;
    bottom: 4.5em;
    
}

.t3 { 
    width: 90%;
    height: auto;
    position: relative;
    bottom: 4.5em;
    
}
.t4 { 
    width: 90%;
    height: auto;
    position: relative;
    bottom: 4.5em;
}

h1 {
 color: rgb(64,43,58);
  font-family: 'Quattrocento Sans', sans-serif;
    font-weight: bold;
    font-style:normal;
    font-size: 1.7em;
    padding-bottom: 2em;
}
h3 {
    color: rgb(64,43,58);
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: bold;
    font-style:normal;
    font-size: 1.2em;
    position :relative;
    bottom:3em;
}
.descripcion {
    color: rgb(64,43,58);
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 1em;
    position:relative;
    top: -3.5em;
}
.cursadas {
    color: rgb(64,43,58);
    font-family:sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 0.9em;
    position:relative;
    top: -4.5em;
}
.encurso {
    color: rgb(64,43,58);
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 0.9em;
    position:relative;
    top: -4.5em;
}
h2 {
    color: rgb(64,43,58);
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight:600;
    font-style:normal;
    font-size: 1.5em;
    position: relative;
    bottom:1em;
}
.tps {
    color: rgb(229,174,163); 
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight:200;
    font-style:normal;
    font-size: 1em;
    position: relative;
    bottom:4.5em;
}
h4 {
    color: rgb(229,174,163); 
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight:400;
    font-style:italic;
    font-size: 1em;
}
h5 {
  color: rgb(229,174,163); 
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight:600;
    font-style:normal;
    font-size: 1.5em;
    position: relative;
    bottom:1.5em;
    
}
.pie {
    color:white;
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size: 0.7em;
    text-align: center;
}
    
}