@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|Roboto+Condensed:400,700,300);
@font-face {
    font-family: 'PT Sans Narrow', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
}
html {
    background-color: rgb(24, 24, 24);
}

body {
    margin: 0 auto;
    padding: 2em 2em 4em;
    max-width: 1024px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    color: rgb(0, 0, 0);
    background-color: rgb(24, 24, 24);
}
header {
    width: 100%
}
header nav {
    float: right;
}
header nav ul {
    list-style: none;
    margin: 0;
    padding-top: 25px;
}
header nav ul li {
    float:left;
    align-content: center;
    border-top: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
}
header nav ul li a {
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: rgb(255, 255, 255);
    display: block;
    background-color: rgb(24, 24, 24);
    text-align: center;
    margin-left: 0;
    padding-left: 45px;
    padding-right: 25px;
    padding-top: 3px;
}
header ul li a:hover {
    color: rgb(24, 24, 24);
    background-color: rgb(255, 255, 255);
}
header nav ul li ul {
    display: none;
    position: absolute;
    padding-top: 5px;
}
header nav ul li:hover > ul {
    display: block;
    z-index: 100;
}
header nav ul li ul li {
    float: none;
    border-top: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
}
header nav ul li ul li a {
    font-size: 12px;
    text-align: left;
    padding-left: 3px;
    padding-right: 10px;
    padding-top: 2px;
}

#contenedor {
    position: relative;
    margin-top: 50px;
    max-width: 1024px;
    min-height: 800px;
    font-family: 'Roboto Condensed', sans-serif;
}

#contenido {
    position: absolute;
    top: 0;
    width: 1024px;
    height: 400px;
}
#lateralder {
    position: absolute;
    top: 500px;
    right: 0;
    width: 140px;
    height: 400px;
}
    
#noticias {
    position: absolute;
    top: 500px;
    left: 0;
    width: 268px;
    height: 300px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: rgb(255, 255, 255);
}
#noticias h1 {
    font-size: 21px;
    color: rgb(24, 24, 24);
    background-color: rgb(255, 255, 255);
    margin-top: 0;
    padding: 2px;
}
#noticias p {
    clear: both;
}
#noticias a {
    float: right;
    padding-right: 5px;
    margin-top: -3px;
}
#proximaclase1 {
    position: absolute;
    top: 500px;
    left: 292px;
    width: 268px;
    height: 300px;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgb(255, 255, 255);
    
}
#proximaclase1 h1, #proximaclase2 h1 {
    font-size: 21px;
    background-color: rgb(219, 69, 20);
    margin-top: 0;
    padding: 2px;
}
#proximaclase1 h2, #proximaclase2 h2 {
    font-size: 14px;
    font-weight: normal;
    margin-top: 3px;
    margin-bottom: 7px;
}
#proximaclase1 p, #proximaclase2 p {
    font-size: 14px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 7px;
}
#proximaclase1 p strong, #proximaclase2 p strong{
    font-size: 14px;
    color: rgb(219, 69, 20);
}
#proximaclase1 a, #proximaclase2 a{
    float: right;
    padding-right: 5px;
    margin-top: -2px;
}
#proximaclase2 {
    position: absolute;
    top: 500px;
    right: 172px;
    width: 268px;
    height: 300px;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgb(255, 255, 255);
}
#cabecera {
    margin-top: 50px;
}
#cabecera h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    color: rgb(255, 255, 255);
    background-color: rgb(219, 69, 20);
    padding: 4px;
}

/* objetivos */

