body{
	background-color: #000;
	color: #FFF;
	font-size:9px;
}

article{
	border: 2px solid #FFF;
	width: 100%;
	max-width: 684px;
	min-width: 688px;
	padding-bottom: 20px;
	max-height: 500px;
	min-height: 500px;	
	overflow:auto;
}


img#imagenJack{
	max-width:100px;
	width:100px;
	float:left;
}
audio{
	width: 100px;
    margin:0px;
    padding:0px;
}

ul#descripcion{
	float:left;
	width: 130px;	
  padding:4px;
  margin:4px;
}
header,section{
	width: 90%;		
	min-width: 142px;
	max-width: 330px;
	max-height: 240px;
	height: 150px;
	border: 1px solid #FFF;	
	margin:2px;
	border-radius:0%;
	overflow:auto;
}

header{	
	float:left;	
}

section#curriculum{
	text-align: justify;
	border-radius: 0;	
	float:right;	
	
}

section#curriculum ul{
	list-style: none;
	padding:8px;
}

section#curriculum ul li{
  margin-bottom:10px;
}

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

section#galeria{
	max-width: 767px;
	width:99%;	
	border-radius:10%;
	float:left;
}

section#multimedia{
  text-align: justify;
	max-width: 767px;	
	width:99%;
	border-radius: 0;
	float:right;	
}

section#multimedia iframe{
	padding:3px;
	width: 45%px;
	height: 98%;
	margin-left:20px;
}

footer{
		padding-top:20px;
	  font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
    min-width: 150px;
    width: 90%;
}
               