@charset "iso-8859-1";
/* CSS Document */


/*colors:

amarillo->  color:#f0ae25;
gris claro-> color:#d9e9eb;
gris no tan claro-> color:#748f92;


*/

html, body{
	background-image: url(../images/design/body.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#191c19;
	
}
body{ font-family:Helvetica, “Helvetica Neue”, Arial, sans-serif;
color:#397983;
}


a{text-decoration:none; color:#e3a91e;}
a:hover{text-decoration:underline;}
h2{ font-weight:normal;color:#f0ae25;font-size:32px;}


/*---- containers: backround with big black text -----*/
#container.web{
	background-image: url(../images/design/big_web.png);
	background-repeat: no-repeat;
	background-position: 165px 45px;
}
#container.print{
	background-image: url(../images/design/big_print.png);
	background-repeat: no-repeat;
	background-position: 165px 55px;
	}
#container.branding{
	background-image: url(../images/design/big_branding.png);
	background-repeat: no-repeat;
	background-position: 165px 55px;
	}
#container.services{
	background-image: url(../images/design/big_services.png);
	background-repeat: no-repeat;
	background-position: 165px 45px;
	}
#container.about{
	background-image: url(../images/design/big_about.png);
	background-repeat: no-repeat;
	background-position: 165px 45px;
	}
#container.contact{
	background-image: url(../images/design/big_contact.png);
	background-repeat: no-repeat;
	background-position: 165px 45px;
	}
/**/


/* ------- header ------------*/
#header{ width:390px;
	position:absolute;
	top:0;
	left:0;
	}
#logo{ margin:0; padding:18px 0 0 18px;}
	#logo a{ display:block;text-indent:-9999px;
		background-image: url(../images/design/logo_involucra.png);
		background-repeat: no-repeat;
		background-position: left;
		width:298px;
		height:58px;
		}
		
/* nav */
#nav{ margin-top:60px;}
	#nav ul{font-size:2.4em; margin:18px 0 0 18px; color:#748f92;line-height:normal;}
		#nav ul li{
			margin: 0.4em 0;
			background-image: url(../images/design/backtrans.png);
			background-repeat: repeat;
			display:block;
			float:left;
			clear:both;
			padding: 0px 9px;
			margin-bottom:0px;
			line-height:normal;
			white-space: nowrap;
			}
			#nav ul li a{
				color:#748f92;
				width:auto;
				font-family:arial, Helvetica, “Helvetica Neue”, Arial, sans-serif;
				font-weight:normal;
				}
			#nav ul li a.current {color:#E6F1F2;}
			#nav ul li a:hover{
				background-color:transparent;
				color:#E6F1F2;
				text-decoration:none;
				}
			#nav ul li span, #nav ul li span a {color:#f0ae25;}
/**/

#content p.bigtextfont{
	font-weight:normal;
	color:#f0ae25;
	font-size:2.2em;
	background-image: url(../images/design/backtrans.png);
	background-repeat: repeat-x;
	display:inline;
	line-height:32px;
	padding-bottom:2px;
	background-position: left bottom;
	}

/* ----------- */

#content{
	padding-top:106px;
	width:auto;
	margin-right:18px;
	margin-left:260px;
	min-height:400px;
	color:#6d9a9d;
	}
	#content.portfolio{
		margin-right:36px;
		margin-left:0;
		padding-left:260px;
		padding-top:250px;
		width:auto;
		max-width:auto;
		}
	#content.home{
		padding-top:150px;
		margin-right:18px;
		margin-left:260px;
		width:auto;
		max-width:1100px;
		position:relative;
		}
	#content.about{
		padding-top:150px;
		margin-right:18px;
		margin-left:260px;
		width:auto;
		max-width:900px;
		position:relative;
		background-image: url(../images/design/worldmap.png);
		background-repeat: no-repeat;
		background-position: right 380px;
		}
	#content.contact{
		padding-top:150px;
		margin-right:18px;
		margin-left:260px;
		width:auto;
		max-width:1200px;
		position:relative;
		}
	#content.thin{
		width:700px;
		padding-top:139px;
		margin-left:260px;
		}		
	#content h2{ margin-top:0;}
	#content.detail{
		max-width:720px;
		padding-top:220px;
		}