#objetivos {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 1.3em; 
    font-weight: 300;
    margin-top: 30px;
    width: 750px;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    -webkit-hyphens:auto;
    -o-hyphens:auto;
    hyphens:auto;
}
#objetivos h1 {
    font-size: 20px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    padding: 2px;
}
#objetivosnivel2 {
    clear:both;
    margin-top: 50px;
}
.objetivos1{
    color: rgb(255, 255, 255);
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 24px;
    float: left;
    border: 1px solid rgb(219, 69, 20);
}
.objetivos1 h2{
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-top: 13px;
    margin-bottom: -7px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(255, 255, 255);
}
.objetivos2, .objetivosmetod{
    background-color: rgb(219, 69, 20);
    color: rgb(255, 255, 255);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 11px;
    margin-top: 20px;
    float: left;
}
.objetivos2 h2, .objetivosmetod h2{
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-top: 0px;
    margin-bottom: -7px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(255, 255, 255);
}
.objetivos2 p, .objetivosmetod p{
    font-size: 14px;
    font-weight: 400;
    color: rgb(24, 24, 24);
    margin-bottom: 0px;
}
.objetivosmetod{
    margin-bottom: 40px;
}
#fotoobjetivos {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 1177px;
    background-color: rgb(24, 24, 24);
    border-bottom: 1.5px solid rgb(255, 255, 255);
}
#fotoobjetivos img{
    float: left;
    margin-bottom: 21px;
}

/* Programa */

#programanivel1, #programanivel2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.3em;
}
#programanivel1 h1, #programanivel2 h1 {
    font-size: 20px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    padding: 2px;
    margin-top: 0px;
    margin-bottom: 24px;
}

#programanivel1{
    float: left;
    padding-right: 22px;
    width: 490px;
    border-right: 1px solid rgb(255, 255, 255);
}
#programanivel2{
    float: left;
    width: 490px;
    margin-left: 20px;
}
.unidad, .unidad1{
    float: left;
    border: 1px solid rgb(219, 69, 20);
    width: 215px;
    height: 230px;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 15px;
}
.unidad1{
    margin-right: 16px;
}
.unidad strong, .unidad1 strong{
    color: rgb(219, 69, 20);
    border-bottom: 1px solid rgb(219, 69, 20);
}
.unidad p, .unidad1 p{
    margin: 0px;
    font-weight: 300;
}
.unidad img, .unidad1 img{
    float: right;
    margin-top: 15px;
    margin-left: 10px;
}
.titulosprog{
    color: rgb(219, 69, 20);
    border-bottom: 1px solid rgb(219, 69, 20);
    font-size: 16px;
    font-weight: 800;
    line-height: 18px;
    margin-top: 2px;
    margin-bottom: 7px;
    padding-bottom: 4px;
}

#alumnos {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: rgb(255, 255, 255);
    margin-top: 50px;
}
#alumnos h1 {
    font-size: 21px;
    background-color: rgb(219, 69, 20);
    padding: 2px;
    width: 177px;
}
#alumnos p strong {
    color: rgb(219, 69, 20);
}

