/* Generated by Font Squirrel (https://www.fontsquirrel.com) on May 20, 2016 */



@font-face {
    font-family: 'inconsolatabold';
    src: url('inconsolata-bold-webfont.eot');
    src: url('inconsolata-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('inconsolata-bold-webfont.woff2') format('woff2'),
         url('inconsolata-bold-webfont.woff') format('woff'),
         url('inconsolata-bold-webfont.ttf') format('truetype'),
         url('inconsolata-bold-webfont.svg#inconsolatabold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'inconsolataregular';
    src: url(font/inconsolata-regular-webfont.eot);
    src: url(font/inconsolata-regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(font/inconsolata-regular-webfont.woff2) format('woff2'),
         url(font/inconsolata-regular-webfont.woff) format('woff'),
         url(font/inconsolata-regular-webfont.ttf) format('truetype'),
         url(font/inconsolata-regular-webfont.svg#inconsolataregular) format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'mondabold';
    src: url(font/monda-bold-webfont.eot);
    src: url(font/monda-bold-webfont.eot?#iefix) format('embedded-opentype'),
         url(font/monda-bold-webfont.woff2) format('woff2'),
         url(font/monda-bold-webfont.woff) format('woff'),
         url(font/monda-bold-webfont.ttf) format('truetype'),
         url(font/monda-bold-webfont.svg#mondabold) format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'mondaregular';
    src: url(font/monda-regular-webfont.eot);
    src: url(font/monda-regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(font/monda-regular-webfont.woff2) format('woff2'),
         url(font/monda-regular-webfont.woff) format('woff'),
         url(font/monda-regular-webfont.ttf) format('truetype'),
         url(font/monda-regular-webfont.svg#mondaregular) format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'titillium_webthin';
    src: url(font/titilliumweb-extralight-webfont.eot);
    src: url(font/titilliumweb-extralight-webfont.eot?#iefix) format('embedded-opentype'),
         url(font/titilliumweb-extralight-webfont.woff2) format('woff2'),
         url(font/titilliumweb-extralight-webfont.woff) format('woff'),
         url(font/titilliumweb-extralight-webfont.ttf) format('truetype'),
         url(font/titilliumweb-extralight-webfont.svg#titillium_webthin) format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titillium_webthin_italic';
    src: url(font/titilliumweb-extralightitalic-webfont.eot);
    src: url(font/titilliumweb-extralightitalic-webfont.eot?#iefix) format('embedded-opentype'),
         url(font/titilliumweb-extralightitalic-webfont.woff2) format('woff2'),
         url(font/titilliumweb-extralightitalic-webfont.woff) format('woff'),
         url(font/titilliumweb-extralightitalic-webfont.ttf) format('truetype'),
         url(font/titilliumweb-extralightitalic-webfont.svg#titillium_webthin_italic) format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;   
}

html {
    background-image: url(../imagenes/fadufin.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    font-family: 'mondaregular', Helvetica;
    color: #fff;
    height: 100%;

    font-size: 16px;
    line-height: 1.2em;
    width: 100%;
    box-sizing: border-box;
}


nav {
    text-align: center;
    background-color:#1d1f21;
    border-bottom: 1px solid #c2c2c2;
}

nav li {
    
    padding: 10px 10px;
    margin: 10px;
    
}
nav ul li { 
    list-style: none;
    display: inline-block;
    position: relative;
}

/* LO AGREGADO */

/* clear'n floats */
ul:after {
  clear: both;
}

ul:before,
ul:after {
    content: " ";
    display: table;
}

/* SUB MENU */
ul.sub {
  position: absolute;
  z-index: 200;
  display:none;
}

ul.sub li {
  float: none;
  margin: 0;
  padding-top: 10px;
  border-bottom: 1px solid #121415;
  width: 100%;

}

ul.sub li:first-child {
  padding-top: 30px;
}

ul.sub li:last-child {
  border-bottom: none;
}

/* sub display*/
ul.primario li:hover ul {
  display: block;
  background: #1d1f21;
  width: 155px;
  text-align: left;
  margin-left: -10px;
}

/* keeps the tab background white */
ul.primario li:hover a {
  text-shadow: none;
}


/* FIN de lo AGREGADO */

#foto { 
    text-align: center;
    margin: 10px;
	width: 150px;
	height: 150px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
}

.pattern {
    background: url(../imagenes/pattern.png) repeat;
    width: 100%;
    height: 100%;
    position: 
}

h1 {
    font-family: 'mondaregular';
    margin: 10px;
    color:#00ff5b;
    font-size: 32px;
    padding: 2px;
    text-align: center;
}

h2 {
    padding: 10px;
    font-family: 'mondaregular';
    font-size: 5 rem;
}

.materias {
    padding-top: 20px;
    width: 293px;
    margin: auto;
    justify-content: center;
}

p{
    margin: 10px;
}


a { text-decoration: none;
    color: #FFF;
    outline: none;
}

a:hover{
    color: #6c6c6c;
    
}



.logodgpc {
    
    position: absolute;
    padding: 12px;
    left: 10%;
}



.pantallas{
    width: 100%;
    height: 100%;
    text-align: center;
    margin: auto;

}

.contenedorpantallas{
    width: 100%;
    height: 100%;   
}

.columna_1 {
display: inline-block;
text-align: center;
margin-right: 10px;
margin-left: auto;
border: 1px solid #ccc;
background-color: #fff;
max-width: 320px;
    
height: 480px;
    border-radius: 5px;
    margin-bottom: 100px;

}

footer {
    width: 100%;
    height: auto;
    background-color: #1d1f21;
    position: relative;
    bottom: -69px;
    padding: 10px;
    display: inline-flex;
}


#contenedorfooter{
    
    width: 950px;
    margin: auto;
    height: auto;
    display: inline-flex;
}

#logofooter img{
width: 158px;
}

.abajo {
    font-family: 'titillium_webthin';
    color: whitesmoke;
    font-size: 14px;
}

::-moz-selection {
  background: #1d1f21;
  color: #00ff5b;
}

::selection{
    
  background-color:#1d1f21;
  color: #00ff5b;
}



@media only screen and (max-width: 600px) {
    

    .logodgpc{
        display:block;
        position:static;
        margin: auto;
    }
  
   ul.primario li {
        display: block;
        margin: auto;
    }
  
  ul.primario li:hover a {
    background: none;
  }

  ul.primario li:hover ul {
    display: block;
      margin: auto;
      width: 100%;
  }
    
  ul.sub {
    position: static;
    width: 100%;
  }
    
    ul.sub li {
        display: block;
        margin: auto;
        text-align: center;
        width: 100%;
    }
  
  ul.sub li a {
    border: none;
    color: #6c6c6c;
  }
    
  ul.sub li a:hover {
    color: #fff;
    background: none;
  }
    
    ul.sub li:last-child {
  border-bottom: 1px solid #121415;
}
    
}