body
{
	background: #000;
	font-size:10px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	margin: 0 auto;
	color: #fff;
}
#pag
{
	text-align: center;
	margin: 0 auto;
	width: 800px;
	background: url('img/fondo.jpg');
	height: 550px;
}
img
{
	border: 0px;	
}
#header
{
	margin: 0;
	padding: 5px 15xp;
}
#header_izq
{
	text-align:right;
	float: left;
	width: 150px;
}
#header_der
{
	float: right;
	width: 650px;
}
#contenido
{
	margin-top: 40px;
	float: right;
	text-align:left;
	width: 400px;
}
#contenido_rep
{
	float: left;
	text-align:center;
	width: 400px;
}
ul{
	list-style: none;
}
li{
	list-style:none;
	border:1px solid #000;
	float: left;
}
li a{
	padding: 4px 0;
	display: block;
	width: 100px;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	background: #000;
	border-top:2px solid #333;
}
li a:hover{
	background: #003;
	color: #99cc00;
	text-decoration: none;
	border-top:2px solid #deb000;
}
li a:focus{
	color: #ccc;
	text-decoration: none;	
	border-top:10px solid #333;
}
#reproductor:link{
	font-size: 10px;
	text-decoration:none;
	color: #aaa;
}
#reproductor:hover{
	border-bottom:2px dotted #ccc;
	color: #ccc;
}
#rep{
	height: 300px;
}
.a{
	text-decoration:none;
	color: #FFF;
}
.a:hover{
	border-bottom:2px dotted #deb000;
	color: #deb000;
}
#footer
{
	text-align:center;
	margin: 0 auto;
}