body{
	font-family: Helvetica, Arial;
	margin: 0;
	padding: 0;
}

.clear{
	clear: both;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    height: 50px;
    width: 100%;
	margin:0 0;
	background-color: #005ea8;
	color: white;
	z-index: 100;
}
header > h1{
	height: 55px;
line-height: 16px;
float: left;
text-align: left;
width: 85%;
font-size: 30px;
font-weight: bold;
margin-left: 260px;
}

header > h2 {
	height: 18px;
	line-height: 18px;
	font-size: 1.5em;
	margin: 0 0 0 3%;
	position: relative;
	float: left;
	top: -30px;
	/* IE 8 */  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* IE 5-7 */  filter: alpha(opacity=80);
	/* Netscape */  -moz-opacity: 0.8;
	/* Safari 1.x */  -khtml-opacity: 0.8;
	/* Good browsers */  opacity: 0.8;
}

#container{
	max-width: 1024px;
	max-height: 768px;
	height: auto;
	margin: 60px auto 0 auto;
}

#container #text{
	width: 90%;
	margin: 60px auto;
	height: auto;
}

#container h2{
	color: #000;
	margin: 0 auto;
	width: 100%;
	float: left;
	padding: -1%;
	font-weight: normal;
	margin-top: 2%;
	margin-bottom: 2%;
}

#menu{
	padding: 0;
	width: 75%;
	margin: 0 auto 100px auto;
	height: auto;
}

li{
	list-style: none;
	text-align: center;
	cursor: pointer;
}
.dialog-link {
	padding: 0.8em;
	text-decoration: none;
	margin-bottom: 2%;
	margin-left: 2%;
	width: 20%;
	display: inline-flex;
	/*! margin-top: 6%; */
}
#icons {
	margin: 0;
	padding: 0;
}
#icons li {
	margin: 2px;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none;
}
#icons span.ui-icon {
	float: left;
	margin: 0 4px;
}

object{
	width: 100%;
	height: 100%;
}
.audio, .tituloAudio {
	width: 100%;
}
.tituloAudio {
	font-weight: bold;
	margin-bottom: 15px;
}
.pieImagen {
	position: relative;
	float: left;
	width: 100%;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-top: 0.5em;
}