@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500&subset=latin,latin-ext);
*{text-decoration: none; list-style: none; margin: 0 auto; padding: 0; font-family: 'Roboto', sans-serif;}


html {
    background-image: url(img/Fondo.jpg);
    background-size: 1000px;
    background-repeat: repeat;
}


* {
    box-sizing: border-box;
    list-style: none;
    font-family: 'roboto', sans-serif;
    
}


h1{
    color: #b7aa92;
    font-family: "roboto";
    font-variant: 'bold';
    font-size: 3Em;
    text-align: center;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    
    
    
    }

h2 {
    color: black;
    font-family: "roboto";
    text-align: center;
    font-weight: 500;
    font-size: 1.5em;
    
    
}


h3 {
    color: white;
    font-family: "roboto";    
    text-align: center;
    font-weight: 400;
    margin-top: 130px;
    font-size: 1.5rem;
   
       
}

h4{
    color: white;
    font-family: "roboto";    
    text-align: center;
    font-weight: 400;
    margin-top: 130px;
    
}


h5 {
    font-family: "roboto"; 
    font-weight: 400;
    font-size: 0.5em;
    
    
}


a {
    text-decoration: none;
    list-style: none;
    }


body {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    
}




header {
    background-image: url(img/Inicio.jpg);
    height: 10em;
    width: 100%;
    display: flex;
    flex-direction: row;
    font-family: "roboto";
    text-decoration: none;
    justify-content: space-between;
    
}


#logo {  
    margin-top: 4em;
    padding-left: 5em;
 
                  
}

/*---------registro----------*/

.registro {
    display: flex;   
    align-content:space-between;
    
     }

.registro ul li {
    margin-top: 4em;
    display: flex;
    text-decoration: none;
    text-align: center;

    
}

.registro ul li a {
    
    color: white;
    font-family: "roboto";
    text-decoration: none;
    margin-top: 0.7em;
    margin-right: 5em;
    font-weight: 400;
    font-size: 1em;
}




/*-------------Nav--------------*/

nav {
    background-color: #b7aa92;
    display: flex;
    flex-direction: row;
    font-family: 'roboto';
    font-size: 1.3em;
    font-weight: 400;   
    justify-content:space-around;
    width: 100%;
    justify-content: flex-start

    
}


nav ul li {
    margin-left: 2em;
    display: flex;
    text-decoration: none;
    float: left;
    text-align: center;
    padding: 0;
    justify-content: center;
    
   
    
       
}


nav ul li a {

    text-decoration: none;
    color: black;
    
   
}

nav ul :hover {
    background-color:#454545;
    color: white;
    
}



/*------------home--------------*/


.home {  
    text-decoration: none;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}

#logohome {
    display: flex;
    max-width: 350px;
    margin:auto;
    padding-top: 2em;
    padding-bottom: 2em;
    
    
  
}

.home a {
    display: flex;
    flex-direction: row;
    padding: 1.6em;
    background-color: #decba0;
    font-family: 'roboto';
    font-size: 1em;
    font-weight: 500;
    color: white;
    width: 300px;
    justify-content: center;
            
}

.contenedor-video {
    width: 65%;
    margin-top: 2em;
}
.pie1 {
    position: relative;
      display:block;
    flex-direction: row;
    justify-content: center;
    padding: 5px;
    margin: 0 auto;
    width: 100%;

}

.descarga  {     
   margin-top: 2em;  
   box-shadow: inset -41px -44px 244px -77px rgba(0,0,0,0.75);
   border: solid 1px;
   border-color: rgb(134, 122, 120);
    
    
}

.descarga:hover {
    background-color: #e3522f;
}

/*-------------contenedor----------*/



.titulo { 
    padding-top: 2em;
    display: flex;
    align-content: center;
    
}

.subtitulo {
     padding-top: 0.5em;
          
    
}


.contenedor { 
    display: flex;
    justify-content: center;
    
        
 }


.contenedor li:hover{
    background-color: rgb(217, 97, 82);
}