#staff {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: rgb(255, 255, 255);
    margin-top: 50px;
    margin-bottom: 70px;
}
#staff h1 {
    font-size: 20px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    padding: 2px;
}
.ficha1 {
    height: 220px;
    width: 500px;
    border: 1px solid rgb(255, 255, 255);
    margin-top: 30px;
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
}
.ficha1 img {
    padding-top: 10px;
    padding-left: 10px;
    margin-right: 15px;
    float: left;
}
.ficha1 h2 {
    margin-bottom: 7px;
}
.ficha1 p strong{
    font-size: 14px;
    color: rgb(219, 69, 20);
}
.ficha1 p {
    font-weight: 300;
    margin-top: 0px;
    margin-right: 15px;
}
.ficha1 a, .ficha2 a {
    margin-top: -8px;
    margin-right: -8px;
    margin-left: -8px;
    float: left;
}
.ficha2 {
    height: 220px;
    width: 500px;
    border: 1px solid rgb(255, 255, 255);
    margin-top: 30px;
    float: left;
    margin-right: 0px;
    margin-bottom: 25px;
}
.ficha2 img {
    padding-top: 10px;
    padding-left: 10px;
    margin-right: 15px;
    float: left;
}
.ficha2 h2 {
    margin-bottom: 7px;
}
.ficha2 p strong{
    font-size: 14px;
    color: rgb(219, 69, 20);
}
.ficha2 p {
    font-weight: 300;
    margin-top: 0px;
    margin-right: 15px;
}
#staff h3 {
    color: rgb(219, 69, 20);
    font-size: 18px;
    line-height: 21px;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-bottom: 10px;
}
.docentes2 {
    clear:both;
}
.ficha, .fichajtp {
    width: 150px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.fichajtp{
    background-color: rgb(219, 69, 20);
}
.fichajtp p {
    color: rgb(24, 24, 24);
    font-size: 12px;
    margin: 0px;
    padding-left: 5px;
}
.fichajtp h2{
    padding-left: 5px;
}
.ficha h2, .fichajtp h2 {
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-top: 5px;
    margin-bottom: 2px;
}
.ficha p {
    color: rgb(219, 69, 20);
    font-size: 12px;
    margin: 0px;
}
.subcabecera{
    font-size: 20px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    padding: 2px;
}

/* CONDICIONES GENERALES */

.condiciones2{
    margin-left: 24.5px;
    margin-right: 24.5px;
}
.condiciones1, .condiciones2, .condiciones3{
    width: 305px;
    height: 170px;
    background-color: rgb(219, 69, 20);
    color: rgb(255, 255, 255);
    padding: 10px;
    margin-top: 20px;
    float: left;
}
.condiciones1 h2, .condiciones2 h2, .condiciones3 h2, .condiciones5 h2{
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-top: 0px;
    margin-bottom: -7px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(255, 255, 255);
}
.condiciones1 p, .condiciones2 p, .condiciones3 p, .condiciones5 p{
    font-size: 14px;
    font-weight: 400;
    color: rgb(24, 24, 24);
}
.condiciones4{
    width: 992px;
    border: 1px solid rgb(219, 69, 20);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 24px;
    float: left;
}
.condiciones4 h2{
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-top: 13px;
    margin-bottom: -7px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(255, 255, 255);
}
.condiciones5{
    width: 480px;
    height: 190px;
    background-color: rgb(219, 69, 20);
    color: rgb(255, 255, 255);
    padding: 10px;
    margin-top: 24px;
    float: left;
}
.condicionesimg{
    float: left;
    margin-left: 24px;
    margin-top: 24px;
}
.condiciones1 img{
    float: right;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 10px;
}
.condiciones2 img{
    float: left;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-right: 10px;   
}

/* bibliografia */

#bibliografia{
    float: left;
    width: 600px;
    margin-top: 5px;
}
#bibliografia h3{
    color: rgb(255, 255, 255);
    font-size: 15px;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-bottom: 1px;
    width: 540px;
}
    
/*ACORDEON*/
.subapartado{
    width: 700px;
    -webkit-transition: height 0.2s;
    margin: 0px;
}
.titulo{
    width: 700px;
    margin:0px;
    overflow: hidden;
}
.titulo p{
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}
.titulo strong{
    font-size: 17px;
    font-weight: 700;
    color: rgb(219, 69, 20);
}
.biblio{
    width: 600px;
    height: 0px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: height 0.2s;
    margin-top:0px;
    overflow: hidden;
}
.biblio p{
    float: left;
    width: 502px;
    color: rgb(24, 24, 24);
    font-size: 14px;
    font-weight: 300;
    margin: 5px;   
}
.subapartado:hover .biblio{
    height: 120px;
}

#biblioimg1, #biblioimg2, #biblioimg3, #biblioimg4 {
    height: 110px;
    width: 73px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 2px;
    padding: 0px;
}
#biblioimg1 {
    background-image: url(imagenes/libro1.jpg);
}
#biblioimg1:hover {
    background-image: url(imagenes/libro1h.jpg);
}
#biblioimg2 {
    background-image: url(imagenes/libro2.jpg);
}
#biblioimg2:hover {
    background-image: url(imagenes/libro2h.jpg);
}
#biblioimg3 {
    background-image: url(imagenes/libro3.jpg);
}
#biblioimg3:hover {
    background-image: url(imagenes/libro3h.jpg);
}
#biblioimg4 {
    background-image: url(imagenes/libro4.jpg);
}
#biblioimg4:hover {
    background-image: url(imagenes/libro4h.jpg);
}

