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

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

#fotoemusica1 {
 	left:0px;
	top:0px;
	width: 684px;
	padding-top: 30px;
}

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

#fotoemusica2 {
 	left:0px;
	top:0px;
	width: 684px;
	padding-top: 20px;
}

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

#tabla_emusica_1 { padding: 0 0 0 0;
width: 500px; }

#tabla_emusica_2 { 
padding: 20px 20px 20px 20px;
background: #ffffcc ;
border-bottom: 1px solid #d38b01;
width: 460px;
}

#tab_cont { 
width: 460px; }

#tabla_50 {
left: 200px;
top: 0px;
width = 200px;
float = left;
}

.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;
border-bottom: 1px solid #d38b01;
}
.celldiv {
float:left;/*fix for  buggy browsers*/
display:  table-cell;
width:57%;
padding-left: 0px;
}

.celldiv2 {
float:left;/*fix for  buggy browsers*/
display:  table-cell;
width:43%;
padding-left: 0px;
}

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