.contenedor ul {
    flex-wrap: wrap;
    display: flex;
    margin: 0;
    padding: 0;
    
}
.contenedor li{
    flex-wrap: wrap;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right:5px;
    margin-left:5px;
    padding-top:180px;
    padding-left: 6px;
    padding-right: 6px;
    width: 180px;
    float: left;
    height:440px;    
    text-decoration: none;   
    background-color: #4d4341;
    color:white;
    justify-content: flex-start;
    font-size: 3em;
    
    
}

.contenedor h3 {
    font-size: 0.35em;
    width: 140px;
    margin: auto;
    padding-top: 6em;
    
}

.contenedor a {
    display: flex;
    flex-wrap: wrap;
    color: white;    
    text-decoration: none;
    font-weight: 500;
    font-family: 'roboto';
 
}

/*------------Diseño Grafico--------------*/

.diseño {
    background-color: #b7aa92;
    justify-content: center;
    text-align: center;
    display: flex;
    font-family: "roboto";
    font-weight: 800;
    font-size: 4Em;
    color: white;
    padding: 0.3em;
    height: auto;
    width: 100%;
    
        
}


.plan {    
    display: flex;
    position: relative;
        
}

.selector {
    display: flex;
    flex-wrap: wrap;
    background-size: 100%;
    justify-content: center;
    width: 1200px;
    height: 300px;
    background-image: url(img/imgdg.jpg);
    background-size: 100%;
    margin: auto;
       
}

.selector ul :hover{
    background-color: rgb(217, 97, 82);
    border-radius: 100px;

}

.selector ul { 
        display: flex;
        flex-wrap: wrap;
        padding-left: 10px;
        padding-right: 10px;
  
}

.selector li{
    display: inline-block;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 30px;
    padding-top: 29px;
    width: 220px;
    float: left;
    height: 220px;
    border-radius: 200px;
    text-decoration: none;
    background-color: #3b3b3b;
    color:white;
    font-weight: 600;
           
    
}

 
    
   
.selector li img { 
    display: flex;
    min-width: 130px;
    margin-left: 45px;
   
    
    
     
}

    
 

/*------------Plan de estudios--------------*/

.interes h1 {
    padding-top: 50px;
    max-width: 1000px;
    padding-left: 10px;
    padding-right: 1em;
    font-size: 2.5rem; 
    text-align: left;
    margin: auto;
    font-weight: 400;
    
    
    
}

.pestudios {
    max-width: 1000px;
    display: flex;
    float: left;
    flex-wrap: wrap;
    margin: auto;
    
    
}

.pestudios ul {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 250px;
    align-content: center;
    justify-content:space-between;
    margin:auto;
    
    
}

.cbc ul li h1 {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 300;
    
}

.nivel1 ul li h1 {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 300;
}
.nivel2 ul li h1 {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 300;
}
.nivel3 ul li h1 {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 300;
}

.nivel3 ul li h2 {
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    color: rgb(217, 97, 82);
    margin: 0;
}
/*-------------iniciosesion-----*/


.ingreso {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 10px;
    align-items: flex-start;
    align-items: center;
    font-family: 'roboto';
    font-size: 2em;
    color: white;
    }

.correo {
    display: block;
    flex-wrap: wrap;
    margin-top: 0;
    font-size: 0.5em;
    margin-left: 10px;
    font-weight: 300;
}

#submit1 {
    background-color: rgb(217, 97, 82);
    width: 150px;
    margin-left: 10px;
    margin-right:10px;
    margin-top: 17px;
    font-weight: 500;
    }

.completar {
    display: flex;
    border-color: rgb(217, 97, 82);
    border-width: 3px;
    width: 150px;
    margin-left: px;
    margin-right: px;
    }

