body {
    margin: 0; background-color: rgb(208, 210, 211);
}

.listanavegador {
    font-family: 'antoniobold', sans-serif;
    font-style: normal; 
    font-size:0.9rem;
}
    
.listasubmenu {
    font-family: 'dejavu_sanscondensed', sans-serif;
    font-style: normal; 
    font-size:0.8rem;
}

.diacronograma {
    font-family: 'antoniobold', sans-serif;
    font-style: normal; 
    font-size:1rem;
    color: rgb(255,255,255)
}

.nivelcronograma {
    font-family:'lobster_twobold_italic',serif;
    font-size: 1rem;
    color: rgb(255,255,255);
}

h1{
    font-family:'lobster_twobold_italic',serif;
    font-size: 4rem;
    line-height: 0;
    padding-top: 3rem;
    color: rgb(255,255,255);
    text-align: center
}

h2 { 
    font-family: 'antoniobold', sans-serif;
    font-style: normal; 
    font-size: 1.4rem;
    color: rgb(255,255,255);
    background-color: rgb(0, 174, 239);
    text-align: center
}

h3 {
    font-family: 'antoniobold', sans-serif;
    font-style: normal; 
    font-size: 1rem;
    color: rgb(77,75,76);
    margin-top: 0
}

h4{ font-family: 'antoniobold', sans-serif;
    font-style: normal; 
    font-size: 1rem;
    color: rgb(255,255,255);
    background-color: rgb(77,75,76);
    text-align: center;
    margin-top:0
}

h5 {
    font-family: 'antoniobold', sans-serif;
    font-style: normal; 
    font-size: 0.8rem;
    color: rgb(77,75,76);
    margin-top: 0
}

h6{ font-family: 'antoniobold', sans-serif;
    font-style: normal; 
    font-size: 0.75rem;
    color: rgb(255,255,255);
    background-color: rgb(77,75,76);
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}

p {
    font-family: 'dejavu_sanscondensed', sans-serif;
    font-style: normal; 
    font-size:0.75rem;
    line-height: 1.2rem;
    margin-top: 0.5rem;
    color: rgb(255,255,255)
}

.destacadoparrafo {
    color: rgb(0,0,0)
}

.recordatorio {
    font-family: 'antoniobold', sans-serif;
    font-style: normal; 
    font-size: 1rem;
    color: rgb(0,174,239);
    margin-top: 0
}
.masinformacion {
    font-family: 'dejavu_sanscondensed_oblique', sans-serif;
    font-style: normal; 
    font-size:0.75rem;
    color: rgb(255,255,255)
}

.listasecciones {
    font-family: 'dejavu_sanscondensed', sans-serif;
    font-style: normal; 
    font-size: 0.75;
    color: rgb(0,0,0);
    line-height: 1rem;
}

li {
    list-style: none;
}

header {
    width: 100%; 
    height: 20rem; 
    background-image: url(imagenes/portadacatedra.jpg); 
    background-size: 100%;
    background-repeat: no-repeat; 
    background-position: center; 
    margin: 0; 
    padding: 0;
}

.navegador {
    list-style-type: none;
    margin: 0 ; 
    padding: 0;
    height: 2.7rem; 
    width: 100%;
    background-color: rgb(77,75,76);
    position: fixed;
    z-index: 1;
}

.navegador li {
    display: block;
    float: left; 
    height: 2.7rem;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.navegador li:hover > a { 
    color: Crimson; 
}

.navegador li a {
    color: rgb(255,255,255);
    display: block;
    padding-right: 5rem;
    padding-top: 0.7rem;
    text-decoration: none;
}

/* submenús */
.navegador ul {
    width: 7rem;
    padding-left: 1rem;
    opacity: 0; 
    position: absolute;
    top: 2.7rem;
    left: 0;
}

header img {
   margin-top: -0.7rem
}

div#titular {
width: 12rem;
height: 5rem;
margin: auto;
padding-top: 3rem}

a#catedra {color: white}

.navegador ul#catedra {background-color: rgba(0, 0, 0, 0.38);}

a#nivel1 {color: rgb(0, 174, 239);}

.navegador ul#nivel1 {background-color: rgba(0, 174, 239, 0.38);}

a#nivel2 {color: rgb(236, 0, 140);}

.navegador ul#nivel2 {background-color: rgba(236, 0, 140, 0.38);}

a#galeriadetrabajos {color: rgb(248, 240, 15);}

.navegador ul#galeriadetrabajos {background-color: rgba(248, 240, 15, 0.38);}

img#login {
    margin-left: 0.3rem;
}

.navegador li:hover > ul { opacity: 1; }

/* items de los submenús */
.navegador ul li {
height: 0; 
overflow: hidden;
padding: 0;
transition: height .25s ease .1s;
}

.navegador li:hover > ul li {
height: 4rem;
padding: 0;
}

.navegador ul li a {
border: none;
padding-top: 1rem;
width: 6rem;
}

article {
    width:85%;
    height:57rem;
    margin: auto;
    margin-top: -8rem;
    background-color: rgb(255,255,255)
}

article ul {
    list-style-type: none;
    margin: 0 ; 
    padding: 0; 
    width: 100%;
    padding: 1rem
}

.titular {
    display: block;
    float: left; 
    list-style: none;
    margin: 0;
    margin-right: 1rem;
    padding: 0;
    width: 22.5%
}

