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



body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #753102;
	}
	
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#container{
	width:835px;
	margin: 0 auto;
	background: url(images/fondo_contents.jpg);
	}

#header{
	width: 836px;
	height: 191px;
	background: url(images/header.jpg);
	}

#imagen{
	width:225px;
	height:167px;
	float:right;
	margin-top:-150px;
	position:relative;
	left:40px;	

	}	
	
#menu {
	width: 160px;
	float: left;
	}
	
	
#menu ul {
	width: 150px;
	margin: 15px 0 0 50px;
	}
	
#menu li {
	list-style-type: none;
	}
	
#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;
	line-height: 18px;
	text-decoration: none;
	border-bottom: 1px dotted #aa702e;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	width: 118px;
	}
	
#menu li a:hover {
	background: #401b01;
	}
	
#menu h1{
	width: 131px;
	margin: 15px 48px;

	}

#contenido {
	width: 500px;
	float: right;
	padding: 0 50px 0 15px;
	background: #fff;
	position: relative;
	left: -40px;
	}
	
#contenido p {
	margin-bottom: 15px;
	}
	
	
#contenido h1 {
	color: #603913;
	font-size:32px;
	font-weight:normal;
	font-family: Arial, sans-serif;
	letter-spacing: 2px;
	margin-bottom: 15px;
	}
	
	
#contenido h2{
	color: #603913;
	font-size:24px;
	font-weight:normal;
	font-family: Arial, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 15px;
	}
	
ul#productos{
	

	}


#productos li{
	float: left;
	width: 140px;
	height: 140px;
	border: 1px dashed #aa702e;
	border-bottom:4px solid #aa702e;
	text-align: center;
	margin-top: 5px;
	margin-left: 5px;
	}

#productos li:hover{
	border:1px solid #aa702e;
	border-bottom:4px solid #aa702e;
	}	



#footer {
	width: 785px;
	position: relative;
	top: 45px;
	left: 48px;
	margin-top: 15px;
	background: #603913;
	clear: both;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 15px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}