/** {
    border-style: dashed;
    border-width: 1px;
}*/

@font-face {
    font-family: 'amadeus';
    src: url('fonts/amadeus/Amadeus-webfont.eot');
    src: url('fonts/amadeus/Amadeus-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/amadeus/Amadeus-webfont.woff') format('woff'),
         url('fonts/amadeus/Amadeus-webfont.ttf') format('truetype'),
         url('fonts/amadeus/Amadeus-webfont.svg#amadeus') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    background-color: #FFF;
    font-size: 100%;
    font-family: sans-serif;
    font-size: 0.8em;
    text-decoration: none;
        }

#general_container {
    width: 50%;
    margin: 0 auto;
    background-color: #EEE;
    box-shadow: 2px 2px 0px 0px;
    padding: 2% 0% 2% 0%;
        
}

header {

    height: auto;
    display: block;
            }

article {
    padding-left: 5%;
    padding-right: 5%;
    margin: auto;
    
}

.grupo {
    
    font-size: 2rem;
    clear:both;
    }

.logo {
    height: 100px;
    margin: 0 auto;
    display: block;
    text-align: center;
    background-image: url(logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    
}

nav {
    margin-top: 1rem;
}

nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    background-color: #000;


}

nav ul li {
    width: auto;
    background-color: #FF0000;
    margin-bottom: 0.5rem;

}


nav ul li a {
    text-decoration: none;
    color: #FFF;
    background-color: #191919;
    display:block;
    width: 100%;
    text-align: center;
    padding: 10px;
    
    
}
    
nav ul li a:hover {
    background-color: #AAA;
    color: #FFFFFF;
}

ul {
    list-style: none;
    padding:0;
    color: #000;
}

#img_container {
    width: 90%;
    height: 200px;
    background-image: url(sebastianlarosa.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#iraltp {
    height: 20px;
    width: 100%;

    color: #FFF;
    text-align: center;
    
        
}

#iraltp a {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    display: block;
    background-color: #000;
    padding: 10px;
    margin-bottom: 100px;
}



#iraltp a:hover {
    text-decoration: none;
    color: #000;
    text-align: center;
    display: block;
    background-color: #CCC;
}

div#paragraph_container p { 
    margin-top: 50px;
}

@media all and (min-width:321px) {
    
   nav ul li {
    width:14%;
    float: left;
    margin: 1.5em;

}
    /*
@media all and (min-width:641px) {
    
   nav ul li {
    width:8em;
    float:left;
    margin: 0.1rem;
       
    
}
}