body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CCCCCC;
}

#contenedorgrande {
	width: 573px;
}

#subtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	height: 33px;
	background-image: url(imagenes/fondo_subtitulo_g.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

#subtitulo2 {
	background-image: url(imagenes/fondo_subtitulo2_g.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 33px;
}
#subtitulo2 p {
	padding-top: 5px;
}
#fotos {
}
#fotos img {
	margin: 10px;
}
#videos {
}


#botones {
	height: 31px;
	width: 570px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#botones a {
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 27px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 14px;
	padding-left: 14px;
}
#botonhome {
	position: absolute;
	left: 4px;
	top: 0px;
}
#botonhome img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#botones img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#videos img {
	margin: 10px;
}

#botones a:hover {
	background-color: #000000;
}

#reproductormusica {
	height: 200px;
	position: relative;
	float: left;
	width: 300px;
	margin: 5px;
}
#contenidos {
	float: left;
	position: relative;
	width: 570px;
}
#cabecera {
	width: 570px;
	margin: 0px;
	float: left;
	top: 35px;
}
#textos {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 70px;
	padding-left: 70px;
	float: left;
	padding-bottom: 30px;
	line-height: 16px;
}

#artista {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	position: relative;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 160px;
}
#artista img {
	margin-bottom: 10px;
}

#limpiadora {
	clear: both;
}

