@charset "utf-8";
body,td,th {
	background-color:#000;
	background:url(images/imagebusiness/fondoimage.jpg) center center;
	background-attachment: fixed;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica Narrow, sans-serif;
	font-size: 14px;
	margin:0;
	padding: 0;
}

#legal{
	width: 955px;
	height:20px;
	background-color:#000;
	margin-bottom:0px;
	margin-right:auto;
	margin-left:auto;
	border-left:solid;
	border-top:solid;
	border-right:solid;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-width: 0px;
	border-left-color:#000;
	border-right-color:#000;
	color: #717171;
	text-align: right;
	font-family: "Comic Sans MS", cursive;
	font-size: 10px;
	font-weight: normal;
}
.centrado {
	position: absolute;
		/*nos posicionamos en el centro del navegador*/
		top:50%;
		left:50%;
		/*determinamos una anchura*/
		width:955px;
		/*indicamos que el margen izquierdo, es la mitad de la anchura*/
		margin-left:-477px;
		/*determinamos una altura*/
		height:600px;
		/*indicamos que el margen superior, es la mitad de la altura*/
		margin-top:-300px;
}
#container {
	width: 955px;
	height: 564px;
	border-left:solid;
	border-top:solid;
	border-right:solid;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-width: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(images/imagebusiness/fondo.jpg);
	background-repeat:no-repeat;
}


#menuinferior {
	height: 36px;
	width: 955px;
	margin-top: 0px;
	border-left:solid;
	border-right:solid;
	border-bottom:solid;
	border-left-width: 10px;
	border-right-width: 10px;
	background-color:#000;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	visibility:visible;
}
	
#inferior {
	width: 100%;
	height: 100%;
	background-color:#000;
	position:fixed;	
}

.audio {
	width: 300px;
	height: 36px;
	float: left;
	z-index:101;
}

.banner{
	width: 655px;
	height: 36px;
	float: left;
	margin-left:0px;
	z-index:100;
}
.letrareproductor {
	color: #baff00;
	width:300px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}

a:link {
color : #717171; 
text-decoration:none;
font-family: Arial, "Comic Sans MS";
font-size: 12px;
} 

a:visited {
	color : #717171; 
	text-decoration:none;
	font-family: Arial, "Comic Sans MS";
	font-size: 12px;} 
a:active {text-decoration: none;font-family: Arial, "Comic Sans MS";
	font-size: 12px;} 
a:hover {
	text-decoration: none;
	color: #E7E6E5;
	font-family: Arial, "Comic Sans MS";
	font-size: 12px;
} 
