/*	Gominola Creative Media 2007
	Barcelona - http://www.gominola.com
	by urbankid
________________________________________*/
body,div,h1,ul,li,a,iframe {
	border:0;
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size:10px;
	color:#fff;
}
body {
	background:#000;
}
a:focus {
	outline: none;
}
ul {
	list-style:none;
}

#wrap {
	width:800px;
	margin:0 auto;
}

#logo {
	width:210px;
	height:76px;
	background:url("../img/logo.jpg") no-repeat top left;
	display:block;
	overflow:hidden;
}
	#logo h1 {
		text-indent:-1000px;
	}
	

#lan {
	width:138px;
	padding-top:10px;
	text-align:center;
}
	#lan a {
		text-decoration:none;
		color:#fff;
	}
	
#animacion {
	width:137px;
	height:145px;
}

#menu {
	background:url("../img/menu_top.jpg") no-repeat;
	width:137px;
	padding:46px 0px 0px 0px;
}
	#menu li a {
		width:137px;
		height:17px;
		display:block;
		text-indent:-100px;
		overflow:hidden;
	}
	#menu a#bt1:hover,#menu a#bt2:hover,#menu a#bt3:hover,#menu a#bt4:hover,#menu a#bt5:hover,#menu a#bt6:hover,#menu a#bt7:hover,#menu a#bt8:hover,#menu a#bt9:hover {
		background-position:0px -17px;
	}

#noticias {
	width:137px;
	height:171px;
	background-image:url("../img/bg_noticias_.jpg");
}
	#noticias div {
		padding:50px 15px 0px 17px;
		font-size:11px;
	}
	#noticias p {
		color:#fff;
	}

#navegacion {
	width:137px;
	height:auto;
	float:left;
}

#contenido {
	width:622px;
	height:515px;
	float:right;
	background:#000;
}
	#trabajo {
		width:622px;
		height:515px;
		background:#000;
	}
	
#pincho {
	z-index:1;
	position:relative;
	margin-top:-368px;
	margin-left:110px;
	width:22px;
	height:33px;
	background:url("../img/pincho.gif") no-repeat;
}