html,body{
	margin:0;
	padding:0
}

body{
	font-size: 76%;
	font-family: arial,sans-serif;
	background: url(images/background.png) repeat-x transparent top left;
}

p{
	margin:0;
	line-height:1.4; /*interlineado para el parrafo*/
}

a{
	display:block;
	color: #26c8e1;
	padding:10px;
}

h1 {
	margin:0;
	color: #333;
}

.clearfix{
	clear: both;
}

#container{
	width:862px; 
	margin:0 auto; }

#header {
	margin: 0;
	height: 130px;
	overflow: visible;
	position: relative;
}

	#header_logo{
		float: left;
		width: 280px;
		height: 130px;
		display: block;
		background: url(images/logo.png) no-repeat 10px 15px;
		overflow: visible;
	}
	
	#header_logo h1{
		display: none;
	}
		
	#header_menu{
		position: absolute;
		bottom: 10px;
		right: 0;
	}
	
	#header_menu a{
		float: left;
		height: 31px;
		padding: 0px;
		background: url(images/menu-items.png) no-repeat 0px 0px;
	}
	
	#header_menu a#home{
		width: 102px;
	}
	
	#header_menu a#home:hover{
		background-position: 0px -31px;
	}
	
	#header_menu a#company{
		width: 151px;
		background-position: -102px 0px;
	}

	#header_menu a#company:hover{
		background-position: -102px -31px;
	}
	
	#header_menu a#services{
		width: 135px;
		background-position: -253px 0px;
	}
	
	#header_menu a#services:hover{
		background-position: -253px -31px;
	}

#banner{
	width: 860px;
	height: 195px;
}

#body{
	padding: 15px 25px;
}

#content{
	overflow: visible;
}

	#content h2{
		margin: 0 0 15px 0;
		padding-left: 30px;
	}
	
	#content h2#home_title{
		background: url(images/home-icon.png) transparent no-repeat 0 0;
	}
	
	#content h2#company_title{
		background: url(images/company-icon.png) transparent no-repeat 0 0;
	}
	
	#content h2#services_title{
		background: url(images/services-icon.png) transparent no-repeat 0 0;
	}
	
	#content h2#reporting_title{
		margin-top: 15px;
		background: url(images/reporting-icon.png) transparent no-repeat 0 0;
	}

	#content ul li{
		margin-bottom: 5px;
	}
	
	.column-left,
	.column-right{
		float: left;
		width: 375px;
		margin-right: 25px;
		display: block;
	}
	
	.column-right{
		float: right;
		margin: 0 0 0 25px;
	}
	

#footer{
	border-top: 1px solid #000;
	margin-top: 10px;
}

#footer p{
	padding: 10px 20px 10px 40px;
	color: #fff;
	background: url(images/copy-icon.png) #000 no-repeat 10px 10px;
	float: right;
}

