body {
	margin: 0px 0px; 
	font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
        /* text-align:center;  en firefox, si no pones un contenedor para toda la web no funciona */
	width: 100%;
	background: url("/images/menu/fondo_browser.gif") repeat;
}

#contenidobjuvenil {
        position:relative;
	float:left;
	clear:left;
	width : 684px;
	}

#fotobjuvenil {
 	left:0px;
	top:0px;
	width: 684px;
	padding-top: 30px;
	padding-bottom: 50px;
}

#textobjuvenil1 {
	left:0px;
	top:0px;	
	padding-left: 0px;
	width: 684px;
	font-size: 10pt;
	padding-top: 30px;
}

#textobjuvenil2 {
	left:0px;
	top:0px;	
	padding-left: 0px;
	width: 684px;
	font-size: 10pt;
}

/* Jose */
.tabla_musicos {
	width: 450px;
	border: 1px solid #6a4f02;
	border-collapse: collapse; 
	/* empty-cells: hide; */
}
.tabla_musicos td {
	/* border: 1px solid #6a4f02; */
	padding: 3px 3px 3px 10px;
}
.tabla_musicos th {
	/* border: 1px solid #6a4f02; */
	padding: 0 .3em 0 1.2em;
	background-color: #d38b01;
	color: #ffffcc;
}
.celda_separacion {
	border-left: 0px;
	border-right: 0px;
	width: 40px;
}
.nombre_musico {	
	width: 250px;
}
