* {
	margin: 0;
	padding: 0;
}

body {
	font: 16px arial,serif;

}


#titulo{
	text-align: center;
	text-decoration: underline;
}
#menu{
	margin-top:15px;
	margin-bottom: 15px;
	background: black;
	height: 100%;
}
#sec1{
	text-align: justify;
	padding: 10px;
}
#pie{
	text-align: center;
	background: black;
	color:white;
	display: block;
	clear: both;
	height: 100%;
}

#foto{
	border: 1px black solid;
	border-radius: 24px;
	box-shadow: -5px -5px 5px #888;
	float:left;
	margin:5px;

}

#subtit{
	font-style: italic;
	font-weight: bold;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#menu li {
    float: left;
}

#menu a:link , #menu a:visited{
    display: block;
    font-weight: bold;
    color: white;
    background-color: black;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    border:1px solid yellow;

}
#menu a:hover, #menu  a:active {
    background-color: orange;
    color:red;
}
#gale{
	width:400px; 
	height:350px;
	float:left;
	padding: 10px;
	display: flex;

}
