@charset "utf-8";
/* CSS Document */

body {
	background-color:#e1e4d3;
	text-align:center;
	margin:0 auto;
	background-image:url(../images/background_head_top.jpg);
	background-repeat:repeat-x;
	}
	
#contener {
	width:900px;
	height:100%;
	margin:0 auto;
	text-align:left;
	}
	

/* menu head */

	#menu_contenedor {
		width:850px;
		height:65px;
		background-color:#1d2518;
		background-image: url(../images/background_menu.jpg);
		margin-left:25px;
		}
		

/* contenedor emblema */

	#emblema {
		width:850px;
		height:278px;
		background-image:url(../images/gwarming_02.jpg);
		margin-left:25px;
		}
