body{
	background-color: #000;
	color:#FFF;
}

article{
	border: 1px solid #FFF;
	width: 800px;
	padding-bottom: 20px;
	font-family: 'Dancing Script', cursive;
}

img#imagenJack{
	float:left;
}
audio{
margin-top: 5%;
}


ul#descripcion{
	list-style: none;	
	padding:6%;
}

ul#descripcion li{
	margin-bottom: 4%;
}


header,section{
	width: 90%;		
	min-width: 711px;
	max-width: 536px;
	border: 2px solid #FFF;	
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	border-top-left-radius: 30%;
	border-bottom-right-radius: 30%;
	overflow:auto;
}

section#curriculum, section#multimedia{
	text-align:center;
	border-radius: 0;	
}

.imagenGaleria{
	width:30%;
	max-height: 157px;
	margin:1.5%;
	float:left;
	border-radius: 20%;
}

section#galeria{
	border-radius:10%;
}

section#multimedia iframe{
	margin-left:auto;
	margin-right:auto;
}

footer{
	clear: both;
    color: red;
    height: 10px;
    margin-left: 20%;
    margin-top: 10px;
}