body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-image: url(imagenes/fondo.png);
}

#contenedor{
	margin: 0px;
	padding: 0px;
	width: 1000px;
}

#cabecera{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 70px;
	background: url(imagenes/cabecera.png) no-repeat;
}

#repro{
	float: left;
	margin: 0px;
	padding: 135px 120px 45px 650px;
	width: 230px;
	height: 70px;
	background: url(imagenes/repro.png) no-repeat;
}

#contenido{
	float: left;
	width: 600px;
	height: 65px;
	margin: 0px;
	padding:  105px 200px 30px 200px;
	background: url(imagenes/contenido.png) no-repeat;
}

#boton1{width: 600px; height: 75px; background: url(imagenes/boton1.png) no-repeat;}
#boton2{width: 400px; height: 80px; background: url(imagenes/boton2.png) no-repeat;}

#pie{
	float: left;
	margin: 0px;
	padding: 5px 45px 25px 560px;
	width: 400px;
	height: 80px;
	background: url(imagenes/pie.png) no-repeat;
}

#info{width: 1000px; height: 30px; text-align: center;}