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

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	background: url('../images/bg.png') repeat-x #FFF;
	font-family: Tahoma, Helvetica, Arial, Geneva, sans-serif;
	color: #444444;
}

img {
	border: 0px;
}

header,footer,figure {
	display: block;
}

/* HEADER */
header {
	margin: 20px auto 0;
	width: 865px;
}

header div {
	height: 150px;
	background: url('../images/header-bg.png') repeat-x bottom #FFF;
}

header div a {
	display: block;
	margin: 0 auto;
	padding: 30px 0 0;
	width: 800px;
	height: 100px;
	background: url('../images/logo.png') bottom no-repeat;
	text-indent: -5000px;
}

header figure {
	margin: 0 auto;
	width: 865px;
	height: 245px;
}

nav {
	position: absolute;
	margin: -55px 0 0 580px;
	width: 235px;
	height: 235px;
	background: url('../images/menu-bg.png') repeat-x;
	-moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.25);
  	-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.25);
  	box-shadow: 0 0 5px 1px rgba(0,0,0,0.25);
}

nav ul {
	list-style: none;
	padding: 20px 0 0 20px;
}

nav li {
	padding: 0 0 4px 0;
}

nav a {
	display: block;
	width: 200px;
	height: 30px;
	text-indent: -5000px;
}

nav #menu-empresa {
	background: url('../images/menu-empresa.png') no-repeat;	
}

nav #menu-productos {
	background: url('../images/menu-productos.png') no-repeat;	
}

nav #menu-motores {
	background: url('../images/menu-motores.png') no-repeat;	
}

nav #menu-compras {
	background: url('../images/menu-compras.png') no-repeat;	
}

nav #menu-estamos {
	background: url('../images/menu-estamos.png') no-repeat;	
}

nav #menu-contacto {
	background: url('../images/menu-contacto.png') no-repeat;	
}

/* CONTENT */
#content {
	margin: 0 auto;
	width: 865px;
	background: url('../images/content-bg.png') repeat-x #FFF;
}

#content div {
	margin: 0 auto;
	padding: 40px 0;
	width: 800px;
	border-bottom: 1px solid #d9d9d9;
}

#content h2 {
	display: block;
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #d9d9d9;
	text-indent: -5000px;
}

#content #h2-empresa {
	background: url('../images/h2-empresa.png') no-repeat;
}

#content #h2-productos {
	background: url('../images/h2-productos.png') no-repeat;
}

#content #h2-motores {
	background: url('../images/h2-motores.png') no-repeat;
}

#content #h2-compras {
	background: url('../images/h2-compras.png') no-repeat;
}

#content #h2-estamos {
	background: url('../images/h2-estamos.png') no-repeat;
}

#content #h2-contacto {
	background: url('../images/h2-contacto.png') no-repeat;
}

#content h3 {
	display: table-cell;
	padding: 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	vertical-align: bottom;
}

#content p {
	margin: 5px 0 10px;
	width: 475px;
	font-size: 14px;
	line-height: 24px;
}

#content figure {
	width: 390px;
}

#content #left {
	margin: 0;
	padding: 0;
	float: left;
	width: 390px;
	border: 0px;
}

#content #right {
	margin: 0;
	padding: 0;
	float: right;
	width: 390px;
	border: 0px;
}

#content iframe {
	margin: 15px 80px 0;
}

#fachada {
	float: right;
	margin: 0 5px 0 0;
}

#marcas {
	margin: 0 auto;
	padding: 10px 0;
	width: 865px;
	background: url('../images/header-bg.png') repeat-x bottom #FFF;
	text-align: center;
}

.img-side {
	float: left;
	margin: 5px 5px 0 0;
}

input[type=text] {
	padding: 3px 4px;
	width: 200px;
}

input[type=button] {
	padding: 5px 15px;
}

label {
	display: block;
	margin: 0;
	padding: 0;
	width: 150px;
	font-size: 12px;
}

textarea {
	padding: 3px 4px;
	width: 300px;
	height: 75px;
}

#statusfield {
	display: block;
	margin: 0 0 0 180px;
	font-size: 10px;
	line-height: 12px;
	height: 25px;
}

/* FOOTER */
footer {
	margin: 0 auto;
	width: 865px;
	height: 130px;
	background: url('../images/footer-bg.png') repeat-x;
}

footer div {
	margin: 0 auto;
	padding: 30px 0 25px;
	width: 800px;
	border-bottom: 1px solid #5e859b;
}

footer h4 {
	background: url('../images/footer-arrow.png') left center no-repeat;
	margin: 0 0 0 -15px;
	padding: 0 15px;
	color: #FFF;
	font-size: 13px;
}

footer p {
	color: #FFF;
	font-size: 12px;
	line-height: 15px;
}

#ubicacion {
	float: left;
}

#contacto {
	margin: 0 0 0 200px;
}

footer span {
	display: block;
	margin: 0 auto;
	padding: 3px 0;
	width: 800px;
	font-size: 10px;
	color: #FFF;
}
	