/* CSS Document */
body {
	background-image:url(cassets/fondov.jpg);
	background-position: left top;
	background-color: #fff;
	background-repeat: no-repeat;
	text-align: center;
	margin: 1em 1em 1em 1em;
	padding: 0px;
	font-family: verdana, sans-serif;
	height:100%;
	text-decoration: none;

}
#fondo_ {
	position: static;
	text-decoration: none;
	height: 100px;
	top: 0px;
	min-height: 100%;
	left: 0px;
	right: 0px;
	background-image: url(assets/blanco.png);
	background-repeat: repeat;
}
#fondo {
	position:absolute;
	top:100%;
	width:100%;
	background-image: url(assets/blanco.png);
	background-repeat: repeat;
	min-height: 100%;
	z-index:-1;
	margin: 0 auto 0 auto;
}
#main {
	margin: 0 auto 0 auto;
	width: 960px;
	position: relative;
}
#idioma {
	position:absolute;
	left:721px;
	top:-2px;
	width:238px;
	height:38px;
	z-index:0;
}
#encabezado {
	background-image:url(cassets/buceosostenible.png);
	position:relative;
	top:0px;
	width:960px;
	height:106px;
}

#contenido {
	position:relative;
	top:20px;
	width:960px;
	background-image: url(assets/blanco.png);
	background-repeat: repeat;
	display: block;
	/* [disabled]min-height: 100%; */
	height: 100%;
}

#contenido #apDiv2 {
	position:relative;
	float: left;
	left:38px;
	top:233px;
	width:150px;
	z-index:5;
	padding: 0 1em 0 0;
	font-size: 0.8em;
	font-family: Tahoma, Geneva, sans-serif;
	margin-left: 25px;
	text-align: left;
	color: #333;
	font-style: normal;
	font-weight: normal;
}

#contenido #apDiv6 {
	position:relative;
	left:6px;
	top:55px;
	width:950px;
	height:100%;
	z-index:4;
	text-align: left;
	color: #666;
	float: left;
}
#contenido #apDiv7 {
	position:relative;
	left:15px;
	top:45px;
	width:402px;
	height:76px;
	z-index:4;
	text-align: left;
	float: left;
}



/*#contenido .tf {
	background: url(cassets/montaniaAmarillaTF3D.png) no-repeat;
	padding:0 0 0 200px;
	width: 260px;
	height:300px;
	margin: 0 0 0 10px;
	list-style:none;
	list-style-type: none;
	z-index: -1;
}*/




#centros {
	position:relative;
	top:10px;
	width:200px;
	/* [disabled]float: left; */
}
#centros span.atl {
	float: left;
	width: 100px;
	height: 77px;
	background: url(cassets/centroAtlanticDiversLogo.png) no-repeat 0 0;
	text-decoration: none;
	margin-right: 17px;
	margin-top: 5px;
	color: #09C;
}
#centros span:hover.atl {
	background-position: 0px -77px;
}

#centros span.bt {
	float: left;
	width: 103px;
	height: 104px;
	background: url(cassets/centroBuceoTenerife.png) no-repeat 0 0;
	text-decoration: none;
	margin-right: 17px;
	margin-top: 5px;
}
#centros span:hover.bt {
	background-position: 0px -104px;
}


