@import url(http://fonts.googleapis.com/css?family=Sigmar+One);

body{
	width:80%;
	margin: 3px auto 0 auto;
	font-family: arial, verdana, sans-serif;
}

.wrap{
	display:flex;
	flex-direction: column;
}

.wrap>header{
	display:flex;
	flex-direction: row;
	flex: 1 1 120px;
    align-content: center;
    min-height: 120px; 
    background: #DDD;
    border:blue solid 2px;
    border-radius:4px;
}

figure{
    text-align: center;
	display: inline-block;
	margin:0px; 
    float:left;
}

.wrap>header>h1{
    flex:1 1 80%;
    text-align: center;
    text-shadow: 5px 5px 5px blue;
    font-size: 260%;
    color: red;
    font-family: "Sigmar one";
}

.curriculo figure>img{
    border: solid #ccc 2px;
    border-radius: 5px;
    padding: 3px;
    height: 150px;
    margin-right: 30px;
    margin-bottom: 10px;
}



.curriculo h1, .galeria h1{
    text-shadow: 5px 5px 5px blue;
    font-size: 160%;
    color: red;
    font-family: "Sigmar one"
}

.galeria{
    clear:both;
    
}
.galeria>div{
    width: 100%;
    display:flex;
    align-content: space-between;
}

.galeria img{
    max-height: 100%;
    max-width: 100%;
}
.galeria>div>div{
    
    display: flex;
    flex:1 1 30%;
    flex-direction: column;
    align-items: center;
    margin:3px;
    padding:10px;
    align-content: space-between;
    border:2px #CCC solid;
    border-radius: 4px;
}
.galeria>div>div h3{
    flex:1 1 10%;
    align-items: baseline;
}


footer{
	padding-top: 15px;
	text-align: center;
	font-size: 85%;
}