#cabecera {
	height: 150px;
	background-image: url(../imagenes/cabecera-subpagina.jpg);
	background-repeat: no-repeat;	
}
#idiomas {
	margin: 110px 0 0 15px;;
}
#datoscontacto {
	margin-top: 90px;
}
.columna {
	float: left;
	width: 200px;
}
#barcos {
	text-align: left;
	background-image: url(../imagenes/barcos-fondo.gif);
	background-repeat: no-repeat;
	height: 430px;
}
#barcos h2 {
	font-size: 32px;
	margin-left: 15px;
	clear: both;
}

#buscador {
	float: left;
	width: 175px;
	margin-top: 115px;
}
#buscador h3 {
	font-size: 14px;
	background-image: url(../imagenes/barcos-fondo-h3.gif);
	background-repeat: no-repeat;
	padding: 0px 0 2px 4px;
}
#miniaturas {
	float: right;
	width: 690px;
}
.miniatura {
	float: left;
	width: 150px;
	height: 190px;
	margin-right: 15px;
}
.miniatura-imagen img {
	border-bottom: 2px solid #e67817;
	padding-bottom: 1px;
}
.miniatura a {
	text-decoration: none;
}
.miniatura a:hover {
	color: #666666;
}
.miniatura em {
	color: #333;
	font-style: normal;
}
.paginacion {
	text-align: right;
	margin-right: 44px;
	margin-bottom: 2px;
}
#ficha {
	float: right;
	width: 705px;
}
#ficha-izquierda {
	float: left;
	width: 385px;
}
#ficha-izquierda p em {
	font-style: normal;
}
#ficha-derecha {
	float: right;
	width: 318px;
}
p#subrayado {
	border-bottom: 2px solid #e67817;
}
#imagen-grande img {
	border-bottom: 2px solid #e67817;
	padding-bottom: 1px;
}
.ficha-miniatura {
	width: 150px;
	height: 150px;
	float: left;
	margin-right: 5px;
}
#descripcion {
	clear: left;
}