#bibliolateral {
    float: left;
    border: 1px solid rgb(219, 69, 20);
    height: 740px;
    width: 400px;
    margin-left: 22px;
    margin-top: 5px;
}
#bibliolateral h2{
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin: 10px;
    padding-top: 3px;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-bottom: 3px;
}
#bibliolateral img{
    float: left;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 7px;
}
#bibliolateral iframe{
    margin-top: 15px;
    margin-left: 10px;
}
#bibliolateral h3{
    width: 380px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-bottom: 2px;
    margin-top:22px;
    margin-left: 10px;
    margin-bottom: 10px;
}
#bibliolateral p{
    color: rgb(219,69,20);
    font-size: 14px;
    margin-left: 10px;
    line-height: 19px;
}
#bibliolateral strong{
    color: rgb(255, 255, 255);
    font-weight: 500;
}

/*GALERIA*/

.galeria a{
    float: left;
    margin-top: 14px;
    margin-bottom: 28px;
}
.galeria h1{
    font-size: 20px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    padding: 2px;
    margin-top: 28px;
    clear: both;
}
#n1tp1{
    display: block;
    background-image: url(imagenes/galerian1tp1.jpg);
    width: 325px;
    height: 325px;
}
#n1tp1:hover{
    background-image: url(imagenes/galerian1tp1h2.jpg);
    width: 325px;
    height: 325px;
}
#n1tp2{
    display: block;
    background-image: url(imagenes/galerian1tp2.jpg);
    width: 325px;
    height: 325px;
    margin-left: 24px;
    margin-right: 24px;
}
#n1tp2:hover{
    background-image: url(imagenes/galerian1tp2h2.jpg);
    width: 325px;
    height: 325px;
    margin-left: 24px;
    margin-right: 24px;
}
#n1tp3{
    display: block;
    background-image: url(imagenes/galerian1tp3.jpg);
    width: 325px;
    height: 325px;
}
#n1tp3:hover{
    background-image: url(imagenes/galerian1tp3h2.jpg);
    width: 325px;
    height: 325px;
}
#n2tp1{
    display: block;
    background-image: url(imagenes/galerian2tp1.jpg);
    width: 325px;
    height: 325px;
}
#n2tp1:hover{
    background-image: url(imagenes/galerian2tp1h2.jpg);
    width: 325px;
    height: 325px;
}
#n2tp2{
    display: block;
    background-image: url(imagenes/galerian2tp2.jpg);
    width: 325px;
    height: 325px;
    margin-left: 24px;
    margin-right: 24px;
}
#n2tp2:hover{
    background-image: url(imagenes/galerian2tp2h2.jpg);
    width: 325px;
    height: 325px;
    margin-left: 24px;
    margin-right: 24px;
}
#n2tp3{
    display: block;
    background-image: url(imagenes/galerian2tp3.jpg);
    width: 325px;
    height: 325px;
}
#n2tp3:hover{
    background-image: url(imagenes/galerian2tp3h2.jpg);
    width: 325px;
    height: 325px;
}
#e1{
    display: block;
    background-image: url(imagenes/galeriatc.jpg);
    width: 325px;
    height: 325px;
}
#e1:hover{
    background-image: url(imagenes/galeriatch.jpg);
    width: 325px;
    height: 325px;
}
#e2{
    display: block;
    background-image: url(imagenes/galeriavideo.jpg);
    width: 325px;
    height: 325px;
    margin-left: 24px;
    margin-right: 24px;
}
#e2:hover{
    background-image: url(imagenes/galeriavideoh.jpg);
    width: 325px;
    height: 325px;
    margin-left: 24px;
    margin-right: 24px;
}
#e3{
    display: block;
    background-image: url(imagenes/galeriarefes.jpg);
    width: 325px;
    height: 325px;
}
#e3:hover{
    background-image: url(imagenes/galeriarefesh.jpg);
    width: 325px;
    height: 325px;
}

