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

header{
	width:100%;
	height:1100px;
	display:block;
	padding-top:120px;
	overflow:hidden;
}

	header #socialH{
		padding-left:26px;
		margin-left:28px;
		border-left:1px solid #f9ad58;
	}
		#socialH a{
			color:#f8ca97 !important;
			font-size:16px;
			margin-left:14px;
			padding:6px;
			padding:22px 10px 25px 10px !important;
		}
			#socialH a:hover{
				color:#fafafa !important;
				background:none !important;
			}
			#socialH i{
				
			}

	header #menu{
		height:86px;
		padding:0px 20px;
		width:1060px;
		margin-left:-550px;
		left:50%;
		background:#f38f2a;
		display:block;
		position:relative;
		border-radius:5px;
	}
		header #menu li{
			text-align:center;
			font-weight:500;
			vertical-align:top;
			height:86px;
		}
			header #menu a{
				color:#fafafa;
				text-transform:uppercase;
				transition:0.2s;
				vertical-align:middle;
				display:block;
				position:relative;
				height:40px;
				padding:25px 22px 22px 22px;
			}
				header #menu a:hover{
					color:#fafafa;
					background:#d17b25;
				}
			header #home{
				border-radius:100%;
				border:1px solid #f3ba80;
				width:46px;
				height:46px !important;
				display:block;
				position:relative;
				text-align:center;
				color:#f3ba80 !important;
				padding:0px !important;
				margin-top:20px;
				margin-left:14px;
				margin-right:6px;
			}
				header #home:hover{
					border:1px solid #626b76 !important;
				}
				header #menu i{
					font-size:24px;
					margin-top:10px;
				}
			header #llamar{
				border-radius:100%;
				border:1px solid #f3ba80;
				width:46px;
				height:46px !important;
				display:block;
				position:relative;
				text-align:center;
				padding:0px !important;
				margin-top:18px;
				margin-left:6px;
			}
				header #llamar:hover{
					border:1px solid #626b76 !important;
				}
				header #llamar i{
					font-size:18px;
					margin-top:14px;
				}
	#cajaServ{
		display:block;
		position:relative;
		width:1040px;
		height:60px;
		margin-left:-520px;
		left:50%;
		overflow:hidden;
	}
	header #serviciosNH{
		display:block;
		position:relative;
		background:#384149;
		width:1040px;
		height:60px;
		border-bottom-left-radius:10px;
		border-bottom-right-radius:10px;
		margin-left:-520px;
		left:50%;
		top:-60px;
	}
		header #serviciosNH a{
			color:#989898;
			text-transform:uppercase;
			transition:0.2s;
			vertical-align:middle;
			display:block;
			position:relative;
			height:40px;
			padding:12px 21px 8px 21px;
		}
			header #serviciosNH a:hover{
				color:#d17b25;
				background:none;
			}
				
	header #logo{
		width:300px;
		margin-left:-150px;
		left:50%;
		display:block;
		position:relative;
		margin-top:100px;
	}
	
	header h1{
		font-weight:700;
		color:#fff;
		text-align:center;
		font-size:86px;
		margin-top:30px;
		text-shadow: 0px 0px 30px #000000;
	}
	header h2{
		font-weight:400 !important;
		font-family:'Marck Script', sans-serif;
		color:#fff !important;
		text-align:center;
		font-size:56px !important;
		margin-top:0px !important;
		text-shadow: 0px 0px 30px #000000;
	}
	header h3{
		font-weight:500 !important;
		color:#fff !important;
		text-align:center;
		font-size:36px !important;
		margin-top:100px !important;
		text-transform:uppercase;
		text-shadow: 0px 0px 30px #000000;
	}
	
	#bajarH{
		left:50%;
		margin-left:-17px;
		position:relative;
		opacity:0.8;
		text-shadow: 0px 0px 30px #000000;
	}
	
		#bajarH:hover{
			opacity:1;
		}
		
	header #fondoH{
		background:url(../img/hp/fondo-01.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		height:1180px;
		display:block;
		position:absolute;
		top:0px;
		z-index:-1;
	}