/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	background:url(../images/body-bg.gif) repeat; 
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.75em; 
	line-height:1.5em;
	color:#333333;
	min-width:1052px;
}
html, body { height:100%;}


p {padding-top:18px;}

a {
	color:#990000; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:1.333em;
	line-height:1.2307em;
	font-family:"Calibri", "Century Gothic", Times, serif;
	color:#a2a2a1;
	padding-top:41px;
	font-weight:normal;
	margin-left:-2px;
	float:left;
}
	h1 a {
		color:#640000;
		text-decoration:none;
		font-size:3.125em;
		font-weight:bold;
		margin-right:4px;
		line-height:1.2307em;
		vertical-align:baseline;
		text-transform:uppercase;
	}
		h1 span {
			color:#f07d00;
		}

h2, h4 {
	font-size:1.8333em;
	color:#640000;
	text-transform:uppercase;
	line-height:1.2307em;
	font-family:"Calibri", "Century Gothic", Times, serif;
	padding:32px 0 19px 0
}
	.h2-top {
		padding-top:26px;
	}
	.h2-pad {
		padding-bottom:24px;
	}

h3 {
	font-size:2em;
	line-height:1em;
	color:#640000;
	text-transform:uppercase;
	font-family:"Calibri", "Century Gothic", Times, serif;
	background:url(../images/h3-bg.gif) left 0px no-repeat;
	padding:4px 0 23px 96px;
	vertical-align:top;
}
	h3 strong {
		font-size:1.25em;
		line-height:1em;
		vertical-align:baseline;
		color:#640000;
	}

h4 {
	padding-top:11px;
}
/* Global Structure ============================================================= */
#main {
	margin: 0 auto;
	position: relative;
	width: 1038px;
	background:#fff;}
	.main-indent {
		padding:0 29px;
	}
	/* Header */
	header{
		height:533px;
	}	
	/* Footer */
	footer{
		height:80px;
		background:#f6f6f6;
	}
