*{
	margin:0;
	padding:0;
	
}
body{
	font-family:tahoma,arial,sans-serif;
	background:#fff;
}
#dios{
	width:970px;
	margin:0 auto;
}
#fotos{
	padding-top:94px;
	text-align:center;
}
#contenido{
	padding-bottom:43px;
	border-bottom:1px solid #f40707;
}
#menu{
	height:16px;
	width:472px;
	margin:0 auto;
}
#menu ul li{
	list-style:none;
	height:16px;
	float:left;
	font-size:12px;
}
#menu ul li a{
	display:block;
	height:16px;
	overflow:hidden;
	text-indent:-2000px;
}
#iniciobtn{
	background:url(i/iniciobtn.png) left top no-repeat;
	width:52px;	
}
#iniciobtn:hover {
	background-position:left -16px;
}
#equipobtn{
	background:url(i/equipobtn.png) left top no-repeat;
	width:117px;	
}
#equipobtn:hover {
	background-position:left -16px;
}
#proyectosbtn{
	background:url(i/proyectosbtn.png) left top no-repeat;
	width:89px;	
}
#proyectosbtn:hover {
	background-position:left -16px;
}
#concursosbtn{
	background:url(i/concursosbtn.png) left top no-repeat;
	width:85px;	
}
#concursosbtn:hover {
	background-position:left -16px;
}
#labbtn{
	background:url(i/labbtn.png) left top no-repeat;
	width:52px;	
}
#labbtn:hover {
	background-position:left -16px;
}
#contactobtn{
	background:url(i/contactobtn.png) left top no-repeat;
	width:77px;	
}
#contactobtn:hover {
	background-position:left -16px;
}
h1{
	background:url(i/logo.jpg) center bottom no-repeat;
	display:block;
	height:45px;
	width:217px;
	text-indent:-1000px;
	overflow:hidden;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}
#footer{
	background:url(i/footerbg.png) center bottom no-repeat;
	height:19px;
	text-indent:-1000px;
	overflow:hidden;
	border-top:1px dotted #828282;
}
.fotos a:hover{
			color:#f40707;
		}





/*
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 */