.reg {
    margin:auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1100px;
    justify-content: space-between;
    
    
    
    
}

 .registrousuario {
    display: flex;
    flex-direction: column;
    float: left;
    text-align: justify;
    border-width: medium;
    border-color: white;
    padding-left: 1em;
    margin-top: 3em;
    max-width:900px;
    font-family: 'roboto';
    font-size: 2em;
    text-align: left;
    align-content: center;
    text-align: center;
    
    
}   

.registrarse {  
    border-color:rgb(217, 97, 82);
    border-style: solid;
    border-width: medium;
    width: 400px;
    height: 50px;
    justify-content: center;
    
   
    }


.registrousuario legend {
     color: #bababa;
     text-align: left;
}

.registrousuario h2 {
     color: black;
     text-align: left;
     padding-bottom: 50px;
     margin: 0;
 }   

.registrousuario h5 {
    color: rgb(217, 97, 82);
    text-align: left;
    padding-top: 15px;
    margin: 0;
    font-size: 0.7em;
 } 
    




#submit2 {
        padding: 15px;
        margin-top:30px;
        background-color: #decba0;
        font-family: 'roboto';
        font-weight: 500;
        font-size: 0.5em;
        color: white;       
        box-shadow: inset -41px -44px 244px -77px rgba(0,0,0,0.75);
        width: 200px;
        justify-content: center;
}

#submit2:hover {
    background-color: rgb(217, 97, 82);
}
.cajadetexto {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;    
    background-color: #414141;
    text-decoration: none;
    text-align: center;
    color: white;
    padding-bottom: 30px;
    margin-top: 3em;
    margin-bottom: 30px;
    font-family: 'roboto';
    font-size: 1.5em;
    font-weight: 300;
    
    
       
}


        

#descarga { 
   box-shadow: inset -41px -44px 244px -77px rgba(0,0,0,0.75);
   padding: 15px;
   margin-top:1.7em;
   background-color: #decba0;
   font-family: 'roboto';
   font-weight: 500;
   font-size: 0.7em;
   color: white;       
   width: 200px;
       
}

#descarga:hover {
    background-color: rgb(217, 97, 82);
}

#applogo {
    margin-top: 15px;
    padding: 0px;
    width: 200px;
}

/*-----------------footer-------*/

 
.separador {
    
    padding: 40px;
    
}

footer { 
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 5px;
    font-size: 0.9m;
    font-family: 'roboto';
    color:#8e8e8e;
    background-color: #000000;
    margin: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
    
    
    
        
}
    
    
p {
    font-size: 0.7em;
    text-align: center;
    padding-left: 0.1em;
    padding-right: 0.1em;
    padding-bottom: 0.1em:
 }    

/** materias, by alice **/

.contenedor-materias {
    
    width: 70%;
    height: auto;
    margin: 0 auto;
    clear: both;
}

.caja-materias {
    width: 30%;
    height: 75px;
    background-color: #4d4341;
    float: left;
    margin: 1%;
    color: white;
    font-size: 2em;
    font-weight: 500;
    padding-bottom: 2em;
    padding-left: 2.5em;
    padding-top: 1.2em;

    }

.caja-materias:hover {
    background: rgb(217, 97, 82);
}

.materias {
    text-align: left;
    font-size: 3em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    padding-bottom: 0.1em;
    color:#b7aa92;

}


/** RESPONSIVE **/
 
/** Tablets en horizonal y escritorios normales **/

