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

body{
	margin:0;
	color:#232323;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
/*
	background-color:#ffffff;
	background-attachment:scroll;
	background-image: url(images/image_02.gif);
	background-repeat: repeat-x;
	background-position:top;
*/
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
	line-height:0;
}


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

img
{
border:none;
}

#header_home{
margin:0 auto;
padding:0px;
width:1300px;
height:840px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
background-position:top;
		
}

#header
{
margin:0 auto;
padding:0px;
width:1300px;
height:860px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
background-position:top;
}

#header2
{
margin:0 auto;
padding:0px;
width:1300px;
height:506px;
background-image:url(../images/header2.jpg);
background-repeat:no-repeat;
background-position:top;
}


#header3
{
margin:0 auto;
padding:0px;
width:1280px;
height:506px;
background-image:url(../images/header3.jpg);
background-repeat:no-repeat;
background-position:top;
}

#header_const
{
margin:0 auto;
padding:0px;
width:1300px;
height:506px;
background-image:url(../images/header_const.jpg);
background-repeat:no-repeat;
background-position:top;
}

#header_dec
{
margin:0 auto;
padding:0px;
width:1300px;
height:506px;
background-image:url(../images/Header-steel.jpg);
background-repeat:no-repeat;
background-position:top;
}


#header_fire
{
margin:0 auto;
padding:0px;
width:1300px;
height:506px;
background-image:url(../images/Header-fire.jpg);
background-repeat:no-repeat;
background-position:top;
}

#header_roll
{
margin:0 auto;
padding:0px;
width:1300px;
height:506px;
background-image:url(../images/Header-roll.jpg);
background-repeat:no-repeat;
background-position:top;
}


#topline
{
	height:20px;
	width:100%;
	font:normal 12px Arial, Helvetica, sans-serif;	
	color:#FFFFFF;
}

#phone{
	height:15px;
	padding: 8px 0px 0px 918px;
	float:left;
}

#email{
	height:15px;
	padding: 8px 0px 0px 45px;
	float:left;
}


#navigation{
	height:35px;
	width:730px;
	text-transform:uppercase;
	float:left;
	padding: 35px 0px 0px 500px;
}


/* Horizontal drop down menu
----------------------------------------------- */
#menuWrapper {
width:730px; /* Menu width */
height:35px;
padding-left:20px;
background:#; /* Background color */
border-radius: 10px; /* Menu's border roundedness */
}
.menu {
padding:0;
margin:0;
list-style:none;
height:35px;
position:relative;
z-index:5;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;


}
.menu li:hover li a {
background:none;
}
.menu li.top {display:block; float:left;}
.menu li a.top_link {
display:block;
float:left;
height:35px;
line-height:34px;
color:#ec8e0c;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px; /* Tamaño de la fuente */
font-weight:bold;
padding:0 0 0 12px;
cursor:pointer;
color:#00429f;
}

.menu li a.top_link span {
float:left;
display:block;
padding: 10px 24px 0px 12px;
height:35px;
font: bold 13px Arial, Helvetica, sans-serif;

}
.menu li a.top_link span.down {
float:left;
display:block;
padding:10px 24px 0 12px;
height:35px;
}

/*Hover top meue text color */
.menu li a.top_link:hover, .menu li:hover > a.top_link {color:#fff;
background-color:#ec8e0c;
border-radius:4px;
}

.menu li:hover {position:relative; z-index:2;}

.menu ul,
.menu li:hover ul ul,
.menu li:hover ul li:hover ul ul,
.menu li:hover ul li:hover ul li:hover ul ul,
.menu li:hover ul li:hover ul li:hover ul li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu li:hover ul.sub {
left:0;
top:35px;
background:#606060; /* Submenu background color */
padding:3px;
white-space:nowrap;
width:200px; /* submenu width */
height:auto;
z-index:3;
}

