*
{
	padding:0px;
	margin:0px;
}

html, body{
	height: 100%;
}

body{	
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	margin:0px;
}

.site-wrap{
	min-height: 100%;
    position: relative;
}

.clear{
	clear:both;
}

img
{
	border:0px;
}
/* [Begin] Header section */

.header{	
	color:#646464;
	margin:0 0 40px;	
	background:url(/empresa/site/images/header-bg.png) repeat-x top #cccccc;	
}

.header-content{	
	font-size:16px;
	min-width:960px;
	border-bottom:1px solid #7d7d7d;
	display:table;
	width:100%;
}

.header-logo{
	float:left;
	margin:0px 10px 0px 0px;
}

.header-menu{
	float:left;
	border-left:1px solid #7d7d7d;
	border-right:1px solid #eee;
}

.header-menu a{
	color:#646464;
	text-shadow:1px 1px 0px #eee;
	text-decoration:none;
}

.header-menu a:hover{
	color:#2091FA;
	text-decoration:none;
}

.header-menu ul{
	display:table;
	margin:0px;
	padding:0px;
	list-style:none;
	
}

.header-menu ul li{
	float:left;
	line-height:100px;
	height:110px;
	padding:0px 20px;
	border-left:1px solid #eee;
	border-right:1px solid #7d7d7d;
}

.header-options{
	float:right;
	margin-right:5px;
	width:150px;
}

.header-login{
	background:#fff;
	border-radius:4px;
	padding:5px 10px;
	text-align:center;
}

.header-login a{
	color:#646464;
	text-decoration:none;
}

.header-language{	
	padding:5px 10px;	
	font-size:12px;
	text-align:right;
	margin:5px 0px;
}

.header-language a{
	color:#646464;
	text-decoration:none;
}

.header-submenu{
	background:#7d7d7d;
	border-bottom:1px solid #646464;
	height:26px;
	
}

.header-submenu ul{
	display:table;
	list-style:none;
}

.header-submenu li{
	float:left;
	margin:0px 10px;
	
	padding:5px;
	font-size:12px;
}

.header-submenu a{
	text-decoration:none;
	color:#eee;
}

.header-submenu a:hover{
	color:#fff;
}

/* [End] Header section */

/* [Begin] Page section */

.page-content{
	width:960px;
	margin:0 auto;
	padding-bottom:50px;
	display:table;
}

.home-content{
	width:960px;
}

.home-searchbox{	
	width:320px;
	background:url(../images/bg-ibe.png) repeat transparent;
	border:1px solid #646464;
	padding:5px;
	border-radius:4px;
}

.home-featured{
	float:right;
	width:520px;
}

/* [End] Page section */

/* [Begin] Searchbox section */

.company-header-search{
	width:420px;
}
/* [End] Searchbox section */

/* [Begin] Footer section */

.footer{
	background:#646464;
	color:#fff;
	font-size:12px;
	line-height:30px;
	height:30px;
	text-align:right;
	padding:0px 5px 0px 0px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;	
}

.footer img{
	vertical-align:middle;
	
}

/* [End] Footer section */