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

* { margin:0px; padding:0px; }

body {
	
	background-image: url(images/bkg.gif);
	}

a {
	font-family: Tahoma;
	font-size: 10px;
	color: #0000FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}


.style1 {color: #0033CC}


div#top {
	margin:0px auto;	
	clear: none;
	float: none;
	height: 320px;
	width: 800px;	
}

div#display {
	margin:0px auto;	
	clear: none;
	float: none;
	height: 570px;
	width: 800px;	
}

div#audio {
	margin:0px auto;
	clear: none;
	float: none;
	height: 18px;
	width: 800px;	
}

div#creditos {
	margin:0px auto;
	clear: none;
	float: none;
	height: 20px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

div#clientes {
	margin:0px auto;	
	clear: none;
	float: none;
	height: 200px;
	width: 600px;	
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
