/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff; 
	}
#creditos {
	height: 20px; width: 100%;
	padding: 0px; margin: 0px;
	
	background-color:#333;
	}
#cabecera, #lateral, #cuerpo_titulo, #menu, #titulo_cuerpo, #cuerpo, #pie_cuerpo_img, #pie_cuerpo {
	float: left;
	}

#contenedor {
	height: auto; width: 800px;
	padding: 0px; margin: 0px auto;
	}
#cabecera {
	height: 370px; width: 800px;
	padding: 0px; margin: 0px;
	
	background-image: url(../imagenes_css/cabecera.jpg);
	background-repeat: no-repeat;
	}
#lateral {
	height: auto; width: 175px;
	padding: 250px 20px 0px 80px; margin: 0px;
	
	background-image: url(../imagenes_css/cabecera2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
	}
#cuerpo_titulo {
	height: 60px; width: 525px;
	padding: 0px; margin: 0px;
	
	background-image: url(../imagenes_css/titulo_joan_castillo.jpg);
	background-repeat: no-repeat;
	}
#menu {
	height: 10px; width: 515px;
	padding: 5px 0px 5px 10px; margin: 0px;
	}
#titulo_cuerpo {
	height: 10px; width: 477px;
	padding: 5px 0px 5px 10px; margin: 20px 0px 0px 0px;
	
	background-color: #333;
	}
#cuerpo {
	height: auto; width: 477px;
	padding: 10px 38px 20px 10px; margin: 0px;
	text-align: justify;
	}
#pie_cuerpo_img {
	height: 100px; width: 800px;
	padding: 0px; margin: 0px;
	
	background-image: url(../imagenes_css/pie.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}	
#pie_cuerpo {
	height: 100px; width: 477px;
	padding: 5px 38px 0px 285px; margin: 0px;
	text-align: right;
	}	
		