body {
	background: #000000;
	font: 12px Tahoma, Verdana, Arial;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;}
a:hover {
	color: #FF0000;
	text-decoration: none;}
a:active {	color: #FF0000;
	text-decoration: none;}
strong {
	font-family: Impact, Tahoma, Verdana, Arial, sans-serif;
	font-size:16px;
	font-weight:normal;
}

li {
	margin-bottom: 6px;
	list-style-image: url(../imagenes/menuflecha.gif);
	list-style-type: none;
}

.listaguion li {
	list-style-type: none;
	list-style-image: none;
}

#contenedor {
	width: 720px;
}
#cabecera {
	background-color: #666666;
	height: 130px;
}
#logo {
	float: left;
}
#reproductor {
	float: right;
	width: 245px;
}
#idiomas {
	background-color:#CCCCCC;
	color: #000000;
	padding: 5px;
	text-align: right;
}
#idiomas a:link {
	color: #000000;
	text-decoration: underline;
}
#idiomas a:visited {
	color: #000000;
	text-decoration: underline;
}
#idiomas a:hover {
	color: #000000;
	text-decoration: none;
}
#idiomas a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#principal {
		margin-top: 10px;
		margin-bottom: 10px;
}
#menu {
	float: left;
	font: 16px Impact, "Arial Black", Arial;
}
#menu li {
	list-style: url(../imagenes/menuflecha.gif);
}
#menu a:link {
	text-decoration: none;
	color:#FFFFFF;
}
#menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover {
	text-decoration: none;
	color: #FF0000;
}
#menu a:active {
	text-decoration: none;
	color: #FF0000;
}


#contenidos {
	float: right;
	width: 530px;

	padding-left: 8px;
	border-left: thin solid #FFFFFF;
	background: url(../imagenes/contenidosfondo.jpg) no-repeat right bottom;
}
#contenidos h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
#contenidos h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#pie {
	clear: both;
	color:#000000;
	background-color:#CCCCCC;
	text-align: center;
	border-top: thick solid #666666;
	padding: 5px;
}
#pie a {
	color:#000000;
}