#cabecera {
	height: 323px;
	background-image: url(../imagenes/cabecera.jpg);
	background-repeat: no-repeat;	
}
#idiomas {
	margin: 280px 0 0 15px;;
}
#datoscontacto {
	margin-top: 255px;
}
.columna {
	float: left;
	width: 200px;
}
#bienvenida {
	clear: both;
	height: 160px; /*///////////////////////////////////// OCULTAMOS SOLO EN LA FASE EN CONSTRUCCION */
	background-image: url(../imagenes/fondo-bievenida.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#tutiempo {
	float: left;
	width: 85px;
	font-size: 10px;
	margin: 5px 0 0 5px;
}
#textobienvenida {
	width: 395px;
	margin: 25px 0 0 290px;
}
#bienvenida h2 {
	font-size: 14px;
}
/* /////////////////////////////// BARCOS MIENTRAS LA WEB ESTA EN CONSTRUCCION */
#barcos {
	margin: 5px 0 0 150px;
}
.barco {}
.barco img {
	float: left;
	margin: 2px 2px 2px 0;
}