body {
    background-color: #333333;
	text-align: justify; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	color: #CCCCCC;
	margin : 0px;
	padding: 0px;

	
}

#container {
	
	width: 614px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-image: url("images/background.jpg");
	background-repeat: repeat-y;
	/*background: #717171;*/
}

#poneplayer {
	width : 180px;
	height : 38px;
	margin : 0px;	
	display: block;
	background-image: url('images/button_insert.png') !important;	
	cursor : move;
	background-repeat: no-repeat;	
}


* html #poneplayer {
	width : 180px;
	height : 38px;
	cursor : move;
	display: block;	
	background-image: none !important;
	_filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/button_insert.png', sizingMethod='scale');
}	

/* LANGUAGES */

.navflag {margin: 0px; padding: 0px; font-size: 1.0em;}	
.navflag ul {float: right; margin: 0px; padding: 7px 20px 0px 0px;}	
.navflag li {display: inline; list-style: none; margin: 0px; padding: 0px;}
.navflag li a {margin: 0px; padding: 0px 0px 0px 1px;}
.navflag a:hover {color: rgb(0,0,0); text-decoration: none;}
.img-navflag {display: inline; height: 14px; margin: 0px; padding: 0px; border: none;}





h2, h3 {
	margin-top: 0px;
}


a {
	color: #FFCC66;
}

a:hover {
	text-decoration: none;
}




/* FORM */

#header form{
	position: absolute;
	top: 30px;
	left: 480px;
	width: 300px;
	float: right;
	padding: 0px;
 	margin: 0px;
}




#header label,input {
	font-family: "Trebuchet MS", Verdana, sans serif;
	display: block;
	width: 100px;
	float: right;
	padding: 0px;
	margin: 0px;
}

#header label {
	
	text-align: right;
	width: 75px;
	padding-right: 5px;
	font-size: 10px;
	letter-spacing: .1em;
	color: #585858;
	vertical-align: baseline;
}

#header input {
	width: 100px;
	height: 13px;
  	color: #585858;
	background: #FFCC66;
	border: 1px solid #FF9900;
	font-size: 10px;
	padding-bottom: -2px;
}


#boton input {
	width: 50px;
	height: 17px;
}

br {
	clear: right;
}

/* BANNERS HOME */
.banner1 a{
	background: url("images/banner_bolson.jpg");
	width: 563px;
	height: 181px;
	margin-top: 10px;
	margin-left: 18px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	border: none;
}
.banner2 a{
	background: url("images/banner_drumfest.jpg");
	width: 563px;
	height: 181px;
	margin-top: 10px;
	margin-left: 18px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	border: none;
}
.banner3 a{
	background: url("images/banner_mmusica.jpg");
	width: 563px;
	height: 181px;
	margin-top: 10px;
	margin-left: 18px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	border: none;
}
.banner4 a{
	background: url("images/banner_curso.jpg");
	width: 563px;
	height: 181px;
	margin-top: 10px;
	margin-left: 18px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	border: none;
}

