@charset "utf-8";
/* CSS Document */


/*-----Generic-----*/
body{
	background:#F0F0F0 url(../img/generic/bg.jpg) repeat-x;
}
.container{
	min-height:100%;
	background:#fafafa;
	-moz-border-radius: 9px; 
    -webkit-border-radius: 9px;
    border-radius: 9px; 
    border:solid 1px #bbb;
}
.spacer{
	height:20px;
}
/*-----header-----*/
.header{
	min-height:100px;

}
#logo{
	display:block;
	width:380px;
	height:100px;
	background: url(../img/generic/logo.png) no-repeat;
}

#menu ul{
	list-style-type: none;
}

#menu ul li{
	float:left;
	color:#666;
	font:Arial, Helvetica, sans-serif bold;
	text-decoration:none;
	margin: 25px 3px 0px 3px; 
}
#menu ul li a{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:14px;
	text-decoration:none;
}

/*-----hero-----*/

#hero{
	background: url(../img/generic/secondaryHeader.png) no-repeat;
	height:300px;
}

#hero h1{
	font-family:Arial, Helvetica, sans-serif;
	margin:85px 35px;
	letter-spacing: -2px;
	font-size:55px;
	text-decoration:none;
	color:#FFFFFF;
}
/*---content---*/
.text{
	height:250px;
}

.img{
	height: 300px;
}
#escaleras{
	background:url(../img/productos/escaleras.png) no-repeat;
}
#malla{
	background:url(../img/productos/tecnomalla.png) no-repeat;
}
#ductos{
	background:url(../img/productos/ductos.png) no-repeat;
}

.text h2, #lastText h2{
	font-family:Arial, Helvetica, sans-serif;
	margin:45px 10px 10px;
	font-size:20px;
	color:#333;
}
.text p, #lastText p{
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 10px 0px 10px;
	font-size:16px;
	color:#333;
	text-align:justify;
}

.text a, #lastText a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:16px;
	text-decoration:none;
	color:#2491D2;
}

#lastText{
	height:125px;
}
#lastText a img{

}

/*-----footer-----*/
.footer{
	height:100px;
	background: url(../img/generic/footerLogo.png) no-repeat right;
}

.footer p a{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.footer p{
	color:#666;
	font-family:Arial, Helvetica, sans-serif bold;
	text-decoration:none;
	margin:30px 30px;
}


	


