@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	text-align:center;
	background:url(fondo.jpg) repeat-x;
	font-family:"Trebuchet MS";
	font-size: 12px;
	}

	div#header {
		height: 48px;
		width: auto;
		background:url(hedaer.gif) repeat-x;
		}
		
	div#content {
		text-align:left;
		background:#fef9db;
		width: 950px;
		height: auto;
		border: 5px solid #897a28;
		margin: 20px auto;
		}
		
	div#menu_izquierda {
		width: 200px;
		float: left;
		height: auto;
		padding: 10px;
		}
	
	div#menu_derecha {
		width: 700px;
		float: right;
		height: auto;
		}
		
	div.pie_limpiar {
		clear: both;
		}