@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,700,300,400);

#contenedor
{
widht: 960px;
    
}

body
{background-color: #ad2d2d;
    font-family: 'Roboto Condensed', sans-serif;font-weight: 700px; 
     position: absolute;
}

#titulo
{background-color: white;
    width: 40%;
    text-align: center;
    color:black;
}

header {
    background-color: white;
    height: 330px;
    border-radius: 24px;
     line-height: 0px;
    }

#logo {
    width:60%;
    float: left;
    
}

nav ul {
 width: 1130px;  
    list-style: none;
    height: 100px;
    padding: 100px;
}

.mi-clase{
    background-color: red;
    border-radius: 8px;
     padding-left:10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
     float:left;   
     line-height: 5px;
    margin-right: 20px;
   }

nav ul li a
{
     color: white; 
    text-decoration: none;
}

#slider{
    padding-left: 400px;
    
}

#bigmac {
    color: white;
}

article p{
-webkit-column-count: 3; 
-webkit-column-gap: 14px; 
    text-align:justify;
}


#texto-pie {
    background-color: white;
    line-height: 20px;
    width: 99%;
  position: absolute;
     font-family: 'Roboto Condensed', sans-serif;font-weight: 300; 
    padding-left: 12px;
    padding-right: -12px;
}
