
/* Contenedores principales */

.div_principal {
	height: 1805px;
	width: 102%;
	background-image: url(../img/fondito2.jpg);
	background-repeat: repeat-x;
	margin: -20px;
}

.div_contenedor {
  width: 955px;
  height: 1750px;
}

/* Encabezado */

.div_encabezado {
	width: 900px;
	height: 149px;

}

.div_imglogo{
  width: 460px;
  height: 107px;
  position: relative;
  top: 30px;
}

/* Barra superior*/

.div_barralinks {
  width: 955px;
  height: 30px;
  position: relative;
  top: 4px;
}

.tablalinks {
  float: left;
  position: relative;
  left: 20px;
}

.tablacontacto {
  float: right;
  position: relative;
  right: 125px;
}

/* Discografía */ 

.div_discografia {
  width: 455px;
  height: 370px;
  float: right;
  position: relative;
  top: 40px;
 }

.tabladiscos {
  width: 300px;
  height: 170px;
  position: relative;
  top: 0px;
}

.player {
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	border:7px inset #211E35;
	height:100px;
	width:293px;
}

.tablatemas {
width: 294px;
}

.tdtemas {
  background-color: rgb(255,255,222);
  color: #000000;
  font-family: georgia;
  font-size: 8pt;
  letter-spacing: 3px;
  cursor: pointer;
  padding-left: 10px;
  -moz-border-radius: 2px;
}

.tdtemaseleccionado {
  background-color:	#211E35;
  color: #FFFFCC;
  font-family: georgia;
  font-size: 8pt;
  letter-spacing: 3px;
  cursor: pointer;
  padding-left: 10px;
  cursor: pointer; 
  -moz-border-radius: 2px;
}

.tdtemasclick {
  background-color: red;
}

#player1 {
  display: inline;
}

#player2 {
  display: none;
}

#player3 {
  display: none;
}

#player4 {
  display: none;
}

.players {
  width: 300px;
}

/* Biografía */ 

.div_biografia {
	width: 500px;
	height: 1020px;
	float: left;
	position: relative;
	top: 50px;
	//top: -190px;
}

.div_biosub{
	height: 960px;
	background-image: url(../img/fondobio.png);
	position: relative;
	left: 2px;
}

.textobio {
 	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	line-height:20px;
	padding:12px;
	text-align:left;
}

.div_fotosbio {
  width: 150px;
  float: left;
  padding: 5px;
  padding-right: 15px;
}

.tdfotobio {
  position: relative;
}

/* Prensa */

.div_prensa {
  width: 455px;
  height: 360px;
  float: right;
  position: relative;
  top: 25px;
}

.tablaprensa {
	width: 290px;
	
}

.tablaprensa {
  position: relative;
  top: 10px;
	background-image: url(../img/fondobio.png);
	border-spacing: 5px;
}

.thprensa {
	font-family: Georgia;
	background-color:	#211E35;
	color: #FFFFCC;
	text-align: left;
	padding-left: 10px;
}

.tdprensa {
	padding-left: 10px;
}

/* Videos */ 

.div_videos {
  width: 455px;
  height: 400px;
  float: right;
  position: relative;
  top: 100px;
  //top: -960px;
}

.div_contvideos {
  width: 310px;
  height: 680px;
  position: relative;
  top: 10px;
	background-image: url(../img/fondobio.png);
}

/* pie */

.div_pie {
  width: 102%;
  height: 45px;
  position: relative;
  top: 10px;
  //top: -800px;
}

.barrainferior {
  width: 102%;
  height: 45px;
  background-color: #211E35;
}

.tablapie {
  position: relative;
  right: 40;
}

.tablapiewm {
  float: right;
  position: relative;
  top: 5px;
  right: 375px;
  text-align: right;
}

.textopie {
  color: rgb(161,161,161);
  font-family: monospace;
  font-size: 8pt;
}

/* Links */

a {
  font-family: Georgia;
  text-decoration: none;
  color: #0066CC;
}

:hover {
  color: #990033;
}

.linksprensa {
  font-size: 10pt;
}

:hover.linksprensa {
  color: #990033;
}

.linksbarra  {
  color: #FFFFCC;
}

:hover.linksbarra {
  color: #ffffff;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
}

.webmaster {
  font-family: monospace;
  font-size: 8pt;
  color: rgb(161,161,161);
}

:hover.webmaster {
  color: rgb(255,255,255);
}

/* Titulos */

.div_titulo {
  width: 310px;
  height: 30px;
  background-color: #211E35;
  -moz-border-radius: 5px;
  border: 2px solid #FFFFCC;
}

.titulo {
  font-family: georgia;
  color: #FFFFCC;
  font-size: 15pt;
  letter-spacing: 2px;
  font-weight: bold;
  position: relative;
  top: -17px;
  //top: 2px;
}

#titulobio {
  width: 505px;
}