@media (min-width: 768px) and (max-width: 1199px) {
    
/*-------------Nav--------------*/




nav ul li {
    margin-left: 0.5em;
}


    /** inicio **/
    
        .home {  
    text-decoration: none;
    height: 50%;
    margin: 0 auto;
    width: 50%;
        float: left;
}


    
    .contenedor-video {
        width: 50%;
        float: left;
    }
.contenedor {
        width: 100%;
        overflow: hidden;
    }
.contenedor ul {
    width: 95%;
    flex-wrap: wrap;
    display:inline-flex;
    margin-top: 1em;
    padding:0;
    margin: 0 auto;
    
}
.contenedor a {
    width: 16%;
    flex-wrap: wrap;
    display:inline-flex;
    margin-top: 0;
    padding:0;
    
}
.contenedor li{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right:5px;
    margin-left:5px;
    padding-top:65px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 3em;
    width: 100%;
    height:300px;    
    text-decoration: none;   
    background-color: #4d4341;
    color:white;
    font-size: 2em;
    
    
    
}

.contenedor h3 {
    font-size: 0.45em;
    width: auto;
    margin: auto;
    padding-top: 8em;
    
}




.contenedor a {
    display: flex;
    flex-wrap: wrap;
    color: white;    
    text-decoration: none;
    font-weight: 500;
    font-family: 'roboto';
 
}
  /** fin inicio **/
    
    /** inicio dg **/
    
.diseño {

    font-size: 3em;

        
}



.selector {
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
   width: 600px;
    height: 420px;
    background-image: url(img/imgdg.jpg);
    background-size: 200%;
    margin: auto;
       
}



.selector ul { 
       font-size: 0.6em;
        display: inline-block;
        flex-wrap: nowrap;
        padding-left: 40px;
        padding-right: 40px;
  
}

.selector li{
    text-align: center;

    flex-wrap: wrap;
    margin-top: 35px;
    padding-top: 5px;
    width: 160px;
    float: left;
    height: 160px;
    border-radius: 100px;
    text-decoration: none;
    background-color: #3b3b3b;
    color:white;
    font-weight: 600;
           
    
}

 
    
   
.selector li img { 
    display: list-item;
    width: 20px;
    margin-left: 15px;
   
    
    
     
}
    

    /** fin dg **/
    
    
/*------------Plan de estudios--------------*/

.interes h1 {
    font-size: 2rem; 

        
}

.pestudios {
    max-width: 1000px;
    display: flex;
    float: left;
    flex-wrap: wrap;
    margin: auto;
    
    
}

.pestudios ul {
    width: 150px;

}


    
    /** fin plan **/
    
    /** materias **/


.caja-materias {
    width: 45%;
    height: 80px;
    float: left;
    margin: 1%;
    font-size: 1em;
    font-weight: 500;
    padding-bottom: 2em;
    padding-left: 0;
    padding-top: 1em;

    }



.materias {
    text-align: left;
    font-size: 2em;
    padding-top: 1.5em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    padding-bottom: 0.1em;
    color:#b7aa92;

}
    /** fin materias **/
   
    
.ingreso {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 10px;
    align-items: flex-start;
    align-items: center;
    font-family: 'roboto';
    font-size: 2em;
    color: white;
    margin-top: 70pX;
    }

.correo {
    display: block;
    flex-wrap: wrap;
    margin-top: 0;
    font-size: 0.5em;
    margin-left: 10px;
    font-weight: 300;
}

#submit1 {
    background-color: rgb(217, 97, 82);
    width: 150px;
    margin-left: 10px;
    margin-right:10px;
    margin-top: 17px;
    font-weight: 500;
    }

.completar {
    display: flex;
    border-color: rgb(217, 97, 82);
    border-width: 3px;
    width: auto;
    margin-left: px;
    margin-right: px;
    }

.reg {
    margin:auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0;

    
    
}

 .registrousuario {
    display: flex;
    flex-direction: column;
    float: left;
    text-align: justify;
    border-width: medium;
    border-color: white;
    padding-left: 0;
    margin-top: 3em;
    width:250px;
    font-family: 'roboto';
    font-size: 2em;
    text-align: left;
    align-content: center;
    text-align: center;
    
    
}   

.registrarse {  
    border-color:rgb(217, 97, 82);
    border-style: solid;
    border-width: medium;
    width: auto;
    height: 25px;
    margin: 0;
    justify-content: center;
    
   
    }


.registrousuario legend {
     color: #bababa;
     text-align: left;
}

.registrousuario h2 {
     font-size: 1em;
 }   

.registrousuario h5 {

    margin: 0;
    font-size: 0.7em;
 } 
    



