@charset "utf-8";
.logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	background-repeat: repeat;
	background-color: #666666;
}
#apDiv1 {
	position:absolute;
	left:83px;
	top:0px;
	width:436px;
	height:120px;
	z-index:1;
	background-image: url(imagenes/logo.jpg);
}
#apDiv2 {
	position:absolute;
	left:128px;
	top:131px;
	width:180px;
	height:90px;
	z-index:2;
	background-color: #FF0000;
}#apDiv3 {
	position:absolute;
	left:82%;
	top:1px;
	width:106px;
	height:21px;

}
.idlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: bold;

}
.idlink a {
	color: #FFFFFF;
	text-decoration: none;
}
.idlink a:visited {
	text-decoration: none;
}
.idlink a:hover {
	text-decoration: underline;
	color: #990000;
}
.idlink a:active {
	text-decoration: none;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
a {
	font-weight: bold;
}
.glowtable {

	filter: Shadow(Color=#ffffff, Direction=0);
}
div.player {

	height:231px;
	width:343px;
	-moz-outline-radius:4px;
	cursor:pointer;
	float:left;
	text-align:center;

}

/* play button */
div.player img {
	margin-top:67px;
}

/* info area */
div.player div.info {
	height:40px;
	background:#000 url(/img/global/gradient/h80.png) repeat-x;
	opacity:0.7;
	color:#fff;
	margin-top:45px;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:40px;
}

/* duration data inside info area */
div.player div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}