#botoneragaleria {
    
    border-top: 1px solid rgb(255, 255, 255);
    padding-top: 2px;
    margin-bottom: 40px;
}
#botoneragaleria a{
    text-decoration: none;
    color: rgb(219, 69, 20);
    margin-left: 7px;
    float: right;
}
#botoneragaleria a:hover{
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.descripcionvideo {
    color: rgb(219, 69, 20);
    border: 1px solid rgb(219, 69, 20);
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 5px;
    width: 330px;
}
.descripcionvideo strong{
    font-size: 16px;
}
.descripcionvideo i{
    font-size: 16px;
    margin-right: 4px;
}

/* CRONOGRAMA */

#cronograma div{
    float: left;
    top: 500px;
    left: 292px;
    width: 323px;
    height: 350px;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgb(255, 255, 255);
    margin-top: 24px;
}
.clase, .clasemedio{
    border: 1px solid rgb(219, 69, 20);
}
.clase h1, .clasemedio h1{
    font-size: 21px;
    background-color: rgb(219, 69, 20);
    margin-top: 0;
    padding: 2px;
}
.clase p, .clasemedio p, .clasehoy p{
    width: 313px;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 7px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.clase p strong, .clasemedio p strong, .clasehoy p strong{
    font-size: 14px;
    color: rgb(219, 69, 20);
}
.clasemedio{
    margin-left: 24px;
    margin-right: 24px;
}
.clasehoy{
    border: 1px solid rgb(255, 255, 255);
}
.clasehoy h1{
    font-size: 21px;
    color: rgb(219, 69, 20);
    background-color: rgb(255, 255, 255);
    margin-top: 0px;
}
.clasehoy a{
    float: right;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 10px;
}

/*TRABAJOS PRACTICOS NIVEL 1*/

.tp1nivel1{
    width: 1004px;
    float: left;
    background-color: rgb(255, 255, 255);
    margin-top: 20px;
    padding: 10px;
}
.tp1nivel1 img{
    float: left;
    margin-right: 13px;
}
.tp1nivel1 h2{
    width: 650px;
    float:left;
    color: rgb(24, 24, 24);
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: -7px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(24, 24, 24);
}
.tp1nivel1 h3{
    color: rgb(24, 24, 24);
    font-size: 18px;
    margin-bottom: -7px;
}
.tp1nivel1 p{
    width:630px;
    float:left;
    color: rgb(24, 24, 24);
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: -7px;
}
.tp1nivel1 strong{
    color: rgb(219, 69, 20);
}
.ultimoparrafo{
    border-bottom: 1px solid rgb(24, 24, 24);
    padding-bottom: 7px;
}
.tp1nivel1 a{
    float: right;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 15px;
}

.tp1inicial{
    float: left;
    width: 482px;
    height: 210px;
    margin-right: 20px;
    margin-top: 20px;
    padding: 10px;
    background-color: rgb(219, 69, 20);
    
}
.tp1optativo{
    float:left;
    width: 482px;
    height: 210px;
    margin-top: 20px;
    padding: 10px;
    background-color: rgb(219, 69, 20);
}
.tp1inicial p, .tp1optativo p{
    width:482px;
    float:left;
    color: rgb(24, 24, 24);
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 0px;
    margin-top: 5px;    
}
.tp1inicial h2, .tp1optativo h2{
    width: 482px;
    float:left;
    color: rgb(24, 24, 24);
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(24, 24, 24);
}

footer {
    float: left; 
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 12px;
    color: rgb(255, 255, 255);
    background-color: rgb(24, 24, 24); 
    height: 50px; 
    width: 100%; 
    text-align: justify;
    margin-top: 100px;
}
footer img {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
footer p {
    border-top: 1px solid rgb(255, 255, 255);
    padding-top: 10px;
    margin-top: 30px;
}
    