/* CSS Document */

#titulo_apartado{
	font						: normal bold 16px Verdana, Arial, Helvetica, sans-serif;
	color						: #003c7b;
	padding-bottom				: 10px;
	margin-top					:-20px;
	width						: 97px;
	height						: 25px;
	position					: relative;
	}
#titulo_apartado span{
	background					: url("../img/moraira/titulo_apartado.gif") no-repeat;
	position					: absolute;
	width						: 106px;
	height						: 34px;
	}

.texto_dive_boat_der{	
	font						: normal normal 13px Verdana, Arial, Helvetica, sans-serif;
	color						: #ffffff;
	width						: 100%;
	padding						: 0px 5px 10px 5px;
	text-align					: justify;
}
.texto_dive_boat_der img{
	margin-top:5px;
}	

#flechita_dive_boat{
	font						: normal bold 16px Verdana, Arial, Helvetica, sans-serif;
	color						: #003c7b;
	padding-bottom				: 10px;

	width						: 23px;
	height						: 20px;
	position					: relative;
	}
#flechita_dive_boat span{
	background					: url("../img/dive_centre/dive_boat/flecha-a.gif") no-repeat;
	position					: absolute;
	width						: 23px;
	height						: 20px;
	}
#flechita_dive_boat span:hover{
	background					: url("../img/dive_centre/dive_boat/flecha-n.gif") no-repeat;
	}
	
.enlace_www{
	background					: url("../img/moraira/fondo_enlace.gif") no-repeat;
	display:block;
	width						: 183;
	height						: 47;
	padding						: 11px 11px 11px 13px;
	margin-left					: 14px;
	margin-bottom				: 14px;
	text-decoration				: none;
	color						: #003c7b;

}
.enlace_www:hover{
	text-decoration				: underline;
}