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




* {
font-family: 'Roboto', sans-serif;
box-sizing: border-box;
}

 
.header {
    display: flex;
}    
nav .rotulo {
    color: #fff;
    display: flex;
    background-color: rgba(10, 236, 140, 0.37);
    padding: 9px;
    width: 100%;
    margin-left: 10;
    align-items: center;
 
}

.rotulo ul {    
    color: #fff;
    display: flex;
    background-color: rgba(10, 236, 140, 0.37);
    padding: 9px;
    width: 100%;
    justify-content: space-between;
}
.rotulo li {
    list-style:none; 
}
.rotulo a {     
    text-decoration: none;
    color: #fff;
    width: 108%;
    margin: 5px;
    padding: 0.3rem 1.25rem 0.3rem 1.25rem;
}

.boton:hover { color: violet;}

header {
    background-image: url(http://68.media.tumblr.com/061f34a7cfa75207419f6ee4bc580fcb/tumblr_n4t4xthcQv1rnqolfo1_1280.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 382px;
    }

    /* AGUSTINA LANZAQUE */
h1 { 
    text-align: center; padding: 1rem;
    color: white;
    opacity: 0.8;
    font-size: 24px;
    font-weight: 400;
    margin-top: 1rem;
    padding-top: 0.8rem;
    letter-spacing: 4px;
    text-transform: uppercase;
} 
    /* DISEÑO GRAFICO */
h2 { 
    text-align: center; padding: 1rem;
    color: white;
    font-size: 16px;
    font-weight: 400;
} 


section {
    text-align: center;
    padding: 1rem;
    color: grey;
    opacity: 0.8;
    font-size: 15px;
    font-weight: 400;
    margin-top: 1rem;
    padding-top: 0.8rem;
    line-height: 20px;
}


footer {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #8e8e8e;
}

body, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-2/oth120.cur), progress !important;} 


@media screen and (max-width:600px){  

.rotulo {
    display: flex;
} 

 .rotulo ul{    
    width: 100%;
    box-sizing: border-box;
    margin-top: 0px;
    padding: 1px 0px;
    font-size: 13px;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    text-align: center; } 

.rotulo li { 
    padding: 5px;
 } 

img{ 
    max-width: 110px;
 } 

h1 {
    font-size: 20px;
padding: 0;
margin-top:0;}
    
h2 {
    font-size: 12px; padding: 0;}

footer{ 
    font-size: 8px;}

    p{ 
    font-size: 12px;}


