body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, a, fieldset, legend, img {
border:0 none;
margin:0;
padding:0;
}


#main{
	width: 888px;
	margin: 0 auto;
	background:  url(../images/sombras.png) repeat-y;
	
}


#container{
	width: 860px;
	background-color: #fff;
	margin: 0 auto;
}

#header{
	width: 860px;
	height: 132px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;

}

#header a{
		width: 410px;
		height: 120px;
		display: block;
		margin-top: 0px;
		margin-left: 22px;
		position: absolute;
		text-indent: -9999px;
}

#botones{
	width: 860px;
	height: 35px;
	background: url(../images/sprite.jpg) no-repeat 0 -191px; 
}

#botones ul{
	width: 655px;
	margin: 0 auto;
	list-style: none;

}
#botones ul li{
	display: inline;
	float: left;
}

#botones ul li a{
	height: 35px;
	display: block;
	text-indent: -9999px;
	background: url(../images/botones.png) no-repeat;
}


#contentcontainer{
	width: 860px;
	min-height: 489px;
	height:auto !important;
 	height:489px;
	background: url(../images/sprite.jpg) no-repeat -860px 0;
	position: relative;
}
#menuleft{
	width: 158px;
	float: left;
	padding-top: 83px;
	padding-right: 60px;
}

#menuleft ul{
	list-style: none;
}
#menuleft ul li{
	text-align: right;
	margin-bottom: 50px;
}

#content{
	width: 550px;
	padding-left: 60px;
	padding-top: 60px;
	float: left;

}
#content .text{
	padding-right: 55px;	
	text-align: justify;
}
#content .column{
	padding: 0 5px; float: left;
}
#content .column ul{
	margin-top: 10px;
	margin-left: 15px;
	list-style-position: outside;
}

#content .column ul li{
	margin-bottom: 4px;
}

#content .portafolio{
	padding-top: 30px;
	width: 610px;

}

#content .portafolio ul{
	list-style: none;
}
#content .portafolio ul li{
	float: left;
	margin-right: 20px;
	margin-top: 15px;
}


#content .portafolio ul li a img{
	display: block;
	margin-top: 5px;
}

#footer{
	width: 860px;
	margin: 0 auto;
	padding-top: 115px;
	background-color: #fff;

}
#footer p{
	width: 860px;
	margin: 15px auto 0 auto;
	display: block;
	background: #fff url(../images/sprite.jpg) no-repeat 0 -232px;	
	padding-top: 10px;
	position: relative;
	bottom: 10px;
}


.clearboth{
	clear: both;
}
