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(0,174,239);
    margin-top: 0
}

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
}

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

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)
}

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

.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/portadanivel1.jpg); 
    background-size: 100%;
    background-repeat: no-repeat; 
    background-position: center; 
    margin: 0; 
    padding: 0;
}

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

.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
}

a#catedra {color: rgb(255,255,255)}

.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;
}

div#partes {
    width:85%;
    height: 30rem;
    margin: auto
}

section#novedades{
    width:79%;
    background-color: rgb(255,255,255);
    margin-top: -8rem;
    float: left
}

div#info {
    width: 65%;
    padding: 1rem;
    float:left
}

div#info p{
    color:rgb(0,0,0);
}

div#info .masinformacion{
    font-size: 0.7rem;
    color:rgb(196, 196, 196);
}

div#referencia {
    width: 25%;
    padding: 1rem;
    float:right;
    background-color: rgba(0, 174, 239, 0.21);
   
}

aside {
    width:20%;
    background-color: rgb(255,255,255);
    float: right;
}

section#tps{
    width:79%;
    background-color: rgb(255,255,255);
    margin-top: 1rem;
    float: left
}

div#trabajos {
    width: 65%;
    padding: 1rem;
    float:left;
}

div#trabajos img {
    width: 45%; 
    margin-right: 1rem
}

div#fichas {
    width: 25%;
    float:right;
    padding: 1rem;
    background-color: rgba(0, 174, 239, 0.21)
}

section#materialdeconsulta{
    width:79%;
    background-color: rgb(255,255,255);
    margin-top: 1rem;
    float: left
}

div#videos {
    width: 65%;
    padding: 1rem;
    float:left
}

div#videos video{
    color:rgb(0,0,0);
    width:100%
}

div#videos p{
    color:rgb(0,0,0);
}

div#videos .masinformacion{
    font-size: 0.7rem;
    color:rgb(196, 196, 196);
}


div#bibliografia {
    width: 25%;
    padding: 1rem;
    float:right;
    background-color: rgba(0, 174, 239, 0.21);  
}

a{
    text-decoration: none
}

.proximasclases {
    list-style-type: none;
    margin: 0 ; 
    padding: 0;
    height: 7rem; 
    width: 100%;
    background-color: rgb(0, 174, 239);
}

.proximasclases li {
    list-style: none;
    margin: 0;
    padding: 1rem;
    border-bottom: 1px solid;
    border-bottom-color: rgb(255,255,255)
}

.proximasclases li h3 {
    padding-top: 0.5rem;
    text-align: center;
    color: rgb(255,255,255)
}
.proximasclases li .diacronograma {
    padding-top: 0.5rem;
    text-align: center;
}
    
.proximasclases li .nivelcronograma {
    padding-top: 0.5rem;
    text-align: center;
}

.proximasclases li .masinformacion {
    padding-top: 0.5rem;
    text-align: center;
}

li:hover > a { color: Crimson; }

.proximasclases li a {
    text-decoration: none; 
    color: rgb(69, 70, 70);
}

li#senaladorcronograma {
    background-image: url(imagenes/senaladorcronogramavertical.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin:0;
    padding: 0;
    height:5rem;
    border-bottom: none;
}

.contenedornivel {
    background-color: rgb(0, 174, 239);
}

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)}