@charset "utf-8";
 @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic' rel='stylesheet' type='text/css);
*{ 
    box-sizing: border-box;
    font-family: "roboto condensed", "sans-serif";
   }

body{
    background-color: #FF0053;
}

#pagina{ 
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
}

header{ 
    width: 850px;
    border-bottom: 2px solid #F1F1F1;
    float: left;
    padding-top: 25px;
}

nav ul li{
    display: inline-block;
    list-style: none;
}

ul{
    text-decoration: none;
    list-style-type: none;
}

li a{ 
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 100;
    color: #F1F1F1;
    margin: 0;
    padding: 0 4px;
}

nav ul {
    padding-left: 10px;
}

header nav ul li a:hover {
    color: #FED700;
    font-weight:600;
    border-bottom: 3px solid #FED700;
    padding-top: 12px;
}


#DGPC a{
    float: left;
    margin-top: 40px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    text-decoration: none;
    color: #FED700;
    width: 100px;
    text-align: center;
    padding-left: -10px;
    padding-bottom: 0px;
    
}

#DGPC a:hover {
    background-color: #F1F1F1;
}

#detalle {
    padding-left: 800px;
    padding-top: 30px;
}

#detalle ul {
    padding-bottom: 15px;
}

#nombre{
    color:black;
    display: block;
    padding: 15px 20px;
    font-weight:600;
    letter-spacing: 2px;
}

#foto {
    width: 30%;
    height: 20rem;
    margin-top: 1rem;
    float: left;
    border: black 7px solid; 
}
    

section {
    padding-left: 19rem;    
    display: block;
}

h2 {
    font-family: 'roboto condensed'   sans-serif;
    font-weight: 700;
    color: #FED700;
    font-size: 20px;}

h3 {
    font-family: 'roboto condensed'   sans-serif;
    font-weight: 700;
    color: #FED700;
    font-size: 15px;}

div ul#info{
    font-size: 13px;
    color: #F1F1F1;
}


hr {
    margin-top: 5px;
    width: 960px;
    
}
aside{
    display: block;
    background-color: #000000;
    position: relative;
    padding: 2rem;
}
 
footer {
    text-decoration: none;
    color: #F1F1F1;
    font-size: 12px;
    margin: 3rem;
    float: center;
    width: 960px;
    margin-left: 300px;
}

@media screen and (max-width: 768px) {
#pagina {
        width: 768px;
        padding: 0px;
}
    header {
        max-width: 700px;
        border-bottom: none;
        margin-bottom: 0px;
        padding-top: 50px;
}

    nav ul li{
    display: inline-block;
    list-style: none;
}

header nav ul li a{ 
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 100;
    color: white;
    margin: 0;
    padding: 0 4px;
}

nav ul {
    padding-left: 10px;
    border-left: none;
    text-align: right;
}

header nav ul .seleccionado a {
    color: #66ff99;
    font-weight:400;
    border-top: 4px solid #66ff99;
    padding-top: 12px;
}

header nav ul li a:hover {
    color: #66ff99;
    font-weight:400;
    border-top: 4px solid #66ff99;
    padding-top: 12px;
}


header {
        max-width: 440px;
        border-bottom: none;
        margin-bottom: 0px;
}
    

 header div ul li a{ 
    text-decoration: none;
    font-size: 12px;
    color: black;
    margin: 0;
    padding: 0 4px;
    line-height: 28px;
}

header nav ul a {        
        padding-right: 10px;
        font-weight: 600;
}

header nav ul li a:hover {
    color: #66ff99;
    font-weight:bolder;
    border-top: 3px solid #66ff99;
    padding-top: 5px;
}
    
nav ul {
    padding-left: 0px;
    border-left: none;
    text-align: left;
    font-weight: 100;
    line-height: 30px;
}

    

