.frame{
	margin: 0 auto;
    position: relative;
    width: 562px;
	height:322px!important;
}

body{
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

#play ,#stop,#pause{
	background-color: transparent;
    border-color:  transparent;
    border-style: none none solid;
    margin: 10px;
    padding:0px;
	font-size:20px;
	width:21px;
	height:19px;
    position: absolute;
    text-align: center;    
	line-height: 1;
	font-weight: bold;
	font-size:15px;
    z-index: 50;	
	color: #dae182 !important;
    cursor: pointer;
	outline:0px;
}

#play::-moz-focus-inner,#stop::-moz-focus-inner,#pause::-moz-focus-inner { border: 0; }

#play:hover,#stop:hover,#pause:hover{
	color:white !important;
}

body{
	background-color:#dcd1e2;
}

.boto-audio{
	left: -12px;
    position: absolute;
    top: -39px;
    z-index: 60;
}

#pause{
	left: 46px;
    top: -3px;
	font-size: 9px !important;
    text-indent: -5px;
}

#stop{
	left: -2px;
    top: -6px;
	/*font-size: 20px !important;*/
}

#play{
	left: 23px;
    top: -2px;
}

.monigote{
	z-index:50;
	position:absolute;
	bottom:-83px;
	left:-2px;
}

.seeker{
	width:487px;
	height:21px;
	border-color:  transparent;
	border-style: none none solid;
	border-width: 0 0 0px;
	left: 0px;
	padding: 6px 3px 5px 5px;
	font-size:20px;
	position: absolute;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	bottom: 0px;
	z-index: 80;
	color: #FFFFFF !important;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	background-color: #91a000;
}

.titol{
	bottom: -30px;
	color: #91a000;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
}

.vacio{
	background-color: #91a000;
	width:120px;
	height:32px;
	position:absolute;
	bottom: 0px;
	left:492px;
	border-radius: 0px 0px 3px 0px;
}

.boxseeker{
	background-color: black;
	border-radius: 23px 23px 23px 23px;
	cursor: pointer;
	height: 9.7px;
	left: 81px;
	opacity: 0.5;
	position: absolute;
	top: 12px;
	width: 315px;
}

.loaded{
    background-color: rgb(0,0,0);
    border: medium none !important;
    cursor: pointer;
    height: 9.7px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 0;
	height: 9.7px;
	border-radius: 23px 23px 23px 23px;
}

.played{
	background-color:#dae182;
	width:0px;
	height: 9.4px;
    left: 81px;
	position:absolute;
	top:12px;
	cursor: pointer;
	border-radius: 23px 23px 23px 23px;
}
div.volume,div.volmax {
	cursor: pointer;
	left: 530px;
	position: absolute;
	top: 0px;
	width: 44px;
}

.time{
	bottom: 2px;
    left: 265px;
    position: relative;
    width: 20px;
	font-weight:normal;
	cursor:default;
}


.bubble:after {
    border-color: white transparent transparent;
    border-style: solid;
    border-width: 7px;
    content: " ";
    height: 0;
    left: 3px;
    position: absolute;
    top: 12px;
    width: 0;
}

div.volume .vol{
	background-color: #dae182;
	margin-right:2px;
	width: 4px;
	float:left;
	z-index:200;
}

.first{margin-top: 20px;height: 4px;}
.second{margin-top: 17px;height: 7px;}
.third{margin-top: 14px;height: 10px;}
.fourth{margin-top: 11px;height: 13px;}
.fifth{margin-top: 8px;height: 16px;}
