#contenedor {
	width: 1000px;
	height: auto;
	margin: auto;
	clip: rect(auto,auto,auto,auto);
}
#contenedor #menugrande {
	height: 137px;
	background-color: #000;
}
#contenedor #contenido {
	height: 730px;
	background-color: #000;
	background-repeat: no-repeat;
	background-image: url(img/ezquina.png);
}
#contenedor #contenido #mensajes #chistes {
	width: 210px;
	padding-left: 30px;
	height: 165px;
	padding-top: 20px;
	background-image: url(img/chistes.jpg);
	background-repeat: no-repeat;
}

#contenedor #botonera {
	height: 40px;
	background-image: url(img/fondo3.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
}
#contenedor #separador {
	height: 5px;
}
#contenedor #separador2 {
	height: 3px;
}
#contenedor #botonera #reproductor {
	width: 390px;
	height: 40px;
	float: left;
}
#contenedor #contenido #izquierda {
	width: 255px;
	height: auto;
	float: right;
	background-image: url(img/farandula.jpg);
	background-repeat: no-repeat;
	padding-top: 42px;
	padding-bottom: 5px;
	padding-right: 10px;
}
#contenedor #contenido #izquierda #noticias {
	height: auto;
	text-align: justify;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #804040;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #999;
}

#contenedor #contenido #mensajes {
	height: 350px;
	width: 250px;
	float: right;
	margin-top: 15px;
	margin-right: 5px;
	background-image: url(img/mensajes.png);
	background-repeat: no-repeat;
}
#contenedor #contenido #artistas {
	float: left;
	width: 200px;
	height: 730px;
}


#contenedor #contenido #derecha {
	float: left;
	width: 255px;
	padding-top: 45px;
	text-align: justify;
	background-image: url(img/cholu.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
}
#contenedor #contenido #derecha #perfil {
	padding-right: 10px;
}
#contenedor #contenido #mascosas {
	float: left;
	width: 510px;
	margin-left: 20px;
	margin-top: 20px;
	text-align: justify;
}
#contenedor #contenido #mascosas #mp3 {
	margin-bottom: 10px;
}
#contenedor #contenido #derecha2 {
	float: left;
	width: 255px;
	padding-top: 45px;
	text-align: justify;
	background-image: url(img/san.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
}
#contenedor #contenido #perfil2 {
	margin-right: 10px;
}
#contenedor #contenido #derecha2 #perfil2 {
	margin-right: 10px;
}
