html {
	background-color: #eee;
}

body {
	background-image: url('../img/bg.jpg');
}

#logo {
	margin: 10px 0 0 5px;
}

.navbar {
	margin: 1em auto 1em;
}

#content {
	background-color: #F4F4F4;
	border: solid #ddd 1px;
	height: 420px;
	margin-bottom: 2em;
	padding: 10px;
	width: 920px;
}

.nivoSlider {
	height: 420px;
  position: relative;
  width: 920px;
}

.nivoSlider img {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
}

#banners {
	display: block;
	margin: 4em 0 4em;
	width: 940px;
}

.home-banner {
	background-color: #eee;
	border: solid #aaa 1px;
	display: inline-block;
	height: 200px;
	width: 260px;
}

.home-banner img:hover {
	box-shadow: 0 1px 10px #aaa;
}

#home-banner1 {
	display: inline-block;
	margin-left: 23px;
	margin-right: 53px;
}

#home-banner2 {
	display: inline-block;
	margin-right: 53px;
}

#home-banner3 {
	display: inline-block;
}

#footer {
	background-color: #eee;
	border-top: solid #ddd 1px;
	bottom: 0;
	height: 200px;
	padding: 1em 0 1em;
	width: 100%;
}

#footer a {
	color: #666;
	text-decoration: underline;
}

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

#footer-content {
	height: 170px;
	margin: 0 auto;
	width: 940px;
}

#logo-footer {
	border-right: solid #ddd 1px;
	display: inline-block;
	float: left;
	margin-right: 1em;
	padding: 1em 1em 0 0;
}

#footer-text {
	display: inline-block;
}

#footer-nav {
	margin: 0 auto;
	text-align: center;
}

#footer-nav a {
	color: #666;
	margin-right: 2em;
}

#footer-contacto {
	display: inline-block;
	margin-top: 1em;
}

#footer-copy {
	clear: both;
	float: center;
	margin: 0 auto;
	text-align: center;
}

#content-text {
	padding-left: 1em;
	padding-right: 1em;
}

#contacto {
	display: inline-block;
	margin-left: 1em;
	width: 450px;
	border-right: solid #ddd 1px;

}

#contacto textarea {
	width: 350px;
}

#contacto-feedback {
	width: 100%;
	text-align: center;
	padding-top: 3em;
	background-color: #eee;
}

#contacto-feedback a {
	color: #666;
	text-decoration: underline;
}

#contacto-feedback a:hover {
	text-decoration: none;
}

#logo-quien {
	display: block;
	height: 192px;
	margin: 0 auto;
	width: 120px;	
}

#contacto-info {
	display: inline-block;
	float: right;
	width: 430px;
}

#logo-contacto {
	display: inline-block;
	float: left;
	margin-left: -10px;
}

#contacto-text {
	display: inline-block;
	float: right;
	width: 200px;
	text-align: justify;
	margin-top: 145px;
	margin-right: 20px;
}

#contacto-text a {
	color: #666;
}

#productos {
	padding-left: 1em;
	padding-right: 1em;
}

#productos-texto1 {
	height: auto;
	display: inline-block;
	width: 425px;
	margin-top: -10px;
	border-right: solid #ddd 1px;
}

#productos-texto2 {
	height: auto;
	display: inline-block;
	width: 425px;
	margin-top: -10px;
	float: right;
}

#productos-content {
	background-color: #F4F4F4;
	border: solid #ddd 1px;
	height: 650px;
	margin-bottom: 2em;
	padding: 10px;
	width: 920px;
}

#fichas {
	margin: 0 auto;
	text-align: center;
}

.ficha {
	display: inline-block;
	margin: 15px;
}

.ficha a {
	display: block;
	text-transform: uppercase;
	text-align: center;
	margin-left: 40px;
	margin-top: 20px;
	font-size: 15px;
}