#submit:hover {
    background-color: rgb(217, 97, 82);
}
.cajadetexto {
    margin-left: 50px;
    padding-bottom: 30px;
    margin-top: 3em;
    margin-bottom: 30px;
    font-family: 'roboto';
    font-size: 1.5em;
    font-weight: 300;
    
    
       
}

    
    
    
    
    
    
    
    
    
    
}
 
/**Móviles en horizontal o tablets en vertical **/

@media (min-width: 481px) and (max-width: 767px) {  

    /*-------------Nav--------------*/

nav {

    display: inline-flex;
    flex-direction: row;
    font-family: 'roboto';
    font-size: 0.9em;
    font-weight: 400;   
    justify-content:space-around;
    width: 100%;
    justify-content: flex-start;

    
}


nav ul li {
    margin-left: 0.50em;
    display: flex;
    text-decoration: none;
    float: left;
    text-align: center;
    padding: 0;
    justify-content: center;
    
   
    
       
}





.titulo { 
    padding-top: 2em;
    display: flex;
    font-size: 0.5em;
    align-content: center;
    
}

.subtitulo {
    font-size:0.9em;
     padding-top: 0.5em;
          
    
}

    .contenedor {
        width: 100%;
        overflow: hidden;
    }
.contenedor ul {
    width: 95%;
    flex-wrap: wrap;
    display:inline-flex;
    margin-top: 1em;
    padding:0;
    
}
.contenedor a {
    width: 16.6%;
    flex-wrap: wrap;
    display:inline-flex;
    margin-top: 0;
    padding:0;
    
}
.contenedor li{
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-right:;
    margin-left:0;
    padding: 5%;
    width: 100%;
    height:120px;    
    text-decoration: none;   
    background-color: #4d4341;
    color:white;
    font-size: 2em;
    
        
}

.contenedor h3 {
    font-size: 0.3em;
    width: auto;
    height: 70px;
    margin: 0;
    padding-top: 3em;
    vertical-align: bottom;
    
}

    #logo {  
    margin-top: 4em;
    padding-left: 1em;

                  
}

    .registro {
        display: table-row;
    }

.registro ul li {
    margin-top: 3em;
    text-decoration: none;
    
}

.registro ul li a {

    margin-top: -2em;
    margin-right: 1em;
    font-size: 1em;
}
    
    .home {  
    text-decoration: none;
    height: 50%;
    margin: 0 auto;
    width: 50%;
        float: left;
}


    
    .contenedor-video {
        width: 50%;
        float: left;
    }
        #logohome{
        width: 35%;
        margin: 0 auto;
        float: none;
    }
    
    .descarga{     
       margin-top: 4em;  
       border: solid 1px;
       border-color: rgb(134, 122, 120);
        
    
    
}
    .home {  
        
    text-decoration: none;
    height: auto;
    margin: auto;
}

.home a {
    display:block;
      margin: 2em;
    padding: 1em;
    font-family: 'roboto';
    font-size: 1em;
    font-weight: 500;
    color: white;
    width: 35%;
    text-align: center;
    margin: 0 auto;
}
    
    .responsive  {
        padding-left: 1em;
         padding-right: 1em;
        width: 100%;
        height: auto;
        font-size: 1em;
        margin-bottom: 1em;
        
    }
    
    .principal {
        width: 100%;
        height: auto;

    }
    

    main {
        clear: both;
    }
    

    
        
.diseño {

    font-size: 3em;

        
}



.selector {
    
   
   width:460px;
    height: 420px;
    background-image: none;

       
}



.selector ul { 
       font-size: 0.6em;
        display: inline-block;
        flex-wrap: nowrap;
        padding-left: 35px;
        padding-right: 35px;
  
}

.selector li{

    margin-top: 35px;
    padding-top: 5px;
    width: 160px;
    height: 160px;

    
}

 
    
   
.selector li img { 
    display: list-item;
    width: 25px;
    margin-left: 15px;
   
    
    
     
}
    

    /** fin dg **/
    
        /** materias **/


