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;
}

#contenidobanda {
        position:relative;
	float:left;
	clear:left;
	width : 684px;
	}

#fotobanda {
 	left:0px;
	top:0px;
	width: 684px;
	padding-top: 30px;
	padding-bottom: 50px;
}

#textobanda1 {
	left:0px;
	top:0px;	
	padding-left: 0px;
	width: 684px;
	font-size: 10pt;
	padding-top: 30px;
}

#textobanda2 {
	left:0px;
	top:0px;	
	padding-left: 0px;
	width: 684px;
	font-size: 10pt;
}
#textobanda2 ul {
	padding-left: 20px;
}
#textobanda2 ul li {
	list-style-image:url(../images/marcador_listas.gif);	
}

#ampliar_foto {
	width: 51px;
	height: 11px;
	background: url("/images/ampliar.gif") no-repeat;
}
/* 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;
}

/* tabla ensayos */
#contenidocertamen {
    position:relative;
	float:left;
	clear:left;
	width : 500px;
}

#textocertamen {
	left:0px;
	top:0px;	
	padding-left: 0px;
	width: 500px;
	font-size: 10pt;
	margin-top: 30px;
	border-top: 1px solid #d28e00;
	border-bottom: 1px solid #d28e00;
	border-left: 1px solid #d28e00;
	border-right: 1px solid #d28e00;
	background-color: #FFFFCC;
}
#titulo_1 {
	text-align: center;
	color: #ffffcc;
	background: #7a4b11;
	border-top: 1px solid #ffffcc;
	border-bottom: 1px solid #ffffcc;
	border-left: 1px solid #ffffcc;
	border-right: 1px solid #ffffcc;
	font-size: 11pt;
	font-style: bold;
	width: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#titulo_2 {
	text-align: center;
	color: #ffffcc;
	background: #d38b01;
	font-size: bold 9pt;
	width: 500px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tablediv {
display:  table;
width:460px;
background-color:#ffffcc;
border-spacing:0px;/*cellspacing:poor IE support for  this*/
border-collapse:separate;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;

}
.celldiv {
float:left;/*fix for  buggy browsers*/
display:  table-cell;
width:60%;
padding-left: 0px;
padding-top: 10px;
padding-bottom: 2px;
}

.celldiv2 {
float:left;/*fix for  buggy browsers*/
display:  table-cell;
width:40%;
padding-left: 0px;
padding-top: 10px;
padding-bottom: 2px;
}

.rowdiv  {
display:  table-row;
width:auto;
}

