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

body {
	background-image:url(images/fondo.jpg);
	background-repeat:no-repeat;
	}
#wrapper {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#FFF;
	width:800px;
	margin:auto;
	}
#encabezado {
	background-image:url(images/encabezado.jpg);
	background-repeat:no-repeat;
	height:110px;
	}
#navegacion1 {
	background-image:url(images/navegacion.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-size:14px;
	height:50px;
	color: #06F;
	}
#navegacion1 ul li {
	display: inline;
	padding-right:90px;
	padding-left:0px;
	}	
#navegacion1 ul li a {
	text-decoration:none;
	color: #06F;
		} 
#productos {
	color:#666;
	float:left;	
	font-size:12px;
	text-align:justify;
	padding-right:10px;
	padding-left:20px;
	width:230px;
	}
#productos h3 {
	color:#06F;
	font-size:14px;
	}
#productos p a {
	text-decoration:none;
	}				
#contenido {
	color:#666;
	float:right;
	padding-right:10px;
	text-align:justify;
	width:530px;
	
	}
#contenido h2 {
	color:#F00;
	text-align:center;
	}		
#space {
	height:600px;} 
#pie {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999;
	text-align:center;
	}