*{
	margin:0;
	padding:0;
}
body{
	background:#000;
	font-family:verdana,arial,sans-serif;
}
#dios{
	width:980px;
	height:605px;
	margin:0 auto;
}
#franja{
	background:#1b1b1b;
	display:block;
	height:31px;
}
#header{
	height:132px;
	background:#5e5f61 url(i/headerbg.gif) left top no-repeat;
}
#titulo{
	background:#5d5e60 url(i/titulobg.gif) left bottom no-repeat;
	display:block;
	height:132px;
	width:569px;
	text-indent:-1000px;
	overflow:hidden;
	margin-left:385px;
}
h2{
	text-indent:-1000px;
	overflow:hidden;
}
#left,#right{
	height:411px;
	float:left;
}
#left{
	width:205px;
	background:url(i/leftbg.gif) left bottom no-repeat;
}
#menu{
	background:#5b595a url(i/menubg.gif) left top no-repeat;
	height:251px;
}
#menu ul li{
	list-style:none;
	width:178px;
	border-bottom:dashed 1px #fff;
	margin-left:27px;
	text-indent:-1000px;
	overflow:hidden;
}
#inicio{
	background:url(i/iniciobg.gif) left top no-repeat;
	height:52px;
	display:block;
}
#inicio:hover {
	background-position:left -52px;
}
#empresa{
	background:url(i/empresabg.gif) left top no-repeat;
	height:49px;
	display:block;
}
#empresa:hover {
	background-position:left -49px;
}
#proyectos{
	background:url(i/proyectosbg.gif) left top no-repeat;
	height:50px;
	display:block;
}
#proyectos:hover {
	background-position:left -50px;
}
#blog{
	background:url(i/blogbg.gif) left top no-repeat;
	height:49px;
	display:block;
}
#blog:hover {
	background-position:left -49px;
}
#contacto{
	background:url(i/contactobg.gif) left top no-repeat;
	height:47px;
	display:block;
}
#contacto:hover {
	background-position:left -47px;
}
#right{
	width:775px;
	background:#5e5f61;
}
#right p{
	/*width:355px;
	float:left;*/
	margin-left:27px;
	margin-top:10px;
	font-size:12px;
}
#footer{
	height:31px;
	background:url(i/footerbg.gif) left top no-repeat;
	text-indent:-5000px;
	overflow:hidden;
}




/*
hacks
------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