.caja-materias {
    width: 45%;
    height: 80px;
    float: left;
    margin: 1%;
    font-size: 1em;
    font-weight: 500;
    padding-bottom: 2em;
    padding-left: 0;
    padding-top: 1em;

    }



.materias {
    text-align: left;
    font-size: 2em;
    padding-top: 1.5em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    padding-bottom: 0.1em;
    color:#b7aa92;

}
    /** fin materias **/
    
    
    
    
    
    
/*-------------iniciosesion-----*/

    #logo {
        width: auto;
    }


    
.ingreso {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 10px;
    align-items: flex-start;
    align-items: center;
    font-family: 'roboto';
    font-size: 2em;
    color: white;
    margin-top: 70pX;
    }

.correo {
    display: block;
    flex-wrap: wrap;
    margin-top: 0;
    font-size: 0.5em;
    margin-left: 10px;
    font-weight: 300;
}

#submit1 {
    background-color: rgb(217, 97, 82);
    width: 150px;
    margin-left: 10px;
    margin-right:10px;
    margin-top: 17px;
    font-weight: 500;
    }

.completar {
    display: flex;
    border-color: rgb(217, 97, 82);
    border-width: 3px;
    width: auto;
    margin-left: px;
    margin-right: px;
    }

.reg {
    margin:auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0;

    
    
}

 .registrousuario {
    display: flex;
    flex-direction: column;
    float: left;
    text-align: justify;
    border-width: medium;
    border-color: white;
    padding-left: 0;
    margin-top: 3em;
    width:250px;
    font-family: 'roboto';
    font-size: 2em;
    text-align: left;
    align-content: center;
    text-align: center;
    
    
}   

.registrarse {  
    border-color:rgb(217, 97, 82);
    border-style: solid;
    border-width: medium;
    width: auto;
    height: 25px;
    margin: 0;
    justify-content: center;
    
   
    }


.registrousuario legend {
     color: #bababa;
     text-align: left;
}

.registrousuario h2 {
     font-size: 1em;
 }   

.registrousuario h5 {

    margin: 0;
    font-size: 0.7em;
 } 
    



#submit:hover {
    background-color: rgb(217, 97, 82);
}
.cajadetexto {
    margin-left: 50px;
    padding-bottom: 30px;
    margin-top: 3em;
    margin-bottom: 30px;
    font-family: 'roboto';
    font-size: 1.5em;
    font-weight: 300;
    
    
       
}


 }
 









/** Móviles en vertical **/

@media (max-width: 480px) {
    
    /*-------------Nav--------------*/

nav {

    font-size: 1.1em;

    
}


nav ul li {
    width: 100%;
    margin-left: 0;
    display: flex;
    float: none;
    text-align: left;
    padding: 0.5em;
    }
    
    
    
   /** inicio **/    
    
    
.contenedor-video {
        width: 90%;
        float: none;
    }
    .contenedor {
        width: 100%;
    }
    

.contenedor ul {
    width: 80%;
    flex-wrap: nowrap;
    display: inline-block;
    margin: 0;
    padding: 0;
    
}
    .contenedor a {
    width: 100%;
    flex-wrap: wrap;
    display:inline-flex;
    margin-top: 2em;
    padding:0;
    
}
.contenedor li{
    text-align: center;
    margin-top: 0;
    margin-bottom: 1%;
    margin-right:0;
    margin-left:0;
    padding-top:2%;
    padding-left:0;
    padding-right: 0;
    float: none;
    width: 100%;
    height:60px;    
    text-decoration: none;   
    background-color: #4d4341;
    color:white;
    font-size: 1em;
    
    
}

.contenedor h3 {
    font-size: 0.6em;
    width: auto;
    margin: auto;
    padding-top: 0.7em;
    
}
    .subtitulo {
        font-size: 0.6em;
        margin-bottom: 2em;
        padding: 3%;
    }

    .titulo{
        font-size: 0.7em;
         padding: 3%;

    }
    
    #logo {  
    margin-top: 4em;
    padding-left: 1em;


                  
}

    .registro {
        display: table-row;
    }

