body {
	background-attachment: fixed;
	background-color: #FF9937;
	background-image: url("../img/fondo.jpg");
	background-position: top;
	background-repeat: repeat-x;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
}
* {
	margin: 0;
	padding: 0;
}
#titulo {
	background: url("../img/fondo-titulo.jpg");
	height: 60px;
	width: 1000px;
}
#contenedor {
	background: white;
	height: auto;
	margin: auto;
	width: 1000px;
}
#logo {
	position: absolute;
	z-index: 999;
}
nav {
	background: black;
	height: 60px;
	width: 1000px;
}
#lineas {
	background: url("../img/fondo-lineas.png");
	height: 44px;
	position: absolute;
	width: 1000px;
	z-index: 800;
}
li {
	color: white;
	display: inline;
	list-style:  none;
}
li a {
	color: white;
	display: inline-block;
	height: 50px;
	margin: 5px auto;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	width:  105px;
}
li a:hover {
	background: #FF9937;
	border-radius: 5px;
}
#menu {
	height: 60px;
	margin:  0 0 0 -5px;
	text-align: right;
	width: 1000px;
}
header {
	height: 340px;
	width: 1000px;
}
h1 {
	margin-left: 15px;
	font-size: 1.8em;
}
h2 {
	text-align: center;
}
#seccion  {
	background: url(../img/fondo-seccion.jpg);
	border-radius: 7px;
	height: 38px;
	line-height: 38px;
	margin: 30px auto 0 auto;
	width: 900px;
}
article {
	min-height: 350px;
	text-align: center;
	width: 650px;
}
#art-ent {
	min-height: 350px;
	margin: auto;
	width: 700px;
}
aside {
	min-height: 400px;	
	margin: 0 0 0 20px;
	width: 320px;
}
article, aside {
	display: inline-block;
	vertical-align: top;
}
#conte-txt {
	font-size: 1.1em;
	min-height: 350px;
	padding: 10px 20px 0 20px;
	text-align: justify;
	width: 600px;
}
#conte-txt-ent {
	font-size: 1.1em;
	min-height: 350px;
	margin: auto;
	padding: 10px 20px;
	text-align: justify;
	width: 700px;
}
#linea, #linea2 {
	display: inline-block;
	vertical-align: top;
}
#productos {
	border: 1px solid gray;
	border-radius: 7px;
	height: 100px;
	padding: 10px;
	width: 610px;
}
#productos:hover {
	background: #FFF5EA;
}
#img-prod {
	height: 100px;
	width: 100px;
}
#desc-prod {
	height: 80px;
	padding: 20px 0 0 15px;
	width: 450px;
}
#img-prod, #desc-prod {
	display: inline-block;
	vertical-align: top;
}
#ordenar {
	background: orange;
	border-radius: 7px;
	height: 20px;
	width: 100px;
}
#ordenar a {
	background: orange;
	border-radius: 7px;
	color: black;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	width: 100px;
}




#spacio-footer {
	height: 345px;
	width: 100px;
}

#pies {
	height: auto;
	margin: auto;
	width: 1000px;
}
#pies1 {
background: url(../img/fondo-pies1.jpg);
	height: 360px;
	margin: 0 0 0 20px;
	width: 485px;
}
#pies2 {
	background: url(../img/fondo-pies2.jpg);
	height: 360px;
	margin: 0 0 0 0px;
	text-align: right;
	vertical-align: top;
	width: 485px;
}
#pies2 a {
	color: black;
	text-decoration: none;
}
#pies2 a:hover {
	background: silver;
}
#pies3 {
	height: auto;
	margin: auto;
	text-align: center;
	width: 1000px;
}
#pies1, #pies2 {
	display: inline-block;
}
.campos {  
    width: 340px;
    font-size:.9em;
    color: gray;
    border: 0px;  
    background-color:white;
}

.boton { 
    font-size: .9em; 
    font-weight:bold; 
    color:black; 
    background:white; 
    border:0px; 
    width:120px; 
    height:25px; 
}

footer {
	background: #E8E9EB;
	height: auto;
	width: 100%;
}