/**/

/* home */
#lastproject{
	background-image: url(../images/design/homeshowcase.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:470px;
	height:292px;
	padding-top:13px;
	padding-left:0px;
	/*display:inline;
	float:left;*/
	margin-right:9px;
	margin-bottom:9px;
	}
.texthome{position:absolute;
	top:150px;
	left:480px;
	}


.midsectionhome{
	clear:both;
	background-image: url(../images/design/flechaabajo.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:14px;
	}
	.midsectionhome h3{margin-top:0; margin-bottom:0.3em;}
	.midsectionhome p{line-height:normal;}
	.midsectionhome p a {color:#397983;}
	.midsectionhome p a:hover{color:#44919B;}
	.smallcolumn{ display:block; float:left; width:210px;}
	.smallcolumn+.smallcolumn{ width:250px;}
	.smallcolumn img{margin: 0 9px;}
	.smallcolumn a{display:inline-block;}
	
/*** works area thumbnails***/

.boxgrid{ 
				width: 338px; 
				height: 214px; 
				margin:0 12px 12px 0; 
				float:left; 
				/*background:#161613; */
				border: 0;
				overflow: hidden; 
				position: relative; 
				background-image: url(../images/design/backtrans.png);
				background-repeat: repeat;
				background-color:transparent;
				}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
					}
				.boxgrid p{ font-size:1.1em;
					line-height:1.2em;
					color:#6d9a9d;
					padding-left:9px;
					padding-right:86px;
					}
				.boxgrid h3{ padding-left:9px; padding-top:9px;font-size:1.6em; font-weight:normal; color:#eb6d10; margin-top:0;}
				.boxgrid a{ color:#e3a91e; }
				p.white{color:#d9e9eb; font-style:italic; font-size:1.1em; margin-bottom:9px;}
		.boxcaption{
			float: left;
			position: absolute;
			height: 100px;
			width: 100%;
			opacity: .8;
			/* For IE 5-7 */
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
			/* For IE 8 */
			-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			}
			.captionfull .boxcaption {
			top: 260;
			left: 0;
			}
			.caption .boxcaption {
			top: 220;
			left: 0;
			}
	


/* -----services---------*/
.bigtextwhite{
	color:#bdc4c3;
	font-size:2.2em;
	background-image: url(../images/design/backtrans.png);
	background-repeat: repeat-x;
	display:inline;
	line-height:32px;
	padding-bottom:2px;
	background-position: left bottom; padding-right:9px;
	}

.block{
	background-image: url(../images/design/backtrans_hz.png);
	background-repeat: repeat-y;
	padding:9px;
	margin: 12px 0;
	clear:both;
	}
.block h3{ margin-top:0; padding-top:0;}
.block img{ float:right; margin-top:9px; margin-bottom:9px;}
.block ul, .block p, .block h3{ width:380px;}
.block ul li{
	padding-left:18px;
	background-image: url(../images/design/check.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:3px;
	}

/* ----- about us ----- */

 .map1, .map1_1, .map2, .map3, .map4 {clear:right; float:right;}
 .map1 {width:660px; height:18px;}
 .map1_1{width:580px; height:18px;}
 .map2 {width:540px; height:36px;}
 .map3 {width:506px; height:50px;}
 .map4 {width:490px; height:50px;}
 .aboutblue{color:#397983; line-height:1.8em; max-width:420px;}
 
 .midsectionabout{
	min-height:530px;
	background-image: url(../images/design/flechabig.png);
	background-repeat: no-repeat;
	background-position: 18px 18px;
	padding-top: 36px;
	}
.lowsection{clear:both; margin-top:-97px;}
.team{width:290px; float:right; margin-right:18px;}
.team ul li{ margin-bottom:9px; padding-left:60px;}
.team ul li img{ float:left; margin-left:-60px;}
.abdirs{ float:right; margin-right:36px; padding-top:120px;text-align:right;}
p.abdir1{ padding-right:20px; }
p.abdir2{ padding-right:60px;}
p.abdir3{ padding-right:40px;}
p.abdir4{ padding-right:70px;}


/* --------  */

/* ----------- contacts --------------- */
.contactform{
	width:372px;
	padding:3px 9px;
	background-image: url(../images/design/backtrans.png);
	background-repeat: repeat;
	float:left;
	}
.contact .limit_500 { margin-bottom:18px;}

/* form */
fieldset {
			width: 300px;
			padding: 0px;
			border:none;
			}
		legend {
			font-weight: bold;
			}	
		label, select, textarea, input {
			float: left;
			font-size:1.2em;
			border: none;
			margin-bottom: 15px;
			padding:5px;
			}
		select, textarea, input{
			font-family:mono-space,monospace;
			color:#CCC;
			}
		select{ padding:0;}
		fieldset *:hover, fieldset *:focus {
			background-color: #18373a;
			}
		label:hover, legend:hover {
			background-color: transparent;
			}
		label {
			width: 75px; 
			clear: left; 
			font-weight: normal;
			border: none;
			}
		.dx {
			width: 75px;
			display:inline;
			clear: left; 
			font-weight: normal;
			border: none;
			padding-left:200px;
			}
		input[type="submit"] {
			clear: left;
			margin-top: 0px;
			margin-left: 85px;
			font-size:1.8em;
			font-family:Helvetica, “Helvetica Neue”, Arial, sans-serif;
			}
		textarea {
			width: 200px;
			height: 75px;font-size:1.2em;
			border:1px solid #1b3a3e;
			}
.clear{clear:both;}

/**/
.addreses{
	float:left;
	margin-left: 18px;
	}
	
.add_box{
	float:left;
	width:125px;
	margin-right:18px;
	}
.clearleft{clear:left;
	}
	
	.social img{ margin-right:9px; margin-top:9px;}
	.social{width:auto;}
	

/* ------- work detail -------- */
.det_images{ width:430px; float:left; margin-right:9px; text-align:right; overflow:hidden;}
.det_images img{
	margin-bottom:18px;
	
	}
	img.border{ background-image: url(../images/design/backtrans.png);
	background-repeat: repeat;
	padding:9px;}
	/*.det_images img.mainimg{ background:none; padding:0;}*/
.det_text{display:block; float:left; width:270px; padding-left:10px;}
.btn_back{
	display:block;
	margin:9px 0;
	position:relative;
	padding:4px 12px;
	font-size:11px;
	background-image: url(../images/design/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	width:180px;
	}

.yellow{
	color:#f0ae25;	
}

.link_azul{
	color:#669a9d;
}
link_azul a:hover{
	color:#669a9d;
	text-decoration:underline;
}

/*--------------------------*/
/* ----- footer ---------*/
#footer{
	clear:both;
	padding:56px 28px 10px;
	color:#397983;
	font-size:0.9em;
	background-image: url(../images/design/footer.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}
	#footer a{color:#397983;}	
	#footer a.btn_yellow{color:#191c1b;font-size:1.2em; margin-top:0;}
	.btn_yellow{ padding:0.3em 1.4em;
		background-color:#f0ae25;
		color:#191c1b;
		font-size:1.8em;
		display:inline-block;
		margin-top:18px;
		}
	.btn_yellow:hover{ text-decoration:none;
		background-color:#eb6d10;}
		
.big{ width:190px; text-align:center;}
#footer ul{margin:0;}
#footer ul li{display:inline; margin-right:9px; text-transform:uppercase;}

/* ****xtras*** */
.f_left{ float:left; display:inline;}
.white{color:#bdc4c3;}
.yellow{color:#f0ae25;}
.big{ width:190px; text-align:center;}
#lang{ float:right; color:#3c919e;margin-top:-146px; margin-right:9px;}
#lang a{color:#3c919e; font-size:12px;}
.limit_500{ width:480px;}
.limit_600{ width:580px;}
p strong{
	color:#BED2D3;
	}
	/* selected text color */
::-moz-selection{
    background:#cc3333;
    color:#fff;
	}
::selection {
    background:#cc3333;
    color:#fff;
	}

/**/
.tooltip{ position: absolute; top: 0; left: 0; z-index: 3; display: none; color:#F00; background-color:#000; padding:9px; }
.qtip-content, .qtip-title, .qtip-button{ font-size:12px; color:#F00; background-color:#0C0;}
