* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, sans-serif;
	background: #3b4e71 url(imagenes/fondo.gif) top center no-repeat;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
#contenedor {
	position: absolute;
	left: 50%;
	margin-left: -383px;
	width: 766px;
	background: #3d537c url(imagenes/fondo-contenido.jpg) repeat-y;
}
	#encabezado ul {
		list-style: none;
	}
		#encabezado ul li {
			float: left;
			height: 29px;
			padding-top: 30px;
			text-align: center;
			font-size: 12px;
			font-weight: bold;
		}
			#encabezado ul li a {
				color: #d0e238;
			}
			#encabezado ul li a:hover {
				color: white;
			}
		#encabezado .inicial {
			width: 41px;
			background: url(imagenes/electrollave_01.jpg) no-repeat;
		}
		#empresa {
			width: 137px;
			background: url(imagenes/electrollave_02.jpg) no-repeat;
		}
		#ferreterias {
			width: 137px;
			background: url(imagenes/electrollave_03.jpg) no-repeat;
		}
		#proveedores {
			width: 137px;
			background: url(imagenes/electrollave_04.jpg) no-repeat;
		}
		#ofertas {
			width: 137px;
			background: url(imagenes/electrollave_05.jpg) no-repeat;
		}
		#contacto {
			width: 137px;
			background: url(imagenes/electrollave_06.jpg) no-repeat;
		}
		#encabezado .final {
			width: 40px;
			background: url(imagenes/electrollave_07.jpg) no-repeat;
		}
	#marcas ol {
		list-style: none;
		height: 65px;
		background: url(imagenes/sombra-marcas.jpg) bottom no-repeat;
	}
		#marcas ol li {
			float: left;
			height: 55px;
		}
		#marcas .inicial {
			width: 57px;
			background: url(imagenes/marcas_01.jpg) no-repeat;
		}
		#marcas .final {
			width: 51px;
			background: url(imagenes/marcas_07.jpg) no-repeat;
		}
	#contenido {
		background: #3d537c url(imagenes/fondo-contenido.jpg) repeat-y;
		padding: 10px 40px 20px 41px;
		
	}
		#contenido h2 {
			color: white;
			font-size: 20px;
			font-weight: normal;
			padding-bottom: 10px;
		}
		#contenido h3 {
			color: white;
			font-size: 16px;
		}
		#contenido h4, #contenido h4 a {
			color: #e8b54d;
		}
		#contenido p, #contenido ol {
			margin: 5px 0 5px 0;
			font-size: 12px;
			color: #e8b54d;
		}
		#contenido ol { list-style-position: inside; }
		#contenido p a {
			color: #d0e238;
		}
		#contenido ul {
			float: right;
			list-style: none;
		}
		#contenido ul li {
			padding: 2px 20px 2px 20px;
			margin-bottom: 1px;
			background-color: #41454b;
		}
		#contenido ul li a {
			color: #d0e238;
		}
		#contenido ul li a:hover {
			color: white;
		}
		.oferta {
			float: left;
			padding: 0 25px 20px 25px;
		}
		#contenido ol li a {
			color: #e8b54d;
		}
	#pie {
		clear: both;
		height: 80px;
		padding: 20px 40px 0 41px;
		background: url(imagenes/electrollave_14.jpg) no-repeat;
	}
		#pie p {
			color: silver;
			font-size: 12px;
		}
		#pie p a {
			color: silver;
		}
		#pie #rapido {
			margin-bottom: 20px;
		}
		#pie #copyright {
			float: left;
		}
		#pie #legal {
			float: right;
			text-align: right;
		}
		#rapido input {
			width: 120px;
			margin-right: 10px;
		}
		
#formnulario-contacto {
	width: 510px;
	padding-bottom: 20px;
}
	#formnulario-contacto label {
		display: inline-block;
		width:  200px;
		vertical-align: top;
	}
	#formnulario-contacto input {
		width:  300px;
	}
	#formnulario-contacto textarea {
		width: 300px;
		height: 100px;
	}
	.boton {
		width: 100px !important;
		float: right;
	}