/* CSS Document */

body{
	padding: 0;
	margin: 0;
	height:auto;
	color: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#5e3813), to(#603913), color-stop(0.6, #5e3813), color-stop(6.5, #603913));
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
	
}
div, h1, h2,h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
/*------------------------------------------------body--------------------*/

/*------------------------------------------------header--------------------*/
#header{
	width: 1160px;
	margin: 0 auto;
	height: 265px;
	background-image:url(../header/header-def-instalaciones.jpg);
	background-origin:border-box;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
	position: relative;
}
#header ul.nav{
	width: 815px;
	height: 49px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 338px;
	top: 93px;
	background-color: #341e07;
}
#header ul.nav li{
	float:left;
	padding:0 15px 4 4;
	margin:0;
	background: url(../elementos/nav_div.gif) right top no-repeat #341e07;
}
#header ul.nav li.noImg{
	background:none;
	padding:0px;
}
#header ul.nav li a{
	display:block;
	background:  1 1 repeat-x #341e07;
	padding:0 15px;
	font:normal 13px/50px roboto, sans-serif;
	color:#fff;
	text-decoration:none;
}
#header ul.nav li a:hover{
	color: #fff;
	background-color: #fff;
	background-image: url(../elementos/nav_div.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#header ul.nav li a.hover{
	display:block;
	background: 1 1 repeat-x #341e07;
	padding:0 15px;
	font:bold 11px/50px roboto, sans-serif;
	color:#7a593a;
	text-decoration:none;
	cursor:text;
}
#header img{
	position: absolute;
	left: 9px;
	top: 45px;
	width: 329px;
	height: 138px;
}
