* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #e9e8e7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #6f6a6a;
	line-height: 1.8em;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
}

img {
	border: 0 none;
	vertical-align: middle;
}

#container {
	width: 946px;
	margin: 0 auto;
	background-color: #FFF;
}

	#header {
		height: 157px;
		background-image: url(../img/default/bg/header.gif);
		background-repeat: no-repeat;
		background-position: right;
	}
	
	#header h1 a {
		display: block;
		width: 363px;
		height: 157px;
		background-image: url(../img/default/bg/h1.gif);
		background-repeat: no-repeat;
		text-indent: -9999px;
	}
	
	#menu {
		height: 30px;
		font-size: 1.3em;
		background-color: #2e2f2f;
	}
	
	#menu, #menu ul {
		line-height: 30px;
		list-style-type: none;
	}
	
	#menu a {
		display: block;
		color: #FFF;
		text-decoration: none;
		padding: 0 16px;
	}
	
	#menu li {
		float: left;
		border-right: 1px solid #FFF;
	}
	
	#menu li ul {
		position: absolute;
		left: -999em;
		z-index: 10;
	}
	
	#menu li ul li {
		float: none;
	}
	
	#menu li:hover, #menu li.sfhover {
		background-color: #dc030c;
	}
		
		#menu li:hover ul, #menu li.sfhover ul {
			left: auto;
			background-color: #676566;
		}
		
		#menu li:hover ul li.alt, #menu li.sfhover li.alt {
			background-color: #595757;
		}
		
			#menu li:hover ul a, #menu li.sfhover ul a {
				color: #FFF
			}
			
			#menu li:hover ul a:hover, #menu li.sfhover ul a:hover {
				background-color: #dc030c;
			}
				
	#pages {
		padding: 40px 35px 35px 35px;
		font-size: 1.3em;
	}
	
		#pages.home {
			background-image: url(../img/default/bg/auto.jpg);
			background-repeat: no-repeat;
			background-position: 97% 40px;
		}
		
		#pages p, #pages h2 {
			margin-bottom: 1.5em;
		}
		
		.bienvenido {
			width: 255px;
			padding-right: 45px;
			float: left;
			border-right: 1px solid #c2c3c3;
		}
		
			.bienvenido h2 {
				font-size: 1em;
				color: #dc030c;
			}
			
		.ofertas {
			width: 475px;
			margin-top: 90px;
			margin-right: 50px;
			float: left;
		}
		
			#pages .ofertas p {
				margin: 0;
			}
			
			.ofertas h3 {
				color: #dc030c;
				font-size: 1em;
			}
			
			.ofertas div {
				margin-bottom: 1.5em;
				clear: both;
			}
			
			.ofertas div div {
				margin-left: 130px;
				margin-bottom: 0;
				clear: none;
			}
			
			.ofertas img {
				float: left;
				margin-bottom: 1.5em;
			}
			
			.ofertas .todas {
				padding-top: 1.5em;
			}
			
			.ofertas .todas a {
				color: #dc030c;
				font-weight: bold;
				font-size: 1.1em;
				padding-left: 130px;
				text-decoration: underline;
			}
			
		.imagenes {
			margin-top: 90px;
		}
		
			.imagenes h2 {
				margin-bottom: 45px;
			}
			
			.imagenes div img {
				width: 145px;
				height: 145px;
				border: 1px solid #666363;
				margin: 0 26px 26px 0;
				
			}
	
#footerBg {
	background-image: url(../img/default/bg/footerBg.jpg);
	background-repeat: repeat-x;
	height: 212px;
	clear: both;
}

	#footer {
		width: 896px;
		margin: 0 auto;
		
		background-image: url(../img/default/bg/footer.jpg);
		background-repeat: repeat-x;
		height: 47px;
		padding: 165px 25px 0 25px;
		font-size: 1.2em;
	}
	
		#footer a {
			color: #000
		}
	
		#footer p {
			float: left;
			color: #232525;
		}
	
		#footer p.second {
			float: right;
			color: #000;
		}