

/*********************************************************************************/
/* Desktop (>= 480px)                                                            */
/*********************************************************************************/

/* Basic */

	body {
		min-width: 1200px;
	}

	section, article {
		margin: 0 0 60px 0;
	}

	section:last-child, article:last-child {
		margin-bottom: 0;
	}

	section.left-content {
		padding-right: 30px;
	}

	section.right-content {
		padding-left: 30px;
	}

	section.middle-content {
		padding: 0 30px 0 30px;
	}

	ul.small-image-list img {
		width: 78px;
	}

	ul.big-image-list img {
		width: 178px;
	}

	ul.big-image-list-productos img {
		width: 178px;
	}
	ul.big-image-list-clientes img {
		width: 250px;
	}
/* Reusable */

	.blog-post-image {
		width: 588px;
	}

/* Header */

	#header-wrapper {
				background-image:url("images/linzo_izq.png"), url("images/linzo_der.png");
				background-repeat:no-repeat;
				background-position: left -50px, right top;
				
		border-bottom: solid 6px #00316d;
		background-color:#FFFFFF;
		/*
		background-image: -moz-linear-gradient(top, #003c73, #00497f);
		background-image: -webkit-linear-gradient(top, #003c73, #00497f);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003c73), to(#00497f));
		background-image: -ms-linear-gradient(top, #003c73, #00497f);
		background-image: -o-linear-gradient(top, #003c73, #00497f);
		background-image: linear-gradient(top, #003c73, #00497f);
		*/
	}

	#header {
		position: relative;
		margin: 5% 0 0 0;
		padding: 0 40px 0 40px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-left:solid 1px #006699;
		border-right:solid 1px #006699;
		border-top:solid 1px #006699;
		border-bottom:0px;
		box-shadow: inset 0px 0px 0px 0px #006dbd, 0px 1px 4px 0px rgba(0,0,0,0.10);
		background-color: #00316d;
		background-image: -moz-linear-gradient(top, #00508c, #00316d);
		background-image: -webkit-linear-gradient(top, #00508c, #00316d);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00508c), to(#00316d));
		background-image: -ms-linear-gradient(top, #00508c, #00316d);
		background-image: -o-linear-gradient(top, #00508c, #00316d);
		background-image: linear-gradient(top, #00508c, #00316d);
		height: 86px;
	}

		#header h1 {
			position: absolute;
			left: 40px;
			top: 0;
			color: #fff;
			font-size: 2.4em;
			letter-spacing: -2px;
			line-height: 86px;
		}

		#header h1 a {
			color: #fff;
			text-decoration: none;
		}
		
		#header nav {
			position: absolute;
			right: 40px;
			top: 1px;
			line-height: 84px;
			text-transform: lowercase;
			font-size: 1.3em;
			letter-spacing: -1px;
		}
		
			#header nav a {
				display: inline-block;
				text-decoration: none;
				color: #fff;
				padding: 0 20px 0 20px;
				outline: 0;
			}
			
			#header nav a.current-page-item {
				background-color: #007897;
				background-image: -moz-linear-gradient(top, #007b99, #007897);
				background-image: -webkit-linear-gradient(top, #007b99, #007897);
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#007b99), to(#007897));
				background-image: -ms-linear-gradient(top, #007b99, #007897);
				background-image: -o-linear-gradient(top, #007b99, #007897);
				background-image: linear-gradient(top, #007b99, #007897);
				box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.1), 0px 0px 5px 1px rgba(255,255,255,0.1);
			}

			#header nav a:hover {
				background-color: #0882a1;
				background-image: -moz-linear-gradient(top, #0782a0, #077d9b);
				background-image: -webkit-linear-gradient(top, #0782a0, #077d9b);
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0782a0), to(#077d9b));
				background-image: -ms-linear-gradient(top, #0782a0, #077d9b);
				background-image: -o-linear-gradient(top, #0782a0, #077d9b);
				background-image: linear-gradient(top, #0782a0, #077d9b);
				box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.05), 0px 0px 5px 1px rgba(255,255,255,0.05);
			}
			


/* Banner */

	#banner-wrapper {
		/*background: #c8d2bc url(images/bg1.png);*/
		height: 265px!important;
		width:100%!important;
		margin:0px!important;
		padding:0px!important;
	}
	#banner-wrapper > * {
		padding:0px!important;
		margin:0px!important;
		width:100%!important;
	}

	#banner {
		position: relative;
		width: 100%!important;
		height: 265px!important;
		margin:0px!important;
		padding:0px!important;
		overflow:hidden!important;		
		
/*		box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.10);*/
		/*border-radius: 10px;*/
/*		padding: 20px;
		background: #fff url(images/banner.jpg) no-repeat 20px 20px;
		background-size: 1160px 265px;
*/
	}


/* Main */

	#main {
		background: #fff;
		padding: 2% 0 2% 0;
		min-height:550px;
	}

		#main .controls {
		}

		#main .main-row {
			margin: 0.5% 0 0.5% 0;
			overflow: hidden;
		}

/* Footer */

	#footer-wrapper {
		padding: 3% 0 3% 0;
	}

/* Copyright */

	#copyright {
		text-align: center;
		color: #A6A88F;
		border-top: solid 1px #ced0b7;
		padding: 3em 0 0 0;
		margin: 1% 0 0 0;
	}

		#copyright a {
			color: #A6A88F;
		}
#mapa{
	border:1px solid #000000!important;
	width:90%;
	height:300px;
	margin-top:5em;
	
}
#ubicacion{
	text-align:center;
}