/*
	Halcyonic 3.1 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

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

/* Basic */

	body
	{
		min-width: 1200px;
	}

	section:last-child
	{
		margin-bottom: 0 !important;
	}

/* Wrappers */

	#header-wrapper
	{
		background: #fff url('images/bg.jpg');
		border-bottom: solid 1px #272d30;
		/*box-shadow: inset 0px -1px 0px 0px #51575a;
		text-shadow: -1px -1px 1px rgba(0,0,0,0.75);*/
		padding-top:11px
	}

	.subpage #header-wrapper
	{
		height: 155px;
	}
	
	#features-wrapper
	{
		/*background: #353D40 url('images/bg02.jpg');*/
		background:#fff;
		padding: 45px 0 45px 0;
		/*text-shadow: -1px -1px 1px rgba(0,0,0,0.75);*/
	}
	
	#content-wrapper
	{
		background: #f7f7f7 url('images/bg04.png');
		
		padding: 45px 0 45px 0;
	}
	
	#footer-wrapper
	{
		padding: 45px 0 62px 0;
		/*text-shadow: 1px 1px 1px rgba(255,255,255,1);*/
background: #999999;
}

/* Header */

	#header
	{
		min-height: 117px;
		position: relative;
	}

		#header h1
		{
			position: absolute;
			left: 0;
			bottom: -8px;
			font-family: 'Lobster', sans-serif;
			font-size: 2.75em;
		}
	
			#header h1 a
			{
				color: #fff;
				text-decoration: none;
			}

		#header nav
		{
			position: absolute;
			right: 0;
			bottom: 16px;
			font-weight: 200;
		}
	
			#header nav a
			{
				color: #40484B;
				text-decoration: none;
				font-size: 25px;
				margin-left: 42px;
				outline: 0;
			}

			#header nav a:hover, a.active
			{
				color: #2F2377!important;
			}

/* Banner */
	
	#banner
	{
		/*border-top: solid 1px #222628;
		box-shadow: inset 0px 1px 0px 0px #3e484a;*/
		padding: 4px 0 35px 0;
		color: #fff;
	}
	
	.contacto #banner{
		padding: 26px 0 37px 0!important;
	}
		#banner .bordered-feature-image
		{
			margin-bottom: 0;
		}

		#banner p
		{	
			font-size: 45px;
			font-weight: 200;
			line-height: 1.25em;
			padding-right: 1em;
			margin: 0 0 1em 0;
			color: #3F464B;
			width: 490px;
			padding-left: 105px;
			padding-top: 79px;
		}
		#interior #banner p, #fabricacion #banner p{
			padding:0px;
			padding-top:16px
			}
			.contacto #banner p
			{
			padding-top:0px!important
			}
			
			#interior #banner, #fabricacion #banner{
				height:50px}

/* Features */

	#features
	{
		color: #a0a8ab;
	}
	
		#features h2
		{
			font-size: 18px;
			color: #3F464B;
			margin: 0 0 0.25em 0;
		}

		#features a
		{
			color: #e0e8eb;
		}
		
		#features strong
		{
			color: #fff;
		}

/* Content */
section p{
	font-size:14px;
	line-height:16px;
	display:block;
	width:352px;
	position:absolute
	}
section img{
	 
	}
section img.camion{
margin-top: -40px;
float: right;
margin-left: 20px;
display: block;
width: 258px;
	}
.data{
float: right;
margin-top: -11px;
text-align: right;
width: 349px;
text-shadow: none;
color: #fff;
font-size: 14px;
	}
.menu-footer{
	text-shadow: none!important;
color: #fff;
font-size: 14px;
}
	#content
	{
	}
	
		#content section
		{
			 			 
		}

		#content h2
		{
			font-size: 25px;
			color: #38488D;
			margin: 0 0 0.25em 0;
		}
		
		#content h3
		{
			color: #96a9b5;
			font-size: 1.25em;
		}
		
		#content a
		{
			color: #3F73AC;
		}
		
		#content header
		{
			margin: 0 0 0.5em 0;
		}

/* Footer */

	#footer
	{
		color: #546b76;
		text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
	}
	
		#footer h2
		{
			font-size: 1.25em;
			color: #212f35;
			margin: 0 0 1em 0;
		}
		
		#footer a
		{
			color: #fff!important;
			text-decoration:none;
			
		}

/* Copyright */

	#copyright
	{
 
		color: #8d9ca3;
		width: 1195px;
margin: auto;
font-size: 13px;
padding-top:10px
	}
	
		#copyright a
		{
			color: #8d9ca3;
			text-align:right;
			float:right;
			text-decoration:none
		}
			#copyright a span
		{
		 
			margin-top:0px;
			float:right
		}
			#copyright a img
		{
			float:left;
			display:block
		}

		#copyright p
		{
			text-align:left;
			position:absolute
		}