*{
	padding: 0;
	margin: 0;
}

body{
	background: url(../images/fondo2.jpg) #080904 repeat-x;
	/*background: url(fondo.jpg) #A5B555 repeat-x;*/
	font-family: Arial, Helvetica, sans-serif;
}
.google{
	color:#B7D827;
	padding: 5px;
	text-decoration: none;
	font-size: 0.8em;
}
#main{
	margin: 20px auto;
	width: 975px;
	border: 2px solid #fff;
	background: #000;
	display: table;
}
#cabecera{
	background: url(../images/cabecera-hibema.jpg);
	height: 175px;
}
#menu{
	background: #fff repeat-x;
	height: 40px;
	color: #5AA00F;
}
	#menu a{
		color: #fff;
		text-decoration: none;
	}
	#menu a:hover, #menu .act a:hover{
		color: #fff;
		text-decoration: underline;
		font-weight: normal;
	}
	#menu ul{
		font-size: 1em;
		height: 40px;
	}
	#menu ul li{
		list-style: none;
		float: left;
		position:relative;
		padding: 8px 5px;
		height: 30px;
		width: 152px;
		text-align: center;
		background: url(../images/menu.gif) no-repeat;
	}
	#menu ul li:hover{
		/*background: url(../images/menuhover.gif);*/
	}
	
	#menu .act a, .act{
		color: #B7D827;
		font-weight: bolder;
		text-decoration: underline;
	}
	
#left{
	background: url(../images/lateral.png) #fff no-repeat bottom;
	float: left;
	position: relative;
	top: -6px;
	width: 142px;
	padding: 10px 10px 200px 10px;
	min-height: 191px;
}
	#left a{
		color: #000;
		text-decoration: none;
	}
	#left a:hover{
		color: #555;
		text-decoration: underline;
	}
	#left ul{
		font-size: 0.8em;
	}
	#left ul li{
		list-style: none;
		padding: 0;
		margin-left: 22px;
		height: 30px;
		width: 130px;
		list-style-image: url(../images/flecha.gif);
		list-style-position: outside;
	}
	#left ul li.h2{
		font-size: 1.3em !important;
		font-weight: bolder;
		margin-left: 0px;
		height: 30px;
		width: 130px;
		list-style-image:none;
	}
#right{
	color: #fff;
	font-size: 0.9em;
	width: 795px;
	margin-left: 165px;
	padding: 5px;
}
p{
	margin: 10px;
}

#banderaEspana{
    margin-left: 863px;
    padding-top: 154px;
}

#banderaGB{
    margin-left: 897px;
    margin-top: -16px;
}

#catalogo{
	text-align: center;
}
#catalogo a{
	color: #fff;
	font-weight: bolder;
	text-decoration:none;
}
#catalogo a:hover{
	text-decoration:underline;
	font-weight: normal;
}

#descarga{
	float: left;
	position: relative;
	left: -150px;
	padding: 10px;
}
#descarga img{
	border: none;
}
#creadsa{
	color: #fff;
	font-size: 0.8em;
	text-align: right;
	padding: 0 5px;
	margin: -10px auto;
	width: 975px;
}
#creadsa a{
	color: #fff;
}