html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
}
@font-face {
    font-family: orna;
    src: url('fonts/orna.otf')
}
@font-face {
    font-family: CODE;
    src: url('fonts/CODE.otf')
}
@font-face {
    font-family: helve;
    src: url('fonts/helvetica.ttf')
}
ol, ul {
   list-style: none;
}
blockquote, q {
   quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}

body {
    line-height: 1;
}

.contenedor {
  
    width: 100%;
    height: 100%;
    margin: 0;
    
    
}

.contenedor .encabezado {
    width: 100%;
    height: 10%;
    margin: 0 auto;
    position: -webkit-sticky; 
    position: sticky;
    top: 0;
    z-index: 100; 
    list-style-type: none;
    padding: 0;
    overflow: hidden;
}

.contenedor .encabezado .logonombre{
    background-color: rgb(102, 58, 191);
    width: 30%;
    height: 10%;
    float: left;
}

.contenedor .encabezado .logonombre .texto{
    width: 25vw;
    height: 10vh;
    float: left;
    
}

.contenedor .encabezado .logonombre .texto h1{

    width: 100%;
    height: 10vh;
    color: white;
    font-family: orna;
    font-size: 7vh;

    text-align: center;
    text-decoration: none;
}

.contenedor .encabezado .logonombre .imagen img{
    background-color: rgb(172, 238, 142);
    width: 4.5vw;
    height: 10vh;
    float: right;
    text-align: center;
    
}

.contenedor .encabezado nav {
    background-color: #242430;
    width: 70%;
    height: 10%;
    float: left;
    
}

.contenedor .contenido .sin-subrayado {

    width: 100%;
    height: 10vh;
    color: white;
    font-family: orna;
    font-size: 16vh;
  position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50vh;

}

.contenedor .encabezado nav li{
    width: 20%;
    height: 10vh;
    display: inline;
    float: left;

}

.contenedor .encabezado nav li a{
    height: 10vh;
    display: block;
    color: white;
    font-family: CODE;
    font-size: 2vh;
    text-align: center;
    text-decoration: none;
    padding-top: 4.5vh;
    
  }
  li:last-child {
    border-right: none;
  }


  .contenedor .encabezado nav li a:hover{
    background-color: #111;
  }

.contenedor .contenido {
    width: 100%;
    height: 80%;
    margin: 0 auto;
    background-color: #111;
}

.sin-subrayado {
    text-decoration: none;
  }


.contenido .parrafo{
    width: 45%;
    padding: 5vh;
    letter-spacing: 3px;
    font-family: helve;
    font-size: 3vh;
    color: azure;
    float: left;
}

.contenido .parrafoarduino{
    width: 40%;
    padding: 5vh;
    letter-spacing: 3px;
    font-family: helve;
    font-size: 3vh;
    color: azure;
    float: left;
}




.contenido .jpg img {
    width: 35%;
    margin: 5%;
}

.contenido .videito{
    
    float: right;
}





.contenido .parrafoconcepto{
    position: absolute;
    width: 80%;
    padding: 21vh;
    letter-spacing: 3px;
    font-family: helve;
    font-size: 3vh;
    color: azure;
    
   
}


.contenido .parrafoprototipo{
   
    width: 90%;
    padding: 6vh;
    left: 20vh;
    letter-spacing: 3px;
    font-family: helve;
    font-size: 3vh;
    color: azure;
   
   
}

.parrafoprogramas h2{
    margin: 5vh;
}

.parrafoarduino h2{
    margin: 5vh;
}

.contenido .parrafoprogramas{
    position: absolute;

    width: 85%;
    padding: 15vh;
    letter-spacing: 3px;
    font-family: helve;
    font-size: 3vh;
    color: azure;
    text-align: center;
   
}

.contenido .jpgconcepto video {
    width: 100%;
    text-align: right;
   
}

.contenido .angelitosprototipo video{
 
    width: 30%;
    height: 50%;
    padding: 3vh;
    margin: 0;
    height: 20%;
}

.contenedor .pie {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    background-color: rgb(15, 1, 48);

}

.contenedor .pie h1{
    color: white;
    text-align: center;
    font-family: orna;
    font-size: 5.2vh;
}






