/*
Design by Maa Designs
http://www.maadesigns.co.uk
*/
body {
	margin: 20px;
	padding: 0;
	background: #111111;
	font: normal small Arial, Helvetica, sans-serif;
	color: #6F4503;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
    color: #9E6813; /*cambia el color de titulos (Nuestros productos)*/
}
h1, h2, h3 {
}
h4, h5, h6 {
}
p, ul, ol, blockquote {
	margin-top: 0;
}
a {
	color: #6F4503;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
/* Header */
#logo { /* aplica el fondo de la foto*/
	width: 780px;
	height: 58px;
	margin: 0 auto;
	padding: 35px 0 0 0;
	background: #FFEE8F url(images/bigbg.gif) repeat-x;
	border: 5px solid #FFFFFF;
	border-bottom: none;
}
#logo h1 {
	text-align: center;
	font-size: 3em;
}
#logo h2 { /* tamaņo del titulo*/
	text-align: center;
	font-size: 1.4em;
}
#logo a { /*aplica color del menu DNSE instalaciones*/
	text-decoration: none;
	color: #9E6813;
}
/* Menu */
#menu { /* aplica color de fondo del menu*/
	width: 780px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: #4E4E4E;
	border: 5px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;;
}
#menu h2 {
	display: none;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a { /*Aplica color a las letras del menu*/
	display: block;
	float: left;
	width: 98px;
	height: 26px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
}
#menu a:hover, #menu .active a { /* Activa el Color de la fuente al pasar el mouse*/
	background: #000000;
	color: #FFFFFF;
}
/* Splash */
#image {
	width: 780px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}
/* Content */
#body { /* Aplica color al fondo de la parte inferior de la foto*/
	width: 780px;
	margin: 0 auto;
	background: #FFFFFF;
	/*background:#FF0000;*/
	border: 5px solid #FFFFFF;
}
#body .title { /* Aplica tamaņo menu debajo foto*/
	padding: 10px 20px;
    background: #FFEE8E url(images/smallbg.gif) repeat-x left bottom;
	font-size: 1em;
}
#body .story { /* aplica borde al texto debajo de foto*/
	padding: 20px;
	border: 2px solid #FFEE8E;
}
/* bot*/
#bot { /*aplica color de fondo al pie de la pagina*/
	width: 760px;
	margin: 0 auto;
	padding: 10px 10px;
	background: #4E4E4E;
	border: 5px solid #FFFFFF;
	border-top: none;
}
#bot p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #CCCCCC;
}
#bot a {
	color: #CCCCCC;
}