@media all and (min-width: 728px) and (max-width: 1024px) {
    
    }
    
@import url(http://fonts.googleapis.com/css?family=Lobster|Oswald:400,300,700);


body{
    width: 1024px;
    height: 500px;
    margin: auto;
    background-color: rgb(221,77,59);
    
}

body img{
    width: 443;
    height: 580;
    margin-top: 60px;
    margin-left: 0px; 
}
    
    header{
    display: block;
    width: 1024px;
    height: 50px;
    top: 0px;
    background-color: rgb(246,180,87);
    margin: auto;
}

nav ul {
    
    margin-top: -340px;
    margin-left: 583px
    
}

nav ul{
    list-style: none;
   
}
nav ul li a{
    text-decoration: none;
    font-size: 18pt;
    color: #000;
    font-family: 'Oswald';
    background-color: rgb(246,180,87);
    width: 150px;
    padding: 11px 120px;
    display: block;
    margin: 10px;
    text-align: center;
    
}

nav ul li a:hover{
background-color: rgb(43,84,74); 
color: rgb(246, 247, 243);
}
h1{ 
position: absolute;
font-size: 18pt;
color: #000;
font-family: 'Oswald';
font-weight: bold;
font-size: 30pt;
margin-top: -350px;
margin-left: 315px;
}

h1:hover{
    background-color: rgb(246,180,87);
    width: 280px;
    height: 60px;
padding-left: 20px;

    
}

div#datos p{
    position: absolute;
    width: 400px;
    height: 200px;
    margin-left: 315px;
    margin-top: -1275px;
    font-family: 'Oswald';
    font-size: 15pt;
    text-align: left;
}
    


footer{
    
    margin-top: 1000px; 
    margin:auto;
    width: 1024px;
    height: 200px;
    background-color: rgb(246,180,87);
}
    
footer p{
    margin-top: 1000px;
    font-family: 'Oswald';
    text-align: center;
    padding-top: 100px;
    position: absolute,
    
    