﻿body{
	background-color: #000000;
	background-image: url(../img/fondo-d.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}
img.expando{ /*sample CSS for expando images. Not required but recommended*/
border: none;
vertical-align: top; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
}

fieldset {border: 1px solid #000000;
}
fieldset b {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;}
form {
    border: 0;
    margin: 0;
    padding: 0;
	
}
a:link, a:active, a:visited
 {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
a:hover
 {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	text-decoration: underline;
}
#container {
	margin:0px;
	min-width:990px;
	padding:0px;
	text-align:left;
	width:990px;
	border:Solid 1px red;
}
#header{
	background-color:#000000;
	background-image:url('../img/cabecera.jpg');
	height:140px;
	width:100%;
	overflow:hidden;
	text-align:center;
}
#reproductor_principal{
	background-color:#000000;
	background-image:url('../img/fondo_reproductor_principal.png');
	background-repeat:no-repeat;
	width:450px;
	text-align:left;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:60px;
	padding-right:60px;
}
a.enlace_pri:link, a.enlace_pri:active, a.enlace_pri:visited
 {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
a.enlace_pri:hover
 {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	font-weight: normal;
	text-decoration: none;
}
.enlace_pri_sel
 {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	font-weight: normal;
	text-decoration: none;
}
.tam_10 {font-size: 10px}
.tam_12 {font-size: 12px}