@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300); @import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);

body {background: #e3e3e3;}


header{max-width: 980px; 
       background:#7BAF76; 
       min-height: 80px; 
       padding-top: 1px;
       padding-bottom: 1px;
       margin: 0px 0px 0px 320px;}


nav ul {list-style-type: none;}

nav ul li {position: relative; 
           float: left; 
           padding: 10px;
           margin: 0px 100px 20px 15px;}

nav ul li a{text-decoration: none;
            font-family:'Roboto Slab', serif;
            color: #ffffff; 
            padding: 6px;}

nav ul li a:hover{color: #000000;}


.contenedor {max-width: 960px;
             min-height: 100px;
             margin:0px 65px 0px 320px; 
             padding: 10px;
             background:#ffffff; }



h1 {font-family:'Roboto Slab', serif;
    color: #ffffff;
    text-align: center;
    font-size:30pt;
    margin: 0px 130px 0px 134px;
    padding: 2px;
    background: #cc2700;}

h3 {font-family:'Roboto', sans-serif;
    color: #ffffff;
    text-align: center;
    font-size:12pt;
    margin: -5px 130px 0px 134px;
    padding: 2px;
    background: #cc2700;}


.recetas {margin: 45px 130px 0px 134px;}


h4 {font-family:'Roboto', sans-serif;
    color: #ffffff;
    text-align: center;
    font-size:10pt;
    margin: -155px 1px 155px 197px;
    padding: 2px;
    background: #cc2700;}



p {font-family:'Roboto', sans-serif;
    color: #000000;
    text-align: left;
    font-size:10pt;
    margin: -130px 0px 85px 197px;
    padding: 2px;}

footer{max-width: 950px;
       min-height: 100px;
       margin: 0px 64px 0px 320px;
       padding: 1rem;
       text-align: center; 
       background:#7BAF76;  
       padding-top: 10px;
       padding-bottom: 0px;}


.pie {max-width: 960px;
       min-height: 100px;
    font-family:'Roboto', sans-serif;
       font-weight: 400;
       font-size:8pt;
       color: #000000;
       margin: 20px 45px 0px 122px;
  }




