@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,600,700,900);


*{  
    box-sizing: border-box;
    margin:0;
    padding:0;

}

html{
    font-size:12px;
     }

body{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    height:100%;
    text-align: center;
    
}

#pagina{
    width: 90%;
    margin: auto;
}

header{
    display: block;
    background-color:rgb(255, 255, 255);
    width:100%;
    /*height:5rem;*/
}

/*
#logo img{
    width:15%;
    display: block;
    float:left;
    padding:2rem;
    }
*/

h1{
    padding:2rem 2rem 1rem 2rem;
    font-size:12pt;
    color:rgb(217, 217, 217);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;   
}

h2{ 
    margin:auto;
    padding: 0rem 0 0.5rem 0;
    font-size:10pt;
    color:rgb(21, 1, 255);
    font-family: 'Roboto',sans-serif;
    font-weight:700;
}

/*
p:last-child{
    
            }
*/

h3{
    font-size:15pt;
    font-family: 'roboto',sans-serif;
    font-weight:700;
    color:rgb(21, 1, 255);
}

h4{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    width:80%;
    margin:auto;
    height:100%;
    text-align: center;
    padding: 0rem 0 0.5rem 0;
}

h5{ 
    margin:auto;
    padding: 0rem 0 0.5rem 0;
    font-size:10pt;
    color:rgb(21, 1, 255);
    font-family: 'Roboto',sans-serif;
    font-weight:900;
    text-decoration: none; 
    }


p{
    line-height: 1.5rem;
}

main {
    display: block;
    clear: both;
    height: 100%;
    padding:1rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    border: 4px solid rgb(21, 1, 255);
   }

#foto{
    width:20%;
    margin:1rem;
    
}
    
article {  
    height: 100%;
    padding:1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 4px solid rgb(21, 1, 255);
   }



.item2art {  
    height: 100%;
    padding:1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 4px solid rgb(255, 255, 255);
    text-decoration: none; 
   }









header nav{
    clear:both;
/*    height: 5rem;*/
    margin-bottom: 1rem;
    }

header nav ul {
    list-style:none;    
    }


header nav ul li {
    display:inline;
    }


header nav ul li a{
    
    
    text-decoration:none;
    color:rgb(21, 1, 255);
    display:inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    padding:1.25rem 3rem 1.25rem 3rem;
    
        }

nav ul li a:hover{
        border: 1px rgb(21, 1, 255);
    }











.item {list-style:none; 
        display:inline-block; 
         
        color:rgb(21, 1, 255);
        border: 4px solid rgb(21, 1, 255); 
        margin:1% 1% 1% 1%; 
        margin-bottom: 1rem;
        font-size: 14px;
        letter-spacing: 0.10em;
        
}



 .item:hover {opacity:30%; /*background-color:#ef2a34;background-color: #FCC447;*/
             color:rgb(21, 1, 255);
             border: 1px solid rgb(21, 1, 255);
}








.item2 {list-style:none; 
        display:inline-block; 
        color:rgb(21, 1, 255);
        
        margin:1% 1% 1% 1%; 
        margin-bottom: 1rem;
        font-size: 14px;
        text-decoration: none; 
        letter-spacing: 0.10em;
        padding:1rem 1rem 1rem 1rem;
}



 .item2:hover {opacity:30%; /*background-color:#ef2a34;background-color: #FCC447;*/
             color:rgb(21, 1, 255);
             border: 1px solid rgb(21, 1, 255);
}
















footer{
    background-color: rgb(4, 252, 252);
    height: 7rem;
    }

#textopie{
    padding: 2rem 9.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
    font-style: italic;
    }