.menu li:hover ul.sub li {
display:block;
height:30px;
position:relative;
float:left;
width:200px; 
font-weight:normal;
}
.menu li:hover ul.sub li a{
display:block;
height:30px;
width:150px; /* Submenu mouse over color width */
line-height:30px;
text-indent:5px;
color:#ccc;
text-decoration:none;
}
.menu li ul.sub li a.fly {
/* Submenu Background Color */
background:# no-repeat;}
.menu li:hover ul.sub li a:hover {
background:#ec8e0c; /* Background Color on mouseover */
color:#fff;
}
.menu li:hover ul.sub li a.fly:hover, .menu li:hover ul li:hover > a.fly {
/* Background on Mouseover */
background:#ec8e0c 185px 10px no-repeat; color:#fff;}
.menu li:hover ul li:hover ul,
.menu li:hover ul li:hover ul li:hover ul,
.menu li:hover ul li:hover ul li:hover ul li:hover ul,
.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
left:200px;
top:-4px;
background: #333; /* Background Color of the Submenu */
padding:3px;
white-space:nowrap;
width:200px;
z-index:4;
height:auto;
}


/*
.menu{
	width:600px;
	height:30px;
	margin:auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
}

.menu ul{
list-style:none;
padding:0 0 0 0;
margin:auto;
}
.menu ul li{
display:inline;
}

*/
.menu ul li a{
	float:left;
	height:30px;
	border:0px;
	padding:0 25px 0 25px;
	text-decoration:none;
	color:#000000;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
}

.menu ul li.selected a{
	float:left;
	height:30px;
	border:none;
	padding:0 25px 0 25px;
	text-decoration:none;
	color:#0808a2;
	line-height:30px;
	font-size:12px;
}
.menu ul li a:hover{
color:#0808a2;
}


#left_nav{
	height:280px;
	width:230px;
	padding: 50px 0px 0px 118px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ffffff;
	float:left;
	}
	
#left_nav_block{
	height:30px;
	width:220px;
	padding: 0px 0px 20px 0px;
	}
	
#word_top{
	height:130px;
	width:800px;
	margin:300px 0px 0px 400px;
	background-image:url(../images/EXCELLENCE.png);
	background-repeat:no-repeat;
}

#sections{
	height:260px;
	width:1250px;
	margin: 90px 0px 0px 42px;
	float:left;
	}

#sector{
	height:250px;
	width:220px;
	float:left;
	margin: 0px 30px 0px 0px;
	}
	
#sec_pic{
	height:150px;
	width:220px;
	margin: 0px 0px 0px 0px;
	box-shadow: 3px 3px 10px #BDBDBD;
	}

#sec_subject{
	height: 25px;
	width: 220px;
	margin: 15px 0px 0px 0px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #00429f;
	text-align: center;
}

#sec_text{
	height:75px;
	width:200px;
	margin: auto;	
	font: 12px Arial, Helvetica, sans-serif;
	color:#000000;
	text-align: center;
}

#content{
	height:530px;
	width:1280px;
	margin: auto;
}

#content2{
	height:700px;
	width:1280px;
	margin: auto;
}

#content3{
	height:650px;
	width:1280px;
	margin: auto;
}

#content6{
	height:470px;
	width: 1280px;
	margin: auto;
}

#content7{
	height:580px;
	width: 1280px;
	margin: auto;
}


#steel_pics{
	height:220px;
	width:1200px;
	padding: 0px 0px 0px 70px;

}

h10{
font: normal 12px Arial, Helvetica, sans-serif;
color:#ffffff;
line-height:134%;

}


h9{
font: 12px Arial, Helvetica, sans-serif;
color:#ffffff;
line-height:180%;
}


h8{
font: normal 18px Arial, Helvetica, sans-serif;
color:#ffffff;
line-height:100%;
text-align:end;
}

h7{
font:BOLD 12px Arial, Helvetica, sans-serif;
color:#000000;
margin: 0; 
padding: 0px 0px 0px 0px;
line-height:220%;
}

h6{
font: normal 11px Arial, Helvetica, sans-serif;
color:#000000;
margin: 0; 
padding: 2px 0px 0px 0px;
}

h5
{
font: normal 12px Arial, Helvetica, sans-serif;
color:#909090;
margin: 0; 
padding: 0px 0px 0px 0px;
}

h4
{
font:bold 14px Arial, Helvetica, sans-serif;
color:#000000;
margin: 0; 
padding: 0;
}

h3
{
font:bold 11px/22px Arial, Helvetica, sans-serif;
color:#96f01d;
}
h2
{
font:bold 12px/28px Arial, Helvetica, sans-serif;
color:#6faa1a;
}
h1
{
font:bold 16px/43px Arial, Helvetica, sans-serif;
color:#e47b0d;
padding-left:15px;
}

p
{
font:normal 11px/16px Arial, Helvetica, sans-serif;
color:#333333;
}

#about_home{
	height: auto;
	width:1200px;
	margin:27px auto;
	padding: 0px 0px 0px 0px;
		
}

#about_home_subject{
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #00429f;

}	

#download_temp{
	padding: 60px 0px 50px 430px;
	font: bold 24px Arial, Helvetica, sans-serif;
	color:#ec8e0c;
	text-transform:uppercase;
}	


#about_home_text{
	font: 14px Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:160%;
}

#project_list_text{
	font: 14px Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:160%;
	overflow:auto;
	width:1190px;
	height:300px;
}


#news_home_subject1{
	height:20px;
	width:370px;
	float:left;
	font: bold 18px Arial, Helvetica, sans-serif;
	color:#ec8e0c;
	margin-left:38px;
	text-transform:uppercase;
}