/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3, .col-4 { float:left;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

checkbox { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:left;
	font-weight:normal;
}

/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.extra-wrap { 
	width:100%;
}

/*===== header =====*/
.flash {
	margin:0 -5px;
}
/*===== content =====*/
.indent {
	padding:30px 0 30px 0;
}
	.padding {
		padding-bottom:42px;
	}
	.padding1 {
		padding-bottom:48px;
	}

.main-col-pad {
	padding-right:62px;
}
	.col-pad {
		padding-right:34px;
	}
	.col-pad1 {
		padding-right:5px;
	}
	.col-pad2 {
		padding-right:52px;
	}
	.col-pad3 {
		padding-right:45px;
	}

.divider {
	background:url(../images/divider-bg.gif) 699px 0px repeat-y;
}

strong {
	color:#424242;
}

.color {
	color:#424242;
}
/*-------- box --------*/
.box {
	background:#f1f1f1;
	border:1px solid #e5e5e5;
	border-radius: 6px;
	 -moz-border-radius: 6px;
	 -webkit-border-radius: 6px;
	 behavior: url(js/PIE.htc);
	 position: relative;
	 padding: 4px 5px 7px 7px;
	 margin-bottom:10px
}
	.box strong {
		display:block;
		padding:3px 0 4px 0;
	}
/*----*/


/* ============================= boxes START ===================================== */

.box2 {
	width: 100%;
	overflow: hidden;
}

	.box2 .border-top {
		background: #ececec url(../images/border-top.gif) repeat-x 0% 0%;
	}
	
	.box2 .border-bot {
		background: url(../images/border-bot.gif) repeat-x 0% 100%;
	}
	
	.box2 .border-left {
		background: url(../images/border-left.gif) repeat-y 0% 0%;
	}
	
	.box2 .border-right {
		background: url(../images/border-right.gif) repeat-y 100% 0%;
	}
	
	.box2 .corner-top-left {
		background: url(../images/corner-top-left.gif) no-repeat 0% 0%;
	}
	
	.box2 .corner-top-right {
		background: url(../images/corner-top-right.gif) no-repeat 100% 0%;
	}
	
	.box2 .corner-bot-left {
		background: url(../images/corner-bot-left.gif) no-repeat 0% 100%;
	}
	
	.box2 .corner-bot-right {
		background: url(../images/corner-bot-right.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box2 .inner {
		padding: 38px 38px 29px 26px;
	}
	
	.box2 .inner-1 {
		padding: 40px 38px 33px 31px;
	}
	
		.box2 p {
			padding: 0 0 16px 0 !important;
			color: #909090 !important;
		}
	
/* ============================== boxes END ====================================== */


/*------- link ----*/
.link {
	background:#640000;
	text-decoration:none;
	color:#fff;
	display:inline-block;
	margin-top:16px;
	border-radius: 6px;
	 -moz-border-radius: 6px;
	 -webkit-border-radius: 6px;
	 behavior: url(js/PIE.htc);
	 position: relative;
	 padding: 4px 6px 6px 10px;
	 font-family:calibri, "Century Gothic", Tahoma, Geneva, sans-serif;
}
	.link:hover {
		background:#5b4941;
	}
	.link-margin {
		margin-top:32px;
	}
	.link-margin1 {
		margin-top:22px;
	}

/*-----*/
/*---link1----*/
.link1 {
	display:inline-block;
	margin-top:20px;
}
/*---*/
/*-------block --------*/
.block {
	position:relative;
	font-size:3em;
	text-transform:uppercase;
	line-height:1em;
	color:#990000;
	font-family:"Calibri", "Century Gothic", Times, serif;
	font-weight:bold;
	background:url(../images/divider-bg.gif) left bottom repeat-x;
	padding-bottom:60px;
	height:240px
}
	.block strong {
		display:block;
		font-size:0.75em;
		line-height:1em;
		color:#990000;
	}
		.block em {
			font-style:normal;
			font-size:0.777em;
			line-height:1em;
			display:block;
			text-transform:none;
		}
			.block a {
				display:inline-block;
				text-decoration:none;
				color:#331b10;
				font-size:0.388em;
				line-height:1em;
				margin-top:4px;
			}
				.block a:hover {
					color:#CCC;
				}
.price-img {
	position:absolute;
	right:0px;
	top: 71px;
	left: 900px;
}
/*-------*/

/*----- list ------*/
.list li {
	line-height:1.8333em;
	background:url(../images/marker.gif) left 8px no-repeat;
	padding-left:17px;
}
	.list li a {
		font-weight:bold;
	}
/*-----*/

/*----- list1 -----*/
.list1 {
	padding-top:23px;
}
	.list1 li {
		background:url(../images/marker.gif) left 6px no-repeat;
		line-height:1.5em;
		padding:0 0 23px 17px;
	}
		.list1 li a {
			font-weight:bold;
		}
	.list1 .last {
		padding-bottom:0;
	}
/*------*/

/*---------- proce-list --------*/
.price-list li {
	width:100%;
	overflow:hidden;
	line-height:1.5em;
}
	.price-list li a {
		color:#b6b6b6;
		text-decoration:none;
	}
		.price-list li a:hover {
			color:#000;
		}
	.price-list span {
		float:right;
		font-weight:bold;
		color:#ec6900;
	}

/*-------*/

.border {
	background:url(../images/divider-bg.gif) left bottom repeat-x;
	padding-top:30px;
}
	.border-pad {
		padding-top:35px;
	}
.border1 {
	background:url(../images/border1.gif) left bottom repeat-x;
	padding-top:27px;
	margin-bottom:27px;
}
	.border-pad1 {
		padding-top:24px;
		margin-bottom:24px;
	}
.video {
	padding-top:0px
}
.socials {
	padding-top:5px
}
	.socials a {
		margin-right:10px;
	}
	
.pad {
	padding-top:26px;
}
.pad1 {
	padding-top:18px;
}

/*---------gallery--------*/
.gallery {
	float:right;
	width:149px;
	height:369px;
	overflow:auto;
}
	.gallery .inner {
		width:120px;
	}
		.gallery img {
			margin-bottom:28px;
		}
/*-------*/

.phone {
	display:inline-block;
	width:74px;
}
/*===== footer =====*/
footer {	
	font-family:Arial, Helvetica, sans-serif;
}
	footer .main-indent {
		padding: 16px 29px 0px 29px;
	}
footer .col-1 {
	width:159px;
}
footer strong {
	display:block;
	padding:6px 0 8px 0; 
}
footer li {
	background:url(../images/footer-marker.gif) left 10px no-repeat;
	padding-left:13px;
	line-height:2.33em;
}
	footer li a {
		text-decoration:none;
		color:#585858;
	}
		footer li a:hover {
			text-decoration:underline;
		}
footer .fright {
	font-size:1.07em;
	color:#5b5b5a;
}
	footer .fright span {
		color:#5b5b5a;
		font-weight:bold;
	}
		footer .fright a {
			color:#5b5b5a;
			text-decoration:none;
		}
			footer .fright a:hover {
				text-decoration:underline;
			}
/*----- forms -----*/
#search-form {
	width:100%;
	text-align:right
}
#search-form fieldset {
	border:none;
	padding-top:11px;
}
	#search-form label {
		display:inline-block;
		height:36px;
		overflow:hidden;
		background:url(../images/input-bg.gif) no-repeat 0 0;
		vertical-align:top;
	}
		#search-form .input {
			width:150px;
			padding:7px 0px 6px 0px;
			border:none;
			margin-left:12px;
			line-height:1.2307em;
			background:none;
			color:#8c8c8c;
		}
			#search-form input {
				vertical-align:top;
			}
