@charset "utf-8";

section img {
    width: 150%;
    height: 150%;
    margin: left;
    position: relative;
    margin-top: 50px
    margin-left: 150px;
}

.pagina{
    width: 960px;
    margin: 0 auto;
}

h1 {
    font-family: 'Oswald', sans-serif;    
    font-weight: 700;
    font-style: normal;
    font-size: 1.2em;
}

h2 {
    font-family: 'Oswald', sans-serif;    
    font-weight: 400;
    font-style: normal;
    font-size: 1em;

}

h3 {
    font-family: 'Oswald', sans-serif;    
    font-weight: 300;
    font-style: normal;
    font-size: 1.5em;
    letter-spacing: 5px;

}

h4 {
    font-family: 'Oswald', sans-serif;    
    font-weight: 300;
    font-style: italic;
    font-size: 0.65em;

}

p {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.7em;
    line-height: 0.4em;

}

body {
    background: url(imagenes/background.png);
    width: 100%; 
    height: 1020px; 
    margin: 0px auto;
    font-size: 16px;
    
}

header {
    background: rgba(14, 190, 163, 0.6);
    width: 960px; 
    height: 150px; 
    margin: 30px auto;
}

div#logodgpc{    
    float: right;
    margin-right: 14px;
    margin-top: 11px;

}

      #logo {
            background-image:url(imagenes/logo.png);
            width:150px;
            height:150px;
            z-index:1;
            position: absolute;
            margin-right: 20px;
            margin-top: 30px; 
	   }

nav{
    width:100%;
    height: 75;
    position:absolute;
    padding-left:0px;
    padding-right:0px;
}

nav ul {
    list-style: none;
    float: left;
    margin-left: 400px;
    margin-top:120px;
    padding:0px;
    width:50%;
    resize: 50%
}

nav ul li a{
    
    padding-top:0px;
    padding-bottom:5px;
    display: block;
    float: left;
    
    
	/*text-decoration: none;
    background-color: rgb(50,50,50);
	width: 16.1%;
    padding-top:5px;
    padding-top:5px;
    padding-bottom:5px;
    display: block;
    float: left;
    font-family: 'oswald';
    line-height:20px;
	font-size: 1.2em;
	color: rgb(204, 204, 204);
    text-align: center;
    border-radius: 80px;}
*/
}

main {
    width: 100%; 
    height: 500px; 
    background: rgba(14, 190, 163, 0.6);
    margin: left;
    font-size: 1em;
    
}

section main{
    margin: 40px auto;
    
}


div#imagen{
    float: left;
    margin-left: 150px;
    margin-right: 20px;
    margin-top: 75px;
    position: relative;
}

div#datos{
    margin-left: 100px;
    margin-top: 30px;
    float: left;
}

section {
    width: 960px; 
    height: 500px; 
    background-image: url(imagenes/fondomain.png);
    margin: 20px auto;
    position: relative;


}
    
section article {
    width: 750px; 
    height: 500px; 
    background-image: url(imagenes/fondomain.png);
    float:none;
    margin: 20px auto;
}
/*
aside {width: 960px; 
    height: 250px; 
    background: #ffc678;
        }

aside article {width: 420px; 
    height:200px; 
    background: #ffad00;
    float: left;
     margin: 20px;
        }

section article {width: 420px; 
    height: 350px; 
    background: #ffebc1;
    float: left;
     margin: 20px;
        }
*/

footer {
    width: 750px; 
    height: 40px; 
    background-image: url(imagenes/fondofooter.png);
    backface-visibility: 50%;
    margin:0px auto;
    /*font-size: 0.75em;*/
}

@media screen and (max-width:768px){
   .pagina{
       width: 90%;
     }
    header{
       width: 90%;
    }
    section{
       width: 90%;
    }
    section main{
       width: 90%;
    }
        footer {
       width: 90%;
    }
    nav{
        width:5%;
    }
}