.registro ul li {
    margin-top: 3em;
    text-decoration: none;
    
}

.registro ul li a {

    margin-top: -2em;
    margin-right: 1em;
    font-size: 1em;
}

    
    #logohome{
        width: 45%;
        margin: 0 auto;
        float: none;
    }
    
    
    .descarga{      
        background-color: #decba0;
    
    
}
    .home {  
    text-decoration: none;
    height: auto;
    margin: auto;
}

.home a {
    display:block;
      margin: 2em;
    padding: 1em;
    font-family: 'roboto';
    font-size: 0.6em;
    font-weight: 500;
    color: white;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
    
    .responsive  {
        padding-left: 1em;
         padding-right: 1em;
        width: 100%;
        height: auto;
        font-size: 1em;
        margin-bottom: 1em;
        
    }
    
    .principal {
        width: 100%;
        height: 950px;

    }

      footer {
        position: relative;
        bottom: -250px;
 }
 
/** inicio dg **/
    .selector {
    
   
   width:200px;
    height: auto;
    background-image: none;

       
}



.selector ul { 
       font-size: 0.5em;
        display: table;
        flex-wrap: nowrap;
        padding-left: 35px;
        padding-right: 35px;
  
}

.selector li{

    margin-top: 35px;
    padding-top: 5px;
    width: 155px;
    height: 155px;

    
}

 
    
   
.selector li img { 
    display: list-item;
    width: 25px;
    margin-left: 15px;
   
    
    
     
}
    .plan {   
        width: 20px;
    display: table;
    position: relative;
        
}

    .diseño {
        font-size: 2em;
    }
/** fin dg **/

    
        /*------------Plan de estudios--------------*/

.interes h1 {
    font-size: 2rem; 

        
}

.pestudios {
    max-width: 1000px;
    display: flex;
    float: left;
    flex-wrap: wrap;
    margin: auto;
    
    
}

.pestudios ul {
    width: 100%;

}


    
    /** fin plan **/
    
    /** materias **/


.caja-materias {
    width: 100%;
    height: 55px;
    float: left;
    margin: 1%;
    font-size: 1em;
    font-weight: 500;
    padding-bottom: 2em;
    padding-left: 1em;
    padding-top: 1em;

    }



.materias {
    text-align: left;
    font-size: 2em;
    padding-top: 1.5em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    padding-bottom: 0.1em;
    color:#b7aa92;

}
    /** fin materias **/


/*-------------iniciosesion-----*/
    
.header-r {
    align-items: center;
    height: 350px;
    display: inline-flex;

    
}
       .logoregistro {
       top: -150px;
        width: 100%;
        float: none;
           position: relative;
        margin-left: 20px;
    }
    
.ingreso {
    width: 100%;
    height: 100%;
    float: left;
    display: list-item;
    flex-direction: none;
    flex-wrap: wrap;
    padding-left: 0;
    align-items: ;
    align-items: center;
    font-family: 'roboto';
    font-size: 1.5em;
    color: white;
    position: relative;
    left: -180px;
    }



.completar {

    width: auto;

    }

.reg {

    width: 100%;
    
    
}

 .registrousuario {

    font-size: 1.5em;

    
}   

.registrarse {  
    border-color:rgb(217, 97, 82);
    border-style: solid;
    border-width: medium;
    width: 100%;
    height: 25px;
    justify-content: center;
    
   
    }


.registrousuario legend {
     color: #bababa;
    font-size: 0.7em;
     text-align: left;
}


.registrousuario h5 {
    color: rgb(217, 97, 82);
    font-size: 0.7em;
 } 
    




#submit2 {
        background-color: #decba0;
}

#submit:hover {
    background-color: rgb(217, 97, 82);
}
.cajadetexto {

    width: 230px;    

       }
    

}



