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

article{
	border: 2px solid #FFF;
	width: 100%;
	max-width: 320px;
	padding-bottom: 20px;
	max-height:482px;
	height: 100%;
	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: 150px;
	max-width: 140px;
	max-height: 240px;
	height: 240px;
	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:95%;
	max-height: 30%;
	min-width: 100px;
	margin:1.5%;
	float:left;
	border-radius: 20%;
}

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

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

section#multimedia iframe{
	padding:3px;
	width: 144px;
	height: 110px;
}

footer{
	  font-size: 6px;
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
    min-width: 150px;
    width: 75%;
}
               