#contenedorBody *{
	 FONT-WEIGHT: normal; FONT-SIZE: 12px;  FONT-FAMILY: Arial, Helvetica, sans-serif
}

#contenedorBody .tablaBloques {
	BORDER-RIGHT: #fff 2px solid; BORDER-TOP: #fff 2px solid; BORDER-LEFT: #fff 2px solid; WIDTH: 100%; COLOR: #666; BORDER-BOTTOM: #fff 2px solid; BORDER-COLLAPSE: collapse
}
#contenedorBody .tablaBloques TD {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 20px; VERTICAL-ALIGN: top; BORDER-LEFT: #fff 5px solid; WIDTH: 33%; PADDING-TOP: 10px; BORDER-BOTTOM: #fff 5px solid
}
#contenedorBody .tablaBloques TD.primero {
	BORDER-LEFT-WIDTH: 0px
}
#contenedorBody .tablaBloques TD.destacado {
	BACKGROUND: url(bg_anuncio.gif) no-repeat center center
}
#contenedorBody .tablaBloques TR.pares TD {
	BACKGROUND: #fbfaf9
}
#contenedorBody .tablaBloques TD P {
	PADDING-LEFT: 10px; BACKGROUND: url(bullet_naranja.gif) no-repeat 0px 4px
}
#contenedorBody .tablaBloques TD P STRONG {
	COLOR: #356AA0
}
#contenedorBody .tablaBloques TD STRONG A {
	COLOR: #f60
}
#contenedorBody .tablaBloques TD A {
	COLOR: #666; TEXT-DECORATION: none
}
#contenedorBody .tablaBloques TD A:hover {
	COLOR: #f60; TEXT-DECORATION: underline
}


/* ********************************* */

#anuncios table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #666;
}

#anuncios caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}

#anuncios col {
  border-right: 1px solid #ccc;
}

#anuncios col#albumCol {
  border: none;
}

#anuncios thead {
  background: #ccc url(bar.gif) repeat-x left center;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

#anuncios th {
  font-weight: normal;
 /* text-align: left;*/
}

#playlistPosHead {
  text-indent: -1000em;
}

#anuncios td {
  padding: 5px 6px !important;
}

#anuncios th {
  padding: 4px 6px !important;
}


#anuncios .odd {
  background-color:#edf5ff;
}

#anuncios tr:hover {
  background-color:#3d80df;
  color: #fff;
  cursor: pointer;
}

#anuncios thead tr:hover {
	background-color: transparent;
	color: #000;
	cursor:auto;
	
}