.titular p {
    color: rgb(77,75,76);
    margin-top: 0;
}
    
article li img{
    width: 100%
}

#docentes{
    clear:both;
}

.docentes {
    display: block;
    float: left; 
    list-style: none;
    margin: 0;
    margin-right: 1rem;
    padding: 0;
    width: 14.5%
}

#ayudantes{
    clear:both;
}

section {
    clear:both;
    width:85%;
    margin: auto;
    margin-top: 1rem
}

section p{
    color: rgb(77,75,76);
    margin:0;
    margin-top:0.5rem;
}

div#propuesta {
    width:45%;
    float:left;
    padding: 1rem;
    height: 42rem;
    background-color: rgb(255,255,255)
}

div#pauta {
    width:45%;
    float:right;
    padding:1rem;
    height: 42rem;
    background-color: rgb(255,255,255)
}

footer {
    clear: both;
    background-color: rgb(77,75,76);
}

ul#footer {
    list-style-type: none;
    margin: 0 ; 
    padding: 0;
    width: 100%;
}

ul#indexcarta {
    display: block;
    float: left; 
    font-family: 
}

ul#footercatedra {
display: block;
float: left; }

ul#footernivel1 {
display: block;
float: left; }

ul#footernivel2 {
display: block;
float: left; }

ul#footergaleria {
display: block;
float: left;
}

ul#logouba {
display: block;
float: left;
}

ul#logouba img{
width: 13rem;
}

.navegador br { display:none; }

ul#footer li {
    display: block;
    float: top; 
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    clear: both}

ul#footer li:hover > a { color: Crimson; }

ul#footer li a {
    display: block;
    font-size: 13px;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    text-decoration: none;
    font-family: 'dejavu_sanscondensed', sans-serif;
    font-style: normal; 
    font-size:0.75rem;
}

ul#logouba {
    padding-left: 1rem
}

footer p {
    clear: both;
    padding:1rem;
    padding-bottom: 0.5rem;
    color: rgb(255,255,255)}

@media all and (max-width:360px) {

    
h1{
    font-family:'lobster_twobold_italic',serif;
    font-size: 3rem;
    line-height: 0;
    color: rgb(255,255,255);
    text-align: center
}

h2 { 
    font-family: 'antoniobold', sans-serif;
    font-style: normal; 
    font-size: 1rem;
    color: rgb(255,255,255);
    background-color: rgb(0, 174, 239);
    text-align: center
}

h3 {
    font-family: 'antoniobold', sans-serif;
    font-style: normal; 
    font-size: 0.8rem;
    color: rgb(0,174,239);
}

h4{ font-family: 'antoniobold', sans-serif;
    font-style: normal; 
    font-size: 1rem;
    color: rgb(255,255,255);
    background-color: rgb(0, 174, 239);
    text-align: center
}

p {
    font-family: 'dejavu_sanscondensed', sans-serif;
    font-style: normal; 
    font-size:0.7rem;
    line-height: 1.2rem;
    margin-top: 0.5rem;
    color: rgb(255,255,255)
}


header {
    width: 100%; 
    height: 20rem; 
    background-image: url(imagenes/portadahome.jpg); 
    background-size: 200%;
    background-repeat: no-repeat; 
    background-position: bottom; 
    margin:0; 
    padding: 0;
}

.navegador {
    list-style-type: none;
    margin: 0 ; 
    padding-left: 0.8rem;
    height: 14rem; 
    width: 100%;
    background-color: rgb(77,75,76);
}

.navegador li { 
    height: 1.8rem;
    float: none;
    list-style: none;
    margin: 0;
}

.navegador li#logo { 
    height:3rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

    
.navegador li:hover > a { 
    color: Crimson; 
}

.navegador li a {
    color: rgb(255,255,255);
    display: block;
    padding-right: 5rem;
    padding-top: 0.7rem;
    text-decoration: none;
}

/* submenús */
.navegador ul {
    width: 7rem;
    padding-left: 1rem;
    opacity: 0; 
    position: absolute;
    top: 0.9rem;
    left:8rem;
}
    .navegador ul li a {
    color: rgb(255,255,255)
}

.navegador li:hover > ul { opacity: 1; }


article {
    width:100%;
    margin: auto;
    margin-top: 0;
    height:100rem
}


div#titular {
width: 14rem;
height: 5rem;
margin: auto;
padding-top: 13rem}

a{
    text-decoration: none
}

div#propuesta {
    width:100%;
    float:none;
    padding: 1rem;
    height: 42rem;
}

div#pauta {
    width:100%;
    float:none;
    margin-top:0.8rem;
    padding:1rem;
    height: 50rem;
}
    
footer {
    background-color: rgb(77,75,76);
}

ul#footer {
    list-style-type: none;
    margin: 0 ; 
    padding: 0;
    width: 100%;
}

ul#indexcarta {
    float: none;
    font-family: 
}

ul#footercatedra {
float: none; }

ul#footernivel1 {
float: none; }

ul#footernivel2 {
float: none; }

ul#footergaleria {
float: none;
}

ul#logouba {
float: none;
}

ul#logouba img{
width: 13rem;
}

.navegador br { display:none; }

ul#footer li {
    display: block;
    float: none; 
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    clear: both}

ul#footer li:hover > a { color: Crimson; }

}