#news_home_subject2{
	height:20px;
	width:370px;
	float:left;
	font: bold 18px Arial, Helvetica, sans-serif;
	color:#ec8e0c;
	text-transform:uppercase;
	margin-left:41px;
}

#news_home_subject3{
	height:20px;
	width:370px;
	float:left;
	font: bold 18px Arial, Helvetica, sans-serif;
	color:#ec8e0c;
	margin-left:41px;
	text-transform:uppercase;
}

#contact_subject{
	height:20px;
	width:370px;
	font: bold 18px Arial, Helvetica, sans-serif;
	color:#ec8e0c;
	margin-left:41px;
	text-transform:uppercase;
	padding: 20px 0px 0px 0px;
	float:left;
	
}

#contact{
	height:310px;
	width:1280px;
	padding: 0px 0px 0px 0px;
	background-color:#F0F0F0;
	margin-bottom:25px;
}

#content4{
	height:3300px;
	width:1280px;
	margin: auto;
}


#gallery{
	height:3250px;
	width:1280px;
	padding: 0px 0px 0px 0px;
	margin-bottom:25px;
}


#projects1{
width:1200px;
padding:0px 0px 0px 60px;
margin-top:30px;
}

#pic{
width:150px;
height:150px;
margin: 0px;
float:left;
padding: 20px 0px 0px 38px;
}


p.title4{
	height:30px;
	width:1200px;
	font: bold 18px Arial, Helvetica, sans-serif;
	color:#ec8e0c;
	margin-left:41px;
	text-transform:uppercase;
	padding: 40px 0px 0px 0px;
	float:left;

}


#contact_sec{
	height:200px;
	width:300px;
	padding: 16px 68px 0px 60px;
	float:left;


}

#contact_sec2{
	height:200px;
	width:300px;
	padding: 16px 0px 0px 43px;
	float:left;
}


#news_home{
	height:250px;
	width:370px;
	float:left;
	margin:auto;
	margin-left:38px;
	margin-top:5px;
	border-style: solid;
    border-width: 2px;
	border-color:#eaeaea;
}




#news_part{
	height:82px;
	width:370px;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	border-bottom-color:#eaeaea;
}

#news_pic{
	height:82px;
	width:95px;	
	float:left;
}

#news_txt{
	height:75px;
	width:350px;
	padding: 5px 0px 0px 0px;
	
}

#going_pic{
	float:left;
	padding: 7px 0px 0px 7px;
	
}

#going_txt{
	height:230px;
	width:180px;	
	float:left;
	padding: 20px 0px 0px 0px;	
}

#on_going{
	height:250px;
	width:370px;
	float:left;
	margin:auto;
	margin-left:38px;
	margin-top:5px;
	border-style: solid;
    border-width: 2px;
	border-color:#eaeaea;
	padding: 0px 0px 0px 0px;
}

#paper_txt{
	height:190px;
	width:150px;	
	float:left;
	padding: 40px 0px 0px 0px;	
}

#paper_pic{
	height:250px;
	width:215px;	
	float:left;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/cert.jpg);
	background-repeat:no-repeat;
}

#Projects_home{
	height:150px;
	width:1250;
}

#Projects_home_title{
	height:20px;
	width:800px;
	font: bold 18px Arial, Helvetica, sans-serif;
	color:#ec8e0c;
	text-transform:uppercase;
	margin:auto;
	padding: 0px 400px 0px 0px;
	
}

#footer{
	height:295px;
	width:1280px;
	margin:auto;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
}

#footer a:link, 
#footer a:visited, 
#footer a:hover { 
 color: #ffffff; 
 text-decoration: none; 
} 

#footer_subject1{
	height:20px;
	width:100px;
	padding: 100px 0px 0px 152px;
	float:left;
}

#footer_subject2{
	height:20px;
	width:130px;
	padding: 100px 0px 0px 86px;
	float:left;
}

#footer_subject3{
	height:20px;
	width:650px;
	padding: 100px 0px 0px 130px;
	float:left;
}

#soc_link{
	width:130px;
	height:40px;
	float:left;
	padding: 65px 0px 0px 55px;

}

#quick_links{
	height:150px;
	width:150px;
	padding: 20px 0px 0px 160px;
	float:left;

}

#contact_us_home{
	height:150px;
	width:210px;
	padding: 25px 0px 0px 50px;
	float:left;	
}

#location_map{
	height:150px;
	width:300px;
	padding: 15px 0px 0px 35px;
	float:left;
	
}



#project_list{
	height: 250px;
	width:1200px;
	margin:27px auto;
	padding: 0px 0px 25px 25px;
	overflow:hidden;
}

#project_list_subject{
	padding: 20px 0px 0px 20px;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #00429f;
}

#content5{
	height:700px;
	width:1280px;
	margin: auto;
}