/* 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('inconsolata-regular-webfont.eot');
    src: url('inconsolata-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('inconsolata-regular-webfont.woff2') format('woff2'),
         url('inconsolata-regular-webfont.woff') format('woff'),
         url('inconsolata-regular-webfont.ttf') format('truetype'),
         url('inconsolata-regular-webfont.svg#inconsolataregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




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

}




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

}



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

}




@font-face {
    font-family: 'titillium_webthin_italic';
    src: url('titilliumweb-extralightitalic-webfont.eot');
    src: url('titilliumweb-extralightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('titilliumweb-extralightitalic-webfont.woff2') format('woff2'),
         url('titilliumweb-extralightitalic-webfont.woff') format('woff'),
         url('titilliumweb-extralightitalic-webfont.ttf') format('truetype'),
         url('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-color:#fff;

    
    
}

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




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



/* FIN de lo AGREGADO */

.elemento {
    text-align: center;
    margin: 10px;
	width: 150px;
	height: 150px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
    color: aqua;
}


.elemento.foto1 {
    border-color: aqua;
    
}

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

.info{
    
    max-width: 700px;
    margin: auto;
    display: flex;
    color: #fff;
    justify-content:space-around;
    line-height: 18pt;
    clear: both;
    
}

.contenedorinfo {
    display: flex;
    justify-content: center;
    align-items: center;
   background-color: #404040;
    float: left;
	height: 100%;
	width: 100%;

}

.contenedor_fotos{
    justify-content: center;
    text-align: center;
}

.contenedor_fotos img:hover{
        border: 1pt solid #1d1f21;
    padding: 2px;
}
p{
    margin: 10px;
}


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

a:hover{
    color: #6c6c6c;
    
}



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


footer {
    width: 100%;
    height: 100%;
    background-color: #1d1f21;
    position: relative;
    bottom: 0;
    padding: 10px;
    display: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: #6c6c6c;
}

::selection{
    
  background-color:#1d1f21;
  color: rgb(255, 0, 255);
}



@media screen and (max-width: 40em) {
    

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

@media only screen and (max-width: 20em) {
    
    .info {
        display:block;
    }
    
    #contenedorfooter {
        display: block;
    }
}