@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/bg_popup.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#contenedor {
	width: 350px;
}
#Reproductor {
	float: left;
	width: 335px;
	margin-top: 337px;
}
#Repros_Popup {
	float: left;
	margin-top: 30px;
}
.titulo3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #ff9933;
	float: left;
	margin-left: 90px;
	margin-top: 25px;
	text-align: center;
}
#copyRight {
	font-family: Tahoma;
	font-size: 14px;
	color: #5A5A5A;
	float: left;
	width: 100%;
	margin-top: 25px;
	text-align: center;
}
    a:link {
	color: #5a5a5a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5a5a5a;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #5a5a5a;
}