#subscribe-form {
	background:#f07d00;
	border:1px solid #f6b166;
	border-radius: 6px;
	 -moz-border-radius: 6px;
	 -webkit-border-radius: 6px;
	 behavior: url(js/PIE.htc);
	 position: relative;
	 padding: 26px 5px 26px 13px;
}
#subscribe-form fieldset {
	border:none;
}
	#subscribe-form label {
		display:inline-block;
		height:31px;
		width:151px;
		background:#fdfdfd;
		border-radius: 8px;
		 -moz-border-radius: 8px;
		 -webkit-border-radius: 8px;
		 behavior: url(js/PIE.htc);
		 position: relative;
	}
		#subscribe-form input {
			width:134px;
			padding:7px 0px 5px 0px;
			border:none;
			margin-left:8px;
			line-height:1.2307em;
			background:none;
			color:#8c8c8c;
			vertical-align:top;
		}
			#subscribe-form .link {
				margin:0 0 0 3px;
				font-family:"Calibri", "Century Gothic", Times, serif;
				border-radius: 6px;
				 -moz-border-radius: 6px;
				 -webkit-border-radius: 6px;
				 background:#f5f5f5;
				 font-size:1.33em;
				 color:#da5403;
				 padding:6px 12px 7px 12px
			}

#contacts-form fieldset {
	border:none;
	font-family:Arial, Helvetica, sans-serif;
}
	#contacts-form label {
		display:block;
		height:42px;
	}
		#contacts-form input {
			width:264px;
			padding:3px 0px 3px 5px;
			border:1px solid #d6d6d6;
			line-height:1.2307em;
			background:none;
			color:#8c8c8c;
		}
		#solicitud-form input {
			padding:3px 0px 3px 5px;
			border:1px solid #d6d6d6;
			line-height:1.2307em;
			background:none;
			color:#8c8c8c;
		}
		#contacts-form textarea {
			width:337px;
			padding:0px 0px 0px 5px;
			border:1px solid #d6d6d6;
			background:none;
			color:#8c8c8c;
			height:105px;
			overflow:auto;
		}
		#contacts-form .link {
			margin:24px 0 0 25px;
		}

/*==========================================*/

#column-middle2 {
	float: left;
	width: 670px;
	padding: 0 18px 0 0;
}
/* ============================== JS tab START ====================================== */


#tabs {
	padding: 0 0 38px 0;
}

#tabs-1 {
	padding: 0 0 40px 0;
}

ul.tabs {
	position: relative;
	width: 100%;
	height: 51px;
	overflow: hidden;
}

	ul.tabs li {
		background: url(../images/tab-divider.gif) no-repeat 0% 0%;
		position: relative;
		float: left;
		margin: 0 0 0 -2px;
		padding: 0 0 0 2px;
	}
	
		ul.tabs li a {
			background: #d7d7d7;
			display: block;
			width: 223px;
			height: 51px;
			overflow: hidden;
			line-height: 60px;
			font-size: 1.2em;
			font-weight: bold;
			text-align: center;
			text-shadow: 1px 1px 0 #ececec;
			text-decoration: none;
			color: #989898;
		}
		
		ul.tabs li.last a {
			width: 224px;
		}
		
			ul.tabs li a strong {
				background: url(../images/tab-left.gif) no-repeat 0% 0%;
				display: block;
				height: 51px;
			}
			
			ul.tabs li a b {
				background: url(../images/tab-right.gif) no-repeat 100% 0%;
				display: block;
				height: 51px;
			}

		ul.tabs li a:hover {
			background: #ececec;
			color: #5e5e5e;
		}
		
			ul.tabs li a:hover strong {
				background-position: 0% -51px;
			}
			
			ul.tabs li a:hover b {
				background-position: 100% -51px;
			}

		ul.tabs li.active a  { /*--Makes sure that the active tab does not listen to the hover properties--*/
			background: #ececec;
			color: #5e5e5e;
		}
		
			ul.tabs li.active a strong {
				background-position: 0% -51px;
			}
			
			ul.tabs li.active a b {
				background-position: 100% -51px;
			}

/* ============================== JS tab END ====================================== */

/* ====================== Left & Right alignment START =========================== */

.fleft2 {
	float: left;
}

	img.fleft {
		margin: 0 19px 0 0;
	}
	
	img.fleft1 {
		float: left;
		margin: 2px 19px 0 0;
	}
	
	img.fleft2 {
		float: left;
		margin: 2px 30px 0 0;
	}
	
	img.fleft3 {
		float: left;
		margin: 2px 19px 0 0;
	}

.fright {
	float: right;
}

	ul.fright1 {
		float: right;
		padding: 0 63px 15px 0;
	}

.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

.aligncenter {
	padding: 15px 0 0 0;
	text-align: center;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

/* ====================== Left & Right alignment END ============================= */
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */
