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

body {
	background: #EEE;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #444;
}

#wrap {
	margin: 0 auto;
	width: 969px;
	background: #FFF;
	border: 1px solid #7e7c7e;
}

/*-----------------------------[ TOP ] --------------------------------------*/

#top {
	background: /*url(../images/home/top.jpg)*/ top left no-repeat;
	height: 236px;
}
#top h1 {
	margin: 0;
}
#top h1 a {
	text-indent: -9999px;
	position: relative;
	left: 65px;
	top: 65px;
	display: block;
	width: 145px;
	height: 90px;
}

/*-----------------------------[ MENU ] --------------------------------------*/

#menu {
	position: relative;
	bottom: 80px;
	left: 508px;
	width: 460px;
	height: 16px;
	background: #00a160;
	border: 1px solid #FFF;
	border-right: none;
	z-index: 100;
}

#menu ul {	
	margin-left: 0;
	padding: 0;
	width: 100%;
	float: left;
}

#menu ul li {
	list-style: none;
	float: left;
	position: relative;
	top: -13px;
	height: 15px;
	margin: 0 3px;
}

*:first-child+html #menu ul li {
	top: 0;
}

#menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
	display: block;
	height: 16px;
}

*:first-child+html #top #menu ul li a {
	height: 18px;
	padding-top: 1px;
}

#menu ul li a:hover, #top #menu ul li a.active {
	background: #f1efed;
	color: #333;
	
}

/*-----------------------------[ CUERPO ] --------------------------------------*/
#cuerpo {
	margin-top: 60px;
	font-size: 80%;
	text-align: justify;
}

/*-----------------------------[ COL_IZQ ] --------------------------------------*/

#col_izq {
	float: left;
	width: 390px;
	margin-left: 44px;
}

/*-----------------------------[ COL_DER ] --------------------------------------*/

#col_der {
	float: right;
	width: 398px;
	margin-right: 40px;
}

/*-----------------------------[ FOOTER ] --------------------------------------*/

#footer {
	clear: both;
	height: 20px;
	border-bottom: 1px solid #7e7c7e;
}

#col_izq h3 {
	margin-top: 12px;
}

html>/**/body #footer {
	padding-top: 40px;
}

*:first-child+html #footer {
	margin-top: 80px;
}

#footer p {
	float: left;
	padding-left: 44px;
	color: #333;
	font-size: 70%;
}

#footer ul {
	float: right;
	position: relative;
	left: -45px;
	top: 5px;
	margin-right: 40px;
	margin: 0;
}

html>/**/body #footer ul {
	font-size: 110%;
}

html>/**/body #footer ul, html>/**/body #footer p {
	margin: 0px;
}

#footer li {
	float: left;
	list-style: none;
	border-right: 2px solid #7e7c7e;
	padding: 0 10px;
}

*:first-child+html #footer li {
	position: relative;
	top: 1px;
}

#footer li a {
	font-family: Helvetica, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #444;
	font-size: 11px;
	position: relative;
	bottom: 3px;
}

#footer li a:hover {
	text-decoration: underline;
}

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

.industry_icons h3 {
	text-indent: -9999px;
	background: url(../images/home/industry.gif) top left no-repeat;
	width: 394px;
	height: 23px;
}


.industry_icons ul {
	padding-left: 0;
	margin-left: 0;
}

.industry_icons ul li {
	list-style: none;
	float: left;
}

.industry_icons ul li a,  #sub_menu ul.industry li a {
	display: block !important;
	text-indent: -9999px;
	width: 65px !important;
	height: 65px !important;
}
